/* Estilo padrão da barra de rolagem */
/* ::-webkit-scrollbar {
    width: 12px;
    background: transparent; 
    transition: all 0.3s ease;
}

::-webkit-scrollbar-track {
    background: transparent;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    transition: all 0.3s ease;
} */

.minha_logo {
    width: 100%;
    max-width: 300px;
    height: 70%;
    align-items: center;
    padding: 0;
    margin: 0;
}

.centralization-all {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.bottom-margin-1rem {
    margin-bottom: 1rem;
}
.bottom-margin-2rem {
    margin-bottom: 2rem;
}
.bottom-margin-4rem {
    margin-bottom: 4rem;
}
.bottom-margin-6rem {
    margin-bottom: 6rem;
}
.efeito-vidro {
    overflow-x: auto;
    background: rgb(40 40 40);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 2rem;
}
.efeito-vidro-login {
    overflow-x: auto;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 10px;
    padding: 1rem;
    min-height: 700px;
    width: 100%;
    max-width: 700px;
    max-height: 80%;
}
.img-fluid-login {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
}
.errorlist {
    display: contents;
    width: 100%;
    gap: 10px;
}

.errorlist li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    outline: none;
    text-decoration: none;
    list-style: none;
    text-align: left;
    color: red;
    font-size: small;
    gap: 10px;
}
.help_text {
    display: flex;
    text-align: left;
    color: rgba(85, 85, 85, 0.5);
    width: 100%;
    gap: 10px;
}
.direction-column {
    display: flex;
    flex-direction: column;
}
.direction-row {
    display: flex;
    flex-direction: row;
}
.center-itens {
    align-items: center;
}
.border-10 {
    border-radius: 10px;
}
.bg-white {
    background: white;
}
.gap-10 {
    gap: 10px!important;
}
.gap-20 {
    gap: 20px!important;
}
.padding-1 {
    padding: 1rem;
}
.unique-line {
    text-wrap: nowrap;
    flex-wrap: nowrap;
}
.img-configuration {
    width: 100%;
    max-width: 150px;
}
.img-configuration-square {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.hidden {
    display: none;
    visibility: hidden;
}
.w-1 { width: 1% !important; }
.w-2 { width: 2% !important; }
.w-3 { width: 3% !important; }
.w-4 { width: 4% !important; }
.w-5 { width: 5% !important; }
.w-6 { width: 6% !important; }
.w-7 { width: 7% !important; }
.w-8 { width: 8% !important; }
.w-9 { width: 9% !important; }
.w-10 { width: 10% !important; }
.w-11 { width: 11% !important; }
.w-12 { width: 12% !important; }
.w-13 { width: 13% !important; }
.w-14 { width: 14% !important; }
.w-15 { width: 15% !important; }
.w-16 { width: 16% !important; }
.w-17 { width: 17% !important; }
.w-18 { width: 18% !important; }
.w-19 { width: 19% !important; }
.w-20 { width: 20% !important; }
.w-21 { width: 21% !important; }
.w-22 { width: 22% !important; }
.w-23 { width: 23% !important; }
.w-24 { width: 24% !important; }
.w-25 { width: 25% !important; }
.w-26 { width: 26% !important; }
.w-27 { width: 27% !important; }
.w-28 { width: 28% !important; }
.w-29 { width: 29% !important; }
.w-30 { width: 30% !important; }
.w-31 { width: 31% !important; }
.w-32 { width: 32% !important; }
.w-33 { width: 33% !important; }
.w-34 { width: 34% !important; }
.w-35 { width: 35% !important; }
.w-36 { width: 36% !important; }
.w-37 { width: 37% !important; }
.w-38 { width: 38% !important; }
.w-39 { width: 39% !important; }
.w-40 { width: 40% !important; }
.w-41 { width: 41% !important; }
.w-42 { width: 42% !important; }
.w-43 { width: 43% !important; }
.w-44 { width: 44% !important; }
.w-45 { width: 45% !important; }
.w-46 { width: 46% !important; }
.w-47 { width: 47% !important; }
.w-48 { width: 48% !important; }
.w-49 { width: 49% !important; }
.w-50 { width: 50% !important; }
.w-51 { width: 51% !important; }
.w-52 { width: 52% !important; }
.w-53 { width: 53% !important; }
.w-54 { width: 54% !important; }
.w-55 { width: 55% !important; }
.w-56 { width: 56% !important; }
.w-57 { width: 57% !important; }
.w-58 { width: 58% !important; }
.w-59 { width: 59% !important; }
.w-60 { width: 60% !important; }
.w-61 { width: 61% !important; }
.w-62 { width: 62% !important; }
.w-63 { width: 63% !important; }
.w-64 { width: 64% !important; }
.w-65 { width: 65% !important; }
.w-66 { width: 66% !important; }
.w-67 { width: 67% !important; }
.w-68 { width: 68% !important; }
.w-69 { width: 69% !important; }
.w-70 { width: 70% !important; }
.w-71 { width: 71% !important; }
.w-72 { width: 72% !important; }
.w-73 { width: 73% !important; }
.w-74 { width: 74% !important; }
.w-75 { width: 75% !important; }
.w-76 { width: 76% !important; }
.w-77 { width: 77% !important; }
.w-78 { width: 78% !important; }
.w-79 { width: 79% !important; }
.w-80 { width: 80% !important; }
.w-81 { width: 81% !important; }
.w-82 { width: 82% !important; }
.w-83 { width: 83% !important; }
.w-84 { width: 84% !important; }
.w-85 { width: 85% !important; }
.w-86 { width: 86% !important; }
.w-87 { width: 87% !important; }
.w-88 { width: 88% !important; }
.w-89 { width: 89% !important; }
.w-90 { width: 90% !important; }
.w-91 { width: 91% !important; }
.w-92 { width: 92% !important; }
.w-93 { width: 93% !important; }
.w-94 { width: 94% !important; }
.w-95 { width: 95% !important; }
.w-96 { width: 96% !important; }
.w-97 { width: 97% !important; }
.w-98 { width: 98% !important; }
.w-99 { width: 99% !important; }
.w-100 { width: 100% !important; }


.strike-through {
    text-decoration: line-through;
}
.nome-mask {
    text-transform: capitalize;
}
.disabled-input {
    pointer-events: none;
}
.text-left {
    text-align: left!important;
}
.justify-center {
    justify-self: center;
}
.color_hidden td {
    color: #00000096!important;
}
.color_active td {
    color: #b48c40!important;
}
.color_send td {
    color: crimson!important;
}

.bg_hidden {
    background: #00000096!important;
}
.bg_active {
    background: #b48c40!important;
}
.bg_send {
    background: crimson!important;
}

.float-button-send {
    position: fixed;
    float: right;
    z-index: 9999999;
    right: 30px;
    bottom: 30px;
    border-radius: 1000px;
    height: 50px;
    width: 50px;
}

.float-button-send i{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    font-size: xx-large;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.image_perfil_url {
    width: 25%;
    max-width: 220px;
    height: min-content;
    border-radius: 9999999px;
}
.image_perfil_url_modal {
    width: 150px;
    height: min-content;
    border-radius: 9999999px;
}