.badge.bg-success{
    border:1px solid rgba(var(--ct-link-color-rgb),var(--ct-link-opacity,1));
}

.badge.bg-danger{
    border:1px solid rgba(var(--ct-danger-rgb),var(--ct-link-opacity,1));
}

.badge.bg-warning{
    border:1px solid rgba(var(--ct-warning-rgb),var(--ct-link-opacity,1));
}

.badge.bg-light{
    border:1px solid rgba(var(--ct-light-rgb),var(--ct-link-opacity,1));
}

.badge.bg-transparent{
    border:1px solid transparent;
}

.badge.d-block{
    position:relative;
    top:1px;
}

.no-pointer {
    pointer-events: none;
}

#dash-daterange {
    display: none !important;
}

.form-check-input:checked{
    background-color: #4ECDC4 !important;
    border-color: #4ECDC4;
}

.dataTables_empty{
    text-align:left !important;
}

.char-counter {
    font-size: 11px;
    color: #888;
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 500;
    transition: color 0.2s;
}

.input-limit-error {
    border-color: #ff3547 !important;
    color: #ff3547 !important;
    background-color: #fff8f8;
}

.counter-limit-error {
    color: #ff3547 !important;
    font-weight: bold;
}

.custom-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 17px;
    padding-left: 20px !important;
    padding-right: 10px !important;
}

.custom-badge i {
    position: absolute;
    left: 8px;
    font-size: 0.7rem;
}

.custom-badge span {
    width: 100%;
    text-align: center;
}

.custom-badge.d-block {
    display: flex !important;
    width: 100%;
}

[data-bs-theme="dark"] .badge-outline-dark {
    color: #fff;
    border: 1px solid #fff;
}

table.dataTable thead > tr > th,
table.dataTable tbody > tr > td {
    padding-left: 0.85rem !important;
    padding-right: 1.45rem !important;
    box-sizing: border-box !important;
}

table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::before,
table.dataTable thead th.sorting_desc::after {

    font-size: 0.7em !important;
}

body{
    display:block !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

#datatable_paginate, #datatable_info{
    padding-top:20px;
}

.nav-tabs .nav-link.active {
    color: #4ECDC4;
}

input[type=radio]:checked:disabled {
    background-color:#4ECDC4 !important;
    opacity: 0.9 !important;
}

.light_grey_input, input:disabled,  select:disabled,  textarea:disabled, .a-disabled {
    background-color: #eee !important; /*#d1d1d1!important;*/
    cursor: not-allowed !important;
}
.citycountry{
    border: 1px solid black;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    background: white
}
.citycountry ul{
    list-style: none;
    padding-left: 0!important;;
}
.citycountry li{
    padding: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    border-bottom: 1px solid lightgray;
}
.citycountry li:hover{
    background: var(--ct-menu-item-hover-color);
    color: white!important;
}
.citycountry ul{
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom: 0!important;
}

.pointer-event-none {
    pointer-events: none;
}


@media only screen and (max-width: 991px) {
    .dtr-details{
        width: 100%!important;
    }
    .dtr-details i{
        font-size: 22px;
    }
    .dtr-title:empty {
        display: none!important;
    }
    .country_box>.row>.col-lg-4{
        position: relative!important;
    }
    .card-body > .row > .col-lg-6 a{
        width: 100%!important;
    }
    .card-body .dataTables_length label{
        padding-bottom: 10px;
    }
}

.menu {
    position: fixed;
    left: 9px;
    top: 68px;
}

html[data-sidenav-size="condensed"] .menu .menu-item div
 {
    position: fixed;
    left: 71px !important
}

html[data-sidenav-size="condensed"] .menu .menu-item .menu-link .menu-text
{
    left: 62px!important;
}
.drop_file_zone {
    background-color: #F7F7F7;
    border: #999 1px dashed;
    width: 100%;
    height: 110px;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
}
.drag_upload_file .selectfile {
    display: none;
}
.drop_file_zone {
    font-size: 18px;
    cursor: pointer;
}
.drag_upload_file p {
    text-align: center;
}

html[data-sidenav-size="full"]:not([data-layout="horizontal"]) .app-menu .menu {
    position: unset;
}

html[data-sidenav-size="full"]:not([data-layout="horizontal"]).sidebar-enable .app-menu .menu {
    position: fixed;
}