.cd-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #42b72a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s;
}
.menu .app-brand.demo.sidebar-logo {
    justify-content: center;
    height: 100px;
    margin-top: 12px;
    padding-top: 1.5rem;
}
.menu .app-brand.demo.sidebar-logo a {
    display: block;
}
.sidebar-logo .app-brand-logo.demo {
    height: 70px;
}
.app-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.page-is-changing .cd-loading-bar {
    transform: scaleX(1);
}

.btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.btn .btn-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 3px solid #42b72a;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    pointer-events: none;
}

.btn.loading .btn-spinner {
    opacity: 1;
}

.btn.loading .btn-text {
    visibility: hidden;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.btn {
    position: relative;
}
.upload-image-wrap {
    position: relative;
    padding-inline: 1.8em 0;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding-inline-start: 0;
    margin: calc(2px - (var(--bs-border-width)));
}
label.error {
    color: red;
    font-size: 12px;
    position: static;
    margin: 0;
    display: block;
    width: 100%;
}
#toaster.bg-success.bs-toast {
    background-color: #71dd37 !important;
}

.active-lang{
    background-color: #e9fce5;
}


/* Dashboard Cards */
/* .card {
    background: linear-gradient(to bottom right, #ffffff, #f0f4f8);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card-body {
    text-align: center;
    padding: 1.5rem;
}

.avatar i {
    font-size: 42px !important;
    margin-bottom: 10px;
}

.card-title {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 600;
}

.card-title.counter {
    font-size: 36px;
    font-weight: bold;
    color: #212529;
} */
