.u-header-logo-toggler {
    height: 85px;
}

.btn-printrel {
    background-color: #428bca;
}

.custom-card {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 16px;
}

.no-data-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    width: 80% !important;
}

.no-data-message-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7) !important;
    max-width: 80% !important;
}

.no-data-title {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: black;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);
}

.custom-card.border {
    border: 1px solid #ddd;
}

.custom-card.rounded {
    border-radius: 8px;
}

.custom-card.g-brd-gray-light-v7 {
    border-color: #e0e0e0;
}

@media (max-width: 768px) {
    .no-data-title {
        font-size: 12px;
        top: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .no-data-message {
        font-size: 16px !important;
        max-width: 80% !important;
        word-wrap: break-word;
        white-space: normal;
    }

    .no-data-message-small {
        font-size: 14px;
    }

    @media (max-width: 414px) {
        .no-data-title {
            font-size: 12px;
            top: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .no-data-message {
            font-size: 16px !important;
            max-width: 80% !important;
            word-wrap: break-word;
            white-space: normal;
        }

        .no-data-message-small {
            font-size: 14px;
        }
    }
}

.mobile-center {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .mobile-center {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
    }

        .mobile-center .col-md-2 {
            width: 50%;
        }
}

.button-mobile-large-custom {
    display: block;
    width: 110%;
}

@media only screen and (max-width: 768px) {
    .button-mobile-large-custom {
        width: 70%;
        margin-left: 15%;
    }
}

.button-mobile-large {
    display: block;
}

@media only screen and (max-width: 768px) {
    .button-mobile-large {
        width: 70%;
        margin-left: 15%;
    }
}

.button-mobile-pages {
    display: block;
}

@media only screen and (max-width: 768px) {
    .button-mobile-pages {
        width: 50%;
        margin-left: 25%;
    }
}

.button-mobile {
    display: block;
}

@media only screen and (max-width: 768px) {
    .button-mobile {
        width: 50%;
        margin-left: 20%;
    }
}

.button-mobileModal {
    display: block;
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .button-mobileModal {
        width: 50%;
        margin-bottom: 25px;
        margin: 0 auto;
    }
}

.modal-footer {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .modal-footer {
        display: flex;
        justify-content: center;
        margin-left: 0%;
    }
}

.modal-title {
    display: flex;
    align-items: center;
    color: black;
}

    .modal-title i {
        font-size: 24px;
        margin-right: 5px;
    }

.modal-body {
    font-size: 16px;
}

.circle-list-modal {
    display: inline-block;
    color: #000;
    margin-right: 5px;
}

.modal-content {
    border-radius: 16px !important;
}

.horizontal-center-text-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 24px;
    height: 100%;
}

    .horizontal-center-text-modal i {
        font-size: 56px;
        margin-right: 15px;
    }

    .horizontal-center-text-modal span {
        font-size: 24px;
        color: black;
    }

.button-centered-modal {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .button-centered-modal {
        display: flex;
        justify-content: center;
        margin-left: 0%;
    }
}

.custom-modal-width {
    max-width: 75%;
}

@media (max-width: 768px) {
    .custom-modal-width {
        max-width: 100%;
    }
}

.outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saved-accounts-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    max-height: 350px;
    min-height: 190px;
    overflow-y: auto;
    height: auto;
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 white;
}

@media (max-width: 768px) {
    .saved-accounts-list {
        min-height: 160px;
    }
}

.saved-account-container {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-color: dimgray;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    background-color: white;
    margin-top: 10px;
    margin-bottom:10px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
}

.saved-account-item {
    border: none;
    display: flex;
    align-items: center;    
    background-color: white;      
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    color:black;
}

    .saved-account-item i.hs-admin-user {
        font-size: 34px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 15px;
    }

    .saved-account-item:hover {
        background-color: #f0f0f0;
    }

    .saved-account-item:focus {
        outline: none;
        background-color: #d0d0d0;
    }

    .saved-account-item .account-name {
        font-size: 18px;
    }

@media (max-width: 768px) {
    .saved-account-item .account-name {
        font-size: 16px;
    }

    .saved-account-item {
        height: 50px;
    }
}

.btn-outra-conta {
    margin-top: 0px;
    border: none;
    display: flex;
    align-items: center;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    padding: 15px 20px;
    color: black;
    border-color: dimgray;
    border-top: solid 1px;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

    .btn-outra-conta i {
        font-size: 20px;
        margin-right: 15px;
    }

    .btn-outra-conta:hover {
        background-color: #f0f0f0;
    }

    @media (max-width: 768px) {
        .btn-outra-conta {
            margin-top: 0px;
            padding: 15px 20px;
        }
    }

    .btn-return {
        background-color: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease;
    }

    .btn-contasSalvas {
        background-color: transparent;
        border: none;
        font-size: 20px;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease;
    }

    .form-check {
        display: inline-flex;
        align-items: center;
        margin-left: 5px;
    }

    .checkbox-large {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    .form-check-input {
        cursor: pointer;
    }

    .form-check-label {
        font-size: 0.8em;
        margin-left: 10px;
        margin-right: 5px;
    }

    .tooltip-text {
        visibility: hidden;
        width: 220px;
        background-color: snow;
        color: black;
        font-family: Arial;
        text-align: center;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -110px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .hs-admin-help-alt:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }


    .margin-title {
        margin-top: -10px;
        font-family: Verdana;
        font-weight: bold;
    }

    @media (max-width: 768px) {
        .margin-title {
            margin-top: 0px;
        }
    }

    .dynamic-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dynamic-text {
        display: inline-block;
        max-width: 800px;
    }

        .dynamic-text:has(.long-text) {
            font-size: 12pt;
        }

    @media (max-width: 768px) {
        .dynamic-text {
            max-width: 250px;
        }
    }

    .hr-gradient {
        border: none;
        height: 2px;
        min-height: 2px;
        display: block;
        width: 100%;
        background: linear-gradient(to right, #4C7BB6, #2e3c56);
        background-color: #4C7BB6;
        margin: 20px 0;
    }

    .renderbody {
        scrollbar-width: thin;
        scrollbar-color: #E0E0E0 white;
    }

    .margin-relatorios {
        margin-left: 25px;
    }

    @media (max-width: 768px) {
        .margin-relatorios {
            margin-left: 0px;
        }
    }

    .padding-relatorios {
        padding: 20px;
    }

    @media (max-width: 768px) {
        .padding-relatorios {
            padding-top: 20px;
            padding-left: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
        }
    }

.imgPreview {
    margin-top: 10px;
    max-width: 200px;
    box-shadow: 0 0 5px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

    .table-responsive::-webkit-scrollbar {
        height: 12px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

        .table-responsive::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.areaExpandida {
    display: none;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-details {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}