#wrapp-child {
    margin-top: 3rem !important;
}


label.error {
    color: #c91603 !important;
}
/* input, textarea{
    text-transform:uppercase
} */

#home-container,
#business-entity-content {
    margin-top: 7rem;
}

#c-side-menu-container {
    display: flex;
    flex-direction: column;
}

.c-side-menu {
    transition: ease-in-out 300ms;
    transform: translateX(-100%);
}

#c-side-menu {
    width: 20rem;
    padding: 0 1rem;
}

#c-side-button {
    margin-left: 1rem;
    margin-top: 1rem;
}

.custom-navbar {
    width: 100vw;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #544534;
    padding: .5rem 2rem;
    z-index: 999;
}

.custom-navbar-left {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.custom-navbar-right {
    color: white;
}

.custom-navbar-left-go-back,
.custom-navbar-left-go-forward,
.custom-navbar-left-home {
    color: white !important;
    transition: ease-in-out 300ms;
    cursor: pointer;
    border-radius: 100%;
}

.custom-navbar-left-home i {
    font-size: 1.75rem;
}

.custom-active {
    background-color: #3F6F82 !important;
    color: #FFF !important;
}

#show-col {
    width: 100%;
    max-width: none;
    padding-top: 3rem;
}

.spinner-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 998;
}

.spinner {
    z-index: 9999;
    border: 0.75rem solid #3F6F82;
    border-left-color: transparent;
    border-radius: 50%;
}

.spinner {
    border: 0.5rem solid #3F6F82;
    border-left-color: transparent;
    width: 10rem;
    height: 10rem;
}

.spinner {
    border: 0.8rem solid #3F6F82;
    border-left-color: transparent;
    width: 10rem;
    height: 10rem;

    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-accept {
    background-color: #22c55e !important;
    color: white !important;
}

.tab-reject {
    background-color: #ef4444 !important;
    color: white !important;
}

.avatar {
    width: 100%;
    max-height: 90px;
    object-fit: cover;
    object-position: center;
}

/* --Documentos-- */
.repeat6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}


/*.row-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
    gap: 2rem;
}*/


.fontawesomeIcon { 
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

@media (min-width: 500px) {

    #home-container,
    #business-entity-content {
        margin-top: 7rem;
    }
}

@media (min-width: 992px) {
    #c-side-menu-container {
        flex-direction: row;
    }

    #home-container,
    #business-entity-content {
        margin-top: 3rem;
    }

    #show-col {
        width: 25.25rem;
    }

    .custom-navbar {
        justify-content: space-between;
        padding: .5rem 2.5rem;
    }

    .avatar {
        max-height: 120px;
    }
}

@media (min-width: 1200px) {
    #show-col {
        width: 20rem;
    }

    .avatar {
        max-height: 150px;
    }
}

.modal-dialogg {
    max-width: 60% !important;
    margin: 1.75rem auto;
}