﻿/*------------- Fonts ----------------*/

@font-face {
    font-family: Montserrat;
    src: url('../../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../../fonts/Montserrat-Medium.ttf');
}

/*------------- Fonts ----------------*/

.d-app {
    position: relative;
}

.d-body {
    background-color: #f2f2f7;
    min-height: 100vh;
}

.d-header {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
}

.right-side {
    height: 80px;
}

.d-menu {
    position: absolute;
    top: 0px;
    width: 70px;
    height: 100%;
    background-color: #16161e;
}

.d-page-header {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px 20px;
}

.d-page-content {
    padding: 0 50px;
    padding-bottom: 20px;
}

.primary-button {
    padding: 14px 14px 14px 15px;
    border-radius: 4px;
    background-color: #64b649;
    height: 42px;
    border: 0px;
    cursor: pointer;
    outline: none;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #ffffff;
}

.secondary-button {
    border-radius: 21px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06px;
    padding: 0 20px;
    height: 42px;
    cursor: pointer;
    border: solid 1px #034ea3;
    background-color: #ffffff;
    color: #000000;
    outline: none;
}

.page-title {
    font-family: Montserrat-Bold;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #16161e;
}

.d-page-secondheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    background-color: #f2f2f7;
}

.d-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    background-color: #f2f2f7;
}

    .d-body-header .tab-body-title {
        font-family: Montserrat-Bold;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #16161e;
        font-size: 18px;
    }

.search-filter {
    padding: 29px 20px 28px;
    box-shadow: 0 2px 35px 0 rgba(4, 43, 86, 0.12);
    background-color: #ffffff;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

    .search-filter > div {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 15px;
    }

    .search-filter .search-input {
        margin-right: 20px;
        margin-bottom: 15px;
    }



.search-input {
    position: relative;
    display: flex;
    flex-flow: column;
}

    .search-input label {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        color: #8897b6;
        margin-bottom: 3px;
    }

    .search-input input, .search-input select {
        width: 250px;
        height: 42px;
        padding: 12px 12px 12px 10px;
        border-radius: 4px;
        background-color: #f4f4fa;
        border: 0px;
        font-family: Montserrat;
        font-size: 16px;
        color: #8897b6;
    }

    .search-input img {
        position: absolute;
        right: 10px;
        top: 30px;
    }

.filter-actions .button-primary {
    border-radius: 4px;
    border: solid 1px #64b649;
    background-color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #64b649;
    margin-right: 15px;
    padding: 10px 26px;
}

    .filter-actions .button-primary:hover {
        color: #ffff;
        background-color: #64b649;
    }

.filter-actions .button-tertiary {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #8897b6;
    background-color: #ffffff;
    border: none;
}

.form-entry {
    display: flex;
    flex-flow: column;
    width: 250px;
    margin-bottom: 22px;
    position: relative;
}

.text-danger {
    position: absolute;
    /*bottom: -15px;*/
    font-size: 12px;
    top: 60px;
    right: 0px;
}

.contact-us-page .form-entry label {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.05px;
    color: #140F14;
    margin-bottom: 5px;
}

.entry-title {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.4;
    margin-bottom: 5px;
}

.form-entry input,
.form-entry textarea,
.form-entry select {
    height: 42px;
    margin: 5px 0 0;
    border-radius: 4px;
    background-color: #f2f2f7;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    outline: none;
    border: 0px;
    padding-left: 12px;
}

    .form-entry input::placeholder,
    .form-entry textarea::placeholder {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }

.hover-picture-container {
    position: relative;
}

    .hover-picture-container .hover-picture {
        display: none;
        width: 129px;
        height: 102px;
        position: absolute;
        bottom: -110px;
        left: 0px;
        z-index: 10;
    }

        .hover-picture-container .hover-picture img {
            width: 100%;
            height: 100%;
            border-radius: 10px !important;
        }

    .hover-picture-container:hover .hover-picture {
        display: initial;
    }

.display-password {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*--------------------------------------------------
    Loading
  --------------------------------------------------*/
/*.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.5);
}

.rotate {
    animation: rotation 2s infinite linear;
}

.translate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}*/

/* width */
/*::-webkit-scrollbar {
    width: 4px;
}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*box-shadow: inset 0 0 5px grey;*/
/*background: #eee9da;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #B78141;
    border-radius: 10px;
}*/

.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.5);
}

@keyframes ldio-y09bis6b11 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-y09bis6b11 div {
    box-sizing: border-box !important
}

.ldio-y09bis6b11 > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #034ea3 transparent #034ea3 transparent;
    animation: ldio-y09bis6b11 1s linear infinite;
}

    .ldio-y09bis6b11 > div:nth-child(2) {
        border-color: transparent
    }

        .ldio-y09bis6b11 > div:nth-child(2) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-y09bis6b11 > div:nth-child(2) div:before, .ldio-y09bis6b11 > div:nth-child(2) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 48px;
                background: #034ea3;
                border-radius: 50%;
                box-shadow: 0 128px 0 0 #034ea3;
            }

            .ldio-y09bis6b11 > div:nth-child(2) div:after {
                left: -16px;
                top: 48px;
                box-shadow: 128px 0 0 0 #034ea3;
            }

.loadingio-spinner-dual-ring-69yykopnz9t {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.ldio-y09bis6b11 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-y09bis6b11 div {
        box-sizing: content-box;
    }

/*--------------------------------------------------*/

/*-------------Region Menu----------------*/

.logo-container {
    width: 100%;
    height: 77px;
    padding: 18px 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .logo-container > img {
        width: 100%;
        cursor: pointer;
    }

.menu-items {
    width: 100%;
}

.menu-item {
    height: 50px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

    .menu-item > img {
        max-width: 18px;
        cursor: pointer;
    }

.hover-menu-item {
    position: absolute;
    z-index: 900;
    visibility: hidden;
    width: 70px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-color: #32323a;
    transition: width 1s;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hover-menu-item-img {
    height: 50px;
    width: 70px;
    padding: 18px 26px;
}

.hover-menu-item-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    opacity: 0;
}

.menu-item:hover .hover-menu-item {
    visibility: visible;
    width: 160px;
    transition: width 0.3s;
}

.menu-item:hover .hover-menu-item-text {
    opacity: 1;
    transition: opacity 0.3s;
}

/*-------------End Region Menu----------------*/




/*--------------------------------------------------
    DTabs
  --------------------------------------------------*/

.d-tabs-header {
    /*border-bottom: solid 1px #f2f2f7;*/
}

    .d-tabs-header > .d-tab {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
        line-height: 30px;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently*/
        letter-spacing: 0.28px;
        cursor: pointer;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.43px;
        color: #809bbb;
    }

        .d-tabs-header > .d-tab[data-d-tab-active="true"] {
            border-top: solid 3px #64b649;
            border-radius: 4px;
            box-shadow: 0 2px 35px 0 rgba(4, 43, 86, 0.12);
            background-color: #ffffff;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.43px;
            color: #64b649;
        }

.d-tab-body {
    border-radius: 2px;
}

.d-tabs-container {
}


/*--------------------------------------------------*/



/* -------------------------------------------------
    FloatingBox/Confirmation
  -------------------------------------------------*/
.d-floating {
    position: absolute;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    z-index: 1000;
    box-sizing: border-box;
}

.d-floating-header {
}

    .d-floating-header.minimal {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 10px;
        line-height: 10px;
    }

        .d-floating-header.minimal > span {
            font-size: 18px;
            cursor: pointer;
            color: red;
        }

.d-floating-overlay {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 3000;
}

.d-floating-header.minimal > span:hover {
    cursor: pointer;
}

.d-floating.d-floating-popup {
    min-width: 250px;
    box-shadow: none;
    position: fixed;
}

    .d-floating.d-floating-popup .d-floating-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 19px;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-footer {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .d-floating.d-floating-popup .d-floating-footer button {
            /*            width: auto;*/
            margin-right: 30px;
            outline: none;
        }

            .d-floating.d-floating-popup .d-floating-footer button:last-child {
                margin-right: 0px
            }

        .d-floating.d-floating-popup .d-floating-footer .buttod-primary {
            height: 36px;
            width: 130px;
            border-radius: 18px;
            background-color: #034ea3;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: -0.06px;
            color: #ffffff;
            height: 36px;
            border: 0px;
            cursor: pointer;
            box-sizing: border-box;
            text-align: center;
        }

        .d-floating.d-floating-popup .d-floating-footer .buttod-secondary {
            height: 36px;
            width: 130px;
            border-radius: 18px;
            border: solid 1px #034ea3;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.05px;
            color: #034ea3;
            background: transparent;
            box-sizing: border-box;
            text-align: center;
            cursor: pointer;
        }

    .d-floating.d-floating-popup[data-position='center'] {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-100%);
        z-index: 3000 !important;
    }
/*--------------------------------------------------*/

/*---------------- Forms -----------------*/

.form-group {
    position: relative;
}

    .form-group .field-validation-error {
        position: absolute;
        right: 0;
    }

/*-------------- End Forms ---------------*/




/*---------------- PAGINATION CSS  -----------------*/
.pagination-actions {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: baseline;
}

.generic-filter-container + .n-tabs > .n-tabs-header + .n-tabs-container > .n-tab-body > .generic-table + .pagination-actions {
    height: 70px;
    line-height: 70px;
    width: 100%;
}

.pagination-actions div {
    float: left;
    display: flex;
    flex-flow: row;
    align-items: baseline;
    justify-content: center;
}

    .pagination-actions div .active-page-navigation {
        padding: 8px 10px;
        background-color: #d7e5f3;
        text-align: center;
        border-radius: 0px;
    }

    .pagination-actions div span {
        color: #054c9c;
        font-size: 14px;
        font-weight: bold;
    }

.active-page-navigation {
    cursor: pointer !important;
    font-size: 14px;
    margin-right: 5px;
    line-height: 20px;
    border-radius: 12px;
    font-weight: 500;
    color: #7b8190;
}

    .active-page-navigation:hover {
        color: #034ea3;
    }

.inactive-page-navigation {
    cursor: default !important;
}

.page-button.active {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    margin-left: 0px;
    text-align: center;
    color: white;
    background-color: #0b6cda;
}

.page-button.inactive {
    cursor: pointer !important;
    font-family: Montserrat-Medium;
    font-size: 14px;
    font-weight: 500;
}

.page-size-wrapper,
.page-jump-wrapper {
    margin-left: 10px;
    height: 28px;
    line-height: 20px;
    vertical-align: top;
    display: inline-flex;
    margin-bottom: 10px;
}

    .page-size-wrapper span,
    .page-jump-wrapper span {
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.05px;
    }

    .page-size-wrapper > select {
        font-family: Montserrat;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.06px;
        border: none;
        float: left;
        height: 20px;
        width: 60px;
        padding: 0 5px;
        border-radius: 4px;
    }

.page-jump-wrapper {
    font-size: 0;
}

    .page-jump-wrapper > * {
        font-size: 14px;
        vertical-align: central;
        margin-right: 10px;
    }

    .page-jump-wrapper > input {
        width: 60px !important;
        height: 28px !important;
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }

.page-jump-button {
    cursor: pointer;
    height: 28px;
    float: right;
    line-height: 10px;
    border-radius: 4px;
    color: #84848a;
    padding-top: 5px;
    color: #034ea3;
    font-family: 'Montserrat-Medium';
}

.total-pages {
    margin-top: 5px;
}

.align-right {
    float: right !important;
}

.pagination-actions .go-to-page {
    margin-left: 35px;
}

    .pagination-actions .go-to-page span {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #84848a;
    }

    .pagination-actions .go-to-page .jump-page-number {
        border-radius: 4px;
        background-color: #ffffff;
        width: 41px !important;
        height: 32px !important;
        outline: none;
        border: 0px;
        margin-top: -5px;
        padding: 0px;
    }

/* ---------------- Responsive Pagination ---------------- */
@media (max-width: 650px) {
    .pagination-actions {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        line-height: normal;
        gap: 10px;
    }

        .pagination-actions div,
        .page-size-wrapper,
        .page-jump-wrapper,
        .total-pages,
        .go-to-page {
            float: none !important;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 5px;
        }

            .page-size-wrapper > select,
            .page-jump-wrapper > input,
            .go-to-page .jump-page-number {
                width: 50px !important;
                height: 28px !important;
                font-size: 13px;
            }

            .page-jump-wrapper > * {
                margin-right: 5px;
                margin-bottom: 5px;
            }

    .page-button.active,
    .active-page-navigation {
        padding: 6px 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .total-pages {
        margin-left: 0;
        margin-top: 0;
    }

    .pagination-actions .go-to-page {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .pagination-actions div,
    .page-size-wrapper,
    .page-jump-wrapper,
    .total-pages,
    .go-to-page {
        justify-content: flex-start;
        gap: 5px;
    }

        .page-size-wrapper > select,
        .page-jump-wrapper > input,
        .go-to-page .jump-page-number {
            width: 40px !important;
            height: 28px !important;
            font-size: 12px;
        }

    .page-button.active,
    .active-page-navigation {
        font-size: 12px;
        padding: 4px 6px;
    }
}

/*--------------------------------------------------*/


/*--------------------------------------------------
    Overflow scroll design
  --------------------------------------------------*/

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    background: #eee9da;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #034ea3;
    border-radius: 10px;
}

/*--------------------------------------------------*/




/*--------------------------------------------------
    Custom Checkbox
  --------------------------------------------------*/

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 2px;
    background-color: #f2f2f7;
    width: 21px;
    height: 21px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #034ea3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .checkmark-click {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    line-height: 100%;
    vertical-align: middle;
}

/*--------------------------------------------------*/
/*--------------------------------------------------
    Menu
  --------------------------------------------------*/
.top-site-menu {
    height: 85px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 0px;
    box-sizing: border-box;
    box-shadow: 0 4px 24px 0 rgba(6, 29, 97, 0.12);
    background-color: #1f52ba;
    position: relative;
    gap: 12px;
}

.site-logo {
    width: 300px;
    height: 56px;
    background-image: url("../../img/logo/aq-logo-white.png");
    background-repeat: no-repeat;
    background-position: 40px center;
    cursor: pointer;
}

    .site-logo img {
        height: 40px;
        object-fit: contain;
        display: block;
    }

.container-menu {
    display: flex;
    align-items: baseline;
    gap: 0px;
    flex-wrap: wrap;
}

    .container-menu .menu-item {
        cursor: pointer;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff !important;
    }

        .container-menu .menu-item .item-name {
            display: flex;
            align-items: center;
            padding: 5px 30px;
            cursor: pointer !important;
        }

            .container-menu .menu-item .item-name label {
                font-size: 15px;
                font-weight: 600;
                letter-spacing: -0.4px;
                color: #fff;
                margin: 0;
            }

            .container-menu .menu-item .item-name i {
                font-size: 15px;
                font-weight: 600;
                color: #fff;
                margin-right: 5px;
            }

        .container-menu .menu-item [data-selected="true"] .item-name {
            padding: 13px 17px;
            border-radius: 22.5px;
            background-color: #0b6cda;
        }

            .container-menu .menu-item [data-selected="true"] .item-name label,
            .container-menu .menu-item [data-selected="true"] .item-name i {
                font-size: 15px;
                font-weight: bold;
                color: #fff !important;
            }

.menu-mobile-div {
    display: none;
    position: relative;
    flex-shrink: 0;
}

.menu-icon {
    cursor: pointer;
    font-size: 24px;
    user-select: none;
}

.menu-dropdown-list {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 220px;
    max-width: 90vw;
    background: #fff;
    border-radius: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    z-index: 3000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

    .menu-dropdown-list.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .menu-dropdown-list li {
        padding: 14px 18px;
    }

    .menu-dropdown-list a {
        color: #333;
        text-decoration: none;
        display: block;
    }

    .menu-dropdown-list li:hover {
        background: #f5f5f5;
    }

.top-site-menu > .site-user-menu {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.site-user-menu label {
    font-family: Metropolis;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 10px;
}

.top-site-menu > .site-user-menu img {
    width: 35px;
    border-radius: 100px;
    border: 1px solid black;
}

.site-user-menu-dd {
    position: relative;
    display: inline-block;
}

    .site-user-menu-dd > div {
        position: absolute;
        right: 0;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.11);
        cursor: pointer;
        display: none;
        min-width: 90px;
        z-index: 1000;
    }

    .site-user-menu-dd:hover > div {
        display: block;
    }

    .site-user-menu-dd > div label {
        display: block;
        padding: 0 20px;
        font-size: 13px;
        line-height: 30px;
        cursor: pointer;
        margin: 0;
    }

        .site-user-menu-dd > div label:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .site-user-menu-dd > div label:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            color: #ec3d85;
        }

        .site-user-menu-dd > div label:hover {
            background: #939DCE;
            color: white;
        }

a, a:hover {
    text-decoration: none !important;
}

/* ------------ Responsive ------------ */
@media (max-width: 1200px) {

    .d-page-content {
        padding: 0 20px !important;
    }

    .container-menu {
        display: none;
    }

    .menu-mobile-div {
        display: flex;
    }

    .d-page-header {
        padding: 100px 10px 20px !important;
    }

    .site-logo {
        margin-left: -30px
    }
}

@media (max-width: 768px) {
    .site-user-menu label {
        display: none;
    }

    .menu-dropdown-list {
        width: 90vw;
        max-width: 280px;
    }

    .site-logo {
        width: 75%;
        height: 36px;
        margin-left: -30px
    }
}

@media (max-width: 480px) {
    .top-site-menu {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 10px;
        height: auto;
    }

    .site-logo {
        height: 32px;
    }

    .site-user-menu img {
        width: 28px;
        height: 28px;
    }

    .menu-icon {
        font-size: 20px;
    }

    .menu-dropdown-list li {
        padding: 12px 15px;
    }

    .container-menu .menu-item .item-name {
        padding: 5px 10px;
    }


    .d-page-header {
        display: block !important;
        padding: 100px 10px 20px !important;
    }
}

.menu-dropdown-list,
.site-user-menu-dd > div {
    transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------*/

/**Flyout****/

.modal-title {
    font-family: Metropolis;
    font-size: 27px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #07245d;
}

.modal-header > .close {
    float: right;
    color: #07245d;
    font-size: 30px;
    background-color: #0000;
    border: none;
    opacity: 1;
    top: 20px;
    right: 20px;
    position: absolute;
}

.modal-header {
    padding: 40px;
    border-bottom: none;
}



.modal-body {
    min-width: auto;
    padding: 30px;
}

    .modal-body .container-row {
        border-radius: 4px;
        background-color: #ffffff;
        display: flex;
        flex-flow: row;
    }

        .modal-body .container-row .row-item {
            display: flex;
            flex-flow: row;
            position: relative;
        }

            .modal-body .container-row .row-item label {
                font-family: Metropolis;
                font-size: 14px;
                letter-spacing: -0.34px;
                color: #07245d;
            }

            .modal-body .container-row .row-item a label {
                color: #1f52ba !important;
                cursor: pointer;
            }

            .modal-body .container-row .row-item label:first-child {
                font-family: Metropolis;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: -0.05px;
                color: #8891af;
                margin-right: 30px;
                min-width: 100px;
                margin-bottom: 3px;
            }



        .modal-body .container-row .container-col {
            display: flex;
            flex-flow: column;
            margin-right: 30px;
        }



.actions-content {
    left: -110px;
    min-width: 105px;
}

    .actions-content:before {
        left: 95px;
        transform: rotate(229deg);
    }


.multiselect-selected-text {
    width: 200px;
    display: table;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: SFProText;
    font-size: 13px !important;
    font-weight: 500;
    color: #7c8595 !important;
}
/*** modal***/

.modal-flyout .container-details {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background-color: #ffff;
}


.modal-flyout .modal-body .container-row .row-item {
    flex-flow: column;
    margin-bottom: 20px;
    width: 100%;
}


.modal-flyout h2 {
    padding: 7px 744px 8px 31px;
    border-radius: 4px;
    background-color: #97a3cb;
    font-family: Metropolis;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}


.modal-flyout .upload-picture-container img {
    border-radius: 3.9px;
    width: 350px;
    height: 150px;
    margin-bottom: 10px;
    object-fit: contain;
}


.modal-flyout .upload-picture-container .legend-picture {
    margin-bottom: 10px;
    display: flex;
    flex-flow: column;
}


    .modal-flyout .upload-picture-container .legend-picture label {
        font-family: Metropolis;
        font-size: 13px;
        letter-spacing: -0.05px;
        color: #97a3cb;
    }


.modal-flyout .upload-picture-container .button-upload {
    padding: 7px 18px 10px 17px;
    border-radius: 4px;
    background-color: #17DCC7;
    font-family: Metropolis;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.39px;
    color: #07245d;
    width: 140px;
    text-align: center;
}



.modal-flyout .container-interests {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}


    .modal-flyout .container-interests div {
        width: 160px;
    }

    .modal-flyout .container-interests label {
        font-family: Metropolis;
        font-size: 15px;
        letter-spacing: 0px;
        color: #07245d;
        margin-left: 5px;
    }



.modal-flyout .btn-group.open .dropdown-toggle {
    width: 380px;
}



.modal-flyout .container-country-list .container-row {
    max-width: 900px;
}



.modal-flyout .container-country-list .container-title {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}


    .modal-flyout .container-country-list .container-title .remove-country {
        font-family: Metropolis;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.39px;
        color: #f02369;
    }



.modal-flyout .container-country-list .container-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}


    .modal-flyout .container-country-list .container-row .row-item {
        margin-bottom: 20px;
    }

    .modal-flyout .container-country-list .container-row .text-name {
        font-family: Metropolis;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.06px;
        color: #07245d;
        margin-bottom: 15px;
    }



    .modal-flyout .container-country-list .container-row .container-places {
        display: flex;
        flex-flow: row wrap;
        margin-top: 15px;
    }

        .modal-flyout .container-country-list .container-row .container-places div {
            padding: 6px 10px 8px;
            border-radius: 4px;
            background-color: #81a8ff;
            margin-right: 5px;
            text-align: center;
            display: flex;
            flex-flow: row;
            justify-content: space-between;
            margin-bottom: 5px;
        }


            .modal-flyout .container-country-list .container-row .container-places div .name-place {
                margin-right: 10px !important;
            }


            .modal-flyout .container-country-list .container-row .container-places div label {
                font-family: Metropolis;
                font-size: 15px;
                letter-spacing: -0.06px;
                color: #ffffff;
                margin-right: 0px !important;
                min-width: auto !important;
                margin-bottom: 0px;
            }


    .modal-flyout .container-country-list .container-row .container-checkbox {
        display: flex;
        flex-flow: row;
        align-items: baseline;
        margin-bottom: 15px;
    }

        .modal-flyout .container-country-list .container-row .container-checkbox label {
            font-family: Metropolis;
            font-size: 13px;
            letter-spacing: 0px;
            color: #07245d;
            margin-left: 5px;
        }


.modal-flyout .multiselect-selected-text {
    width: 200px;
    display: table;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Metropolis;
    font-size: 15px;
    letter-spacing: -0.06px;
    color: #97a3cb;
}

.modal-flyout .container-form .column-entry-flex .row-entry-flex label {
    font-family: SFProText;
    font-size: 13px;
    font-weight: 500;
    color: #7c8595;
    margin-bottom: 10px;
    text-align: left;
}



input[type="checkbox"] {
    background: #990000 !important;
}

.pac-container {
    z-index: 10000 !important;
}

/*******Tabel*********/
.table {
    width: 100%;
    box-shadow: 3px 3px 14px 0 rgb(4 32 91 / 11%);
}

    .table thead {
        padding: 18px 20px 17px;
        border-radius: 4px;
        background-color: #809bbb;
    }

    .table > thead th {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.48px;
        color: #ffffff;
        padding: 18px 0px 18px 0px
    }

        .table > thead th:first-child {
            padding-left: 15px;
        }

    .table > tbody td:first-child {
        padding: 0px 0px 0px 21px;
    }

    .table > tbody td {
        padding: 14px 20px 25px 0px;
        background-color: #ffffff;
        font-family: Montserrat;
        font-size: 15px;
        letter-spacing: -0.4px;
        color: #0e213c;
        margin-bottom: 10px;
    }

        .table > tbody td .container-column-td {
            display: flex;
            flex-flow: column;
        }

            .table > tbody td .container-column-td span {
                font-family: Montserrat;
                font-size: 15px;
                letter-spacing: -0.4px;
                color: #0e213c;
                margin-bottom: 3px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 400px;
            }

                .table > tbody td .container-column-td span p {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 400px;
                }

        .table > tbody td select {
            border: none;
            font-family: Montserrat;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: -0.4px;
            padding-right: 20px;
        }

        .table > tbody td .tabel-actions {
            display: flex;
            flex-flow: row;
        }

            .table > tbody td .tabel-actions img {
                margin-right: 10px;
            }


.select-status-intervetion[value="1"] {
    color: #f48307 !important;
}

.select-status-intervetion[value="2"] {
    color: #ff4d4d !important;
}

.select-status-intervetion[value="3"] {
    color: #68bb44 !important;
}

.select-status-intervetion option[value="1"] {
    color: #f48307 !important;
}

.select-status-intervetion option[value="2"] {
    color: #ff4d4d !important;
}

.select-status-intervetion option[value="3"] {
    color: #68bb44 !important;
}

.container-picture {
    position: relative;
    cursor: pointer;
}

    .container-picture img:first-child {
        width: 100px;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-0%, -50%);
    }

    .container-picture .preview-img {
        display: none;
        box-shadow: 0px 0px 5px #aaa;
        position: absolute;
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        width: 350px;
        max-height: 350px;
        background-color: #fff;
        object-fit: contain;
    }

    .container-picture:hover .preview-img {
        display: block;
        top: 0;
        right: 100%;
        z-index: 600;
        opacity: 1;
    }

.table > tbody td .container-column-td a span {
    color: #0b6cda !important;
}

.no-entries-result {
    margin-top: 30px;
    margin-left: 20px;
}

    .no-entries-result label {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: bold;
        color: #1f3259;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
    .table thead {
        display: none;
    }

    .table > tbody td:first-child {
        padding: 0px 0px 0px 0px;
    }

    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 16px;
        padding: 14px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        background-color: #ffffff;
    }

    .table td {
        padding: 6px 12px;
        border: none;
        position: relative;
    }

        .table td::before {
            content: attr(data-label);
            display: block;
            font-family: Montserrat;
            font-size: 13px;
            font-weight: 600;
            color: #809bbb;
            margin-bottom: 4px;
        }

    .table > tbody td,
    .table tbody td .container-column-td span,
    .table tbody td .container-column-td span p {
        white-space: normal;
        overflow: hidden;
        text-overflow: unset;
        max-width: 100%;
        word-break: break-word;
        box-sizing: border-box;
    }


    .table tbody td select {
        width: 100%;
    }

    .table tbody td .tabel-actions {
        flex-wrap: wrap;
        gap: 10px;
    }

        .table tbody td .tabel-actions img {
            margin-right: 0;
        }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
