body {
    background-color: #fff !important;
}

body.dark-only .btn {
    color: black;
}

body.dark-only .modal-content .modal-header .close {
    color: black;
}

span {
    font-size: 0.8rem;
    color: #607d8b;
    font-weight: 500;
}

.nav {
    flex-wrap: nowrap !important;
}

#myModal {
    animation: fadeIn 0.3s ease-in-out;
}

.dropdown-basic {
    margin-bottom: 0;
}

.footer {
    /* position: absolute; */
    /* width: 100%; */

    margin-left: 100px;
}

.footer-copyright {
    text-align: left !important;
    flex: 1 !important;
}

.titles_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #5b7a89;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1rem;
    width: 99%;
}

.rowHeaders {
    padding: 3px 2px;
    border-bottom: 1px solid #ff6600;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.sombra {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal-header {
    background-color: #fdbe80;
    color: black;
    padding: 12px;
}

.modal-footer {
    background-color: white;
    color: black;
    padding: 5px;
}

.modal-body {
    background-color: #e1ecfb;
    color: black;
    padding: 0.3rem;
}

.btn-primary {
    background-color: white;
    border-color: #e1ecfb;
}

.close {
    color: black !important;
    padding: 4px !important;
    margin: 0px !important;
    animation: fadeOut 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #e1ecfb;
    border-color: #e1ecfb;
}

.swal2-success-line-tip,
.swal2-success-line-long,
.swal2-x-mark-line-left,
.swal2-x-mark-line-right {
    font-size: 16px !important;
}

.modal-content {
    border: none;
}

.modal-dialog {
    margin: 5% auto 20% auto !important;
}

.div-switch {
    width: 100px !important;
}

.item-1 {
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    padding: 10px;
    padding-right: 0;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
}

.modal-body {
    padding: 15px;
}

.fileUpload {
    background-color: #e4f2f5;
    border: 1px solid #ccc;
    border-left: 4px solid #2492a5;
    border-radius: 5px;
    padding: 7px;
    margin: 10px 0;
    color: #555;
    font-size: 0.8rem;
}

.dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0px;
    transition: opacity 0.3s ease-in-out;
}

.dot {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #b3d4fc;
    animation: pulse 2s infinite ease-in-out;
}

.dot:last-child {
    margin-right: 0;
}

.dot:nth-child(1) {
    animation-delay: -0.3s;
}

.dot:nth-child(2) {
    animation-delay: -0.1s;
}

.dot:nth-child(3) {
    animation-delay: 0.1s;
}

.w-115 {
    width: 115px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 20px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 600px) {
    .form-control {
        /* background-color: #333; */
        font-size: 16px !important;
        min-width: 170px !important;
    }

    .divResponsive {
        min-width: 180px;
    }

    .divResponsiveSpace {
        display: none;
    }

    span {
        font-size: 14px !important;
    }

    .nav-tabs {
        font-size: 14px !important;
    }

    .labelButtons {
        display: none;
    }

    .btnPopup {
        display: initial !important;
    }

    .btnPlanoAddOco {
        margin-left: 12px !important;
    }

    .input-alert {
        height: 38px !important;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }

    50% {
        transform: scale(1.2);
        background-color: #6793fb;
        box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
    }

    100% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
}
