html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    background-color: var(--bs-light);
}

:root {
    --bs-primary: #21affa;
}

.animated {
    animation-duration: 1s !important;
}

.navbar-custom {
    background-color: var(--bs-light);
    border: none;
}

.nav.nav-tabs .nav-item.show:focus, .nav.nav-tabs .nav-item.show.active, .nav.nav-tabs .nav-link:focus, .nav.nav-tabs .nav-link.active {
    color: #0b79c4;
    background-color: #fff;
    border-color: transparent transparent #0b79c4;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0b79c4;
    text-decoration: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5rem 2rem;
    color: #0052cc;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}


.left-sidenav {
    background-color: var(--bs-light);
    border: none;
}

.left-sidenav-menu {
    font-size: 1.3em;
    padding: 10px;
}

    .left-sidenav-menu li a {
        padding: 5px 10px;
    }

    .left-sidenav-menu li ul li a {
        padding: 5px 10px;
    }

    .left-sidenav-menu li a:hover, .left-sidenav-menu li.active {
        background-color: #0052cc;
        border-radius: .5rem;
        color: #fff;
        box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
    }

    .left-sidenav-menu li > a {
        transition: none;
    }

    .left-sidenav-menu li:hover > a,
    .left-sidenav-menu li:hover > a > i,
    .left-sidenav-menu li.active > a,
    .left-sidenav-menu li.active > a > i,
    .left-sidenav-menu li.active ul li > a {
        color: #fff;
    }

    .left-sidenav-menu li ul li:hover > a {
        color: #fff;
    }

    .left-sidenav-menu li a[aria-expanded="true"], .left-sidenav-menu li a[aria-expanded="true"] i {
        background-color: #0052cc;
        color: #fff;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
    }

    .left-sidenav-menu li.mm-active .mm-active .mm-show li a.active {
        color: #fff;
        font-weight: normal;
    }

    .left-sidenav-menu li.mm-active .mm-active > a {
        background-color: #0052cc !important;
        color: #fff !important;
    }

.menu-label {
    font-weight: bold !important;
    font-size: 10px !important;
}




.card {
    /*    animation-name: zoomIn;
    animation-duration: .7s;*/
    border: none;
    border-radius: .5rem;
}

.text-subtitle {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.2;
    color: #4d597c;
}

.text-primary-color {
    color: #0052cc;
}

.icon-sm {
    width: 18px !important;
    height: 18px !important;
}

.btn-link {
    /*padding: 0px 10px;*/
}

.btn-info {
    color: #fff;
    background-color: #0F8BC9;
    border-color: #0F8BC9;
    box-shadow: 0 .5rem 1rem rgba(15,139,201,.4);
}

.btn-primary {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
    box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
}

.btn-success {
    color: #fff;
    background-color: #03b86c;
    border-color: #03b86c;
    box-shadow: 0 .5rem 1rem rgba(3,184,108,.4);
}

.btn-danger {
    color: #fff;
    background-color: #f5325c;
    border-color: #f5325c;
    box-shadow: 0 .5rem 1rem rgba(245,50,92,.4);
}

.btn-soft-secondary {
    background-color: #f0f2f7;
    border-color: #f0f2f7;
    box-shadow: 0 .5rem 1rem rgba(163,174,206,.4);
}

.btn-outline-primary {
    color: #0052cc;
    border-color: #0052cc;
}

.btn-custome-dt {
    color: #fff;
    background-color: #CC8800;
    border-color: #CC8800;
}

.btn-edit-table {
    color: #ffb822 !important;
    font-size: 1.7em;
}

.btn-delete-table {
    color: #f5325c !important;
    font-size: 1.7em;
}

.btn-see-table {
    color: #0052cc !important;
    font-size: 1.7em;
}

.btn-download-table {
    color: #12a4ed !important;
    font-size: 1.7em;
}

.btn-copy-table {
    color: #12a4ed !important;
    font-size: 1.7em;
}

.rounded-5 {
    border-radius: .5rem;
}

.divider-line-card {
    border: solid 1px rgba(60,130,214,.1);
    /*box-shadow: 0 .5rem 1rem rgba(60,130,214,.15);*/
}

.alert.alert-outline-warning {
    color: #CC8800;
    border-color: #CC8800;
}

label.required::after {
    content: " *" !important;
    color: #f5325c;
}

.input-group-text {
    color: #fff;
    background-color: #0052cc;
    border-radius: .5rem;
}

.form-control, .form-select {
    height: 30px;
    background-color: var( --bs-light) !important;
    border: none;
    border-radius: 0.5rem;
}

    .form-control:read-only, .form-select:read-only {
        background-color: #e9e9ed !important;
    }

    .form-control:focus,
    .form-select:focus,
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--multiple:focus {
        background-color: #f7f7f7;
        border: solid 1px rgba(60,130,214,.7) !important;
        box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
    }

.select2-container--default .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border: none;
    background-color: var( --bs-light);
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single{
    height: 30px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #303e67;
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        right: 8px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #dce7ff !important;
        border: none;
        color: #0052cc;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: 24px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #f5325c;
    }



.page-content {
    background-color: var( --bs-light);
}

.card .card-header-dark {
    background-color: #f4f5f7;
    border-bottom: none;
    border-radius: 15px;
}

.card .card-header:first-child {
    border-radius: 7px 7px 0 0;
}

.card-title-header-dark {
    color: #2c3652;
    padding: 6px 5px;
    font-size: 1.3em;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    align-items: center;
    align-content: center
}

.card .card-title-header-dark:first-child {
    border-radius: calc(0.5rem - 5px) calc(0.5rem - 5px) 0 0;
}

.avatar-card {
    background-color: #f1f5fa;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
}

    .avatar-card > i {
        margin: auto;
        font-size: 5rem;
        color: #0052cc;
    }


.avatar-card-sm {
    background-color: #f1f5fa;
    width: 100px;
    height: 100px;
    border-radius: .5rem;
}

    .avatar-card-sm i {
        margin: auto;
        font-size: 3rem;
        color: #0052cc;
    }

.license-card {
    background-color: #f1f5fa;
    background-position: center;
    background-size: cover;
    min-width: 225px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

    .license-card > i {
        margin: auto;
        font-size: 5rem;
        color: #0052cc;
    }

.page-title {
    font-size: 1.5rem !important;
}

.card-header {
    min-height: 55px;
    padding: 10px 15px;
}

thead tr th {
    background-color: rgb(60,130,214) !important;
    color: #fff !important;
    padding: 10px !important;
    font-weight: 900;

}

tbody tr td {
    /*max-width: 200px !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    line-height: 1em !important;
    height: 2em !important;
}


.mini-calendar-div {
    border-radius: 15px;
    margin: 0 auto;
    padding: 15px;
}

#datatable-buttons_wrapper .row .col-md-6 #datatable-buttons_filter label {
    float: right;
    display: flex;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

    #datatable-buttons_wrapper .row .col-md-6 #datatable-buttons_filter label input,
    #datatable-buttons-second_wrapper .row .col-md-6 #datatable-buttons-second_filter label input {
        margin-left: 10px;
        height: 30px;
        background-color: var( --bs-light);
        border: none;
        border-radius: 0.5rem;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none;
    background-color: #3c82d6;
    background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.statics-table {
    background-color: #f4f5f7 !important;
}

.form-switch .form-check-input {
    height: 20px;
    width: 3em !important;
    margin-right: 10px;
}

.form-check .form-check-input {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.credit-card {
    background: rgb(0,82,204);
    background: linear-gradient(90deg, rgba(0,82,204,1) 0%, rgba(11,121,196,1) 100%);
}

.voucher-card {
    background-color: #ffffff;
    border-radius: .5rem;
}

.voucher-card .card-body{
    
    /*opacity: .4;*/
    background-color: transparent;
    border-radius: .5rem;
}

    .voucher-card .card-body .container-card-image {
        background-image: url(/images/logoTinisa.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35%;
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        position: absolute;
        opacity: .25;
    }

    .voucher-card .card-body .container-card {
        border: solid 3px #5d6246;
        padding: 10px;
        border-radius: .5rem;
        /*font-size: .5em !important;*/
    }
    .voucher-card .card-body .container-card p {
        color: #303e67;
        font-size: 11px !important;
    }
        .voucher-card .card-body .container-card .operatorProfile {
            height: 115px !important;
            width: 115px !important;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            background-image: url('/images/users/user.png');
            border-radius: 10px;
            margin: 0;
            position: relative;
        }

#code {
    width: 150px;
    text-align: center;
}

.asign-vehicle-card {
    background-color: #fefeb6;
    border-radius: .5rem;
}

    .asign-vehicle-card .card-body {
        /*opacity: .4;*/
        background-color: #bfd4f2;
        border-radius: .5rem;
    }

        .asign-vehicle-card .card-body .container-card-image {
            background-image: url(/images/logoTinisa.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 50%;
            width: calc(100% - 28px);
            height: calc(100% - 28px);
            position: absolute;
            opacity: .25;
        }

.modal-md {
    max-width: 650px;
}

.sello {
    margin-top: -25px;
    margin-left: 15px;
    border: double 5px #f54162;
    padding: 5px 10px;
    border-radius: 10px;
    transform: rotate(-14deg);
}

    .sello p {
        color: #f54162 !important;
        font-weight: 900;
    }

.offcanvas-lg {
    max-width: 400px;
    width: 100%;
    border: none;
}

.list-group-item {
    border: none;
    /*padding: 10px 0px;*/
}

.list-group > .list-group-item > div > i {
    background-color: #ecf2ff;
    padding: 10px;
    border-radius: 50%;
    color: #0052cc;
    min-width: 37px;
    text-align: center !important;
}

.align-vertical-center {
    height: 100%;
    display: flex;
    align-items: center;
}

.cover-profile {
    clip-path: ellipse(100% 77% at 50% 23%);
    background: linear-gradient(90deg, rgba(0,82,204,1) 0%, rgba(11,121,196,1) 100%);
    background-image: url(/images/bg-cover-tinisa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-profile-logo {
    max-width: 300px;
    width: 100%;
}

input[type=radio]:checked + .btn-outline-primary {
    color: #fff !important;
    background-color: #0052cc !important;
    border-color: #0052cc !important;
    box-shadow: 0 .5rem 1rem rgba(60,130,214,.4) !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
    box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
}


.readonly-select .selection .select2-selection {
    pointer-events: none !important;
    background-color: #e9e9ed !important;
}

#modal-loading .modal-content {
    background-color: transparent;
}

.loading-container {
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(60,130,214,.4);

}

.image-loading {
    max-width: 450px;
    width: 100%;
}

.loading {
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.loadWords {
    font-weight: bold;
    font-size: 3rem;
    color: #0052cc;
    margin-top: -75px;
    display: block;
}

.loading__anim {
    width: 50px;
    height: 50px;
    border: 10px solid transparent;
    border-left-color: #0052cc;
    border-top-color: #0052cc;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
    }
}

#FilesDetail {
    max-width: 1000px;
    width: 100%;
}

#previewDocument {
    margin: auto;
}

.shrinkToFit {
    margin: auto !important;
}

#InvoiceDetail {
    max-width: 1000px;
    width: 100%;
}

#InvoiceDetail {
    color: #555555 !important;
}

.logo-invoice {
    max-width: 175px;
    width: 100%;
}

.project-invoice table thead tr th {
    padding: 4px !important;
    color: #555555 !important;
}

.project-invoice table tbody tr th {
    font-weight: 700;
    color: #555555 !important;
}

.bg-th-invoice {
    background-color: #dcdde2 !important;
    
}

.btn-img {
    font-size: 15px;
    border-radius: 50%;
    padding: 5px 7px;
}

.imagePreview {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}


.floating-button {
    width: 50px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    text-decoration: none;
    padding: auto;
    z-index: 1000;
    border-radius: 50%;
    background-color: #0052cc;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0 .5rem 1rem rgba(60,130,214,.4);
}

    .floating-button:hover {
        color: #fff;
        transition: all 0.5s;
    }

    .floating-button[aria-expanded="true"] span {
        transition: all 0.5s;
        transform: rotate(135deg);
    }

    .floating-button[aria-expanded="false"] span {
        transition: all 0.5s;
    }


.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(60,130,214,.6);
}

.dropdown-menu-lg {
    width: 20rem;
}


.file-box {
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    /*min-height: 200px;*/
    /*height: 100%;*/
}

#card-categories {
    /*height: calc(100vh - 500px) !important;*/
    height: 415px;
    overflow-y:scroll;
}

.list-group-item .media i {
    color: #0052cc;
}

input[type=search][aria-controls="table-log-operator"] {
    width: 160%;
}

.badge-pill-invoice {
    font-size: 1.5em !important;
}

@media (min-width: 940px) {
    input [type=search][aria-controls="table-log-operator"] {
        width: 420%;
    }
}

/*
// Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) {
    .card-datatable {
        max-width: 576px;
        width: 100%
    }
}*/

/*Medium devices (tablets, 768px and up)*/
/*@media (min-width: 768px) {
    .card-datatable {
        max-width: 576px;
        width: 100%
    }*/
/*}@media (max-width: 768px) {
    .card-datatable {
        max-width: 576px;
        width: 100%
    }
}*/
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .card-datatable{
        max-width: 992px;
        width: 100%
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .card-datatable {
        max-width: 1200px;
        width: 100%
    }
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .card-datatable {
        max-width: 1400px;
        width: 100%
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1600px) {
    .card-datatable {
        max-width: 1600px;
        width: 100%
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1920px) {
    .card-datatable {
        max-width: 1920px;
        width: 100%
    }
}

input[type=search] {
    width: 420%;
}

@media (max-width: 640px) {
    input[type=search] {
        width: 220%;
    }
}


#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}