:root {
    --bs-primary: #4c5276;
}

.disabled-widget {
    background-color: rgb(233, 236, 239) !important;
}

.text-rfr-subtitle {
    font-weight: bold;
    font-size: 0.900rem !important;
}

.text-rfr {
    font-weight: normal;
}

.span-rfr {
    font-size: .75rem;
    font-weight: normal;
}

.pl-25-rfr {
    padding-left: 2.1rem !important;
}

.pl-8 {
  padding-left: 8rem!important;
}

.pl-6 {
  padding-left: 4rem!important;
}

.ul-rfr {
    padding-left: 1.3rem !important;
    list-style-type: none;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 150px;
    height: 150px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #14435c;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgb(35 181 185 / 15%);
    box-shadow: 0 1px 5px 0 rgb(35 181 185 / 15%);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 100px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.mytablink.active {
    color: var(--bs-white) !important;
    background: var(--bs-primary) !important;
}

.my-input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    outline-color: #292F50;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.my-input-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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}


footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    margin-bottom: 1rem !important;
}

.navbar.sidenav {
    z-index: 1000;
    background-color: white !important;
}
@media (max-width: 1200px) {
    .navbar.sidenav {
        margin-left: 2px !important;
    }
}

.dz-success-mark {
    color: red;
}

.container-preloader {
    display: none;
}

.container-preloader.active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    align-items: center;
    background-color: white;
}

.dash {
    margin: 0 15px;
    width: 35px;
    height: 15px;
    border-radius: 8px;
    background: #4c5276;
    box-shadow: 0 0 10px 0 #bf9c9c;
}

.uno {
    margin-right: -18px;
    transform-origin: center left;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.dos {
    transform-origin: center right;
    -webkit-animation: spin2 3s linear infinite;
    animation: spin2 3s linear infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.tres {
    transform-origin: center right;
    -webkit-animation: spin3 3s linear infinite;
    animation: spin3 3s linear infinite;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.cuatro {
    transform-origin: center right;
    -webkit-animation: spin4 3s linear infinite;
    animation: spin4 3s linear infinite;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    30% {
        transform: rotate(370deg);
    }

    35% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    30% {
        transform: rotate(370deg);
    }

    35% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(-180deg);
    }

    35% {
        transform: rotate(-190deg);
    }

    40% {
        transform: rotate(-180deg);
    }

    78% {
        transform: rotate(-180deg);
    }

    95% {
        transform: rotate(-360deg);
    }

    98% {
        transform: rotate(-370deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(-180deg);
    }

    35% {
        transform: rotate(-190deg);
    }

    40% {
        transform: rotate(-180deg);
    }

    78% {
        transform: rotate(-180deg);
    }

    95% {
        transform: rotate(-360deg);
    }

    98% {
        transform: rotate(-370deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }

    27% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(180deg);
    }

    45% {
        transform: rotate(190deg);
    }

    50% {
        transform: rotate(180deg);
    }

    62% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    80% {
        transform: rotate(370deg);
    }

    85% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }

    27% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(180deg);
    }

    45% {
        transform: rotate(190deg);
    }

    50% {
        transform: rotate(180deg);
    }

    62% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    80% {
        transform: rotate(370deg);
    }

    85% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin4 {
    0% {
        transform: rotate(0deg);
    }

    38% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-360deg);
    }

    65% {
        transform: rotate(-370deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin4 {
    0% {
        transform: rotate(0deg);
    }

    38% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-360deg);
    }

    65% {
        transform: rotate(-370deg);
    }

    75% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.icon i.display-icon {
    font-size: 1rem;
    color: #656b8e;
    top: 0px;
}

.active .icon i.display-icon {
    font-size: 1rem;
    color: #f7d3ec !important;
}

.background-logo {
    background-color: #02243e !important;
}

.btn-logo {
    background-color: #02243e !important;
}

.swal2-styled.swal2-confirm.btn-logo {
    background-color: #02243e !important;
    border-radius: 2rem !important;
}

.swal2-styled.swal2-confirm.btn-logo:hover {
    background-color: #02243e !important;
}

.swal2-styled.swal2-deny.btn-logo {
    border-radius: 0.5rem !important;
}

.swal2-styled.swal2-confirm.btn-logo {
    background-image: unset;
}

.swal2-deny.btn.btn-logo {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: .75rem;
    border-radius: 0.5rem;
    transition: all .15s ease-in;
    min-width: 40%;
}

.swal2-cancel.btn.btn-logo {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: .75rem;
    border-radius: 0.5rem;
    transition: all .15s ease-in;
    min-width: 40%;
}

.swal2-close:focus {
    outline: none;
    box-shadow: unset !important;
}

.swal2-container {
    z-index: 9999 !important;
}

.swal2-confirm.btn.btn-logo {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: .75rem;
    border-radius: 0.5rem;
    transition: all .15s ease-in;
    min-width: 40%;
}

.btn-logo.swal2-styled.swal2-confirm:focus, .btn-logo.swal2-styled.swal2-confirm:hover {
    background-image: unset !important;
}

.btn-logo:not(:disabled):not(.disabled).active, .btn-logo:not(:disabled):not(.disabled):active {
    color: color-yiq(#4c5276) !important;
    background-color: #4c5276 !important;
}

.swal2-styled.swal2-confirm.btn-logo:not(:disabled):not(.disabled).active, .swal2-styled.swal2-confirm.btn-logo:not(:disabled):not(.disabled):active {
    color: color-yiq(#4c5276) !important;
    background-color: #4c5276 !important;
}

.btn-check:focus + .btn-logo, .btn-logo:focus {
    box-shadow: 0 0 0 0.2rem rgb(156 2 4 / 50%) !important;
}

.btn-check:focus + .swal2-styled.swal2-confirm.btn-logo {
    box-shadow: 0 0 0 0.2rem rgb(156 2 4 / 50%) !important;
}

.btn-check:focus + .btn-logo, .btn-logo:focus, .btn-logo:hover {
    color: #fff;
    background-color: #02243e !important;
    /*border-color: #890103 !important;*/
}

.btn-check:focus + .swal2-styled.swal2-confirm.btn-logo, .swal2-styled.swal2-confirm.btn-logo:focus {
    color: #fff;
    background-color: #02243e !important;
    /* border-color: #890103 !important; */
}

.active .icon-logo {
    background-image: linear-gradient(
        310deg, #4c5276, #4c5276) !important;
}

.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a {
    background-image: linear-gradient(310deg, #02243e, #02243e) !important;
}

.bg-gradient-logo {
    background-image: linear-gradient(
        310deg, #4c5276, #710707) !important;
}

.sidenav-header {
    height: auto !important;
}

.navbar-brand {
    display: flex !important;
    justify-content: center !important;
    height: auto !important;
    padding: 0 !important;
}

.navbar-brand img {
    max-height: 170px !important;
    padding: 10px 0 !important;
}

.btn-outline-primary {
    border-color: #4c5276 !important;
    color: #4c5276 !important;
}

.btn:focus, a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.nav-disabled {
    font-size: 0.8rem;
    background: #eeeeee;
    border-radius: 0.75rem;
    position: relative;
}

.nav-disabled .nav-link:hover {
    color: #4c5276;
}

.nav-disabled .nav-link.active {
    background: #37426D !important;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 1px 5px 1px #ddd;
    border-radius: 0.5rem;
}

/**datatable**/

.description.dropdown-item {
    color: #746f6f !important;
}

.description.dropdown-item:hover {
    background-color: unset;
    cursor: not-allowed;
}

.description.active.dropdown-item {
    color: #ea0606 !important;
}

.description.active.dropdown-item:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.dataTable-top .dataTable-dropdown {
    float: right !important;
}

.dataTable-top .dataTable-search {
    float: left !important;
}

.dataTable-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.dataTable-container tbody tr td {
    font-size: .75rem !important;
    line-height: 1rem !important;
}

.dataTable-container tbody tr td a.dataTable-selectionable {
    padding-left: 0;
    padding-right: 0;
}

.dataTable-wrapper .dataTable-top .dataTable-search input {
    width: 450px !important;
    border-color: #d2d6da !important;
}

/*card*/

.card .card-header {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 0.75rem !important;
}

.card .card-body {
    font-family: 'Acumin Pro', sans-serif !important;
}

/*btn*/
.btn {
    margin-bottom: 0rem !important;
}

.btn-details {
    background-color: #02243e !important;
    color: white !important;
    font-size: 0.65rem !important;
    margin-bottom: -3px !important;
}

/*text descriptions*/

.text-review {
    color: white;
    background-color: #f47321;
    font-size: .65rem !important;
}

.text-review-border {
    color: #f47321 !important;
    border: 1px solid #f47321;
    font-size: .65rem !important;
    width: 120px !important;
    background-color: transparent !important;
}

.badge-transparent:hover .text-review-border {
    color: white !important;
    background-color: #f47321 !important;
}

.text-override {
    background-color: #ea0606;
    color: white;
    font-size: .65rem !important;
}

.text-report-compliance {
    color: white;
    background-color: green;
    font-size: .65rem !important;
}

.text-report-non-compliant {
    background-color: #E61610 !important;
    color: white;
    font-size: .65rem !important;
}

.description.active.dropdown-item {
    color: #ea0606 !important;
}

.text-report-status {
    font-size: .75rem;
    margin-left: 10px;
    padding: 2px 10px 2px 10px;
    font-weight: 700;
    border-radius: 1rem;
}

.text-report-waived {
    background-color: #004C99;
    color: white;
    font-size: .65rem !important;
}

.div_hover {
    background-color: #FFFFFF;
    border-bottom-color: #ced4da;
}

.div_hover td a img {
    opacity: 0 !important; }

.div_hover:hover td a img {
    opacity: 1 !important; }

.text-report-manual {
    color: white;
    background-color: #F1A142;
    font-size: .65rem !important;
}

.full-height div {
    height: 90vh !important;
}

.text-danger.disabled {
    color: #746f6f !important;
    background-color: unset !important;
    cursor: not-allowed !important;
}

li.disabled {
    background-color: unset !important;
    cursor: not-allowed !important;
}

a.pdf-download {
    cursor: pointer !important;
    color: #8392ab !important;
    margin-left: 10px !important;
}

a.pdf-download:hover {
    color: #8392ab !important;
}

.dropdown .fa-file-alt {
    color: #8392ab !important;
    cursor: pointer !important;
}

.description.active.dropdown-item:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.title-compliance {
    color: #205986;
    font-weight: 900;
}

.text-compliance {
    color: white;
    background-color: green;
    font-size: .65rem !important;
}

.text-compliance-border {
    color: green !important;
    border: 1px solid green;
    font-size: .65rem !important;
    width: 120px !important;
    background-color: transparent !important;
}

.badge-transparent:hover .text-compliance-border {
    color: white !important;
    background-color: green !important;
}

.text-non-compliance {
    color: white;
    background-color: #ea0606;
    font-size: .65rem !important;
}

.text-non-compliance-border {
    color: #ea0606 !important;
    border: 1px solid #ea0606;
    font-size: .65rem !important;
    width:120px !important;
    background-color: transparent !important;
}

.badge-transparent:hover .text-non-compliance-border {
    color: white !important;
    background-color: #ea0606 !important;
}

.text-progress {
    color: white;
    background-color: #2152ff;
    font-size: .65rem !important;
}

.div_hover:hover {
    background-color: #f8f9fa;
    border-bottom-color: #6c757d;
}

.description.dropdown-item {
    color: #746f6f !important;
}

.description.dropdown-item:hover {
    background-color: unset;
    cursor: not-allowed;
}

.text-report-non-compliance {
    background-color: #E61610;
    color: white;
    font-size: .65rem !important;
}

.date-compliant {
    background-color: green !important;
    color: white;
}

.date-no-range {
    background-color: #746f6f !important;
    color: white;
}

.list-status td ul {
    list-style: none;
}

/*font style*/
.italic {
    font-style: italic !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

/*disabled country select*/

#select-work-phone, #select-work-mobile {
    pointer-events: none !important;
}

.dd-pointer-down {
    border: 0 !important;
}

select:disabled {
    background-color: #e9ecef !important;
}

/*tooltip*/

.tooltip .tooltip-inner {
    background-color: #dee2e6;
    color: #02243e;
    border-color: #eee;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltip.show {
    opacity: 1 !important; }

/*general*/
.text-right {
    text-align: right !important;
}

.text-color-sofia {
    color: #344767 !important;
}

.col-sm-custom {
    width: 13.5% !important;
    flex: 0 0 auto !important;
}

.summary-text-date {
    text-align: center;
    font-size: .75rem;
    font-weight: 500;
}

.rotate-icon {
  transform: rotate(90deg);
}

.title-company {
    font-size: 1.7em;
    color: #02243e;
  }

/*switch*/
.onoffswitch2 {
    margin-top: 10px;
    position: relative;
    width: 225px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 30px;
}

.onoffswitch2-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.onoffswitch2-inner:before {
    content: "Required";
    padding-right: 12px;
    font-size: 1em;
    background-color: #000057;
    color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch2-inner:after {
    content: "Not Required";
    padding-left: 25px;
    font-size: 1em;
    background-color: #EEEEEE;
    color: #999999;
    text-align: center;
    border-radius: 0 30px 30px 0;
}

.onoffswitch2-switch {
    display: block;
    width: 34px;
    height: 32px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px;
}

.onoffswitch2-checkbox:disabled + .onoffswitch2-label .onoffswitch2-inner:after {
    background-color: #959595;
    color: #dbdbdb;
}


/*buttons*/
.btn-back {
    border: 1px solid #02243e !important;
    color: #02243e !important;
    width: auto !important;
    border-radius: 1rem !important;
}

.btn-back:hover {
    background-color: #02243e !important;
    color: white !important;
}

.btn-primary-ark {
    border: 1px solid #02243e !important;
    background-color: #02243e !important;
    color: white !important;
    width: auto !important;
    font-style: normal !important;
    border-radius: 15px !important;
}


.btn-disabled {
    background-color: rgb(170, 169, 169) !important;
    color: white !important;
    width: auto !important;
    font-style: normal !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    margin-right : 12px !important;
    /*pointer-events: none;*/
    cursor: default;
}

.btn-enabled {
    background-color: green !important;
    color: white !important;
    width: auto !important;
    font-style: normal !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    margin-right : 12px !important;
}

.btn-reverse{
    background-color: red !important;
    color: white !important;
    width: auto !important;
    font-style: normal !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    margin-right : 12px !important;
}

.button-custom-scanned{
  height: 28px !important;
  font-size: 10px !important;
  padding-top: 0 !important;
  width: 100px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.button-custom-scanned input {
  margin-top: 6px !important;
}
.btn-secondary-adjustment{
  padding: 0.6rem 0px 0.6rem 0px !important;
}

.btn-w-100 {
    width: 100px !important;
}

.btn-w-160 {
    width: 160px !important;
}

.btn-w-150 {
    width: 150px !important;
}

.btn-w-200 {
    width: 200px !important;
}

.btn-w-220 {
    width: 220px !important;
}

.btn-w-250 {
    width: 250px !important;
}

.btn-w-300 {
    width: 300px !important;
}

.btn-tab {
    padding: 3px 40px !important;
    color: white;
    background-color: #02243e;
    border: 1px solid black !important;
    min-width: 200px !important;
}

.btn-tab:active {
    background-color: #506f6f !important;
    color: white !important;
}

.btn-tab-left {
    border-radius: 5px 0 0 5px !important;
}

.btn-tab-right {
    border-radius: 0 5px 5px 0 !important;
}

.btn-tab-center {
    border-radius: 0 !important;
}

.btn-tab-center.btn-table-secondary {
    height: 33px !important;
}

.btn-radius15 {
    border-radius: 15px !important;
}

.btn-tab-left-new {
    border-radius: 15px 0 0 15px !important;
}

.btn-tab-left-new.btn-table-secondary {
    height: 33px !important;
}

.btn-tab-right-new {
    border-radius: 0 15px 15px 0 !important;
}

.btn-tab-right-new.btn-table-secondary {
    height: 33px !important;
}

.btn-border-left {
    border-radius: 15px 0 0 15px !important;
}

.btn-border-right {
    border-radius: 0 15px 15px 0 !important;
}

.btn-border-all {
    border-radius: 5px 5px 5px 5px !important;
}

.btn-table-primary {
    background-color: #e9e9e9 !important;
    width: 120px;
    height: 32px;
    line-height: 1px;
    margin-top: 3px;
    color: #02243e !important;
}

.btn-table-secondary {
    background-color: #02243e !important;
    width: 120px;
    height: 32px;
    line-height: 1px;
    margin-top: 3px;
    color: #ffffff !important;
}

.btn-table-light-blue, .btn-secondary-ark {
    background-color: #6ba2df !important;
    line-height: 1px;
    margin-top: 3px;
    color: #ffffff !important;
    font-size: 10px !important;
    border-radius: 15px !important;
}

.btn-table-light-blue-outline{
  background-color: #fff !important;
  color: #6ba2df !important;
  border: 1px solid #6ba2df !important;
  line-height: 1px;
  margin-top: 3px;
  font-size: 10px !important;
}


.btn-table-primary:active {
    background-color: #506f6f !important;
    color: white !important;
}

/*navbar*/

#navbar {
    font-weight: bold;
    color: black;
}

#navbarBlur {
    background-color: #ffffff !important;
    border-radius: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    z-index: 1000 !important;
}

#navbarBlur.navbar-client {
    border-bottom: solid 14px #1F3D68;
}

#navbarBlur.navbar-vendor {
    border-bottom: solid 14px #E85628;
}

.active-setting {
    font-size: 14px;
    color: #8e8e8e;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
}

.active-setting:hover {
    background-color: #e9ecef !important;
    color: #344f64 !important;
}

.active-setting.active {
    color: #344f64;
    background-color: #e9ecef;
}

.active-setting.bg-secondary:hover {
    opacity: .8;
}

.alert-success.toast {
    background-color: #02243e !important;
    background-image: none !important;
}

.bg-ark {
    background-color: #02243e !important; }

.color-ark, .text-ark {
    color: #02243e !important; }

.h-max-content {
    height: max-content;
}

.return {
    color: #02243e !important;
    background-color: white !important;
}

.return:hover {
    color: white !important;
    background-color: #02243e !important;
}

.thead-light tr {
    background-color: #e9ecef !important;
}

.thead-light tr th {
    color: #02243e !important;
    opacity: 1 !important;
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 !important;
}

.btn-primary-ark.btn-sm {
    font-size: 10px !important;
}

.text-ark {
    color: #02243e !important;
}

.visibility-hidden {
    visibility: hidden;
}

.border-drop-up {
    border-radius: 15px 15px 0 0 !important;
}

.border-drop-down {
    border-radius: 0 0 15px 15px !important;
}

.return span div {
    padding-top: 2px !important;
}

.detail-rfr label {
    margin-bottom: 0!important;
}

.table.shadow-border{
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1);
}

.btn-xs {
    padding: 0.3rem 1.8rem !important;
    font-size: 9px !important; }

.btn-xs:hover {
    background-color: #6ba2df !important;
    color: #ffffff !important;
    padding: 0.5rem 1rem !important;
    font-size: 10px !important; }

.btn-xs.btn-table-light-blue-outline:hover {
    background-color: #6ba2df !important;
    color: #ffffff !important;
    padding: 0.4rem 1rem !important;
    padding-top: 10px !important;
    font-size: 10px !important; }

.visibility-hidden {
    visibility: hidden;
}
.btn-xs.btn-table-light-blue {
    background-color: #6ba2df !important;
    color: #ffffff !important;
    padding: 0.5rem 1rem !important;
    padding-top: 10px !important;
    font-size: 10px !important; }

.btn-xs.btn-table-light-blue-outline {
    padding: 2px !important;
    padding-top: 6px!important;
    box-shadow: none; }

.notification-menu {
    bottom: 10px;
    border-radius: 15px 15px 15px 0;
    margin-left: 2px;
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
    color: white;
    background-color: #ea0606;
    font-size: .65rem; }

.notification-timeline {
    bottom: 8px;
    border-radius: 15px 15px 15px 0;
    position: relative;
    padding: 0.25rem 0.5rem 2px;
    color: white;
    background-color: #ea0606;
    font-size: .65rem;
    font-weight: bolder; }

.textarea-adjustment {
    min-height: 95px !important; }

.text-gradient.text-success {
    background-image: linear-gradient(310deg,#02243e,#02243e) !important;}

.form-control:focus {
    box-shadow: 0 0 0 1px #4c5276; }
.dd-container {
    max-width: 180px !important;}

.form-switch .form-check-input:checked {
    border-color: #02243e !important;
    background-color: #02243e !important; }

.nav-icon .nav-link.active span {
    color: #344f64; }

.nav-icon .nav-link.active, .parent-link.active {
    border-radius: 0 !important;
}

.navbar-vertical .navbar-nav .nav-link {
    padding-left: 0.6rem !important;
    padding-right: 0.8rem; !important; }

.nav-link-text, .sidenav-normal {
    color: #8e8e8e; }

.border-drop-up {
    border-radius: 15px 15px 0 0 !important; }

.border-drop-down {
    border-radius: 0 0 15px 15px !important; }

.btn-effect:hover {
    transform: scale(1.1) !important; }

.btn-effect-md:hover {
    transform: scale(1.05) !important; }

.bg-vendor {
    background-color: #E85628 !important; }

/*.hover-background {*/
/*    background-color: #e9ecef !important;*/
/*    border-radius: 10px !important;*/
/*}*/

/*.nav-icon:hover {*/
/*    background-color: #344f64 !important; border-radius: 10px; }*/

.nav-icon:hover .nav-link:not(.restrict) span, .parent-link:hover .nav-link-text, .nav-link-text:hover {
    color: #344f64 !important; }

.nav-icon.active a {
    background-color: #e9ecef !important;
    border-left: 2px solid; }

.nav-icon.active a .sidenav-normal {
    font-weight: bolder; !important; }

.nav-icon a {
    border-left: 1px solid; }

.nav-icon:hover a {
    background-color: #e9ecef !important;
    border-left: 2px solid; }

.nav-icon:hover a .sidenav-normal {
    font-weight: bolder; }

.nav-link.active {
    background-color: transparent !important; }

.parent-link:hover {
    background-color: #e9ecef !important;
    color: white !important; }

.parent-link.active {
    background-color: #e9ecef !important; }

.parent-link.active .nav-link-text {
    color: #344f64 !important; }

#sidenav-main {
    background-color: #f8f9fa !important; }

/* #sidenav-main .nav-link {
    color: white; }

#sidenav-main .nav-link-text {
    color: white; } */

#sidenav-main.navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    color: #8e8e8e; }

/*.text-header:hover {*/
/*    background-color: #e9ecef; }*/

.text-header {
    border-right: solid !important;
    white-space: nowrap !important;
    width: max-content !important; }

.welcome-buttons {
    background-color: #8392AB !important;
    color: white !important; }

.tooltip-container2 {
    position: relative;
}

.tooltip2 {
    display: none;
    position: absolute;
    background-color: #dee2e6;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: 0 2px 5px #6c757d !important;
}

.tooltip-inner {
    box-shadow: 0 2px 5px #6c757d !important;
}

.tooltip-arrow2 {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-trigger2:hover + .tooltip2 {
    display: block;
}

.navbar-nav::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

.navbar-nav::-webkit-scrollbar-track {
    background: #344f64;        /* color of the tracking area */
}

.navbar-nav::-webkit-scrollbar-thumb {
    background-color: #f8f9fa;    /* color of the scroll thumb */
    border-radius: 1rem;       /* roundness of the scroll thumb */
    border: 3px solid #344f64;  /* creates padding around scroll thumb */
}

.badge.badge-sm {
    padding-top: 7px !important;
}

.div-close-button {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 20px;
}

.div-close-button .btn-close {
    color: #02243e;
    font-size: 20px;
    opacity: .7 !important;
    background-color: #dee2e6;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 4px 6px;
}

.div-close-button .btn-close:hover {
    color: #02243e;
}

.border-radius-modal {
    border-radius: 3.5rem !important;
}

.modal-content {
    box-shadow: 0 4px 6px #495057;
}

.collapse-menu:hover {
    background-color: #e9ecef !important;
    border-radius: 5px;
}

.loader-red {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 32px 0 #fff, 16px 0 #fff, -16px 0 #fff, -32px 0 #fff;
    position: relative;
    animation: flash 1s ease-out infinite alternate;
}

@keyframes flash {
    0% {
        background-color: #b3bdc5;
        box-shadow: 32px 0 #b3bdc5, 16px 0 #b3bdc5, -16px 0 #b3bdc5, -32px 0 #02243e;
    }
    25% {
        background-color: #b3bdc5;
        box-shadow: 32px 0 #b3bdc5, 16px 0 #b3bdc5, -16px 0 #02243e, -32px 0 #b3bdc5;
    }
    50% {
        background-color: #02243e;
        box-shadow: 32px 0 #b3bdc5, 16px 0 #b3bdc5, -16px 0 #b3bdc5, -32px 0 #b3bdc5;
    }
    75% {
        background-color: #b3bdc5;
        box-shadow: 32px 0 #b3bdc5, 16px 0 #02243e, -16px 0 #b3bdc5, -32px 0 #b3bdc5;
    }
    100% {
        background-color: #b3bdc5;
        box-shadow: 32px 0 #02243e, 16px 0 #b3bdc5, -16px 0 #b3bdc5, -32px 0 #b3bdc5;
    }
}

.cursor-default {
    cursor: default !important;
}

.legend-icons.dropup .dropdown-menu {
    margin-left: 5px;
    background-color: #ced4da;
    cursor: default !important;
    width: 176px !important;
    font-size: 12px;
}

.legend-icons.dropup .dropdown-menu:after {
    /*left: 81px !important;*/
    color: #adb5bd;
    width: 120px;
    text-align: center;
}

.item-legend-icon{
    display: flex;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.item-legend-icon div {
    color: #02243e;
    margin-left: 0.25rem!important;
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.2;
}

.item-legend-icon span {
    font-weight: bolder;
    margin-left: 0.25rem!important;
    color: #02243e;
}

.body-legend-icons {
    max-height: 205px;
    overflow: hidden auto;
}

.body-legend-icons::-webkit-scrollbar {
    width: 12px;
}

.body-legend-icons::-webkit-scrollbar-track {
    background: #ced4da;
    border-radius: 1rem;
}

.body-legend-icons::-webkit-scrollbar-thumb {
    background-color: #02243e;
    border-radius: 1rem;
    border: 3px solid #ced4da;
}

#sidenav-main {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .5s ease, transform .5s ease;
}

.hidden-menu {
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    pointer-events: none;
}

.border-found-page{
    border-bottom: 2px solid !important;
    border-top: 2px solid !important;
}

.swal2-styled.swal2-confirm.btn-logo.btn-confirm-swal {
    background-color: #E61610 !important;
    border-radius: 2rem !important;
    border: none !important; }

.swal2-styled.swal2-confirm.btn-logo.btn-confirm-swal:hover {
    background-color: #E61610 !important;
    border: none !important; }

.swal2-styled.swal2-cancel.btn-logo.btn-cancel-swal {
    background-color: #02243e !important;
    border-radius: 2rem !important; }

.swal2-styled.swal2-cancel.btn-logo.btn-cancel-swal:hover {
    background-color: #02243e !important; }

.swal2-close {
    position: absolute !important;
    left: 15px !important;
    top: 12px !important;
    background-color: #dee2e6 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 6px !important;
    font-size: 20px !important;
    color: #02243e !important;
    opacity: .7 !important;
}

.swal2-close:hover {
    background: #dee2e6 !important;
    color: #02243e !important;
    transform: scale(1.1) !important;
}

.swal2-html-container {
    font-size: 16px !important;
}

.btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.font-size-14 {
    font-size: 14px;
}

.additional-text {
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    white-space: normal;
}

.input-container {
    position: relative; }

.input-container input {
    padding-right: 38px; }

.input-icon-new {
    position: absolute;
    top: 55%;
    right: 25px;
    transform: translateY(-50%); }

.awaiting-row {
    background-color: #f1f3f5; }

.awaiting-row td {
    font-weight: bolder !important; }

@keyframes shadowAnimationDiv{
    0% {
        box-shadow: 0 0 10px 2px rgba(107, 162, 223, 0.2); /* Sombras menos amplias */
    }
    50% {
        box-shadow: 0 0 15px 4px rgba(107, 162, 223, 0.4); /* Sombras menos amplias */
    }
    100% {
        box-shadow: 0 0 10px 2px rgba(107, 162, 223, 0.2); /* Sombras menos amplias */
    }
}

#floating-div {
    z-index: 3;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #02243e;
    padding: 10px;
    bottom: 35px;
    box-shadow: 0 0 20px 5px rgba(107, 162, 223, 0.2);
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    animation: shadowAnimationDiv 2s infinite; }

#floating-div-menu {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #02243e;
    box-shadow: 0 0 20px 5px rgba(107, 162, 223, 0.2);
    font-size: 14px;
    animation: shadowAnimationDiv 2s infinite; }

#close-floating {
    color: #02243e;
    position: absolute;
    top: 3px;
    left: 6px;
    cursor: pointer; }

#close-floating-menu {
    color: #02243e;
    position: relative;
    top: 5px;
    left: -12px;
    cursor: pointer; }

@keyframes shadowAnimation {
    0% {
        box-shadow: 0 0 20px 5px rgba(107, 162, 223, 0.3);
    }
    50% {
        box-shadow: 0 0 30px 10px rgba(107, 162, 223, 0.6);
    }
    100% {
        box-shadow: 0 0 20px 5px rgba(107, 162, 223, 0.3);
    }
}

.timer {
    padding-bottom: .25rem;
    font-weight: bolder;
    font-size: 20px;
    font-family: monospace;
}

.timer-progress {
    font-weight: bolder;
    font-size: 20px;
    position: absolute;
    margin-top: -4px;
    font-family: monospace;
}

.w-max-content {
    width: max-content !important;
}

/*Add files*/
.file-input-container {
    display: inline-block;
}

.file-input {
    display: none;
}

.file-input-label {
    cursor: pointer;
    font-size: 16px;
}

/*.file-input-label::before {
    content: "📎";
    margin-right: 8px;
}*/

.file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.file-item {
    display: flex;
    align-items: center;
    background-color: #e0f0ff;
    padding: 5px 10px;
    border-radius: 20px;
}

.file-item span {
    margin-right: 10px;
}

.file-item a {
    color: #67748e;
}

.file-item button, .delete-file, .delete-file-rd, .delete-file-index-db, .delete-file-index-db-rd {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    font-size: 16px;
}
/*END Add files*/

.nav-link.restrict {
    pointer-events: none;
    opacity: 0.5;
    cursor: auto;
}

.collapsed-menu {
    margin-top: 5px;
    cursor: pointer;
    background-color: #dee2e6;
    width: 50px;
    left: 2px;
    max-height: calc(-145px + 100vh);
    height: 100%; }

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    margin: 0 !important; }

.main-content.d-block aside {
    margin-left: 0 !important;
    border-radius: 0 1rem 1rem 0 !important; }

.word-wrap-break {
    word-wrap: break-word; }

.btn-circular {
    background-color: #dee2e6 !important;
    border-radius: 50% !important;
    position: relative !important;
    box-shadow: 0 4px 6px !important; }

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: grey;
}