@font-face {
    font-family: "DIN2014Regular";
    src: url("../fonts/DIN2014Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIN2014Regular";
    src: url("../fonts/DIN2014Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "DIN2014Regular";
    src: url("../fonts/DIN2014DemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "DIN2014Regular";
    src: url("../fonts/DIN2014Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Icon";
    src: url("../fonts/fontello.woff?78092590") format("woff");
    font-weight: normal;
    font-style: normal;
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1380px;
        /* padding-right: 0; */
    }
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: "DIN2014Regular";
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.63;
    color: #1f314d;
}
/* p{
    letter-spacing: 0.5px;
} */
:focus {
    outline: none;
}
a,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f314d;
    font-weight: 600;
}
h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: 1px;
    color: #1f314d;
    margin: 0 0 30px;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #1f314d;
    margin: 0 0 20px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #1f314d;
    margin: 0 0 20px;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1f314d;
    margin: 0 0 15px;
}
button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: none !important;
}
input.form-control,
textarea.form-control {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
ul,
ol {
    list-style-position: inside;
}

.list-inline {
    margin: 0;
}
.list-inline > li {
    padding: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-download:before {
    content: "\ea07";
} /* '' */
.icon-lock:before {
    content: "\ea08";
} /* '' */
.icon-pdf:before {
    content: "\ea09";
} /* '' */
.icon-ok:before {
    content: "\ea0a";
} /* '' */
.icon-pan:before {
    content: "\ea0b";
} /* '' */
.icon-left:before {
    content: "\ea0c";
} /* '' */
.icon-right:before {
    content: "\ea0d";
} /* '' */
.icon-search:before {
    content: "\ea0e";
} /* '' */
.icon-down:before {
    content: "\ea0f";
} /* '' */
.icon-info:before {
    content: "\ea10";
} /* '' */
.icon-eye:before {
    content: "\ea11";
} /* '' */
.icon-close:before {
    content: "\ea12";
} /* '' */
.icon-lock {
    font-size: 21px;
}
ul:not([class]) {
    list-style: none;
    margin-bottom: 20px;
}
ul:not([class]) li {
    padding-left: 60px;
    margin-bottom: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}
ul:not([class]) li:before {
    position: absolute;
    width: 33px;
    height: 33px;
    -webkit-box-shadow: 0 7px 15px rgba(69, 82, 94, 0.2);
    -moz-box-shadow: 0 7px 15px rgba(69, 82, 94, 0.2);
    box-shadow: 0 7px 15px rgba(69, 82, 94, 0.2);
    background-color: #fffffe;
    color: #c6a676;
    font-family: "Glyphicons Halflings";
    text-align: center;
    line-height: 33px;
    content: "\e086";
    border-radius: 50%;
    left: 0;
    font-size: 15px;
    top: 0;
}

a,
.btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 28px;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    cursor: pointer;
    font-weight: normal;
}
.custom-control-label:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e0e2e6;
    content: "\ea0a";
    font-family: "Icon";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    font-size: 7px;
    line-height: 13px;
    text-align: center;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c6a676;
    background-color: #c6a676;
}

/* burger menu */
.open_main_menu {
    border: 0;
    color: #00deff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: none;
    position: relative;
    align-self: flex-start;
    z-index: 105;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 6px;
    display: none;
}
.open_main_menu .lines {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #c6a676;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    top: -4px;
    margin-right: 0;
}
.mobile_menu_open .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.open_main_menu .lines:before,
.open_main_menu .lines:after {
    display: inline-block;
    height: 2px;
    background: #c6a676;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    right: 0;
    content: "";
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.mobile_menu_open .open_main_menu .lines:before,
.mobile_menu_open .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #acb4bf;
}
.open_main_menu .lines:after {
    top: 6px;
    width: 17px;
}
.open_main_menu .lines:before {
    top: -6px;
    width: 14px;
}
.mobile_menu_open .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile_menu_open .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.mobile_menu_open .open_main_menu .lines:before {
    width: 17px;
}

/*Login & Register*/
body.auth-body {
    height: 100%;
    padding-bottom: 0;
    background-position: left center;
    background-repeat: no-repeat;
    /*background-size: 87% 100%;*/
    background-size: cover;
}
.reg-page-section {
    padding: 71px 0;
}
.auth-sidebar {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 720px;
    max-width: 56%;
    z-index: 3;
    color: #596980;
    padding: 0 100px;
}
.auth-sidebar-inner {
    width: 400px;
    position: relative;
    height: 100vh;
    display: table;
    max-width: 100%;
}
.auth-head {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1;
}
.auth-body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 15px;
}
.auth-foot {
    position: absolute;
    bottom: 67px;
    left: 0;
    z-index: 1;
}
.auth-body .section-head {
    margin-bottom: 37px;
}
.auth-sidebar input,
.auth-body-form .form-group input.form-control,
.modal-body .form-control {
    border: 1px solid #e0e2e6;
}
.auth-body-form .custom-checkbox a,
.auth-body .text-center a {
    color: #c6a676 !important;
}
.page-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    color: #082f6b;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.auth-body p {
    letter-spacing: normal;
    padding-right: 5px;
}
.btn-link {
    font-size: 14px;
    font-weight: 600;
    color: #c6a676;
    cursor: pointer;
}
.btn-link:hover {
    color: #c6a676;
}
.btn {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    border-radius: 3px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    color: #fff;
    background-color: #082f6b;
    border-color: #082f6b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #04076b;
    border-color: #04076b;
}
.btn-primary.disabled {
    color: rgba(255, 255, 255, 0.3);
    background-color: #082f6b;
    border-color: #082f6b;
}
label {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #acb4bf;
    margin-bottom: 15px;
}
.form-control {
    border-radius: 3px;
    /*border: none;*/
    background-color: #fff;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    color: #082f6b;
    padding: 12px 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: "DIN2014Regular";
}
.form-control::placeholder {
    color: #082f6b;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: "DIN2014Regular";
}
input.form-control {
    /* padding-left: 38px; */
}
.form-group {
    position: relative;
}
.input-btn-group {
    position: relative;
}
.input-btn-group .form-control {
    padding-right: 100px;
}
.input-btn-group .btn-link {
    position: absolute;
    top: 10px;
    right: 21px;
    z-index: 1;
    text-decoration: none;
}
.input-btn-group .btn-link:hover {
    text-decoration: underline;
}
.auth-body-form .btn {
    margin-top: 20px;
}
.has-error .form-control {
    border-color: #e96464;
}
.help-block {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    font-size: 12px;
}
.auth-sidebar .alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    line-height: 1.25;
    margin-bottom: 0;
    border-radius: 0;
    padding: 18px 70px 20px 29px;
    width: 100%;
}
.alert-warning {
    color: #fff;
    background-color: #c6a676;
    border-color: #c6a676;
}
.alert .close {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 30px;
    opacity: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    border: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.alert .close:hover,
.toggle-password:hover,
.toggle-password.eye-slash {
    color: #1f314d;
}
.toggle-password {
    color: #acb4bf;
    background: transparent;
    border: 0;
    -webkit-transition: 0.3s ease-in-out color;
    -moz-transition: 0.3s ease-in-out color;
    -ms-transition: 0.3s ease-in-out color;
    -o-transition: 0.3s ease-in-out color;
    transition: 0.3s ease-in-out color;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    font-size: 14px;
    margin-top: -12px;
    cursor: pointer;
}
.reset-pass .section-head {
    font-size: 14px;
    line-height: 1.43;
}
.reset-pass .page-title {
    margin: 0 0 20px;
}
.auth-body.reset-pass .section-head {
    margin-bottom: 30px;
}
.eye-slash:after {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 2px;
    height: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: "";
    background: #1f314d;
}
.text-under {
    text-decoration: underline;
}
.text-under:hover {
    text-decoration: none;
}
.m-b-sm {
    margin-bottom: 20px !important;
}
.section-head.m-b-md {
    margin-bottom: 30px;
}
.reg-page .auth-head {
    position: relative;
    top: auto;
    margin-bottom: 28px;
}
.reg-page .page-title {
    margin: 0 0 22px;
}
.small-text {
    font-size: 14px;
    line-height: 1.43;
}
.small-text p {
    letter-spacing: normal;
}
.small-text .page-title {
    margin-bottom: 15px;
}
.auth-body-form .small-text {
    color: #596980;
    padding-top: 18px;
}
.auth-body-form .custom-control {
    padding-top: 17px;
}
.reg-page .auth-body-form .btn {
    margin-top: 24px;
}
.two-row-list li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 3px;
}
.reg-page .auth-body {
    display: block;
}
.reg-page .auth-body-form {
    max-width: 400px;
    margin: 0 auto 43px;
}
.form-block .small-text {
    margin-bottom: 18px;
}

/*Dashboard & My Account*/
.account-page {
    padding-top: 80px;
    background-color: #fff;
}
/*header*/
.header {
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 49, 77, 0.05);
    -moz-box-shadow: 0 0 30px 0 rgba(31, 49, 77, 0.05);
    box-shadow: 0 0 30px 0 rgba(31, 49, 77, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 22px 19px;
    padding-right: 5px;
    z-index: 1000;
}
.header-inner:after,
.footer-block:after {
    display: table;
    clear: both;
    content: "";
}
.header-left,
.footer-left {
    float: left;
}
.header-right,
.footer-right {
    float: right;
}
.account-nav {
    margin-top: 4px;
}
.account-nav--has-dropdown {
    position: relative;
}
.account-nav--has-dropdown > .user-btn__dropdown--container {
    width: fit-content;
}
.account-nav--has-dropdown:hover > .user-btn__dropdown--container {
    max-height: 100vh;
}
.account-nav--has-dropdown > a > p {
    height: 44px;
}
.account-nav--has-dropdown .user-btn__dropdown__item > p {
    white-space: nowrap;
}
.account-nav--has-dropdown
    .user-btn__dropdown--container
    > .user-btn__dropdown {
    padding: 22px;
}
.account-nav--has-dropdown .user-btn__dropdown--container {
    border-radius: 0px 0px 3px 3px;
}

.account-nav li {
    margin-left: 24px;
}

@media (min-width: 1380px) {
    .account-nav li {
        margin-left: 45px;
    }
}

.account-nav--has-dropdown li {
    margin-left: 0;
}
.current-nav > a {
    color: #7db1e6 !important;
}

@media (max-width: 1229px) {
    .account-nav {
        padding: 80px 8vw;
        vertical-align: top !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .account-nav li {
        text-align: left;
        align-items: flex-start;
    }
    .account-nav--has-dropdown {
        display: flex !important;
        align-items: center;
        flex-direction: column;
        margin: 25px 0;
        padding: 25px 0;
        margin-bottom: 25px !important;
        border-bottom: 1px solid #08306b3a;
        border-top: 1px solid #08306b3a;
    }
    .account-nav--has-dropdown:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 24px;
    }
    .account-nav--has-dropdown .user-btn__dropdown--container {
        background-color: transparent;
        position: unset;
        width: 100%;
    }
    .account-nav--has-dropdown > a > p {
        height: auto;
        margin-bottom: 0;
        color: #c6a676;
    }
    .account-nav--has-dropdown .user-btn__dropdown {
        gap: unset;
        border-top: none;
        border-bottom: none;
        padding-left: 0 !important;
        margin-top: 20px;
    }
    .account-nav--has-dropdown .user-btn__dropdown__item {
        /* border-bottom: unset !important; */
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .account-nav--has-dropdown
        .user-btn__dropdown
        > a:last-of-type
        > .user-btn__dropdown__item {
        margin-bottom: 0;
    }
    .account-nav--has-dropdown .user-btn__dropdown__item > p,
    .account-nav p {
        color: #082f6b;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;

        text-transform: uppercase;
    }

    .user-btn__dropdown > a > li > p {
        font-size: 16px !important;
        line-height: 100%;
        font-weight: normal !important;

        color: #082f6b;
    }

    .account-nav--has-dropdown > .user-btn__dropdown--container {
        max-height: 0 !important;
    }

    .account-nav--has-dropdown.open > .user-btn__dropdown--container {
        max-height: 100vh !important;
        transition: all 0.35s ease;
    }

    .header-right {
        gap: 20px;
    }
}

/* User button start */
.header-right {
    display: flex;
    gap: 46px;
}

.header-right__number {
    margin-top: 6px;
    height: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    color: #082f6b;
}

.header-right__number a {
    font-weight: 400;
    color: #082f6b;
    text-decoration: none !important;
}

p.header-right__number a,
p.header-right__number {
    color: #f65d5d;
}

p.header-right__number a:hover{
    color: #d04e4e;
}

.header-right__number a:hover {
    color: #7db1e6;
}

.user-btn--container {
    position: relative;
    width: auto;
    height: 80px;
    margin-top: -16px;
    box-sizing: border-box;
}

.user-btn {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.user-btn--upper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-btn--upper i {
    margin-bottom: 9px;
    background-color: #e5e5e5;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
    position: relative;
}

.user-btn--upper i p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #082f6b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.user-btn__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    align-self: center;

    text-transform: uppercase;

    color: #082f6b;
}

.user-btn__chevron {
    margin-bottom: 10px;
}

.user-btn__dropdown--container {
    position: absolute;
    top: calc(100% - 6px);
    right: -15px;
    background-color: white;
    width: calc(100% + 15px);
    height: auto;
    max-height: 0;
    transition: all 1s ease;
    overflow: hidden;
    min-width: 160px;
    border-radius: 0px 0px 0px 3px;
}

@media (hover: hover) {
    .user-btn:hover .user-btn__dropdown--container {
        max-height: 100vh;
        transition: all 0.35s ease;
    }
}

@media (hover: none) {
    .user-btn.open .user-btn__dropdown--container {
        max-height: 100vh;
        transition: all 0.35s ease;
    }
}

.user-btn__dropdown {
    border-top: 1px solid #eeeeee;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 20px;
    margin-bottom: 0;
}

.user-btn__dropdown > a {
    width: 100%;
    text-decoration: none;
}

.user-btn__dropdown__item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #082f6b;
}

.user-btn__dropdown > a:last-of-type > .user-btn__dropdown__item {
    border-bottom-color: transparent;
    padding-bottom: 0;
}

.user-btn__dropdown__item > p {
    margin-bottom: 0;
    transition: all 0.35s ease;
}

.user-btn__dropdown__item:hover > p {
    color: #7db1e6;
}

@media (max-width: 640px) {
    .header-right__number {
        display: none;
    }
}

@media (max-width: 467px) {
    .header-right__number {
        display: none;
    }
    .user-btn__name {
        display: none;
    }
    .user-btn--upper {
        justify-content: center;
    }
    .user-btn {
        padding-left: 0;
    }
    .user-btn__dropdown {
        padding: 20px 15px;
    }
}

/* User button end */

/*account-top-bg*/
.breadcrumb-section {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 40px 61px;
}
.account-top-bg .page-title {
    color: #fff;
    letter-spacing: normal;
}
.breadcrumb {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.breadcrumb .breadcrumb__title {
    display: inline-block;
    font-size: 50px;
    color: #fff;
    margin-right: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb__link {
    margin-bottom: 0;
    color: #082f6b;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    color: #fff;
    margin-left: 15px;
}
.breadcrumb .breadcrumb__link a {
    color: #fff;
    text-decoration: none !important;
}
.breadcrumb .breadcrumb__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.2s ease;
}
.breadcrumb .breadcrumb__link::before {
    content: "";
    background-image: url(../images/grid-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 2px;
    left: -15px;
    transform: rotate(270deg);
    transition: all 0.2s ease;
    filter: brightness(0) invert(1);
}
.breadcrumb li:last-child {
    margin-right: 0;
}
.breadcrumb .breadcrumb__link:hover a {
    color: #7db1e6;
}
.breadcrumb .breadcrumb__link:hover::before {
    filter: brightness(1) invert(0);
}
.breadcrumb .breadcrumb__link:hover::after {
    background-color: #7db1e6;
}

/*dashboard*/
.dashboard {
    padding: 50px 0 70px;
    background-color: #eeeeee;
}
.dashboard-inner {
    background: #eeeeee;
    padding: 42px 40px 7px;
}
.profile-block {
    padding: 0 10px;
}
.profile-block .form-group label,
.auth-body-form .form-group label {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #082f6b;
}
.alert-block {
    width: 100%;
    height: 64px;
    border-radius: 8px;
    background-color: #f5f6f7;
    display: table;
    position: relative;
    margin-bottom: 20px;
    color: #1f314d;
}
.alert-block-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px 15px 72px;
    line-height: 1.25;
}
.alert-block:before {
    position: absolute;
    font-family: "Icon";
    content: "\ea10";
    top: 50%;
    margin-top: -11px;
    left: 30px;
    z-index: 2;
    font-size: 22px;
    color: #e0e2e6;
    line-height: 1;
}

/*policy*/
.policy {
    padding: 67px 0 57px;
    background-color: #fff;
}
.block-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #1f314d;
    margin: 0 0 23px;
}
.policy-block {
    max-width: 725px;
}

/*footer*/
.footer {
    background-color: #082f6b;
    padding: 23px 0 21px;
    color: #fff;
}
.copyright {
    opacity: 0.25;
    font-weight: 600;
    letter-spacing: normal;
}
.footer-nav li,
.account-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.account-nav li a {
    font-weight: 600;
    color: #082f6b;
}
.footer-nav li a {
    font-weight: 600;
    color: #fff;
}
.account-nav li a:hover,
.account-nav li.current-menu-item a,
.footer-nav li a:hover,
.footer-nav li.current-menu-item a {
    color: #7db1e6;
    text-decoration: none;
}
.footer-nav li {
    margin-left: 47px;
}
.profile-block form .btn-primary {
    margin-top: 20px;
}
.form-block {
    margin-bottom: 42px;
}
.label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #acb4bf;
    text-transform: uppercase;
}

/*PORTAL*/
.filter-block {
    margin-top: 0px;
    padding: 0 13px;
    color: #fff;
}
.filter-block label {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.filter-block .form-group:not(:last-of-type, .form-group.d-grid.gap-2) {
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
    margin-bottom: 20px;
}
.filter-block .form-group.d-grid.gap-2 {
    margin-bottom: 20px;
}
.filter-block .form-group hr {
    margin: 10px 0;
    border-top: none;
}
.filter-block__head {
    padding: 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.filter-block__head h3 {
    color: white;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.filter-block .select2-container--default .select2-selection--multiple,
.filter-block .form-control,
.filter-block .select2-container--default .select2-selection--single,
.filter-block .form-select {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    border: none;
    color: white;
}
.filter-block .form-select option {
    color: #082f6b;
}
.filter-block .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.modal-dialog .select2-container{
    width: 100% !important;
}
.select2-container--open{
    z-index: 1111;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    color: #082f6b;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    height: 100%;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}
.form-select {
    height: 46px;
    padding: 0.375rem 15px 0.375rem 15px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    display: block;
}
.filter-block input.select2-search__field::placeholder,
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
.filter-block input.select2-search__field,
.filter-block
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.filter-block .form-control::placeholder {
    color: white;
}

.modal-body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #acb4bf;
}

.modal-body .select2-container--default .select2-selection--single .select2-selection__arrow{
    filter: invert(1);
}

.filter-block .select2-container .select2-search__field {
    margin-top: 7px;
    margin-bottom: 7px;
}

.filter-head {
    margin-bottom: 27px;
    pointer-events: none;
    display: block;
    color: #acb4bf !important;
}
.filter-body .custom-control {
    margin-bottom: 22px;
}
.filter-body .custom-control:last-child {
    margin-bottom: 17px;
}
.filter-control .custom-control-label {
    font-weight: 600;
    color: #1f314d;
    padding-left: 34px;
}
.primary-table {
    width: 100%;
    color: rgba(31, 49, 77, 0.9);
}
.user-name {
    font-weight: bold;
    color: #1f314d;
}
.primary-table th {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #082f6b;
    text-transform: uppercase;
    padding: 10px 20px;
    padding-left: 10px;
    white-space: nowrap;
}
.primary-table td {
    padding: 11px 10px;
    background-color: #fff;
    position: relative;
}
.tr-spacer {
    height: 7px;
}
.ellips-text {
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.primary-table th:first-child {
    padding-left: 20px;
}
.primary-table td:first-child {
    padding-left: 20px;
    border-radius: 3px 0 0 3px;
}
.primary-table td:last-child {
    padding-right: 15px;
    border-radius: 0 3px 3px 0;
}
.primary-table td .custom-control-label:before {
    top: -3px;
}
.primary-table th .custom-control-label:before {
    top: 0;
}
.sorting {
    cursor: pointer;
    transition: all 0.35s ease;
}
.sorting:after {
    font-family: "Icon";
    display: inline-block;
    font-size: 6px;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sorting.active,
.sorting:hover {
    color: #7db1e6;
}
.table-filter.row {
    padding-left: 10px;
}
.table-filter.row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.table-filter.row .col-xs-12 input.form-control {
    padding-left: 38px;
}
.table-filter.row .col-xs-6.col-sm-3,
.table-filter.row .col-xs-12.col-sm-3 {
    padding: 0 10px;
}
.search-btn {
    border: 0;
    background: transparent;
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 1;
    color: #7db1e6;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1;
    font-weight: 100;
}
.search-btn:hover {
    color: #082f6b;
}
.search-form .form-control {
    padding-right: 50px;
}
.pdf-doc {
    color: #e96464;
    font-size: 11px;
    font-weight: 700;
}
.hover-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.hover-block {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 8;
    background: rgba(31, 39, 77, 0.9);
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}
.hover-block:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(31, 39, 77, 0.9);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 20px;
    content: "";
}
.hover-wrap:hover .hover-block {
    visibility: visible;
    opacity: 1;
}
.icon-download {
    color: #c6a676;
}
.download-wrap {
    padding-top: 1px !important;
}
.download-wrap .btn,
.filter-block .btn {
    white-space: nowrap;
    padding: 12px 21px;
    background-color: #7db1e6;
    color: #082f6b;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 17px;
}
.download-wrap .btn:hover,
.filter-block .btn {
    background-color: #66a8ea;
}
.download-wrap .btn::after {
    content: "";
    background-image: url(../images/grid-arrow--dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 8px;
    display: block;
    transition: all 0.2s ease;
}
.download-wrap .hover-block {
    bottom: 100%;
    right: -17px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.download-wrap .hover-block:before {
    left: auto;
    right: 22px;
}
.btn .icon-download {
    padding-left: 10px;
    font-weight: normal;
}
.down-docum-block {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 5;
    display: none;
}
.down-docum-block .btn {
    min-width: 340px;
}
.text-hover-wrap .hover-block {
    width: 480px;
    top: 100%;
    margin-top: 15px;
}
tr {
    position: relative;
}
tr:last-child .text-hover-wrap .hover-block {
    bottom: 100%;
    margin-bottom: 15px;
    top: auto;
    margin-top: 0;
}
tr:last-child .text-hover-wrap .hover-block:before {
    top: 100%;
    bottom: auto;
    border-top: 8px solid rgba(31, 39, 77, 0.9);
    border-bottom: 0;
}
.text-hover-wrap .hover-block:before {
    top: auto;
    bottom: 100%;
    border-top: 0;
    border-bottom: 8px solid rgba(31, 39, 77, 0.9);
}
.primary-table-wrap {
    position: relative;
    margin-bottom: 25px;
}
.paginate_button {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
    color: #082f6b;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
}
#logdump_first,
#logdump_last {
    background-color: #e0e2e6;
    padding: 5px 14px;
}
.paginate_button i {
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.table-responsive {
    min-height: 0.01%;
    margin: 0;
    border: 0;
}
.dashboard-user {
    padding: 10px 0;
    background-color: #e5e5e5;
    min-height: calc(100vh - 335px);
}
.dashboard-user--contacts {
    padding-bottom: 0;
}
.dashboard-user .col-xs-12.col-lg-3 form,
.dashboard-user .col-xs-12.col-md-3 form,
.dashboard-user .col-xs-12.col-lg-3 .form-block {
    background-color: #082f6b;
    border-radius: 3px;
    height: fit-content;
    color: white;
    padding: 0 12px 30px 12px;
}
.admin-nav-block {
    padding: 50px 0 20px;
    border-bottom: 1px solid #e0e2e6;
}
.admin-nav {
}
.admin-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.admin-nav li a {
    border-radius: 6px;
    padding: 2px 20px 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #1f314d;
    text-decoration: none;
    background: transparent;
}
.admin-nav li.current-menu-item a,
.admin-nav li a:hover {
    background-color: #c6a676;
    color: #fff;
}

/*dashboard-admin*/
.dashboard-admin {
    padding: 42px 0 55px;
}
.dashboard-admin .section-head {
    font-size: 14px;
    margin-bottom: 47px;
}
.dashboard-admin .section-head .page-title {
    letter-spacing: normal;
    margin-bottom: 14px;
}
.admin-filter {
    margin-bottom: 15px;
}
/*admin-table*/
.admin-table {
    color: #596980;
    margin-bottom: 30px;
}
.table-body {
}
.table-row {
    background: #fff;
    margin-bottom: 5px;
    position: relative;
    border-radius: 8px;
}
.table-head:after,
.table-row:after,
.admin-edit-inner:after {
    display: table;
    clear: both;
    content: "";
}
.admin-table .th {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #acb4bf;
    text-transform: uppercase;
    padding: 5px 10px 20px;
    white-space: nowrap;
    float: left;
}
.admin-table .td {
    padding: 14px 10px 11px;
    position: relative;
    float: left;
}
.th .custom-control {
    width: 20px;
    margin: -2px auto 0;
}
.td .custom-control {
    width: 20px;
    margin: 3px auto;
}
.td .custom-control-label:before {
    top: 4px;
}
.w5 {
    width: 5%;
}
.w6 {
    width: 6%;
}
.w30 {
    width: 27%;
}
.w39 {
    width: 39%;
    float: left;
}
.w33 {
    width: 33.33333333%;
    float: left;
    padding-right: 10px;
}
.w81 {
    width: 81%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.w13 {
    width: 13%;
    padding-right: 30px !important;
}
.admin-edit-block {
    display: none;
    border-radius: 8px;
    background-color: #082f6b;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 0;
    z-index: 7;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 30px 0 6.8%;
}
.change-detail {
    z-index: 5;
}
.admin-edit-left {
    float: left;
}
.admin-edit-right {
    float: right;
}
.change-pass .form-control {
    margin-left: 10px;
    width: 315px;
    margin-top: 0 !important;
}
.edit-btn {
    color: #acb4bf;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.edit-btn:hover {
    color: #c6a676;
}
.btn-white,
.btn-white:active,
.btn-white:visited,
.btn-white:focus {
    background: #fff;
    border-color: #fff;
    color: #1f314d;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    color: #1f314d;
}
.btn-dark,
.btn-dark:active,
.btn-dark:visited,
.btn-dark:focus {
    background: rgba(32, 0, 0, 0.25);
    border-color: rgba(32, 0, 0, 0.25);
    color: #fff;
}
.btn-dark:hover {
    background: rgba(32, 0, 0, 0.5);
    border-color: rgba(32, 0, 0, 0.5);
    color: #fff;
}
.btn-sm {
    padding: 6px 29px;
}
.admin-edit-block .btn-sm {
    margin-top: 4px;
}
.change-pass .btn-sm,
.reject-user .btn-sm {
    min-width: 120px;
    margin-left: 16px;
}
.change-detail .btn-sm {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 80px;
}
.admin-table .form-control {
    height: 42px;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: -6px;
    border: 0;
    display: inline-block;
    position: relative;
    z-index: 6;
    color: #596980;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.admin-table .user-name .form-control {
    color: #1f314d;
    font-size: 16px;
}
.admin-edit-block .form-control {
    padding-left: 10px;
    padding-right: 10px;
}
.admin-edit-left span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 6px;
}
.admin-edit-left span span {
    padding: 0;
}
.ch-pass-user {
    max-width: 260px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
}
.btn-approve:hover,
.btn-approve.success {
    color: #88d28e;
}
.btn-reject:hover,
.btn-reject.danger {
    color: #e96464;
}
.alert-select {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #082f6b;
    z-index: 10;
    color: rgba(255, 255, 255, 0.9);
    padding: 25px 0;
}
.alert-select-left {
    float: left;
    margin-top: 10px;
}
.count-select {
    min-width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #c6a676;
    padding: 0 5px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.alert-select-left span {
    display: inline-block;
    vertical-align: middle;
}
.alert-select-right {
    float: right;
}
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
    background-color: #88d28e;
    border-color: #88d28e;
    color: #fff;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:visited {
    background-color: #e96464;
    border-color: #e96464;
    color: #fff;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}
.btn-success i,
.btn-danger i {
    margin-right: 12px;
}
.alert-select-right .btn + .btn {
    margin-left: 27px;
}
.alert-select-confirm .btn {
    padding-left: 59px;
    padding-right: 59px;
}
label.btn-link {
    text-transform: initial;
}
#chech-all-filter + label .unchek_all {
    display: none;
}
#chech-all-filter:checked + label .check_all {
    display: none;
}
#chech-all-filter:checked + label .unchek_all {
    display: block;
}

@media (max-width: 1600px) {
    body.auth-body {
        background-size: 87% 100%;
    }
}
@media (max-width: 1400px) {
    /* .header{
            padding: 22px 0;
        } */
    .auth-sidebar {
        width: 50%;
    }
    .download-wrap .hover-block {
        right: -10px;
    }
    .download-wrap .hover-block:before {
        right: 16px;
    }
}
@media (max-height: 800px) and (min-width: 1230px) {
    .auth-head {
        top: 20px;
    }
    .auth-foot {
        bottom: 22px;
    }
    .auth-body .page-title {
        margin-bottom: 15px !important;
    }
    .auth-body .section-head {
        margin-bottom: 20px !important;
    }
    .reg-page-section {
        padding: 35px 0;
    }
}
@media (max-width: 1229px) {
    .auth-sidebar {
        padding: 0 6%;
    }
    .auth-head {
        top: 30px;
    }
    .auth-foot {
        bottom: 32px;
    }
    .auth-body .page-title {
        margin-bottom: 15px !important;
    }
    .auth-body .section-head {
        margin-bottom: 20px !important;
    }
    .auth-sidebar-inner {
        width: auto;
    }
    .reg-page-section {
        padding: 35px 0;
    }
    .profile-block {
        padding: 0;
    }
    .dashboard-inner {
        padding: 30px 30px 5px;
    }
    .page-title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .breadcrumb li {
        font-size: 24px;
    }
    .breadcrumb li a:before {
        top: 10px;
    }
    .open_main_menu {
        display: block;
    }
    .main-menu {
        position: fixed;
        top: 60px;
        height: 100vh;
        /* background: url(../images/mobile-bg.jpg) 50% 50% no-repeat; */
        background: white;
        background-size: cover;
        left: 0;
        margin: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        text-align: center;
        display: table;
        vertical-align: middle;
        z-index: 1000;
    }
    .mobile_menu_open .main-menu {
        opacity: 1;
        visibility: visible;
    }
    .mobile_menu_open {
        position: fixed;
        overflow: hidden;
    }
    .account-nav {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 36px;
    }
    .account-nav li {
        margin-left: 0;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
    }
    .account-nav li a {
        color: #fff;
        font-weight: normal;
    }
    .account-page .container,
    .account-page .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .toggle-password {
        top: 0;
        right: 0;
        margin-top: 0;
        width: 60px;
        text-align: center;
        line-height: 50px;
    }
    .eye-slash:after {
        top: 18px;
        right: 28px;
    }
    .primary-table td {
        padding: 16px 4px;
    }
    .primary-table th:first-child {
        padding-left: 10px;
    }
    .primary-table td:first-child {
        padding-left: 10px;
    }
    .primary-table td:last-child {
        padding-right: 10px;
    }
    .filter-block {
        margin-bottom: 20px;
    }
    .filter-head {
        pointer-events: auto;
        border-bottom: 1px solid #e0e2e6;
        position: relative;
        margin: 0;
        padding-bottom: 20px;
    }
    .filter-body {
        margin-top: 17px;
    }
    .uncheck-all {
        margin-bottom: 17px;
        display: inline-block;
    }
    #collapseFilter {
        border-bottom: 1px solid #e0e2e6;
    }
    .filter-head:before {
        font-family: "Icon";
        content: "\ea0f";
        display: inline-block;
        font-size: 6px;
        color: #acb4bf;
        position: absolute;
        top: 6px;
        right: 20px;
    }
    /*.filter-head.collapsed:before{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }*/
    .filter-body .custom-control {
        margin-bottom: 12px;
    }
    .filter-body .custom-control:last-child {
        margin-bottom: 7px;
    }
    .w13 {
        padding-right: 10px !important;
    }
    .w81 {
        width: 70%;
    }
    .w30 {
        width: 23.5%;
    }
    .w13 {
        width: 23%;
    }
    .change-pass .btn-sm {
        min-width: 80px;
        margin-left: 10px;
        padding: 6px 10px;
    }
    .ch-pass-user {
        max-width: 220px;
    }
}
@media (max-width: 991px) {
    .admin-edit-block {
        padding: 10px 10px 0;
    }
    .change-pass .form-control {
        width: 150px !important;
    }
    .ch-pass-user {
        max-width: 160px;
    }
    .edit-row .w81 {
        left: -20px;
    }
    /*.admin-edit-block {
        padding-left: 52px;
    }*/
}
@media (max-width: 767px) {
    body.auth-body {
        display: block;
    }
    .auth-sidebar {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        position: relative;
    }
    .auth-head {
        top: 20px;
        width: 100%;
        text-align: center;
    }
    .auth-body {
        padding-top: 0;
    }
    .auth-foot {
        bottom: 22px;
        width: 100%;
        text-align: center;
    }
    .auth-sidebar-inner {
        max-width: 100%;
        height: auto;
        min-height: 100vh;
        padding-top: 100px;
        padding-bottom: 70px;
        width: 400px;
        margin: 0 auto;
    }
    .auth-body .section-head {
        text-align: center;
    }
    .auth-sidebar .alert {
        padding: 13px 42px 15px 15px;
    }
    .alert .close {
        right: 15px;
    }
    .reg-page-section {
        padding: 20px 6%;
    }
    .reg-page .auth-body-form {
        margin: 0 auto 20px;
    }
    .breadcrumb li {
        font-size: 18px;
        font-weight: normal;
        vertical-align: middle;
        margin-right: 23px;
    }
    .breadcrumb li a {
        font-size: 12px;
        text-transform: initial;
    }
    .breadcrumb li a:before {
        top: 2px;
        right: -17px;
        font-size: 8px;
    }
    .logo_block {
        width: 32px;
        position: relative;
    }
    .account-page {
        padding-top: 60px;
    }
    .breadcrumb-section {
        padding: 40px 0 16px;
    }
    .dashboard {
        padding: 25px 0 3px;
        margin-bottom: 10px;
    }
    .page-title {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0.56px;
        margin: 0 0 20px;
    }
    .dashboard-inner {
        padding: 0;
    }
    .alert-block {
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
    .alert-block-inner {
        display: block;
        padding: 9px 20px 13px 52px;
    }
    .alert-block:before {
        top: 9px;
        margin-top: 0;
        left: 20px;
    }
    .profile-block {
        margin-bottom: 22px;
    }
    .profile-block .form-block .page-title.m-b-sm {
        margin-bottom: 9px !important;
    }
    .form-block .small-text {
        margin-bottom: 10px;
    }
    .form-block {
        margin-bottom: 46px;
    }
    .dashboard + .policy {
        padding: 47px 0 24px;
    }
    .policy {
        padding: 26px 0 4px;
    }
    .policy-block {
        margin-bottom: 23px;
    }
    .block-title {
        margin: 0 0 13px;
    }
    .footer-left,
    .footer-right {
        float: none;
    }
    .footer {
        padding: 23px 0 17px;
    }
    .footer-nav {
        margin-bottom: 20px;
    }
    .footer-nav li {
        margin-left: 0;
        display: block;
        margin-bottom: 10px;
    }
    .filter-body {
        margin-top: 17px;
    }
    .filter-head,
    #collapseFilter {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .primary-table-wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .primary-table th:first-child {
        padding-left: 20px;
    }
    .primary-table td:first-child {
        padding-left: 20px;
    }
    .text-hover-wrap .hover-block {
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }
    .text-hover-wrap .hover-block:before {
        left: 50%;
        margin-left: -8px;
    }
    .pagination li.page-first a,
    .pagination li.page-last a {
        padding: 5px 12px;
    }
    .custom-control-label:before {
        top: 0;
    }
    .down-docum-block {
        right: 0;
        width: 100%;
        bottom: 0;
    }
    .down-docum-block .btn {
        padding: 15px 10px;
        min-width: auto;
        width: 100%;
        display: block;
        border-radius: 0;
    }
    .w33 {
        width: 100%;
        float: none;
    }
    .admin-nav li a {
        padding: 0 10px 2px;
        font-size: 14px;
    }
    .pad-no-mob {
        padding-left: 0;
        padding-right: 0;
    }
    .admin-nav {
        margin-left: -5px;
        white-space: nowrap;
        /*overflow-x: scroll;*/
    }
    .admin-nav li {
        margin-right: 0;
    }
    .admin-nav-block {
        padding: 16px 0 10px;
    }
    .dashboard-admin {
        padding: 25px 0 55px;
        overflow: hidden;
    }
    .dashboard-admin .section-head .page-title {
        margin-bottom: 5px;
        letter-spacing: 0.56px;
    }
    .dashboard-admin .section-head {
        margin-bottom: 27px;
    }
    .admin-filter {
        margin-bottom: 20px;
    }
    .admin-table {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .table-row {
        border-radius: 0;
    }
    .w6 {
        width: 48px;
    }
    .td .custom-control {
        margin: 26px 0 0 10px;
    }
    .admin-table .form-control {
        height: 26px;
        font-size: 14px;
    }
    .w81 {
        width: 59%;
    }
    .w13 {
        width: 30%;
        white-space: nowrap;
    }
    .admin-table .hover-wrap {
        padding: 0 6px;
        margin-top: 29px;
    }
    .admin-table .td {
        padding: 14px 10px 14px;
    }
    .change-pass .btn-sm {
        min-width: 50px;
        margin-left: 5px;
        padding: 5px;
        font-size: 11px;
        margin-right: 5px;
    }
    .change-pass .admin-edit-left,
    .change-pass .admin-edit-right {
        float: none;
        text-align: center;
    }
    .reject-user .admin-edit-left,
    .reject-user .admin-edit-right,
    .reject-confirm .admin-edit-left,
    .reject-confirm .admin-edit-right {
        float: none;
        line-height: 1.5;
    }
    .reject-user .admin-edit-left,
    .reject-confirm .admin-edit-left {
        min-height: 50px;
    }
    .change-pass .form-control {
        width: 40% !important;
        margin-bottom: 5px;
    }
    .admin-edit-block.change-pass {
        padding: 7px 5px 0;
    }
    .change-pass .admin-edit-left > span:first-child {
        display: block;
    }
    .change-pass .admin-edit-left span {
        font-size: 14px;
        padding-top: 0;
        vertical-align: middle;
    }
    .change-pass .ch-pass-user {
        max-width: 52%;
    }
    .reject-user,
    .reject-confirm {
        padding: 4px 10px 0 58px;
        line-height: 1.25;
    }
    .reject-user .btn-sm {
        min-width: 110px;
        margin-left: 0;
        margin-right: 20px;
        padding: 6px 23px;
    }
    .reject-user .btn-sm:last-child {
        margin-right: 0;
    }
    .reject-user .admin-edit-left span {
        display: inline;
    }
    .reject-user .ch-pass-user {
        max-width: 80%;
        display: block !important;
    }
    .alert-select {
        height: auto;
        padding: 0;
    }
    .alert-select-left {
        float: none;
        margin: 20px 0;
    }
    .alert-select-right {
        float: none;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .alert-select-right .btn {
        border-radius: 0;
        width: 50%;
        float: left;
        margin: 0 !important;
    }
    .primary-table {
        white-space: nowrap;
    }
}
@media (orientation: landscape) and (max-width: 767px) {
}
@media (max-width: 767px) and (min-width: 467px) {
    .col-sx-6 {
        width: 50%;
        float: left;
    }
    .col-sx-7 {
        width: 58.33333333%;
        float: left;
    }
    .col-sx-5 {
        width: 41.66666667%;
        float: left;
    }
    .col-sx-4 {
        width: 33.33333333%;
        float: left;
    }
    .col-sx-3 {
        width: 25%;
        float: left;
    }
}
@media (max-width: 467px) {
    .auth-sidebar-inner {
        width: 100%;
    }
    .reject-user .ch-pass-user {
        max-width: 80%;
        display: inline-block !important;
        padding-top: 0;
    }
    .w13 {
        width: 25%;
    }
    .alert-select-right .btn {
        padding: 15px;
    }
    .alert-select .btn-success i,
    .alert-select .btn-danger i {
        margin-right: 7px;
    }
}

.dataTables_paginate a {
    color: #082f6b;
    text-decoration: none;
    border: none;
    transition: all 0.35s ease;
    padding: 5px 14px;
}
.disabled > .page-link,
.page-link.disabled {
    color: #082f6b;
}
.page-link:hover {
    color: #7db1e6;
}
.active > .page-link,
.page-link.active {
    background-color: #7db1e6;
    color: #082f6b;
}

.row-expander {
    font-size: 15px;
    position: relative;
    top: 7px;
    cursor: pointer;
    transform: translateY(-50%);
}

table.dataTable > tbody > tr.dt-hasChild td {
    background-color: #7db1e6;
    color: #fff;
}

table.dataTable > tbody > tr.dt-hasChild td a {
    color: #fff;
}

table.dataTable > tbody > tr.dt-hasChild td:first-of-type {
    border-radius: 3px 0 0 0px;
}

table.dataTable > tbody > tr.dt-hasChild td:last-of-type {
    border-radius: 0 3px 0px 0;
}

table.dataTable > tbody > tr.dt-hasChild + tr {
    transform: translateY(-6px);
}

table.dataTable > tbody > tr.dt-hasChild + tr > td {
    background-color: #7db1e6;
    padding: 5px;
    border-radius: 0 0px 3px 3px;
}

table.dataTable > tbody > tr.dt-hasChild + tr > td > div {
    width: 100%;
    background-color: white;
    border-radius: 3px;
    display: flex;
    gap: 40px;
    padding: 17px 15px;
}

table.dataTable > tbody > tr.dt-hasChild + tr > td > div > div {
    display: flex;
    gap: 8px;
}

table.dataTable > tbody > tr.dt-hasChild + tr > td > div p {
    margin-bottom: 0;
}

table.dataTable > tbody > tr.dt-hasChild + tr > td > div p.row-expanded__head {
    color: #7db1e6;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    right: -20px;
    bottom: 20px;
    display: block;
    font-family: "Glyphicons Halflings";
    opacity: 0.5;
    color: #7db1e6;
}
table.dataTable thead .sorting:after {
    opacity: 0.2;
}
table.dataTable thead .sorting_asc:after {
    opacity: 1;
    font-size: 14px;
    /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
    opacity: 1;
    font-size: 14px;
    /* sort-by-attributes-alt */
}
table.dataTable {
    border-collapse: separate;
    border-spacing: 0px 5px;
    margin-top: 0 !important;
}
table.dataTable:has(.dataTables_empty) {
    width: 100% !important;
}
table.dataTable td {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.286%;
    color: #082f6b;
}
table.dataTable td a {
    color: #7db1e6;
}
.sorting_asc,
.sorting_desc {
    color: #7db1e6 !important;
    opacity: 1 !important;
}

/* Dashboard styling */

.hero {
    height: 50vh;
    width: calc(100% - 18px);
    margin-left: 9px;
    margin-top: 9px;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 34px;
}

#hero__img--container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#hero__img--container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #082f6b;
    opacity: 0.65;
}

.hero__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    transition: all 1s;
}

#hero__img--selected {
    opacity: 1;
}

.hero--left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 60px;
    gap: 30px;
    position: absolute;
}

.hero--left__title {
    font-size: 60px;
    z-index: 10;
    line-height: 60px;
    max-width: 800px;
    margin-bottom: 0;

    text-transform: uppercase;

    color: #ffffff;

    transition: all 0.9s 0.2s;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

#hero--left__title--selected {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
    transition: all 1.1s 1.1s;
}

@media (max-width: 991px) {
    .hero--left {
        padding: 0 5vw;
    }
    .hero--left__title {
        max-width: 80vw;
    }
}

@media (max-width: 767px) {
    .hero--left__title {
        font-size: 50px;
        line-height: 100%;
    }
}

@media (max-width: 480px) {
    .hero--left__title {
        font-size: 12vw;
        max-width: 100vw;
    }
}

.hero--left__btn {
    font-size: 14px;
    line-height: 100%;

    text-transform: uppercase;

    color: #ffffff;
    background: #7db1e6;
    z-index: 10;
    padding: 12px 15px;
    transition: all 1.1s 0s, background 0.3s 0s;

    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

#hero--left__btn--selected {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
    transition: all 1.3s 1.3s, background 0.3s 0s;
}

.hero--left__btn:hover {
    text-decoration: none;
    background-color: #4f7ba7;
}

.hero--left__btn > p {
    margin-bottom: 0;
}

#hero__tab--container {
    position: absolute;
    right: 60px;
    top: 40%;
    display: none;
    flex-direction: column;
    gap: 15px;
    z-index: 100;
}

@media (max-width: 480px) {
    #hero__tab--container {
        display: none;
    }
}

.hero__tab {
    opacity: 0.4;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.hero__tab:hover {
    opacity: 0.7;
}

.hero__tab:after {
    content: "";
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
}

#hero__tab--selected {
    width: 30px;
    padding-right: 0;
    opacity: 1;
}

.hero__text {
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 60px;
    max-width: calc(100% - 175px);
}

.hero__text__title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.hero__text__title--last-login {
    color: #fff;
}

.hero__text__title--last-login strong {
    color: #7db1e6;
}

.hero__text__para {
    color: #fff;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    gap: 60px;
    padding: 0 30px;
    padding-bottom: 60px;
    background-color: #eeeeee;
}

.wrapper__panel {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 100%;
    height: auto;
    padding: 60px;
    width: 100%;
}

@media (max-width: 750px) {
    .header {
        padding: 22px 0px;
    }
    .wrapper {
        padding: 0px 9px;
        padding-bottom: 60px;
    }
    .wrapper__panel.welcome {
        margin-top: calc(75vh - 50px);
    }
    .hero {
        height: 75vh;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    #hero__tab--container {
        display: none;
    }
    .hero__text {
        max-width: calc(100% - 40px);
        left: 20px;
    }
    .footer--lower {
        padding: 30px 20px !important;
    }
}

.welcome {
    margin-top: calc(50vh - 50px);
    z-index: 100;
    background-color: transparent;
    padding: 0;
    box-shadow: unset;
    border-radius: unset;
}

.welcome__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
}

@media (max-width: 1229px) {
    .user-btn__dropdown--container {
        right: -25px;
        width: calc(100% + 25px);
    }
    .welcome__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .welcome__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-user .row {
        gap: 20px;
    }

    .welcome__grid .welcome__grid__item--featured {
        aspect-ratio: 2/1;
    }
}

.welcome__grid__item--anchor:hover {
    text-decoration: none;
}

.welcome__grid__item {
    background: #fff;
    border-radius: 3px;
    height: 100%;
    aspect-ratio: 268/249;
    padding: 23px 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s ease;
    position: relative;
}

.welcome__grid__item--featured {
    grid-column: span 2;
    grid-row: 1;
    position: relative;
}

.welcome__grid__item--featured .welcome__grid__item {
    aspect-ratio: unset;
}

.welcome__grid__item:hover {
    background-color: #7db1e6;
}

.welcome__grid__item--featured > .welcome__grid__item > img {
    width: calc(50% - 15px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
}

.welcome__grid__item--featured .welcome__grid__item--bottom {
    width: 50%;
}

@media (max-width: 640px) {
    .paginate_button.first,
    .paginate_button.last {
        display: none;
    }
    .welcome__grid__item--bottom {
        padding-right: 0 !important;
    }
    .welcome__grid .welcome__grid__item--featured {
        aspect-ratio: unset;
        grid-column: 1;
    }
    .welcome__grid__item--featured .welcome__grid__item {
        aspect-ratio: 268/249;
    }
    .welcome__grid__item--featured .welcome__grid__item--bottom {
        width: 100%;
    }
    .welcome__grid__item--featured > .welcome__grid__item > img {
        display: none;
    }
}

@media (max-width: 460px) {
    .welcome__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.welcome__grid__item i {
    font-size: 23px;
    font-weight: 300;
    color: #082f6b;
}

.welcome__grid__item__notice {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: white;
    border-radius: 50%;
    height: 32px;
    aspect-ratio: 1 / 1;
    -webkit-aspect-ratio: 1/1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    line-height: 26px;

    text-align: right;

    color: #082f6b;
}

.welcome__grid__item__icon {
    height: 42px;
    width: 42px;
    transition: all 0.35s ease;
}

img.welcome__grid__item__icon {
    width: fit-content;
    object-fit: contain;
}

.welcome__grid__item__icon > path {
    fill: #7db1e6;
    transition: all 0.35s ease;
}

.welcome__grid__item:hover > .welcome__grid__item__icon > path {
    fill: #fff;
}

.welcome__grid__item--bottom {
    color: #082f6b;
    padding-right: 10px;
}

.welcome__grid__item__header {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #082f6b;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}

.welcome__grid__item__header::after {
    content: "";
    background-image: url(../images/grid-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 3px;
    right: -20px;
    transition: all 0.2s ease;
}

.welcome__grid__item:hover .welcome__grid__item__header::after {
    filter: brightness(0) saturate(100%) invert(11%) sepia(98%) saturate(1593%)
        hue-rotate(204deg) brightness(109%) contrast(101%);
}

.welcome__grid__item__para {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.286%;
    color: #082f6b;
}

.welcome__grid__item--inverse {
    background-color: #082f6b;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.welcome__grid__item--inverse::after {
    content: "";
    background-image: url(../images/b-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    aspect-ratio: 143/141;
    position: absolute;
    right: 0;
    bottom: -10%;
    pointer-events: none;
}

.welcome__grid__item--inverse:hover {
    background-color: #7db1e6;
}

.welcome__grid__item--inverse .welcome__grid__item__header::after {
    display: none;
}

.welcome__grid__item--inverse .welcome__grid__item__para,
.welcome__grid__item--inverse .welcome__grid__item__header,
.welcome__grid__item--inverse i {
    color: #fff;
}

.contacts {
    display: grid;
    grid-gap: 40px;
    grid-auto-flow: column;
    grid-template-columns: repeat(12, 1fr);
}

.contacts--left {
    grid-column: span 3;
}
.contacts--right {
    grid-column: span 9;
}

.contacts--left__header {
    font-size: 36px;
    line-height: 100%;

    text-transform: uppercase;

    color: #082f6b;
}

.contacts--left__para {
    font-size: 16px;
    line-height: 26px;

    color: #020202;
}

.contacts__card {
    display: flex;
    width: 100%;
}

.contacts__card__img {
    object-fit: cover;
    border-radius: 12px 0 0 12px;
    width: 30%;
}

.contacts__card__img--mobile {
    display: none;
    border-radius: 0 12px 0 12px;
}

.contacts__card--info {
    background-color: #eeeeee;
    border-radius: 0px 12px 12px 0px;
    padding: 60px;
    width: 100%;
    font-size: 14px;
}

.contacts__card--info__header {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #082f6b;
    margin-bottom: 0;
    margin-top: 15px;
}

.contacts__card--info__subheader {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #313d47;
    margin-top: 5px;
}

.contacts__card--info__details {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 30px;
    font-size: 14px;
}

.contacts__card--info__details > div {
    display: flex;
    flex-direction: column;
}

.contacts__card--info__details > div > p {
    margin-bottom: 1px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.contacts__card--info__details > div > a > p {
    margin-bottom: 1px;
    color: #7db1e6;
}
.contacts__card--info__details > div > a {
    color: #7db1e6;
}

.contacts__card--info__details--side {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contacts__card--info__details--side > div {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1400px) {
    .contacts__card--info__details--side > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
}

.contacts__card--info__details > div > p:first-of-type {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    color: #000000;
}

@media (max-width: 1229px) {
    .contacts {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1229px) {
    .contacts__card--top {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

    .contacts__card--info {
        border-radius: 12px;
    }

    .contacts__card__img {
        display: none;
    }

    .contacts__card__img--mobile {
        display: block;
        margin-top: -50px;
        margin-right: -50px;
        width: 20%;
    }
}

@media (max-width: 767px) {
    .contacts__card--info {
        padding: 5vw;
    }

    .contacts__card__img--mobile {
        margin-top: -5vw;
        margin-right: -5vw;
        width: 30%;
    }
}

@media (max-width: 467px) {
    .contacts__card--info__details {
        grid-template-columns: 1fr;
    }
}

.footer {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.footer--upper {
    display: flex;
    justify-content: space-between;
    gap: 7vw;
    padding: 80px 119px;
}

@media (max-width: 1229px) {
    .footer--upper {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .footer--upper {
        padding: 70px 5vw;
    }
}

.footer--upper > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer--upper--tandc {
    width: 60%;
}

.footer--upper__header {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;

    color: #082f6b;
}

.footer--upper__para {
    font-size: 16px;
    line-height: 25px;
    color: #020202;
}

.footer--upper__para > a {
    color: #c6a676;
}

.footer--lower {
    background-color: #fff;
    padding: 30px 41px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer--lower__left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer--lower__copy {
    font-size: 14px;
    line-height: 114.286%;
    font-style: normal;
    font-weight: 400;

    color: #082f6b;

    margin-bottom: 0;
}

.footer--lower__nav {
    display: flex;
    gap: 30px;
}

.filter-block__clear {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: 13px;
}

.footer--lower__nav__item > p,
.filter-block__clear > p {
    margin-bottom: 0;
    color: #082f6b;
    transition: all 0.35s ease;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
}
.footer--lower__nav__item > p::after,
.filter-block__clear > p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #082f6b;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.35s ease;
}
.filter-block__clear > p {
    color: #fff;
}

.filter-block__clear > p::after {
    background-color: #fff;
}
.footer--lower__nav__item {
    color: transparent !important;
}

.footer--lower__nav__item:hover > p {
    color: #7db1e6 !important;
}

.footer--lower__nav__item:hover > p::after {
    background-color: #7db1e6 !important;
}

@media (max-width: 991px) {
    .footer--lower {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer--lower__nav {
        gap: 10px 30px;
        flex-wrap: wrap;
    }
}

.logo_block{
    margin-top: -4px;
}

@media (min-width: 768px) {
    .logo_block {
        position: relative;
    }
}

table.dataTable td.dataTables_empty {
    border-radius: 3px !important;
}

.dataTables_filter {
    display: none;
}

.auth-body p > a {
    color: #c6a676 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.auth-body p > a:hover {
    text-decoration: underline !important;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb > .active {
    color: white;
}

@media (max-width: 767px) {
    .select2-container--default
        .select2-selection--multiple
        .select2-selection__clear {
        display: none !important;
    }
    .footer--lower__left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.contact_field {
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
#contact-list.row .clearfix {
    display: none;
}
#contact-list.row {
    padding: 0 10px;
    margin-bottom: 10px;
}

.contact_field:hover {
    z-index: 50;
}

.contact_field_close {
    position: absolute;
    cursor: pointer;
    color: rgb(172, 180, 191);
    left: 95%;
}

.contact_modal {
    padding: 30px 50px;
    border-radius: 0px !important;
    background-color: #eee;
}

#geollect-map-logo {
    display: none;
}

#map__version-munge {
    display: none;
}

.select2-selection--single {
    height: 100% !important;
}
.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.sorting_disabled,
.dtfc-right-top-blocker {
    background: transparent !important;
}

.radio-inline input[type="radio"] {
    top: -3px;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #082f6b;
    margin: 35px 5px;
    opacity: 0;
}

.loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

.mfa-box {
    padding: 6px 15px !important;
    text-align: center;
}

@media (max-width: 767px) {
    .mfa-box {
        padding: 6px 10px !important;
    }
}

tfoot > tr {
    height: 75px;
    background-color: white;
}

tfoot > tr > th {
    font-size: 16px !important;
    font-weight: bold !important;
}

.select2-search__field {
    padding-left: 10px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
    padding: 0 15px 0 15px;
}

.year-filter label {
    display: block;
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.year-filter-reset {
    margin-top: 10px;
    color: #fff;
    text-align: right;
}

.year-filter-reset > a {
    cursor: pointer;
}

.year-filter-reset > a:hover {
    text-decoration: underline !important;
}

.select2-dropdown {
    background-color: #e5e5e5;
    border-radius: 3px;
}

.select2-results__option {
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    color: #082f6b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.286%;
    padding: 8px 10px;
    transition: all 0.35s ease;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #7db1e6;
    color: #fff;
}

.form-floating > label{
    font-size: 15px;
}

.row-clicker{
    cursor: pointer;
}

.card-bottom{
    background-color: transparent !important;
    position:absolute;
    bottom: 0;
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .card-bottom{
        background-color: transparent !important;
        position:relative;
        bottom: 0;
        width: 100%;
    }
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    text-transform: capitalize;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-link-hover{
    color: #7db1e6;
}

.icon-link-hover:hover{
    text-decoration: none !important;
    color: #082f6b;
}

.feedback-menu:hover{
    text-decoration: none !important;
    color: #7db1e6;
}

.feedback-headers{
    color: #082f6b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.feedback-links{
    color: #082f6b;
}

.feedback-links:hover{
    text-decoration: none !important;
    color: #7db1e6;
}

.active-sorter{
    color: #082f6b !important;
    font-weight: bold;
    text-transform: uppercase;
    background: white !important;
}

.sorter-element{
    text-align:center;
    color: #7db1e6;
    background: #f1f1f1;
    cursor: pointer;
    line-height: 22px;
}

.no-borders{
    border: 0 !important;
}