.background-light {
    background: #f3f8fb;
}
.btn-find,
.btn-clear,
.btn-add {
    margin-top: 23px;
}
.btn-two-rows {
    margin-top: 0;
    margin-bottom: 10px;
}
.invalid-feedback {
    color: #ea5455 !important;
    margin-top: 3px;
    min-height: 20px;
}
.pointer {
    cursor: pointer;
}
/* hide the search input at datatable  */
.dataTables_filter,
.dataTables_info {
    display: none;
}
.car-images {
    margin-top: 25px;
}
.car-images img {
    border: 1px solid #efefef;
    border-radius: 3px;
    width: 100%;
}
.extra-info-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.row-danger {
    color: #a94442;
}
.row-danger td {
    background-color: #faf0f0;
    border-color: #faf0f0;
}
.row-warning {
    color: #ea7909;
}
.row-warning td {
    background-color: #faf5f0;
    border-color: #faf5f0;
}
.row-grey {
    color: #999;
}
.bg-grey-light {
    background-color: #ddd !important;
    color: #999;
}
.bg-ok {
    background-color: #96e1a8 !important;
    color: #ffffff;
}
.bg-error {
    background-color: #e19696 !important;
    color: #ffffff;
}
.row-ok {
    color: #1c7430;
}
.row-ok td {
    background-color: #fafffa;
    border-color: #fafffa;
}
.text-ok {
    color: #1c7430;
}
.btn-black {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}
.page-heading {
    padding: 0 10px 10px 10px;
}
.document-list {
    display: flex;
    flex-direction: row;
}
.document-list .document {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px;
    width: 100px;
}
.document-list .title {
    font-size: 12px;
}
.document-list .operations {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar
    .nav
    li:hover
    > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
    min-width: 155px;
}
.upload-document {
    min-height: 150px !important;
    background: #efefef;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
}
.dropzone-simple {
    min-height: 45px !important;
    border: 1px dashed #1ab394;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}
.dropzone-simple .dz-preview {
    min-height: 35px !important;
    margin: -2px;
}
.dropzone-simple .dz-message {
    margin: 0.5em 0;
    font-size: 13px;
}
.dropzone-simple .dz-image {
    width: 100% !important;
    height: 30px !important;
}
.dropzone-simple .dz-details {
    padding: 5px !important;
    background: none !important;
}
.dropzone-simple .dz-details .dz-size {
    display: none;
}
.dropzone-simple .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background: none !important;
}
.dropzone-elements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dropzone-element-download {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.validation-document {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 85px;
    font-size: 16px;
}
.validation-optional-document {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    font-size: 16px;
}
.validation-document span,
.validate-bonifico {
    cursor: pointer;
}
.validation-optional-document span {
    cursor: pointer;
}
.dropzone-element-download .delete-document {
    font-size: 11px;
    color: #cc0000;
    cursor: pointer;
}
.dropzone-element-download .delete-optional-document {
    font-size: 11px;
    color: #cc0000;
    cursor: pointer;
}
.document-pending {
    color: #ccc;
}
.document-is-ok {
    color: #1ab394;
}
.document-is-not-ok {
    color: #cc0000;
}
.select2-container {
    z-index: 9999;
}
.row-detail {
    margin: 5px 0;
}
.row-detail label {
    display: block;
    font-size: 11px;
    margin: 6px 0 0 0;
}
.document_lists ul,
.document_lists ul li {
    margin: 0;
    padding: 0;
}
.document_lists ul li {
    padding: 5px 5px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 36px;
    margin: 2px 0;
}
input.pw {
    -webkit-text-security: disc;
    text-security: disc;
}
.panel-heading-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.list-activities-scroll {
    max-height: 250px;
    overflow-y: auto;
}
.list-quotations-scroll {
    max-height: 250px;
    overflow-y: auto;
}
.input-xs {
    font-size: 12px;
    padding: 3px;
    line-height: 10px;
    height: 25px;
}
.margin-top-32 {
    margin-top: 32px;
}
.margin-top-24 {
    margin-top: 24px;
}
.margin-top-8 {
    margin-top: 8px;
}
.margin-left-18 {
    margin-left: 18px;
}
.margin-right-10 {
    margin-left: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.thread_list .chat-message {
    padding: 7px;
}
.thread_list .message {
    padding: 3px 9px;
}
.row-detail .text {
    min-height: 25px;
    display: block;
}
.payment-item {
    border: 1px solid lightgreen;
    padding: 10px;
    margin-top: 8px;
    border-radius: 0.313rem;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}
.box-payment {
    padding: 5px;
    background: #efefef;
    margin-bottom: 5px;
}
.bg-danger-light {
    background: rgba(255, 174, 191, 0.92);
}
.checkbox-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.margin-left-24 {
    margin-left: 24px ;
}
.margin-top-10 {
    margin-top: 10px ;
}
.text-link-color {
    color: #1c84c6;
    text-decoration: underline;
    cursor: pointer;
}
#loadingModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(
        255,
        255,
        255,
        0.7
    ); /* Light gray with transparency for the mirror effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000 !important; /* Ensure it's on top of other elements */
    display: none;
}
.select2-container-for-regions-preventivas-company .select2 {
    width: 100% !important;
}
.cursor-pointer {
    cursor: pointer;
}
#loadingModal p {
    animation: revealText 4s steps(20) infinite;
}
/* Keyframes for the text reveal animation */
@keyframes revealText {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.btn-dark-info {
    background-color: #337ab7; /* Darker background color */
    color: #fff; /* Lighter text color */
}
#messageAlert {
    margin-top: 25px;
    
}
.padding-4 {
    padding: 4px;
}
.bg-warning-light {
    background: rgba(255, 255, 191, 0.92);
}

/* Define animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Apply animation to the SVG */
.spinning-svg {
    animation: spin 2s linear infinite;
}

.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}