.login {
    background-color: white;
    background-image: url('/assets/images/admin/electricity.png');
    background-size: cover;
    background-position: center;
}
.login-banner {
    background-color: rgb(0 0 0 / 0.1);
    border-radius: 50px;
}
.table-header-title {
   font-family: "Almarai", sans-serif !important;
   font-weight: 700;
   font-style: bold;
   font-size: 14px;
   line-height: 22px;
   letter-spacing: 0;
   color: #fff;
}
.table-header{
   background-color: #00ae74 !important;
}
* {
   font-family: "Almarai", sans-serif !important;
}
.custom-table-item {
   font-family: "Almarai", sans-serif !important;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 22px;
   letter-spacing: 0;
   color: #263238;
}
.login {
    background-color: white;
    background-image: url('/assets/images/admin/electricity.png');
    background-size: cover;
    background-position: center;
}
.login-banner {
    background-color: rgb(0 0 0 / 0.1);
    border-radius: 50px;
}
/* .form-check-input{
    border-radius: 20px;
}

.form-control, .form-select {
    border-radius: 50px !important;
    padding: 0.875rem 1.25rem !important;
    background-color: #e8e8e8 !important;
    border: 0 !important;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-control:focus, .form-select:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3) !important;
    background-color: #e8e8e8 !important;
}

.form-control::placeholder {
    color: #999 !important;
    font-weight: 400;
}

.form-control:hover:not(:focus), .form-select:hover:not(:focus) {
    background-color: #ddd !important;
}

.input-group {
    border-radius: 50px !important;
    overflow: hidden;
    background-color: #e8e8e8;
}

.input-group .input-group-text {
    background-color: #e8e8e8 !important;
    border: 0 !important;
    padding: 0.875rem 1rem;
    color: #666;
    border-radius: 50px 0 0 50px !important;
}

.input-group .form-control {
    background-color: #e8e8e8 !important;
    border: 0 !important;
    border-radius: 0 50px 50px 0 !important;
    padding-left: 0.5rem !important;
}

[dir="rtl"] .input-group .input-group-text {
    border-radius: 0 50px 50px 0 !important;
}

[dir="rtl"] .input-group .form-control {
    border-radius: 50px 0 0 50px !important;
    padding-right: 0.5rem !important;
    padding-left: 1.25rem !important;
}

input[type="file"] {
    border-radius: 50px !important;
    padding: 0.75rem 1.25rem !important;
    background-color: #e8e8e8 !important;
    border: 0 !important;
} */

button[type="submit"].rounded-btn {
    border-radius: 50px !important;
    padding: 0.875rem 1.5rem !important;
    background-color: rgba(145, 158, 171, 0.219)!important;
    color: #212B36 !important;
    font-weight: 600 !important;
    font-size: 1rem;
    transition: all 0.2s ease;
    border: none !important;
    /* width: 100%; */
}

button[type="submit"].rounded-btn:hover:not(:disabled) {
    background-color: #646464 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

button[type="submit"].rounded-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* Label styling */
.form-label {
    color: #5d5d5d !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

/* Password toggle button styling */
.input-group button.ti-btn {
    background-color: rgba(145, 158, 171, 0.219)!important;
    color: #212B36 !important;
    border: 0 !important;
    border-radius: 0 50px 50px 0 !important;
    padding: 0.875rem 1rem;
}

.input-group button.ti-btn:hover {
    background-color: #ddd !important;
    color: #696868 !important;
}

[dir="rtl"] .input-group button.ti-btn {
    border-radius: 50px 0 0 50px !important;
}

/* Link styling */
a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #2563eb;
    text-decoration: underline;
}

