/* ==================== OVERWRITE CSS ==============*/
.main-content {
    float: right;
    transition: .33s, cubic-bezier(.685, .0473, .346, 1);
    width: calc(100% - 285px);
    position: relative;
}

.sidebar .logo a.logo-normal {
    transition: all .3s linear;
}


.sidebar a {
    transition: all .15s ease-in;
}

.sidebar .nav p {
    transition: all .3s linear;
}

.sidebar .logo {
    padding: 15px 0;
    margin: 0;
    display: flex;
    position: relative;
    z-index: 4;
    justify-content: center;
}

.sidebar .logo a.logo-mini {
    opacity: 1;
    width: 50px;
    height: 50px !important;
}

.sidebar-mini .navbar-vertical .navbar-brand-img {
    max-height: 50px !important;
    width: 50px;
    height: 50px !important;
}

.sidebar .logo a.logo-normal {
    display: block;
    opacity: 1;
    transform: translateZ(0);
}

.sidebar-mini .sidebar .logo a.logo-normal {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
}

.sidebar-mini .sidebar .logo a.logo-mini {
    left: 22px;
    position: relative;
    display: block;
}

.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    max-height: inherit;
}

.navbar-vertical.navbar-expand-xs {
    max-width: 260px !important;
    width: 260px;
    display: inherit;
}

.moving-tab .nav-link.active {
    color: transparent;
    background: #012f6b;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
}

.nav-pills .moving-tab .nav-link.active {
    color: transparent !important;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: calc(100vh - 120px);
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
}

.sidebar-mini .sidebar, .sidebar-mini .sidebar .sidebar-wrapper {
    width: 95px;
}

.sidebar-mini .sidenav.fixed-start+.main-content {
    margin-left: 0;
}

.sidebar-mini .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .nav-link-text {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
    min-width: 100px;
}

.sidebar-mini .sidebar:hover {
    /* width: 260px; */
}

.sidebar-mini .sidebar.navbar-vertical.navbar-expand-xs:hover .navbar-nav .nav-link .nav-link-text {
    /* opacity: 1;
    transform: translate3d(0, 0, 0); */
}

.main-content, .sidebar, .sidebar-wrapper {
    transition-property: top, bottom, width;
    transition-duration: .2s, .2s, .35s;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch;
}

.btn.btn-fab .material-icons,
.btn.btn-just-icon .material-icons {
    margin-top: 0;
    position: absolute;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 41px;
    font-size: 20px;
}

.visible-on-sidebar-regular {
    display: inline-block !important;
}

.visible-on-sidebar-mini {
    display: none !important;
}

.sidebar-mini .navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link>span.sidenav-normal {
    transition: all 0.1s ease 0s;
    opacity: 0;
}

.sidebar-mini .navbar-vertical.navbar-expand-xs:hover .navbar-nav .nav .nav-link>span.sidenav-normal {
    transition: all 0.1s ease 0s;
    opacity: 1;
}

.breadcrumb a {
    color: white;
}

p {
    font-weight: 400;
}

@media (min-width: 991px) {
    .sidebar-mini .main-content {
        width: calc(100% - 120px);
    }

    .sidebar-mini .visible-on-sidebar-regular {
        display: none !important;
    }

    .sidebar-mini .visible-on-sidebar-mini {
        display: inline-block !important;
        font-size: 22px !important;
        margin-right: 10px;
    }
}

@media (max-width: 1199px) {
    .sidebar {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 260px;
        left: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #9a9a9a;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        transform: translate3d(-260px, 0, 0);
        transition: all .33s cubic-bezier(.685, .0473, .346, 1);
    }

    .sidebar-mini .sidebar {
        transform: translateZ(0);
        width: 95px;
    }

    .sidebar .main-content {
        left: 0;
        transform: translate3d(-260px, 0, 0);
    }

    /* .sidebar-mini .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .nav-link-text {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    } */
    .sidebar-mini .main-content {
        width: calc(100% - 120px);
    }

    .main-content {
        width: calc(100% - 25px);
    }
}

.logo-mini {
    display: none;
}


.flag-switcher {
    border: 1px solid #dee2e6;

}

div.flag-dropdown {
    position: relative;
    min-width: 175px;
    border-radius: 4px;
    background: #eaeff5;
}

div.flag-dropdown:after {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f107";
    font-size: 15px;
    color: #adbad3;
}

div.flag-dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


div.flag-dropdown>div.caption {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 30px 10px 46px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    line-height: 20px;
}

div.flag-dropdown>div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 52px;
    z-index: -1;
    visibility: hidden;
    padding: 10px 0;
}

div.flag-dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

div.flag-dropdown>div.list>div.item {
    padding: 8px 30px 8px 46px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
}

div.flag-dropdown>div.list>div.item.selected {
    background: rgb(234 239 245);
    pointer-events: none;
}

div.flag-dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

div.flag-dropdown>div.caption img,
div.flag-dropdown>div.list>div.item img,
div.flag-dropdown>div.caption svg,
div.flag-dropdown>div.list>div.item svg {
    position: absolute;
    margin-top: 3px;
    left: 12px;
}

.card-custom-height {
    min-height: 360px;
}

.card-custom-height p {
    margin-bottom: 0;
}

.card-custom-height p:empty {
    display: none;
}

.card-custom-height .description .line-2 {
    min-height: 55px;
}

.error {
    font-size: 14px;
    margin-top: -10px;
}

span.bmd-form-group .text-danger.error {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .card-custom-height {
        min-height: auto;
    }

    .card-custom-height .description .line-2 {
        min-height: auto;
    }
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
    border: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #012f6b;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #012f6b;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #012f6b;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.link-nav-item {
    padding: 0.75rem 1rem;
    margin: 0 1rem;
    font-size: 0.875rem;
    color: #fff;
    justify-content: space-between;
}

.link-nav-item>a:first-child {
    font-size: 0.875rem;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.link-nav-item>a:first-child i {
    min-width: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}

.sidebar-mini .nav-link-text {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
    min-width: 100px;
}

.h-82 {
    height: 82px;
}

.admin-link i {
    display: none;
}

.nav-tabs .nav-link {
    color: #012f6b;
}

.nav-tabs .nav-link.active {
    color: #ba0c2f;
}

.choose-country-holder a img {
    height: 128px;
    object-fit: cover;
    width: 100%;
}

.choose-country-holder a p {
    margin: 10px 0;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    div.flag-dropdown>div.caption {
        font-size: 0;
        padding: 8px 16px 12px 10px;
    }

    div.flag-dropdown {
        min-width: 58px;
    }

    div.flag-dropdown:after {
        top: 8px;
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .h-82 {
        height: auto;
    }

}

@media screen and (max-width: 700px) {
    .main-content {
        width: calc(100% - 15px);
    }

    .p-15 {
        padding-right: 15px !important;
    }

    .logout-rwd-btn {
        padding: 0 !important;
        background: transparent;
        font-size: 0;
    }

    .logout-rwd-btn i {
        font-size: 24px !important;
    }

    .link-nav-item, .navbar-vertical .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sidebar-mini .main-content {
        width: calc(100% - 85px);
    }

    .sidebar-mini .sidebar {
        width: 70px;
    }

    .sidebar-mini .navbar-vertical .navbar-brand-img {
        max-height: 35px !important;
        width: 35px;
        height: 35px !important;
    }

    .sidebar .logo a.logo-mini {
        opacity: 1;
        width: 35px;
        height: 35px !important;
    }

    div.flag-dropdown>div.caption img, div.flag-dropdown>div.caption svg, div.flag-dropdown>div.list>div.item svg {
        left: 10px;
    }

    div.flag-dropdown>div.list {
        width: 180px;
    }

    div.flag-dropdown>div.list>div.item {
        padding-left: 42px;
    }

    div.flag-dropdown>div.list>div.item img {
        left: 14px;
    }

    .sidebar-mini .sidebar .logo a.logo-mini {
        left: 18px;
    }
}

@media screen and (max-width: 580px) {
    .admin-link {
        font-size: 0 !important;
    }

    .admin-link i {
        display: block;
        font-size: 24px !important;
    }
}

#surveyModal .modal-body {
    overflow-y: auto;
    max-height: 354px;
}

.choose-country-holder a.custom-width-100:nth-child(4n+4) {
    margin-right: 0 !important;
}

.custom-width-100 {
    min-width: 23.7%;
}

@media screen and (max-width: 1280px) {
    .choose-country-holder a.custom-width-100:nth-child(4n+4) {
        margin-right: 1rem !important;
    }

    .choose-country-holder a.custom-width-100:nth-child(3n+3) {
        margin-right: 0 !important;

    }

    .custom-width-100 {
        min-width: 32%;
    }
}

@media screen and (max-width: 991px) {
    .custom-width-100 {
        min-width: 31.5%;
    }
}

@media screen and (max-width: 768px) {
    .choose-country-holder a.custom-width-100:nth-child(3n+3) {
        margin-right: 1rem !important;
    }

    .choose-country-holder a.custom-width-100:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .custom-width-100 {
        min-width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .choose-country-holder a.custom-width-100:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .choose-country-holder a.custom-width-100:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .custom-width-100 {
        min-width: 100%;
    }
}

ul.icons {
    position: relative;
    background: #2f2f2f;
    background: rgba(128, 128, 128, 0.05);
    border-radius: 0.50em;
    display: inline-block;
    padding: 0.50em 0.75em 0.30em 0.75em;
    font-size: 1.40em;
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.icons li a {
    display: inline-block;
    background: none;
    width: 2.5em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    border-radius: 100%;
    border: 0;
    color: #555;
}

ul.icons li a:hover {
    color: #5b86bd;
}

ul.icons li.active a {
    color: #FFF;
}

.listing-page form {
    display: inline;
}

.listing-page .table .td-actions .btn {
    padding: 4px;
}

.sidebar-mini .sidebar .nav {
    overflow-x: hidden;
}

#popoverContent tr td {
    border: 1px black solid;
    padding: 15px;
}

#popoverContent tr th {
    border: 1px black solid;
    padding: 15px;
    width: 200px;
}

#item_details-model {
    width: 70%;
    margin: 0 15% 0 15%;
}

.modal-header.fixed-modal-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

.modal-body.scrollable-content {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}