.app-brand-logo.demo {
    width: 100%;
    height: 50px;
}

.logo-img{
    height:100%;
    width:75%;
    margin-right: 70px;
}

.bg-menu-theme{
    background: linear-gradient(0deg, rgba(137, 128, 50, 1) 0%, rgba(137, 128, 100, 1) 100%);
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    color: #FFF;
}

.menu-header .menu-header-text {
    font-weight: 800;
    color: #FFF;
}

.light-style .dz-message:before {
    margin-top:30px;
}

.fancybox__container {
    z-index: 20000 !important; /* higher than Bootstrap modal */
}

 /* Custom card styling */
    .card {
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .dz-message {
        font-weight: bold;
        color: #555;
    }
    .section-title {
        border-bottom: 2px solid #8a8163;
        padding-bottom: 5px;
        margin-bottom: 20px;
        font-size: 1.25rem;
        color: #8a8163;
    }
    .select2-container--default .select2-selection--multiple {
        min-height: 45px;
    }

    .btn-primary {
    color: #fff;
    background: linear-gradient(0deg, rgba(137, 128, 50, 1) 0%, rgba(137, 128, 100, 1) 100%)!important;
    border-color: #8a814a;
}

a {
    color: #8a814a;
}
a:hover {
    color: #a3a091;
}

.form-control:focus, .form-select:focus {
    border-color: #8a814a!important;
}

.form-control:active, .form-select:active {
    border-color: #8a814a!important;
}

/* Preview containers */
.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.preview-box {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-box img,
.preview-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview-box .remove-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(220,53,69,0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
}
.preview-box .file-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 2px;
    word-break: break-all;
}
