.mini-label {
    font-size: 10px;;
    color: #e0e0e9;
    text-transform: uppercase;
    margin-right: 5px;
}
.form-group {
    margin-bottom: 1rem !important;
}
.form-horizontal {
    max-width: 1200px;
}
.form-actions {
    margin: 1rem 0;
}
input.date-picker-day, .date-range-picker {
    background-image: url(/assets/images/cal.png);
    background-position: 97% 5px;
    background-repeat: no-repeat;
    background-size: 21px;
}
.ajax-sort {
    cursor: pointer;
}
.form-select {
    border: 1px solid #d0d3da;
}
.table-light-hover>tbody>tr:hover {
    background: rgba(0,0,0,0.051);
}
.datepicker {
    z-index: 1070 !important;
}
.select2-container {
    z-index: 1060;
}
.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000444 !important;
    line-height: 31px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d0d3da !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 2px !important;
}
.empty-text {
    font-size: 40px;
    color: rgba(0, 4, 68, 0.15);
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.opacity-05 {
    opacity: .5;
}
.table, .table th, .table td {
    border-color1: #ccc;
}
.end-day {
    border-right: 10px solid #aaa !important;
}
.modal-body, .modal-body .table-scrollable {
    width: 100%;
    /* overflow: auto; */
    min-height: 350px;
}
.project-end-day {
    border-right: 10px solid #c66 !important;
}
.table-gray, .table-gray th, .table-gray td {
    background: #eee !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-hover>tbody>tr:hover>* {
    background: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.hover-container .child-show {
    display: none;
}
.hover-container:hover .child-show {
    display: unset;
}
.editable {
    cursor: pointer;
}
.popover {
    border-color: #ccc;
}
.btn-default {
    border-color: #f4f4f4;
    background: #f0f0f0;
}
.border {
    border: 1px solid #d0d3da !important;
}
.national-data .select2-selection__rendered,
.national-data-2 .select2-selection__rendered {
    line-height: 1.4 !important;
}
.select2-search--inline .select2-search__field {
    white-space: nowrap;
    vertical-align: middle !important;
}
.national-data form {
    margin-top: 10px;
}
.national-data .nav-tabs {
    margin-right: 10px;
}
.national-data .nav-item {
    padding: 0 3px;
}
.ck-editor__editable, .cke_editable_inline {
    min-height: 200px;
}
.day-select {
    border-radius: 8px;
    padding: 3px;
    border: 1px solid rgba(0,0,0,0);
    transition: 0.2s ease-in-out all;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.day-select:hover {
    border: 1px solid rgba(0,0,0,0.1);
}
.hidden {
    display: none;
}
.topbar .navigation-menu .nav-link.active {
    border-bottom: 1px solid #07baef;
    color: #07baef;
}
.topbar .navigation-menu .nav-link.active svg {
    stroke: #07baef !important;
}
.topbar .navigation-menu .nav-link.active i {
    color: #07baef;
}

@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1180px;
    }
}
@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1380px;
    }
}
.navbar-custom-menu .navigation-menu .dropdown-item.active a {
    color: #07baef;
}
.navbar-custom .dropdown-item {
    padding: 0.25rem 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 220px;
    white-space: nowrap;
}
.form-control.disabled {
    background-color: #f1f5fa;
}
.div-table-info {
    background: rgb(217, 245, 247) !important;
}
.table-hover tr:hover {
    background: rgba(0,0,0,0.05) !important;
}
.hover:hover {
    background: rgba(0,0,0,0.05) !important;
}

.animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: 0.2s all ease-in-out;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes flash {
    0%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}
#navigation .nav-link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
.navbar-custom .nav-link {
    padding: 0;
    color: #384a65;
    margin: 0px 5px;
}
.marketplace .btn {
    border-radius: 25px !important;
    font-size: 11px;
}
#navigation .marketplace .nav-link span {
    font-weight: 500;
}
@media (min-width: 1280px) {
    #navigation .marketplace .nav-link span {
        overflow: unset;
        text-overflow: unset;
        max-width: unset !important;
        width: fit-content;
    }
    .marketplace .btn {
        font-size: 13px;
    }
}
.topbar .navigation-menu .marketplace .nav-link i,
.topbar .navigation-menu .marketplace .nav-link:focus i,
.topbar .navigation-menu .marketplace .nav-link:active i,
.topbar .navigation-menu .marketplace .nav-link.active i {
    color: #fff !important;
}
.topbar .navigation-menu .marketplace .nav-link,
.topbar .navigation-menu .marketplace .nav-link:focus,
.topbar .navigation-menu .marketplace .nav-link:active,
.topbar .navigation-menu .marketplace .nav-link.active {
    border: 0;
    color: #fff;
}
.pulse {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #07baef;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(7,186,239, 0.4);
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(7,186,239, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(7,186,239, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(7,186,239, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(7,186,239, 0.4);
        box-shadow: 0 0 0 0 rgba(7,186,239, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(7,186,239, 0);
        box-shadow: 0 0 0 10px rgba(7,186,239, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(7,186,239, 0);
        box-shadow: 0 0 0 0 rgba(7,186,239, 0);
    }
}
