@font-face {
    font-family: 'ebrima';
    src: url("../fonts/ebrima.woff") format("woff"), url("../fonts/ebrima.woff2") format("woff2"), url("../fonts/ebrima.eot"), url("../fonts/ebrima.eot?#iefix") format("embedded-opentype"), url("../fonts/ebrima.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ebrimabd';
    src: url("../fonts/ebrimabd.woff") format("woff"), url("../fonts/ebrimabd.woff2") format("woff2"), url("../fonts/ebrimabd.eot"), url("../fonts/ebrimabd.eot?#iefix") format("embedded-opentype"), url("../fonts/ebrimabd.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'BaiJamjureeSemiBold';
    src: url("../fonts/BaiJamjureeSemiBold.eot");
    src: url("../fonts/BaiJamjureeSemiBold.eot") format("embedded-opentype"), url("../fonts/BaiJamjureeSemiBold.woff2") format("woff2"), url("../fonts/BaiJamjureeSemiBold.woff") format("woff"), url("../fonts/BaiJamjureeSemiBold.ttf") format("truetype");
}*/

@font-face {
    font-family: 'BaiJamjureeSemiBold';
    src: url("../fonts/BaiJamjureeSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BaiJamjureeSemiBold.woff2") format("woff2"), url("../fonts/BaiJamjureeSemiBold.woff") format("woff"), url("../fonts/BaiJamjureeSemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

/* ROB CSS */

.toggleAll {
    color: white !important;
}

.toggle * {
    margin: 0px !important;
    max-height: 55px !important;
}

.toggleAll::before {
    max-height: 55px !important;
    content: "\ea7d";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    width: 5rem;
    background-color: #1a6eb3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem !important;
}

.active > .toggleAll:before {
    /*    content: "\ea6f";
*/
}

/*#target {
    min-height: 400px !important;
    min-width: 200px !important;
    position: relative !important;
}*/

.e-dlg-header-content {
    background-color: #005daa !important;
    color: white !important;
}

.e-dlg-header {
    color: white !important;
}


.pin-item {
    /*    margin-left: 50% !important;
*/ padding-left: 10% !important;
}

.e-btn {
    text-transform: uppercase !important;
    font-family: "ebrimabd", sans-serif !important;
    font-size: 1.5rem !important;
    padding: 1.2rem !important;
    color: white !important;
}

    .e-btn.e-flat.e-primary {
        background-color: rgb(54, 128, 189) !important;
        font-family: "ebrimabd", sans-serif;
        font-size: 1.5rem !important;
        padding: 1.2rem !important;
    }

.e-dialog button.e-btn.e-primary {
    background-color: rgb(54, 128, 189) !important;
    font-family: "ebrimabd", sans-serif;
    font-size: 1.5rem !important;
    padding: 1.2rem !important;
}

.e-dialog button.e-btn:not(.e-primary):not(.e-icon-btn):not(.e-dlg-closeicon-btn) {
    background-color: #ee2d24 !important;
    font-family: "ebrimabd", sans-serif;
    font-size: 1.5rem !important;
    padding: 1.2rem !important;
}

.e-Deletebutton {
    background-color: #ee2d24 !important;
}

.e-Editbutton {
    background-color: rgb(54, 128, 189) !important;
}

/*.e-btn .e-flat, .e-css.e-btn {
    background-color: #005daa !important;
    font-family: "ebrimabd", sans-serif;
    border-color: #005daa !important;
    font-size: 1.5rem !important;
    padding: 1.2rem !important;
}*/
.pin-text {
    /*text-wrap: nowrap !important;*/
    margin-bottom: 0px !important;
    width: 100% !important;
}

.legend-container {
    justify-content: center;
    text-align: center;
}

    .legend-container ul {
        display: inline-block;
        padding: 2px;
    }

    .legend-container li {
        display: inline-block;
    }

        .legend-container li p {
            display: inline-block;
            padding: 5px;
            text-decoration: none;
        }

.Legend-colorBox {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-color: blue;
}


@media screen and (min-width: 1023px) {
    .close-icon {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-nav {
        display: none !important;
    }

    .navbar {
        height: 100% !important;
    }

    .dropdown-menu {
        left: 0 !important;
    }
}

.form-control form-control-lg::after {
    border-color: red !important;
}

input {
    border: 2px solid;
    border-radius: 4px;
    font-size: 1rem;
    margin: 0.25rem;
    min-width: 125px;
    padding: 0.5rem;
    transition: border-color 0.5s ease-out;
}

    input:placeholder-shown {
        border-color: #3680bd;
    }

    input:required:valid {
        border-color: green;
    }

    input:invalid {
        border-color: #ee2d24;
    }

    input:required:focus:valid {
        border-color: green;
    }

    input:focus:invalid {
        border-color: #ee2d24;
    }

select:invalid {
    border-color: #ee2d24;
}

select:required:valid {
    border-color: green;
}

select:required:invalid {
    border-color: #ee2d24;
}

select:required:placeholder-shown {
    background-color: ivory;
    border: 2px solid darkorange;
    border-radius: 5px;
}

.e-dialog, e-lib, e-dlg-resizable, e-dlg-modal e-draggable, e-popup, e-control, e-popup-open {
    min-height: 50% !important;
    max-height: 90% !important;
}

.faq {
    border: 1px solid black;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.toast {
    padding: 1.5rem;
    color: #fff;
    top: 2rem;
    border-radius: 1rem;
    z-index: 999 !important;
    right: 2rem;
}

.text-white {
    color: #fff !important;
}


.toast-header {
    background-color: #ee2d24 !important;
    padding: .5rem;
    color: #fff;
    top: 2rem;
    z-index: 999 !important;
    right: 2rem;
}

.toast-body {
    padding: 1.5rem;
    color: grey;
    background-color: white;
    top: 2rem;
    z-index: 999 !important;
    right: 2rem;
}

.hidden {
    display: none;
}

.util-icon {
    font-size: 18px !important;
    border: double 4px transparent;
    border-radius: 80px;
    /*    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #005dab,#ee2d24);*/
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 4px !important;
}

#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3680bd;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    transition: .3s;
    animation: fadeInAnimation ease 1s;
}

    #toTopBtn:hover {
        background-color: #555;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Sweep To Right */
.hvr-sweep-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2186D9;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
        color: white;
    }

        .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

#liveToastBtn {
    display: none;
}

/*#btnUpdate {
    display: none;
}*/

.custom-map-control-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    border: 1px solid transparent;
    padding: 4px !important;
    margin: 4px 4px 20px 4px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #005daa;
    transition: 0.3s;
}

    .custom-map-control-button:hover {
        background-color: #0069d9;
        cursor: pointer;
    }

#googleMap {
    height: 450px !important;
    width: 100% !important;
    background-color: white !important;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 25%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(233, 233, 233, 1) 100%);
    opacity: 90%;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

label {
    display: block;
    /*    font: 400 18px Roboto, Arial, sans-serif !important;*/
}

/*input,
label {
    margin: 0.4rem 0;
}

.labels {
    color: aqua !important;
    background-color: yellow !important;
}*/

/* END ROB CSS */
html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    position: relative;
}

.btn-primary {
    background-color: #3680bd !important;
    border-color: #3680bd !important;
}

*:focus {
    outline: none !important;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.title-bold, h1, h2, h3, b, strong, .btn-bold {
    font-family: "ebrimabd", sans-serif;
}

a {
    text-decoration: none !important;
}

.container-fluid {
    /*    max-width: 1950px;
*/
}

@media (min-width: 1200px) {
    .container-sm {
        max-width: 1000px;
    }
}

@media (min-width: 1450px) {
    .container-lg {
        max-width: 1400px;
    }
}

.btn {
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

    .btn .spinner {
        width: 2rem;
        height: 2rem;
    }

.btn-warning, .btn-success, .btn-info {
    color: #ffffff !important;
}

.btn-100 {
    width: 10rem;
}

.btn-120 {
    width: 10rem;
}

.btn-150 {
    width: 15rem;
}

.btn-200 {
    width: 20rem;
}

.btn-250 {
    width: 25rem;
}

.btn-light {
    color: #005daa !important;
}

.shadow-1 {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

.shadow-2 {
    box-shadow: 0 0 15px rgba(53, 82, 99, 0.1);
}

.shadow-3 {
    box-shadow: 0 1px 10px rgba(53, 82, 99, 0.2);
}

.shadow-4 {
    box-shadow: 0 3px 20px rgba(53, 82, 99, 0.2);
}

.w0 {
    width: 0rem;
}

.w50 {
    width: 5rem;
}

.w70 {
    width: 7rem;
}

.w100 {
    width: 10rem;
}

.w120 {
    width: 12rem;
}

.w150 {
    width: 15rem;
}

.w200 {
    width: 20rem;
}

.w230 {
    width: 23rem;
}

.w250 {
    width: 23rem;
}

.w300 {
    width: 30rem;
    /*    max-width: 30rem;
    width: 100%;
*/
}

.w400 {
    width: 35rem;
    */
}

.w800 {
    max-width: 80rem;
    width: 100%;
}

.w650 {
    max-width: 65rem;
    width: 100%;
}

small, .small {
    font-family: "ebrima", sans-serif;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-control-sm {
    font-size: 1.3rem;
    line-height: 2.2rem;
}

@media (max-width: 1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row > div {
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media (min-width: 1024px) {
    .row30 {
        margin-left: -30px;
        margin-right: -30px;
    }

        .row30 > div {
            padding-left: 30px;
            padding-right: 30px;
        }
}

.row25 {
    margin-left: -25px;
    margin-right: -25px;
}

    .row25 > div {
        padding-left: 25px;
        padding-right: 25px;
    }

@media (min-width: 1024px) {
    .row20 {
        margin-left: -20px;
        margin-right: -20px;
    }

        .row20 > div {
            padding-left: 20px;
            padding-right: 20px;
        }
}

.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row10 > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row5 > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.row7 {
    margin-left: -7px;
    margin-right: -7px;
}

    .row7 > div {
        padding-left: 7px;
        padding-right: 7px;
    }

.row2 {
    margin-left: -2px;
    margin-right: -2px;
}

    .row2 > div {
        padding-left: 2px;
        padding-right: 2px;
    }

.mandatory {
    color: red;
}


.hide {
    display: none;
}

.show {
    display: block;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ajax-loading {
    position: relative;
}

    .ajax-loading .ajax-loading__img {
        opacity: 1;
        visibility: visible;
    }

        .ajax-loading .ajax-loading__img.middle {
            display: flex;
            align-items: center;
            justify-content: center;
        }

.ajax-loading__img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}

    .ajax-loading__img .img-fluid {
        max-width: 7.5rem;
    }

    .ajax-loading__img span {
        font-size: 1.3rem;
        line-height: 1.8rem;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.1rem;
    }

.spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: 0.3rem solid #ddd;
    border-top: 0.3rem solid #000000;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    display: inline-block;
    vertical-align: middle;
}

.spinner-sm {
    width: 2.8rem;
    height: 2.8rem;
    border-width: 0.2rem;
    border-top-width: 0.2rem;
}

.spinner-tiny {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 0.2rem;
    border-top-width: 0.2rem;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.input-loading .spinner {
    display: block !important;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -1.1rem;
    z-index: 5;
    background-color: #ffffff;
}

.badge-primary {
    background-color: #ee3124;
}

.dropdown.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: both;
}

    .dropdown-menu .dropdown-item {
        display: flex;
    }

        .dropdown-menu .dropdown-item .feather-chevron-right {
            width: 1.5rem;
            height: 1.5rem;
            stroke-width: 0.3rem;
            margin-right: 1.5rem;
            margin-top: 0.3rem;
            flex: 0 0 auto;
        }

.dropdown-menu-sm {
    min-width: 12rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0 !important;
        left: 100%;
        margin-top: -0.1rem !important;
    }

.dropdown-toggle:after {
    margin-left: 0.8rem;
}

@media (min-width: 768px) {
    .control-label {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.a-underline > span {
    border-bottom: 0.1rem solid #ee3124;
}

.a-underline.text-secondary > span {
    border-bottom-color: #005daa;
}

.a-underline .feather {
    width: 1.2rem;
    height: 1.2rem;
}

.modal-close {
    position: relative;
    padding-top: 5rem !important;
}

    .modal-close .close {
        position: absolute;
        top: 2rem;
        right: 2rem;
        z-index: 5;
        opacity: 0.3;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
    }

        .modal-close .close:hover {
            opacity: 0.6 !important;
        }

        .modal-close .close > svg {
            display: block;
            width: 2rem;
            height: 2rem;
        }

@media (max-width: 767px) {
    .modal-close {
        padding-top: 3rem !important;
    }

        .modal-close .close {
            top: 1.6rem;
            right: 1.8rem;
        }

            .modal-close .close > svg {
                width: 1.6rem;
                height: 1.6rem;
                stroke-width: 0.3rem;
            }
}

.text-black {
    color: #000000;
}

.table .bb-0, .table .bb-0 > td, .table .bb-0 > th {
    border-bottom-width: 0;
}

.table-align-top td {
    vertical-align: top !important;
}

.table-lg th, .table-lg td {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-white > table {
    color: #ffffff;
}

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 901;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
}

    .custom-backdrop.backdrop-opened {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s ease,visibility 0s ease;
        -webkit-transition: opacity .25s ease,visibility 0s ease;
    }

.no-overlay {
    background-color: transparent;
}

    .no-overlay:before {
        display: none;
    }

.abs-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: #ffffff;
}

.svg-20 {
    width: 2rem;
    height: 2rem;
}

.svg-18 {
    width: 1.8rem;
    height: 1.8rem;
}

.bg-grey {
    background-color: #b3cfe5 !important;
}

.bg-violet-2 {
    background-color: #4b2e8b !important;
}

.text-blue {
    color: #00237c;
}

.font-12 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.wpcf7 form .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form .wpcf7-not-valid, .wpcf7-not-valid + .select2 .select2-selection {
    border-color: #dc6767 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 !important;
    padding: 1.2rem 1.5rem !important;
    border-width: 1px !important;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: 1.4rem !important;
        line-height: 2.2rem !important;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc6767 !important;
    background: #dc6767 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background: #46b450 !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1023px) {
    div.wpcf7 .ajax-loader {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

div.wpcf7 .submitting .ajax-loader {
    display: inline-block !important;
    vertical-align: middle;
    visibility: visible;
}

.newsletter .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

.circled-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0.2rem;
    border-style: solid;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
}

    .circled-arrow .feather {
        width: 1.6rem;
        height: 1.6rem;
        stroke-width: 0.3rem;
    }

    .circled-arrow.circled-arrow-sm {
        width: 4.5rem;
        height: 4.5rem;
    }

    .circled-arrow.circled-arrow-lg {
        width: 5.2rem;
        height: 5.2rem;
    }

@media (max-width: 767px) {
    .circled-arrow {
        width: 4rem !important;
        height: 4rem !important;
    }
}

.bg-alpha-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-alpha-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-alpha-3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-alpha-4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-alpha-5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-alpha-6 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-alpha-7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-alpha-8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-alpha-9 {
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-arrow .feather-chevron-right {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 3px;
    margin-left: 1rem;
    margin-right: -0.5rem;
    margin-top: -0.2rem;
}

.search-results > .news-item:last-child {
    border-bottom: 0;
}

.search-results > .news-item > a {
    color: #000000;
}

    .search-results > .news-item > a:hover {
        color: #10aa4c;
    }

.search-results > .news-item .news-item__arrow {
    display: none !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
    -webkit-backface-visibility: hidden;
}

.animated {
    animation-duration: calc( 0.5s);
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: calc( 0.5s * 2);
    }

    .animated.bounceIn, .animated.bounceOut {
        animation-duration: calc( 0.5s * 0.75);
    }

    .animated.flipOutX, .animated.flipOutY {
        animation-duration: calc( 0.5s * 0.75);
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 30px, 0);
        visibility: visible;
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

.card {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

    .card.card--opacity {
        background-color: rgba(255, 255, 255, 0.7);
    }

@media (min-width: 1400px) {
    .card.card-lg .card-body {
        padding: 4rem;
    }
}

@media (min-width: 1600px) {
    .card.card-lg .card-body {
        padding: 8rem;
    }
}

.card-body {
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .card-body {
        padding: 2rem;
    }
}

@media (min-width: 1400px) {
    .card-body {
        padding: 2.5rem;
    }
}

.card-body__inner hr {
    border-top-color: #b3cfe6;
}

.card-body__inner ul:not(.nav), .card-body__inner ol:not(.nav) {
    padding-left: 1.8rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .card-body__inner ul:not(.nav), .card-body__inner ol:not(.nav) {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1400px) {
    .card-body__inner ul:not(.nav), .card-body__inner ol:not(.nav) {
        margin-bottom: 2.5rem;
    }
}

.card-body__inner ul:not(.nav) > li, .card-body__inner ol:not(.nav) > li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #b9b8b8;
    position: relative;
}

    .card-head::before {
        content: "";
        position: absolute;
        background: #3680bd;
        left: 0;
        z-index: 5;
        width: 4rem;
        height: 0.3rem;
        bottom: -0.1rem;
    }

.card-head__title {
    color: #005daa;
    line-height: 2rem;
}

.card-head--icon .card-head__title {
    display: flex;
    align-items: center;
}

@media (min-width: 1400px) {
    .card-head--icon .card-head__title {
        font-size: 1.6rem;
    }
}

.card-head__img {
    flex: 0 0 auto;
    width: 4.5rem;
    padding-right: 1.2rem;
}

/* Amine: not sure why this was here:
    @media (max-width: 1023px) {
    .card-head__img {
        display: none;
    }
}
*/

.card-head .card-head--icon {
    display: flex;
    align-items: center;
}

.action-list {
    display: flex;
    align-items: center;
    list-style: none;
}

    .action-list > li {
        margin-left: 1.2rem;
    }

        .action-list > li > a {
            display: block;
            color: #767676;
            transition: color 0.3s ease-in-out;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
        }

            .action-list > li > a .feather {
                display: block;
                width: 1.7rem;
                height: 1.7rem;
            }

            .action-list > li > a:hover {
                color: #3b3b3b;
            }

.dropdown-menu {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .dropdown-menu {
        padding: 1.5rem;
    }
}

.keep-open .dropdown-item {
    color: #ee2d24;
}

    .keep-open .dropdown-item.active {
        color: #3b3b3b;
    }

.custom-popover {
    padding: 1rem;
    min-width: 13rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.custom-popover__list {
    list-style: none;
    margin: 0;
}

    .custom-popover__list > li > a {
        display: block;
        padding: 0.5rem 1.5rem;
        color: #3b3b3b;
        border-radius: 0.5rem;
    }

        .custom-popover__list > li > a:hover, .custom-popover__list > li > a.active {
            background-color: #dfecf6;
        }

.table th {
    font-family: "ebrimabd", sans-serif;
    font-weight: 400;
}

.table-common > thead > tr > th {
    background-color: #3680bd;
    color: #ffffff;
    border-bottom-width: 0 !important;
    font-family: "ebrima", sans-serif;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

    .table-common > thead > tr > th .form-control {
        margin-top: 0.2rem;
    }

.table-common > tbody > tr:not(:last-child) > td {
    border-bottom-width: 0;
}

.table-common > tbody > tr:not(:first-child) > td {
    border-top-width: 0;
}

.form-control-tiny {
    height: 2.5rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
}

.daterangepicker {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .daterangepicker, .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-family: "ebrima", sans-serif;
    }

        .daterangepicker .calendar-table table th {
            font-family: "ebrimabd", sans-serif;
        }

        .daterangepicker .drp-buttons .btn {
            font-weight: 400 !important;
        }

.auth-header {
    background-color: #fbfcfe;
}

.header {
    background-color: #ffffff;
}

@media (max-width: 1023px) {
    .header {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .header {
        height: 12rem;
    }
}

.sidebar-toggle {
    display: block;
    padding: 1.5rem;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .sidebar-toggle.active {
        background-color: #b3cfe6;
        color: #ffffff;
    }

        .sidebar-toggle.active span {
            background-color: #ffffff;
        }

    .sidebar-toggle span {
        display: block;
        width: 2rem;
        height: 0.3rem;
        background-color: #b3cfe5;
        border-radius: 0.3rem;
    }

        .sidebar-toggle span + span {
            margin-top: 0.5rem;
        }

        .sidebar-toggle span:nth-child(2) {
            width: 1.4rem;
        }

        .sidebar-toggle span:last-child {
            width: 0.7rem;
        }

.navbar-brand {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 25rem;
}

    .navbar-brand + h4 {
        font-family: "BaiJamjureeSemiBold", sans-serif;
        color: #005daa;
        margin: 1.5rem 0 0;
    }

@media (max-width: 767px) {
    .auth-header .navbar-brand {
        margin: 1rem auto;
        max-width: 20rem;
    }

        .auth-header .navbar-brand + h4 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
}

@media (max-width: 1023px) {
    .navbar-brand {
        max-width: 20rem;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 16rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar-brand {
        max-width: 20rem;
    }
}

.main-nav {
    list-style: none;
    margin-bottom: 0;
}

    .main-nav > li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #3680bd;
        font-weight: normal;
    }

@media (min-width: 1024px) {
    .main-nav > li {
        display: flex;
        align-items: center;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media (min-width: 1400px) {
    .main-nav > li {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

.main-nav > li.show > a {
    background-color: #b3cfe6 !important;
    color: #ffffff !important;
}

.main-nav > li > a {
    display: block;
    color: #81afd5;
    border-radius: 0.4rem;
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .main-nav > li > a.nav-search .feather {
        width: 1.8rem;
        height: 1.8rem;
        display: block;
    }

    .main-nav > li > a:hover {
        background-color: #b3cfe6 !important;
        color: #ffffff !important;
    }

@media (min-width: 1400px) {
    .main-nav > li > a {
        padding: 1.5rem;
    }
}

.dropdown-action {
    padding-top: 2rem;
}

.dropdown-item + .dropdown-item {
    border-top: 0.1rem solid #e8e9eb;
}

.dropdown-menu .dropdown-item {
    align-items: center;
    justify-content: space-between;
    font-family: "ebrimabd", sans-serif;
}

.header-wrapper {
    position: relative;
    /* from .header */
    background-color: #f5f5f5;
}

@media (min-width: 1024px) {
    .header-wrapper {
        /*        padding-right: 29rem;
*/
    }
}

.profile {
    font-size: 1.3rem;
    line-height: 1.9rem;
    background-color: #3680bd;
    color: #ffffff;
    z-index: 5;
    /*    text-align: center;
*/ /*    padding: 4.5rem 3rem 3rem;
*/
    opacity: 0;
    visibility: hidden;
}

    .profile small {
        letter-spacing: 0.03rem;
    }

.profile__icons {
    list-style: none;
    padding-bottom: 1.5rem;
    /*    border-bottom: 0.1rem solid #7eabcf;
*/ margin: 5px;
}

    .profile__icons > li > a {
        color: #ffffff;
        display: block;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
    }

        .profile__icons > li > a:not(.logout) {
            font-size: 1.8rem;
        }

        .profile__icons > li > a i {
            vertical-align: middle;
        }

        .profile__icons > li > a.logout {
            font-size: 1.5rem;
            line-height: 1.8rem;
            letter-spacing: 0.05rem;
            text-decoration: underline !important;
            text-underline-position: under !important;
        }

        .profile__icons > li > a:hover {
            opacity: 0.75;
        }

    .profile__icons > li.dropdown.show {
        border-radius: 0.4rem;
        background-color: #b3cfe6;
    }

.profile__head > h6 {
    font-family: "ebrimabd", sans-serif;
}

.profile__avatar .img-fluid {
    max-width: 8rem;
    border-radius: 0.3rem;
}

@media (min-width: 1024px) {
    .profile {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1023px) {
    .profile {
        position: fixed;
        z-index: 100;
        width: 100%;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
    }

        .profile.in {
            visibility: visible;
            opacity: 1;
        }

        .profile .profile__icons {
            max-width: 28rem;
            margin-left: auto;
            margin-right: auto;
        }
}

.count-label {
    position: absolute;
    background-color: #e84278;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: 50%;
    display: block;
    padding: 0.3rem;
    top: 0;
    right: 0;
}

    .count-label.with-count {
        height: 1.2rem;
        width: 1.2rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -0.8rem;
    }

.close-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0.3rem;
}

    .close-icon .img-fluid {
        max-width: 1.2rem;
    }

@media (max-width: 1023px) {
    .header > .container {
        max-width: 100%;
    }

    .navbar-mobile {
        height: 7rem;
    }

    .nav-search .feather {
        width: 2.2rem;
        height: 2.2rem;
    }

    .main-nav__mobile {
        list-style: none;
    }

        .main-nav__mobile > li {
            margin-left: 2rem;
        }

            .main-nav__mobile > li.dropdown.show > a {
                background-color: #b3cfe6;
                color: #ffffff;
            }

            .main-nav__mobile > li > a {
                color: #81afd5;
                font-size: 1.8rem;
                line-height: 2rem;
                display: block;
                padding: 0.5rem;
                border-radius: 0.3rem;
            }

                .main-nav__mobile > li > a.active {
                    background-color: #b3cfe6;
                    color: #ffffff;
                }
}

.login-bg {
    background: url("../images/login-bg.jpg") no-repeat center center;
    background-size: cover;
}

.shadow-box {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 0 6px -4px rgba(0, 0, 0, 0.1), -3px 0 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-box__head {
    border-left: 0.1rem solid #adaeb0;
}

    .shadow-box__head > p {
        color: #005daa;
    }

@media (min-width: 1400px) {
    .shadow-box__head > p {
        font-size: 1.8rem;
    }
}

.shadow-box__head > h1 {
    font-family: "ebrima", sans-serif;
    line-height: 1;
}

@media (min-width: 1400px) {
    .shadow-box__head > h1 {
        font-size: 4.5rem;
    }
}

.shadow-box__inner {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    letter-spacing: 0.01rem;
}

    .shadow-box__inner .card {
        border-radius: 0.8rem;
    }

    .shadow-box__inner .card-body {
        padding: 3.5rem;
    }

@media (min-width: 1400px) {
    .shadow-box__inner .form-control-lg {
        height: 5rem;
        font-size: 1.3rem;
    }

    .shadow-box__inner .btn-lg {
        font-size: 1.6rem;
    }
}

.shadow-box__inner .form-control::placeholder {
    color: #005daa;
    opacity: 1;
}

@media (max-width: 767px) {
    .shadow-box {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .shadow-box__inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.social-list {
    list-style: none;
    margin: 0;
}

    .social-list > li + li {
        margin-left: 1rem;
    }

    .social-list > li > a {
        display: block;
        color: #81afd5;
        font-size: 2rem;
        line-height: 1;
        transition: color 0.3s ease-in;
        -webkit-transition: color 0.3s ease-in;
        -moz-transition: color 0.3s ease-in;
        -ms-transition: color 0.3s ease-in;
    }

        .social-list > li > a:hover, .social-list > li > a:focus, .social-list > li > a:active {
            text-decoration: none;
            color: #3680bd;
        }

@media (max-width: 1023px) {
    .col-form-label {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .shadow-box__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.backdrop {
    position: fixed;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
}

    .backdrop.in {
        opacity: 1;
        visibility: visible;
        z-index: 1049;
    }

    .backdrop .img-fluid {
        position: fixed;
        right: 2rem;
        top: 2rem;
        width: 1.2rem;
        height: 1.2rem;
        z-index: 1051;
        color: #ffffff;
        display: block;
    }

.left-sidebar {
    display: flex;
    flex-direction: column;
    width: 28rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #005daa;
    /*height: 1600px;*/
    /*height: 100%;*/
    overflow-y: auto;
    height: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /* border-right: 5px solid #5b9acf !important; */
}

    .left-sidebar::-webkit-scrollbar {
        display: none;
    }


@media (max-width: 1023px) {
    .left-sidebar {
        position: fixed;
        left: -280px;
        z-index: 1050;
        display: none;
    }
}




.main-nav-list {
    list-style: none;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

    .main-nav-list > li.current {
        overflow: hidden;
    }

        .main-nav-list > li.current > a, .main-nav-list > li.active > a, .main-nav-list > li:hover > a {
            color: #ffffff;
        }

    .main-nav-list a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .main-nav-list > li > a {
        text-decoration: none !important;
        display: block;
        padding-left: 3rem;
        padding-right: 5rem;
        letter-spacing: 0.05rem;
        color: #ffffff;
        text-transform: uppercase;
        border-bottom: 0.1rem solid #5b9acf;
    }

        .main-nav-list > li > a .fa {
            font-size: 1.6rem;
            line-height: 1;
        }

        .main-nav-list > li > a:hover {
            color: #fff;
        }

.sub-menu {
    list-style: none;
    margin: 0;
}

    .sub-menu > li {
        border-bottom: 0.1rem solid #5b9acf;
    }

        .sub-menu > li:last-child {
            border-bottom: 0;
        }

        .sub-menu > li > a:hover {
            background-color: #b0c8db;
        }

        .sub-menu > li > a.active {
            background-color: #ebf2f8;
            font-family: "ebrimabd", sans-serif;
            color: #000000;
        }

/*.main-nav-list > li > a.active {
    background-color: #b3cfe5;
    font-family: "ebrimabd", sans-serif;
    color: #000000;
}
*/

.main-nav-list > li > a.active {
    font-weight: bold;
}

.main-nav-list > li > a.home {
    font-weight: bold;
}

/*[class~="home"]::before {
    content: "" !important;
    bottom: -30px !important;
    left: 15px !important;
    position: relative !important;
    width: 8px !important;
    height: 9px !important;
    background-color: red !important;
    border-radius: 50% !important;
}*/

.home {
    background-image: url('../images/icons/reddot-md.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-x: 10px;
}

/*[class~="active"]:before {
    content: "";
    bottom: 0px;
    left: -6px;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
}*/

.sub-menu > li > a.active .bullet {
    opacity: 1;
}

.sub-menu > li > a {
    background-color: #b3cfe5;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding-left: 5rem;
    padding-right: 1.2rem;
    color: #005daa;
    min-width: 100%;
}

.sub-menu > li > #text {
    color: rebeccapurple !important;
}

.bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #eb2e28;
    display: block;
    margin-right: 1rem;
    opacity: 0;
}

.sub-menu > li > a .fa {
    margin-right: 5px;
}

li.current > .collapse {
    display: block;
}

.collapse-item {
    cursor: pointer;
    position: relative;
}

    .collapse-item:before {
        content: "\efc2";
        font-family: IcoFont !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        width: 5rem;
        background-color: #1a6eb3;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

.active > .collapse-item:before {
    content: "\ef9a";
}

.footer-bottom {
    font-size: 1rem;
    line-height: 1.6rem;
    z-index: 8;
    bottom: 0;
    width: 100%;
    padding: 5rem;
    color: #ffffff;
}

    .footer-bottom > p {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .enquire-section {
        padding: 3.5rem 0;
    }

        .enquire-section h1 {
            font-size: 1.8rem;
            line-height: 2.5rem;
        }

    .link-enquire {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

        .link-enquire .circled-arrow {
            width: 4rem;
            height: 4rem;
        }

    .footer {
        padding: 4rem 0;
    }

    .back-to-top {
        width: 3.5rem;
        height: 3.5rem;
        border-width: 0.1rem;
    }

        .back-to-top > svg {
            width: 2rem;
            height: 2rem;
        }

    .copyright {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .footer-divider {
        margin-bottom: 2rem;
    }

    .footer-links {
        margin-left: -0.2rem;
        margin-right: -0.2rem;
    }

        .footer-links a {
            margin-left: 0.2rem;
            margin-right: 0.2rem;
        }
}

@media (max-width: 1023px) {
    .footer-divider {
        margin-top: 3.5rem;
    }

    .newsletter {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .enquire-section {
        padding: 4.5rem 0;
    }

        .enquire-section h1 {
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
        }

    .link-enquire {
        font-size: 2rem;
        line-height: 2.7rem;
    }

        .link-enquire .circled-arrow {
            width: 4rem;
            height: 4rem;
        }
}

@media (min-width: 1024px) and (max-width: 1249px) {
    .link-enquire {
        font-size: 2.4rem;
    }
}

.banner-section {
    position: relative;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover !important;
}

.main {
    position: relative;
    transition: padding-left 0.4s ease-in-out;
    -webkit-transition: padding-left 0.4s ease-in-out;
    -moz-transition: padding-left 0.4s ease-in-out;
}

@media (min-width: 1024px) {
    .main {
        padding-left: 28rem;
        min-height: 80rem;
    }
}

.main__content {
    padding: 1.5rem;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .main__content {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .main__content {
        padding: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .main__content {
        padding: 4rem;
    }
}

.field-group > h5 {
    font-family: "ebrimabd", sans-serif;
    color: #3680bd;
    font-size: 1.4rem;
    line-height: 2rem;
    border-bottom: 0.1rem solid #b3cfe6;
    padding-bottom: 1.5rem;
}

    .field-group > h5 .mandatory {
        font-size: 1.5rem;
        font-family: "ebrima", sans-serif;
    }

@media (min-width: 768px) {
    .field-group > h5 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.field-group__inline {
    display: flex;
    flex-wrap: wrap;
}

    .field-group__inline > .form-group {
        flex: 0 0 auto;
        margin-right: 1.5rem;
    }

@media (min-width: 768px) {
    .field-group__inline > .form-group {
        margin-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .field-group__inline > .form-group {
        margin-right: 3rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1400px) {
    .field-group__inline > .form-group {
        margin-right: 4rem;
        margin-bottom: 4rem;
    }
}

.custom-nav-tabs {
    background-color: #eaedf3;
    border-bottom: 0;
    border-radius: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

@media (min-width: 1400px) {
    .custom-nav-tabs {
        padding-left: 2rem;
    }
}

.custom-nav-tabs > li {
    margin-left: 2rem;
    margin-right: 2rem;
}

    .custom-nav-tabs > li > a {
        white-space: nowrap;
        display: block;
        padding: 2.5rem 1rem;
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #005daa;
        position: relative;
    }

        .custom-nav-tabs > li > a .icofont-simple-down {
            display: none;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 5;
            bottom: 0.5rem;
            margin-left: -0.7rem;
        }

        .custom-nav-tabs > li > a.active {
            background-color: #3680bd;
            color: #ffffff;
            font-family: "ebrimabd", sans-serif;
        }

            .custom-nav-tabs > li > a.active .icofont-simple-down {
                display: block;
            }

@media (min-width: 1600px) {
    .custom-nav-tabs > li > a {
        font-size: 1.6rem;
    }
}

.tab-content {
    padding-top: 2rem;
}

@media (min-width: 1400px) {
    .tab-content {
        padding-top: 3rem;
    }
}

@media (min-width: 1600px) {
    .tab-content {
        padding: 5rem 4rem;
    }
}

.na-form__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "ebrima", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

    .na-form__title .bullet {
        opacity: 1;
        width: 1.1rem;
        height: 1.1rem;
    }

@media (min-width: 1400px) {
    .na-form__title {
        font-size: 2rem;
        line-height: 4rem;
    }
}

@media (min-width: 1600px) {
    .na-form__title {
        font-size: 2.2rem;
        line-height: 4.5rem;
    }
}

.check-avail {
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #8cb7d9 !important;
}

    .check-avail i {
        position: absolute;
        top: -0.2rem;
        right: 0;
        font-size: 1.5rem;
        display: none;
    }

    .check-avail .icofont-check {
        color: #53aa00;
    }

    .check-avail .icofont-exclamation-tringle {
        color: red;
    }

    .check-avail.active i {
        display: block;
    }

.account-table th, .account-table td {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    body {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .form-group {
        margin-bottom: 1.5rem;
    }

    h1, .h1 {
        font-size: 2.6rem;
    }

    h2, .h2, h3, .h3 {
        font-size: 2.2rem;
    }

    h4, .h4 {
        font-size: 1.6rem;
    }

    .custom-nav-tabs > li {
        margin-left: 0;
        margin-right: 0;
    }

        .custom-nav-tabs > li > a {
            font-size: 1.2rem;
            padding: 1.5rem;
            border-radius: 0.4rem;
        }

    .btn-lg {
        font-size: 1.5rem;
    }
}

@media (max-width: 479px) {
    .form-group.w100 {
        width: 100%;
    }

    .form-group.w120 {
        width: 100%;
    }

        .form-group.w120 .img-fluid {
            max-width: 12rem;
        }

    .form-group.w150 {
        width: 100%;
    }

    .form-group.w200 {
        width: 100%;
    }

    .form-group.w230 {
        width: 100%;
    }

    .form-group.w250 {
        width: 100%;
    }

    .form-group.w300 {
        width: 100%;
    }

    .form-group.w400 {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    h5, .h5, h6, .h6 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2, h3, .h3 {
        font-size: 2rem;
    }

    h4, .h4 {
        font-size: 1.8rem;
    }

    .box-item {
        padding: 3rem;
    }

    .custom-nav-tabs > li {
        margin-left: 0;
        margin-right: 0;
    }

        .custom-nav-tabs > li > a {
            font-size: 1.4rem;
            padding: 2rem;
            border-radius: 0.4rem;
        }
}
/*# sourceMappingURL=style.css.map */

/* FROM DASHBOARD */

/* */
.control-wrapper {
    max-width: 250px;
    margin: 0 auto;
    padding: 50px 0px 0px;
}

.example-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.header {
    font-weight: 600;
    color: rgba(0, 0, 0, .54);
    height: 48px;
    padding: 15px 0 0 16px;
    font-size: 16px;
    background-color: #f5f5f5;
    font-family: "Segoe UI", "GeezaPro", "DejaVu Serif";
}

.fluent-dark .header {
    background: #252423;
    color: #2899F5;
}

.bootstrap5-dark .header {
    background: #343A40;
    color: #7B848D;
}

.fluent .header {
    color: #2899F5;
}

.fabric .header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #0078d7;
    font-weight: 400;
}

.bootstrap .header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    color: #777;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: 600;
    font-size: 15px;
    height: 48px;
    padding: 15px 0 0 16px;
}

.e-bigger.bootstrap .header {
    height: 44px;
    font-size: 13px;
}

.highcontrast .header {
    color: #fff;
    background-color: #000;
}

.bootstrap4 .header {
    color: #6c757d;
}

.bootstrap .info,
.e-bigger.bootstrap .info {
    margin-left: 25px;
}

.bootstrap .job {
    opacity: .54;
    font-size: 14px;
    margin-top: -25px;
    margin-bottom: 20px;
}

.e-bigger.bootstrap .job {
    font-size: 15px;
    margin-top: -18px;
    margin-bottom: 17px;
}

.bootstrap .ename {
    font-size: 15px;
    margin-top: 20px;
    opacity: .87;
    padding: 3px 0 20px;
}

.e-bigger.bootstrap .ename {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.063em;
}

.bootstrap .empImage,
.e-bigger.bootstrap .empImage {
    margin: 0px 10px 0 20px;
}

.bootstrap .value {
    margin-top: 3px;
    margin-left: 3px;
}

.e-bigger.bootstrap .value {
    margin-top: 5px;
    margin-left: 5px;
}

.bootstrap .name {
    padding: 9px 42px;
}

.e-bigger.bootstrap .name {
    padding: 12px 42px;
}

.info {
    margin-left: 34px;
}

.ename {
    display: block !important;
    opacity: .87;
    font-size: 16px;
    margin-top: 8px;
}

.name {
    padding: 5px 42px;
    opacity: .87;
    line-height: 1.063em;
}

.job {
    opacity: .54;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 7px;
}

.bootstrap5 .template.e-popup .job,
.bootstrap-dark .template.e-popup .job,
.bootstrap5-dark .template.e-popup .job,
.tailwind .template.e-popup .job,
.tailwind-dark .template.e-popup .job {
    margin-top: 0;
}

.e-bigger.bootstrap5 .template.e-popup .job,
.e-bigger.bootstrap-dark .template.e-popup .job,
.e-bigger.bootstrap5-dark .template.e-popup .job,
.e-bigger.tailwind .template.e-popup .job,
.e-bigger.tailwind-dark .template.e-popup .job {
    margin-top: -15px;
}

.empImage {
    margin: 6px 16px;
    float: left;
    width: 50px;
    height: 50px;
}

.value {
    border-radius: 50%;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

.e-bigger:not(.bootstrap) .value {
    margin-top: 7px;
}

.e-bigger:not(.bootstrap) .name {
    padding: 11px 42px;
}

.template.e-popup .e-list-item * {
    display: block;
    text-indent: 0;
}

.e-bigger:not(.bootstrap) .template .e-dropdownbase .e-list-item {
    line-height: 42px;
    height: 80px;
}

.e-bigger:not(.bootstrap) .template.e-popup .empImage {
    margin: 10px 16px;
}

.bootstrap4 .template.e-popup .empImage {
    margin: 0px 16px;
}

.bootstrap4 .template.e-popup .job {
    margin-top: 0;
}

.e-bigger.bootstrap4 .template.e-popup .job {
    margin-top: -15px;
}

.template .e-dropdownbase.e-content {
    max-height: 200px !important;
}

input {
    margin: 0rem !important;
}

/*label {
    margin: 0rem 0rem 0rem 1rem !important;
}
*/

/* */

