/* Minification failed. Returning unminified contents.
(234,17): run-time error CSS1039: Token not allowed after unary operator: '-kt-headings-color'
(265,17): run-time error CSS1039: Token not allowed after unary operator: '-kt-text-dark'
(309,31): run-time error CSS1039: Token not allowed after unary operator: '-kt-scrollbar-hover-color'
(315,28): run-time error CSS1039: Token not allowed after unary operator: '-kt-input-bg'
(316,28): run-time error CSS1039: Token not allowed after unary operator: '-kt-input-border-color'
 */

.bsc-grid {
    min-height: 240px !important;
}

    .bsc-grid .dx-datagrid-headers .dx-datagrid-table .dx-row.dx-header-row > td {
        vertical-align: middle;
        font-family: Inter,Georgia !important;
        background-color: #0066b3 !important;
        border-top: 1px solid #c3cad8 !important;
        color: #fff !important;
        font-weight: 600;
        font-size: 14px;
    }

    .bsc-grid .dx-datagrid-headers .dx-column-lines > td {
        border-left: 1px solid #c3cad8;
        border-right: 1px solid #c3cad8;
    }

    .bsc-grid .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        border-bottom: 1px solid #c3cad8;
    }

    .bsc-grid .dx-treelist-headers .dx-treelist-table .dx-row.dx-header-row > td {
        color: #fff !important;
        background-color: #0070c0 !important;
        vertical-align: middle;
        font-family: 'Inter',Georgia !important;
        font-weight: bold;
    }

.bsc-grid-wrap .dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content {
    white-space: pre-wrap;
}

.dx-scrollview-content .dx-state-disabled {
    position: fixed !important;
    z-index: 10;
    color: #fff;
    background-color: #0070c0 !important;
    opacity: 1 !important;
}

.dx-widget input, .dx-widget textarea, .dx-column-lines > td, .dx-list-item {
    font-size: 14px;
    font-family: 'Inter', sans-serif !important;
}

.dx-widget input {
    font-size: 1rem;
    font-family: 'Inter', sans-serif !important;
}

.bsc-grid-hideheader .dx-datagrid-header-panel {
    display: none !important;
}




.dx-datagrid-rowsview .dx-selection.dx-row:hover > td, dx-selection > td {
    background-color: #2fa2db !important;
    color: #FFF !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td {
    background-color: #3E97FF !important;
    color: #FFF !important;
}

.dx-state-hover > td {
    background-color: #2fa2db !important;
    color: #fff !important;
}

.dx-freespace-row > td, .dx-datagrid-filter-row > td {
    background-color: transparent !important;
}


.parsley-error, .dx-invalid.dx-texteditor {
    border-color: #f1416c !important;
}

.parsley-required, .parsley-type, .parsley-min {
    color: #f1416c !important;
}

.parsley-errors-list {
    padding-left: 10px !important;
    margin-top: 10px;
    list-style-type: none;
    color: #f1416c !important;
}

.icon-context-menu-grid > img {
    width: 17px !important;
}

.text-icon-refresh {
    color: #1ca58f !important;
}

.text-icon-add {
    color: #4798e8 !important;
}

.text-icon-edit {
    color: #335de7 !important;
}

.text-icon-delete {
    color: #eb4c4c !important;
}

.text-icon-role {
    color: #ffbc34 !important;
}

.text-context-menu {
    color: #93a2dd !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.dx-placeholder {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #a1a5b7 !important;
    font-family: 'Inter', sans-serif !important;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.home-page {
    background-image: url(../images/home.jpg);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 100vh;
    position: relative;
}

.bsc-grid-add {
    align-items: center;
    background-color: #4798e8 !important;
    background-image: none;
    border: 0;
    padding: 0 !important;
    cursor: pointer;
    justify-content: center;
    transition: .3s;
    border-left: none !important
}

.bsc-grid-chon {
    align-items: center;
    background-color: #24c058 !important;
    background-image: none;
    border: 0;
    padding: 0 !important;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    transition: .3s;
}

.bsc-grid-btn {
    color: #ffffff;
    width: 100%;
    height: 100% !important;
    text-align: center !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

.bsc-grid-delete {
    align-items: center;
    background-color: #F64E60 !important;
    background-image: none;
    border: 0;
    padding: 0 !important;
    cursor: pointer;
    font-size: 14px;
    justify-content: center;
    transition: .3s;
}

.bsc-grid-stt {
    background-color: #f2f3fb !important;
    box-shadow: 0 1px 0 #c3cad8 !important;
    color: #0a1551 !important;
    border-left: none !important;
}

    .bsc-grid-stt:hover {
        background-color: #f2f3fb !important;
        box-shadow: 0 1px 0 #c3cad8 !important;
        color: #5E6278 !important;
    }

.dx-selection a {
    color: #fff !important;
}

.hidden {
    display: none !important
}

.kt-nav__link {
    padding: 7px 10px !important;
}

.bsc-grid .dx-datagrid-headers .dx-datagrid-table .dx-row.dx-header-row > .mau-error {
    background-color: #ff0000 !important;
    color: #FFFFFF !important
}

.dx-group-cell {
    color: var(--kt-headings-color);
    font-weight: 600 !important
}

.btn.btn-light {
    color: #183153;
}

    .btn.btn-light i, .btn.btn-light .svg-icon {
        color: #183153;
    }

.p-grid {
    padding: 0.7rem !important;
}

@media (min-width: 992px) {
    .app-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .app-content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

#frmFilter .dx-checkbox-text {
    color: var(--kt-text-dark) !important;
    font-weight: 600 !important;
}

.dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container::after, .dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container::after, .dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container::after {
    display: none !important;
}

.form-div.dx-editor-outlined {
    border: 1px solid #e1e3ea !important;
}
[data-kt-app-layout="dark-header"] .app-header {
    background-color: #0066b3 !important;
}

[data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-title {
    color: #fff;
}

[data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-icon, [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-icon .svg-icon, [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item > .menu-link .menu-icon i {
    color: #fff;
}

@media (min-width: 992px) {
    [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link {
        background-color: #FFF;
        color: #0066b3 !important;
    }

        [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon, [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon .svg-icon, [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon i {
            color: #0066b3 !important;
        }

        [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
            color: #0066b3 !important;
        }

        [data-kt-app-layout="dark-header"] .app-header-menu .menu > .menu-item.here > .menu-link .menu-arrow {
            color: #0066b3 !important;
        }
}

@media (min-width: 992px) {
    .fv-row .form-div:hover {
        scrollbar-color: var(--kt-scrollbar-hover-color) transparent;
    }
}

.fv-row .dx-texteditor {
    border-radius: 0.475rem !important;
    background-color: var(--kt-input-bg);
    border: 1px solid var(--kt-input-border-color);
}

.fv-row .dx-widget .dx-texteditor-input {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem !important;
    font-weight: 500 !important;
    color: #5E6278 !important;
    appearance: none;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}

.dx-item-content {
    font-family: 'Inter', sans-serif !important;
}

.fv-row .dx-texteditor-buttons-container {
    padding-right: 0.3rem;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}


.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.6);
}

.login-bg {
    background-image: url(../images/auth-bg.jpg);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.dx-datagrid-nowrap.dx-datagrid-headers .dx-header-row > td > .dx-datagrid-text-content {
    white-space: normal;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    padding: 0;
    min-width: 40px;
    max-width: 40px;
}
/* Legacy Flaticon and Flaticon2 icon mappings retained for upgraded layouts. */
@font-face{font-family:Flaticon;src:url(fonts/flaticon/Flaticon.eot);src:url(fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),url(fonts/flaticon/Flaticon.woff) format("woff"),url(fonts/flaticon/Flaticon.ttf) format("truetype"),url(fonts/flaticon/Flaticon.svg#Flaticon) format("svg");font-weight:400;font-style:normal}[class*=" flaticon-"]:before,[class^=flaticon-]:before{font-family:Flaticon;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.flaticon-email-black-circular-button:before{content:"\f100"}.flaticon-map:before{content:"\f101"}.flaticon-alert-off:before{content:"\f102"}.flaticon-alert:before{content:"\f103"}.flaticon-computer:before{content:"\f104"}.flaticon-responsive:before{content:"\f105"}.flaticon-presentation:before{content:"\f106"}.flaticon-arrows:before{content:"\f107"}.flaticon-rocket:before{content:"\f108"}.flaticon-reply:before{content:"\f109"}.flaticon-gift:before{content:"\f10a"}.flaticon-confetti:before{content:"\f10b"}.flaticon-piggy-bank:before{content:"\f10c"}.flaticon-support:before{content:"\f10d"}.flaticon-delete:before{content:"\f10e"}.flaticon-eye:before{content:"\f10f"}.flaticon-multimedia:before{content:"\f110"}.flaticon-whatsapp:before{content:"\f111"}.flaticon-multimedia-2:before{content:"\f112"}.flaticon-email:before{content:"\f113"}.flaticon-presentation-1:before{content:"\f114"}.flaticon-trophy:before{content:"\f115"}.flaticon-psd:before{content:"\f116"}.flaticon-layer:before{content:"\f117"}.flaticon-doc:before{content:"\f118"}.flaticon-file:before{content:"\f119"}.flaticon-network:before{content:"\f11a"}.flaticon-bus-stop:before{content:"\f11b"}.flaticon-globe:before{content:"\f11c"}.flaticon-upload:before{content:"\f11d"}.flaticon-squares:before{content:"\f11e"}.flaticon-technology:before{content:"\f11f"}.flaticon-up-arrow:before{content:"\f120"}.flaticon-browser:before{content:"\f121"}.flaticon-speech-bubble:before{content:"\f122"}.flaticon-coins:before{content:"\f123"}.flaticon-open-box:before{content:"\f124"}.flaticon-speech-bubble-1:before{content:"\f125"}.flaticon-attachment:before{content:"\f126"}.flaticon-photo-camera:before{content:"\f127"}.flaticon-skype-logo:before{content:"\f128"}.flaticon-linkedin-logo:before{content:"\f129"}.flaticon-twitter-logo:before{content:"\f12a"}.flaticon-facebook-letter-logo:before{content:"\f12b"}.flaticon-calendar-with-a-clock-time-tools:before{content:"\f12c"}.flaticon-youtube:before{content:"\f12d"}.flaticon-add-circular-button:before{content:"\f12e"}.flaticon-more-v2:before{content:"\f12f"}.flaticon-search:before{content:"\f130"}.flaticon-search-magnifier-interface-symbol:before{content:"\f131"}.flaticon-questions-circular-button:before{content:"\f132"}.flaticon-refresh:before{content:"\f133"}.flaticon-logout:before{content:"\f134"}.flaticon-event-calendar-symbol:before{content:"\f135"}.flaticon-laptop:before{content:"\f136"}.flaticon-tool:before{content:"\f137"}.flaticon-graphic:before{content:"\f138"}.flaticon-symbol:before{content:"\f139"}.flaticon-graphic-1:before{content:"\f13a"}.flaticon-clock:before{content:"\f13b"}.flaticon-squares-1:before{content:"\f13c"}.flaticon-black:before{content:"\f13d"}.flaticon-book:before{content:"\f13e"}.flaticon-cogwheel:before{content:"\f13f"}.flaticon-exclamation:before{content:"\f140"}.flaticon-add-label-button:before{content:"\f141"}.flaticon-delete-1:before{content:"\f142"}.flaticon-interface:before{content:"\f143"}.flaticon-more:before{content:"\f144"}.flaticon-warning-sign:before{content:"\f145"}.flaticon-calendar:before{content:"\f146"}.flaticon-instagram-logo:before{content:"\f147"}.flaticon-linkedin:before{content:"\f148"}.flaticon-facebook-logo-button:before{content:"\f149"}.flaticon-twitter-logo-button:before{content:"\f14a"}.flaticon-cancel:before{content:"\f14b"}.flaticon-exclamation-square:before{content:"\f14c"}.flaticon-buildings:before{content:"\f14d"}.flaticon-danger:before{content:"\f14e"}.flaticon-technology-1:before{content:"\f14f"}.flaticon-letter-g:before{content:"\f150"}.flaticon-interface-1:before{content:"\f151"}.flaticon-circle:before{content:"\f152"}.flaticon-pin:before{content:"\f153"}.flaticon-close:before{content:"\f154"}.flaticon-clock-1:before{content:"\f155"}.flaticon-apps:before{content:"\f156"}.flaticon-user:before{content:"\f157"}.flaticon-menu-button:before{content:"\f158"}.flaticon-settings:before{content:"\f159"}.flaticon-home:before{content:"\f15a"}.flaticon-clock-2:before{content:"\f15b"}.flaticon-lifebuoy:before{content:"\f15c"}.flaticon-cogwheel-1:before{content:"\f15d"}.flaticon-paper-plane:before{content:"\f15e"}.flaticon-statistics:before{content:"\f15f"}.flaticon-diagram:before{content:"\f160"}.flaticon-line-graph:before{content:"\f161"}.flaticon-customer:before{content:"\f162"}.flaticon-visible:before{content:"\f163"}.flaticon-shopping-basket:before{content:"\f164"}.flaticon-price-tag:before{content:"\f165"}.flaticon-businesswoman:before{content:"\f166"}.flaticon-medal:before{content:"\f167"}.flaticon-like:before{content:"\f168"}.flaticon-edit:before{content:"\f169"}.flaticon-avatar:before{content:"\f16a"}.flaticon-download:before{content:"\f16b"}.flaticon-home-1:before{content:"\f16c"}.flaticon-mail:before{content:"\f16d"}.flaticon-mail-1:before{content:"\f16e"}.flaticon-warning:before{content:"\f16f"}.flaticon-cart:before{content:"\f170"}.flaticon-bag:before{content:"\f171"}.flaticon-pie-chart:before{content:"\f172"}.flaticon-graph:before{content:"\f173"}.flaticon-interface-2:before{content:"\f174"}.flaticon-chat:before{content:"\f175"}.flaticon-envelope:before{content:"\f176"}.flaticon-chat-1:before{content:"\f177"}.flaticon-interface-3:before{content:"\f178"}.flaticon-background:before{content:"\f179"}.flaticon-file-1:before{content:"\f17a"}.flaticon-interface-4:before{content:"\f17b"}.flaticon-multimedia-3:before{content:"\f17c"}.flaticon-list:before{content:"\f17d"}.flaticon-time:before{content:"\f17e"}.flaticon-profile:before{content:"\f17f"}.flaticon-imac:before{content:"\f180"}.flaticon-medical:before{content:"\f181"}.flaticon-music:before{content:"\f182"}.flaticon-plus:before{content:"\f183"}.flaticon-exclamation-1:before{content:"\f184"}.flaticon-info:before{content:"\f185"}.flaticon-menu-1:before{content:"\f186"}.flaticon-menu-2:before{content:"\f187"}.flaticon-share:before{content:"\f188"}.flaticon-interface-5:before{content:"\f189"}.flaticon-signs:before{content:"\f18a"}.flaticon-tabs:before{content:"\f18b"}.flaticon-multimedia-4:before{content:"\f18c"}.flaticon-upload-1:before{content:"\f18d"}.flaticon-web:before{content:"\f18e"}.flaticon-placeholder:before{content:"\f18f"}.flaticon-placeholder-1:before{content:"\f190"}.flaticon-layers:before{content:"\f191"}.flaticon-interface-6:before{content:"\f192"}.flaticon-interface-7:before{content:"\f193"}.flaticon-interface-8:before{content:"\f194"}.flaticon-tool-1:before{content:"\f195"}.flaticon-settings-1:before{content:"\f196"}.flaticon-alarm:before{content:"\f197"}.flaticon-search-1:before{content:"\f198"}.flaticon-time-1:before{content:"\f199"}.flaticon-stopwatch:before{content:"\f19a"}.flaticon-folder:before{content:"\f19b"}.flaticon-folder-1:before{content:"\f19c"}.flaticon-folder-2:before{content:"\f19d"}.flaticon-folder-3:before{content:"\f19e"}.flaticon-file-2:before{content:"\f19f"}.flaticon-list-1:before{content:"\f1a0"}.flaticon-list-2:before{content:"\f1a1"}.flaticon-calendar-1:before{content:"\f1a2"}.flaticon-time-2:before{content:"\f1a3"}.flaticon-interface-9:before{content:"\f1a4"}.flaticon-app:before{content:"\f1a5"}.flaticon-suitcase:before{content:"\f1a6"}.flaticon-grid-menu-v2:before{content:"\f1a7"}.flaticon-more-v6:before{content:"\f1a8"}.flaticon-more-v5:before{content:"\f1a9"}.flaticon-add:before{content:"\f1aa"}.flaticon-multimedia-5:before{content:"\f1ab"}.flaticon-more-v4:before{content:"\f1ac"}.flaticon-placeholder-2:before{content:"\f1ad"}.flaticon-map-location:before{content:"\f1ae"}.flaticon-users:before{content:"\f1af"}.flaticon-profile-1:before{content:"\f1b0"}.flaticon-lock:before{content:"\f1b1"}.flaticon-sound:before{content:"\f1b2"}.flaticon-star:before{content:"\f1b3"}.flaticon-placeholder-3:before{content:"\f1b4"}.flaticon-bell:before{content:"\f1b5"}.flaticon-paper-plane-1:before{content:"\f1b6"}.flaticon-users-1:before{content:"\f1b7"}.flaticon-more-1:before{content:"\f1b8"}.flaticon-up-arrow-1:before{content:"\f1b9"}.flaticon-grid-menu:before{content:"\f1ba"}.flaticon-alarm-1:before{content:"\f1bb"}.flaticon-earth-globe:before{content:"\f1bc"}.flaticon-alert-1:before{content:"\f1bd"}.flaticon-internet:before{content:"\f1be"}.flaticon-user-ok:before{content:"\f1bf"}.flaticon-user-add:before{content:"\f1c0"}.flaticon-user-settings:before{content:"\f1c1"}.flaticon-truck:before{content:"\f1c2"}.flaticon-analytics:before{content:"\f1c3"}.flaticon-notes:before{content:"\f1c4"}.flaticon-tea-cup:before{content:"\f1c5"}.flaticon-exclamation-2:before{content:"\f1c6"}.flaticon-technology-2:before{content:"\f1c7"}.flaticon-location:before{content:"\f1c8"}.flaticon-edit-1:before{content:"\f1c9"}.flaticon-home-2:before{content:"\f1ca"}.flaticon-dashboard:before{content:"\f1cb"}.flaticon-information:before{content:"\f1cc"}.flaticon-light:before{content:"\f1cd"}.flaticon-car:before{content:"\f1ce"}.flaticon-business:before{content:"\f1cf"}.flaticon-squares-2:before{content:"\f1d0"}.flaticon-signs-1:before{content:"\f1d1"}.flaticon-mark:before{content:"\f1d2"}.flaticon-squares-3:before{content:"\f1d3"}.flaticon-comment:before{content:"\f1d4"}.flaticon-shapes:before{content:"\f1d5"}.flaticon-clipboard:before{content:"\f1d6"}.flaticon-squares-4:before{content:"\f1d7"}.flaticon-delete-2:before{content:"\f1d8"}.flaticon-bell-1:before{content:"\f1d9"}.flaticon-list-3:before{content:"\f1da"}.flaticon-infinity:before{content:"\f1db"}.flaticon-chat-2:before{content:"\f1dc"}.flaticon-calendar-2:before{content:"\f1dd"}.flaticon-signs-2:before{content:"\f1de"}.flaticon-time-3:before{content:"\f1df"}.flaticon-calendar-3:before{content:"\f1e0"}.flaticon-interface-10:before{content:"\f1e1"}.flaticon-interface-11:before{content:"\f1e2"}.flaticon-folder-4:before{content:"\f1e3"}.flaticon-alert-2:before{content:"\f1e4"}.flaticon-cogwheel-2:before{content:"\f1e5"}.flaticon-graphic-2:before{content:"\f1e6"}.flaticon-rotate:before{content:"\f1e7"}.flaticon-feed:before{content:"\f1e8"}.flaticon-safe-shield-protection:before{content:"\f1e9"}.flaticon-security:before{content:"\f1ea"}.flaticon-download-1:before{content:"\f1eb"}.flaticon-pie-chart-1:before{content:"\f1ec"}.flaticon-notepad:before{content:"\f1ed"}@font-face{font-family:Flaticon2;src:url(fonts/flaticon2/Flaticon2.eot);src:url(fonts/flaticon2/Flaticon2.eot?#iefix) format("embedded-opentype"),url(fonts/flaticon2/Flaticon2.woff) format("woff"),url(fonts/flaticon2/Flaticon2.ttf) format("truetype"),url(fonts/flaticon2/Flaticon2.svg#Flaticon2) format("svg");font-weight:400;font-style:normal}[class*=" flaticon2-"]:before,[class^=flaticon2-]:before{font-family:Flaticon2;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.flaticon2-notification:before{content:"\f100"}.flaticon2-settings:before{content:"\f101"}.flaticon2-search:before{content:"\f102"}.flaticon2-delete:before{content:"\f103"}.flaticon2-psd:before{content:"\f104"}.flaticon2-list:before{content:"\f105"}.flaticon2-box:before{content:"\f106"}.flaticon2-download:before{content:"\f107"}.flaticon2-shield:before{content:"\f108"}.flaticon2-paperplane:before{content:"\f109"}.flaticon2-avatar:before{content:"\f10a"}.flaticon2-bell:before{content:"\f10b"}.flaticon2-fax:before{content:"\f10c"}.flaticon2-chart2:before{content:"\f10d"}.flaticon2-supermarket:before{content:"\f10e"}.flaticon2-phone:before{content:"\f10f"}.flaticon2-envelope:before{content:"\f110"}.flaticon2-pin:before{content:"\f111"}.flaticon2-chat:before{content:"\f112"}.flaticon2-chart:before{content:"\f113"}.flaticon2-infographic:before{content:"\f114"}.flaticon2-grids:before{content:"\f115"}.flaticon2-menu:before{content:"\f116"}.flaticon2-plus:before{content:"\f117"}.flaticon2-list-1:before{content:"\f118"}.flaticon2-talk:before{content:"\f119"}.flaticon2-file:before{content:"\f11a"}.flaticon2-user:before{content:"\f11b"}.flaticon2-line-chart:before{content:"\f11c"}.flaticon2-percentage:before{content:"\f11d"}.flaticon2-menu-1:before{content:"\f11e"}.flaticon2-paper-plane:before{content:"\f11f"}.flaticon2-menu-2:before{content:"\f120"}.flaticon2-shopping-cart:before{content:"\f121"}.flaticon2-pie-chart:before{content:"\f122"}.flaticon2-box-1:before{content:"\f123"}.flaticon2-map:before{content:"\f124"}.flaticon2-favourite:before{content:"\f125"}.flaticon2-checking:before{content:"\f126"}.flaticon2-safe:before{content:"\f127"}.flaticon2-heart-rate-monitor:before{content:"\f128"}.flaticon2-layers:before{content:"\f129"}.flaticon2-delivery-package:before{content:"\f12a"}.flaticon2-sms:before{content:"\f12b"}.flaticon2-image-file:before{content:"\f12c"}.flaticon2-plus-1:before{content:"\f12d"}.flaticon2-send:before{content:"\f12e"}.flaticon2-graphic-design:before{content:"\f12f"}.flaticon2-cup:before{content:"\f130"}.flaticon2-website:before{content:"\f131"}.flaticon2-gift:before{content:"\f132"}.flaticon2-chronometer:before{content:"\f133"}.flaticon2-browser:before{content:"\f134"}.flaticon2-digital-marketing:before{content:"\f135"}.flaticon2-calendar:before{content:"\f136"}.flaticon2-calendar-1:before{content:"\f137"}.flaticon2-rocket:before{content:"\f138"}.flaticon2-analytics:before{content:"\f139"}.flaticon2-pie-chart-1:before{content:"\f13a"}.flaticon2-pie-chart-2:before{content:"\f13b"}.flaticon2-analytics-1:before{content:"\f13c"}.flaticon2-google-drive-file:before{content:"\f13d"}.flaticon2-pie-chart-3:before{content:"\f13e"}.flaticon2-poll-symbol:before{content:"\f13f"}.flaticon2-gear:before{content:"\f140"}.flaticon2-magnifier-tool:before{content:"\f141"}.flaticon2-add:before{content:"\f142"}.flaticon2-cube:before{content:"\f143"}.flaticon2-gift-1:before{content:"\f144"}.flaticon2-list-2:before{content:"\f145"}.flaticon2-shopping-cart-1:before{content:"\f146"}.flaticon2-calendar-2:before{content:"\f147"}.flaticon2-laptop:before{content:"\f148"}.flaticon2-cube-1:before{content:"\f149"}.flaticon2-layers-1:before{content:"\f14a"}.flaticon2-chat-1:before{content:"\f14b"}.flaticon2-copy:before{content:"\f14c"}.flaticon2-paper:before{content:"\f14d"}.flaticon2-hospital:before{content:"\f14e"}.flaticon2-calendar-3:before{content:"\f14f"}.flaticon2-speaker:before{content:"\f150"}.flaticon2-pie-chart-4:before{content:"\f151"}.flaticon2-schedule:before{content:"\f152"}.flaticon2-expand:before{content:"\f153"}.flaticon2-menu-3:before{content:"\f154"}.flaticon2-download-1:before{content:"\f155"}.flaticon2-help:before{content:"\f156"}.flaticon2-list-3:before{content:"\f157"}.flaticon2-notepad:before{content:"\f158"}.flaticon2-graph:before{content:"\f159"}.flaticon2-browser-1:before{content:"\f15a"}.flaticon2-photograph:before{content:"\f15b"}.flaticon2-browser-2:before{content:"\f15c"}.flaticon2-hourglass:before{content:"\f15d"}.flaticon2-mail:before{content:"\f15e"}.flaticon2-cardiogram:before{content:"\f15f"}.flaticon2-document:before{content:"\f160"}.flaticon2-contract:before{content:"\f161"}.flaticon2-graph-1:before{content:"\f162"}.flaticon2-graphic:before{content:"\f163"}.flaticon2-position:before{content:"\f164"}.flaticon2-soft-icons:before{content:"\f165"}.flaticon2-circle-vol-2:before{content:"\f166"}.flaticon2-rocket-1:before{content:"\f167"}.flaticon2-lorry:before{content:"\f168"}.flaticon2-cd:before{content:"\f169"}.flaticon2-file-1:before{content:"\f16a"}.flaticon2-reload:before{content:"\f16b"}.flaticon2-placeholder:before{content:"\f16c"}.flaticon2-refresh:before{content:"\f16d"}.flaticon2-medical-records:before{content:"\f16e"}.flaticon2-rectangular:before{content:"\f16f"}.flaticon2-medical-records-1:before{content:"\f170"}.flaticon2-indent-dots:before{content:"\f171"}.flaticon2-search-1:before{content:"\f172"}.flaticon2-edit:before{content:"\f173"}.flaticon2-new-email:before{content:"\f174"}.flaticon2-calendar-4:before{content:"\f175"}.flaticon2-console:before{content:"\f176"}.flaticon2-open-text-book:before{content:"\f177"}.flaticon2-download-2:before{content:"\f178"}.flaticon2-zig-zag-line-sign:before{content:"\f179"}.flaticon2-tools-and-utensils:before{content:"\f17a"}.flaticon2-crisp-icons:before{content:"\f17b"}.flaticon2-trash:before{content:"\f17c"}.flaticon2-lock:before{content:"\f17d"}.flaticon2-bell-1:before{content:"\f17e"}.flaticon2-setup:before{content:"\f17f"}.flaticon2-menu-4:before{content:"\f180"}.flaticon2-architecture-and-city:before{content:"\f181"}.flaticon2-shelter:before{content:"\f182"}.flaticon2-add-1:before{content:"\f183"}.flaticon2-checkmark:before{content:"\f184"}.flaticon2-circular-arrow:before{content:"\f185"}.flaticon2-user-outline-symbol:before{content:"\f186"}.flaticon2-rhombus:before{content:"\f187"}.flaticon2-crisp-icons-1:before{content:"\f188"}.flaticon2-soft-icons-1:before{content:"\f189"}.flaticon2-hexagonal:before{content:"\f18a"}.flaticon2-time:before{content:"\f18b"}.flaticon2-contrast:before{content:"\f18c"}.flaticon2-telegram-logo:before{content:"\f18d"}.flaticon2-hangouts-logo:before{content:"\f18e"}.flaticon2-analytics-2:before{content:"\f18f"}.flaticon2-wifi:before{content:"\f190"}.flaticon2-protected:before{content:"\f191"}.flaticon2-drop:before{content:"\f192"}.flaticon2-mail-1:before{content:"\f193"}.flaticon2-delivery-truck:before{content:"\f194"}.flaticon2-writing:before{content:"\f195"}.flaticon2-calendar-5:before{content:"\f196"}.flaticon2-protection:before{content:"\f197"}.flaticon2-calendar-6:before{content:"\f198"}.flaticon2-calendar-7:before{content:"\f199"}.flaticon2-calendar-8:before{content:"\f19a"}.flaticon2-bell-2:before{content:"\f19b"}.flaticon2-hourglass-1:before{content:"\f19c"}.flaticon2-next:before{content:"\f19d"}.flaticon2-chat-2:before{content:"\f19e"}.flaticon2-correct:before{content:"\f19f"}.flaticon2-photo-camera:before{content:"\f1a0"}.flaticon2-fast-next:before{content:"\f1a1"}.flaticon2-fast-back:before{content:"\f1a2"}.flaticon2-down:before{content:"\f1a3"}.flaticon2-back:before{content:"\f1a4"}.flaticon2-up:before{content:"\f1a5"}.flaticon2-arrow-down:before{content:"\f1a6"}.flaticon2-arrow-up:before{content:"\f1a7"}.flaticon2-accept:before{content:"\f1a8"}.flaticon2-sort:before{content:"\f1a9"}.flaticon2-arrow:before{content:"\f1aa"}.flaticon2-back-1:before{content:"\f1ab"}.flaticon2-add-square:before{content:"\f1ac"}.flaticon2-quotation-mark:before{content:"\f1ad"}.flaticon2-clip-symbol:before{content:"\f1ae"}.flaticon2-check-mark:before{content:"\f1af"}.flaticon2-folder:before{content:"\f1b0"}.flaticon2-cancel-music:before{content:"\f1b1"}.flaticon2-cross:before{content:"\f1b2"}.flaticon2-pen:before{content:"\f1b3"}.flaticon2-email:before{content:"\f1b4"}.flaticon2-graph-2:before{content:"\f1b5"}.flaticon2-open-box:before{content:"\f1b6"}.flaticon2-files-and-folders:before{content:"\f1b7"}.flaticon2-ui:before{content:"\f1b8"}.flaticon2-sheet:before{content:"\f1b9"}.flaticon2-dashboard:before{content:"\f1ba"}.flaticon2-user-1:before{content:"\f1bb"}.flaticon2-group:before{content:"\f1bc"}.flaticon2-black-back-closed-envelope-shape:before{content:"\f1bd"}.flaticon2-left-arrow:before{content:"\f1be"}.flaticon2-sort-alphabetically:before{content:"\f1bf"}.flaticon2-sort-down:before{content:"\f1c0"}.flaticon2-rubbish-bin:before{content:"\f1c1"}.flaticon2-rubbish-bin-delete-button:before{content:"\f1c2"}.flaticon2-calendar-9:before{content:"\f1c3"}.flaticon2-tag:before{content:"\f1c4"}.flaticon2-refresh-button:before{content:"\f1c5"}.flaticon2-refresh-arrow:before{content:"\f1c6"}.flaticon2-reload-1:before{content:"\f1c7"}.flaticon2-refresh-1:before{content:"\f1c8"}.flaticon2-left-arrow-1:before{content:"\f1c9"}.flaticon2-reply:before{content:"\f1ca"}.flaticon2-reply-1:before{content:"\f1cb"}.flaticon2-printer:before{content:"\f1cc"}.flaticon2-print:before{content:"\f1cd"}.flaticon2-shrink:before{content:"\f1ce"}.flaticon2-resize:before{content:"\f1cf"}.flaticon2-arrow-1:before{content:"\f1d0"}.flaticon2-size:before{content:"\f1d1"}.flaticon2-arrow-2:before{content:"\f1d2"}.flaticon2-cancel:before{content:"\f1d3"}.flaticon2-exclamation:before{content:"\f1d4"}.flaticon2-line:before{content:"\f1d5"}.flaticon2-warning:before{content:"\f1d6"}.flaticon2-information:before{content:"\f1d7"}.flaticon2-layers-2:before{content:"\f1d8"}.flaticon2-file-2:before{content:"\f1d9"}.flaticon2-bell-3:before{content:"\f1da"}.flaticon2-bell-4:before{content:"\f1db"}.flaticon2-bell-5:before{content:"\f1dc"}.flaticon2-bell-alarm-symbol:before{content:"\f1dd"}.flaticon2-world:before{content:"\f1de"}.flaticon2-graphic-1:before{content:"\f1df"}.flaticon2-send-1:before{content:"\f1e0"}.flaticon2-location:before{content:"\f1e1"}.flaticon2-pin-1:before{content:"\f1e2"}.flaticon2-start-up:before{content:"\f1e3"}.flaticon2-right-arrow:before{content:"\f1e4"}

