@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');


.image-upload-box {
        border: 2px dashed #ccc;
        border-radius: 8px;
        width: 100%;
        padding-top: 60%;
        position: relative;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
    }

    .image-upload-box .upload-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #aaa;
        font-size: 14px;
        pointer-events: none;
    }

    .image-upload-box .preview-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.form-label {
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8) !important;
    background-color: white !important;
    z-index: 1;
}

body {
    font-size: 0.9rem;
    font-family: 'Inter', 'Work Sans', sans-serif;
        background-color: #F2F3F7 !important;
}

.btn-primary {
    --mdb-btn-bg: #006ebe !important;
}

.list-group-item {
    color: #606060  !important;
    font-weight: 500;
}

.list-group-item.active {
    background-color: #006ebe !important;
    color: white !important;
    font-weight: 500;
}

.list-group-item a {
    color: #606060  !important;
    font-weight: 500;
}
.card{
    --mdb-card-border-radius: 0.2rem !important;
}

.form-outline .form-control{
    background-color:#F7F7F7 !important
}
.form-label{
    background-color:transparent !important;
        text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.form-outline .form-control:focus {
    background-color: #FFFFFF !important; 
}
.navbar{    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);  !important}