.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: 100%;
}
.card.card-profile-bottom {
    margin-top: 0;
}

.group-profile h5 {
    font-size: 0.9rem;
}

.input-data img.avatar.avatar-sm.me-3 {
    margin: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.no-shadow {
    box-shadow: none;
}

.nav-back-button {
    background-color: rgb(245 242 241 / 31%);
    padding: 0 14px;
    border-radius: 50px;
    color: white;
}

.fs-6 {
    font-size: 0.8rem !important;
}

.fs-7 {
    font-size: 0.6rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.dropdown-active i {
    transform: rotate(90deg);
}
.text-hidden {
    color: rgba(255, 255, 255, 0);
}

.logo-preview {
    width: 60%;
    height: 60%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* Spinner Loading  */

.loading {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #fb6340;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    margin: 0 auto;
    left: 43%;
    right: 43%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Minimalis preloader */

.linePreloader {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffbaab, #fb6340);
    background-color: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 1.2s ease-in-out infinite;
    z-index: 9999;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}


.navbar-brand-img {
    max-width: 38px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
