body {
    /* background: linear-gradient(to left, #ffe483 50%, #58ed94 50%); */
    font-family: "Poppins", sans-serif;
    background-color: #f7f9fc;
}
.page-header {
    background: linear-gradient(to left, #ffe483 50%, #58ed94 50%);
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
}
.navbar-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.hc-navbar-container {
    position: sticky;
    top: 10px;
    z-index: 999;
}
.hc-navbar {
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 10px 12px 0px #000000;
    border: 1px solid #eee;
    position: sticky;
    backdrop-filter: blur(5px);
}
.card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 35px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card-header {
    background: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}
.card-header h5 {
    font-size: 18px;
    font-weight: 600;
}
.card-body {
    padding: 25px;
}
.card-body label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
}

.hc-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    position: relative;
    color: #000;
}
.btn-primary-custom {
    background: #e2f980;
    color: #000;
    padding: 15px 35px;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 10px 12px 0px #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: all 0.2s ease-in-out;
}

.btn-primary-custom:hover {
    background: #f5ffc6;
}

.btn-primary-custom:active {
    transform: translate(5px, 5px);
    box-shadow: 5px 6px 0px #000000;
}
.form-control,
.form-select {
    border-radius: 5px !important;
    border: 1px solid #eee !important;
    padding: 0.65rem 1rem !important;
    font-size: 0.95rem !important;
    transition: all 0.2s ease-in-out;
}

.form-control:focus,
.form-select:focus {
    border-color: #58ed94 !important;
    box-shadow: none;
    outline: none !important;
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 0.9;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    margin-bottom: 5px;
}
.cropModal .modal-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    border: none;
}

.cropModal .modal-body {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

.maxlength {
    font-size: 10px !important;
    background-color: #eee;
    color: #111;
    padding: 1px 4px;
    border-radius: 10px;
}
.maxlength-red {
    font-size: 10px !important;
    background-color: #dc3545;
    color: #fff;
    padding: 1px 4px;
    border-radius: 10px;
}
