body {
    font-family: "Poppins";
    color: #2c2c2c !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #2c2c2c;
}
.primary-color {
    color: #2c2c2c !important;
}
.secondary-color {
    color: #a1a1a1 !important;
}
.bg-success-badge {
    background-color: #24a66f !important;
    font-family: "Poppins";
    font-weight: 500;
    /* font-size: 10px; */

    text-align: center;
    color: #ffffff !important;
    padding: 8px 15px !important;
}
.bg-warning-badge {
    background-color: rgb(220, 210, 20) !important;
    font-family: "Poppins";
    font-weight: 500;
    /* font-size: 10px; */

    text-align: center;
    color: #ffffff !important;
    padding: 8px 15px !important;
}
.bg-danger-badge {
    background-color: #ff3939 !important;
    font-family: "Poppins";
    font-weight: 500;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 15px !important;
}
.bg-secondary-bg {
    /* background-color: #a1a1a1 !important; */
    border: 2px solid #a1a1a10d !important;
    background-color: #a1a1a10d !important;
}
.bg-primary-badge {
    background-color: #3575a7 !important;
    font-family: "Poppins";
    font-weight: 500;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 15px !important;
}
.delete-btn {
    background-color: #ff3939 !important;
    font-family: "Poppins";
    border: 1px solid #ff3939 !important;
    font-weight: 500;
    color: #ffffff !important;
    /* font-size: 10px; */

    text-align: center;
}

.nav .nav-item .nav-link {
    color: #2c2c2c !important;
}

.nav .nav-item .nav-link.active {
    color: #040404 !important;
    font-weight: 500 !important;
    background-color: #e8e8e8 !important;
    border-radius: 10px !important;
    /* background-color: #040404 !important; */
    /* color: #ffffff !important; */
}
.submenu-item {
    color: #2c2c2c !important;
}
.submenu-item.active {
    color: #040404 !important;
    font-weight: 500 !important;
    background-color: #e8e8e8 !important;
    border-radius: 10px !important;
}
.form label {
    color: #2c2c2c;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
}
.transparent-btn,
.btn-secondary {
    background-color: #ffffff !important;
    border-color: #040404 !important;
    color: #040404 !important;
}
.transparent-btn:hover,
.transparent-btn:active {
    background-color: #ffffff !important;
    border-color: #040404 !important;
    color: #040404 !important;
}
.edit-btn,
.btn-primary {
    background-color: #040404 !important;
    border-color: #040404 !important;
    color: #fff !important;
    font-family: "Poppins";
    font-weight: 500;

    /* font-size: 10px; */
}

.btn-outline-primary {
    background-color: #ffffff !important;
    border-color: #040404 !important;
    color: #040404 !important;
    font-family: "Poppins";
    font-weight: 500;
}

.edit-btn:hover,
.edit-btn:active {
    background-color: #040404 !important;
    border-color: #040404 !important;
    color: #fff !important;
}
.create-btn {
    background-color: #aeece8 !important;
    font-family: "Poppins";
    font-weight: 500;
    /* font-size: 10px; */
    text-align: center;
    color: #040404 !important;
    border-color: #aeece8 !important;
}
.create-btn:hover {
    background-color: #aeece8;
    color: #040404;
}
.create-btn:active {
    background-color: #aeece8 !important;
    color: #040404 !important;
}
.view-btn {
    background-color: #f3c7c3;
    font-family: "Poppins";
    font-weight: 500;
    /* font-size: 10px; */
    text-align: center;
    color: #040404;
    border-color: #f3c7c3 !important;
}
.view-btn:hover,
.view-btn:active {
    background-color: #f3c7c3 !important;
    color: #040404 !important;
}
.login-btn {
    background-color: #3575a7;
    font-family: "Poppins";
    font-weight: 500;
    /* font-size: 10px; */
    text-align: center;
    color: #fff;
    border-color: #3575a7;
    text-decoration: none;
}
.login-btn:hover,
.login-btn:active {
    background-color: #3575a7 !important;
    border: #3575a7;
    /* color: #3575a7 !important; */
}

.table-heading,
table thead tr th {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    color: #a1a1a1 !important;
    border-bottom: none !important;
    padding-bottom: 15px !important;
}

.table-body,
table tbody tr td {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    color: #2c2c2c !important;
    border-bottom: none !important;
}

.table-border,
.form-border {
    border: 2px solid #a1a1a14f !important;
    border-radius: 12px !important;
}
.toggle-password:hover {
    background-color: transparent !important;
    color: #6c757d !important;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem #d4d4d440 !important;
}
.input-wrapper .form-control {
    border-radius: 10px 0px 0px 10px !important;
}

/*  checking the effect of form control */
/* .form-control {
    border: 2px solid #a1a1a14f !important;
} */

.page-title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 36px !important;
    margin-bottom: 0px !important;
}
/* Style autofilled input fields */
input:-webkit-autofill {
    background-color: #f0f0f0 !important; /* Change background color */
    transition: background-color 5000s ease-in-out 0s; /* Prevent background color flickering */
}

.toggle-password {
    background-color: #fafafa !important;
    border: 1px solid #fafafa !important;
    border: none !important;
    border-radius: 0px 10px 10px 0px !important;

    /* border-radius: 10px !important; */
}
.toggle-password .form-control {
    border: 1px solid #fafafa !important;
}
button.toggle-password {
    border: none !important;
}
button.toggle-password:hover {
    background-color: #fafafa !important;
}

.form-select {
    padding: 0.75rem 1rem !important;
    background-color: #fafafa !important;
    border-radius: 10px !important;
    border: 1px solid #fafafa !important;
}
.form-control {
    padding: 0.75rem 1rem !important;
    background-color: #fafafa !important;
    border-radius: 10px !important;
    border: 1px solid #fafafa !important;
    font-family: "Poppins";
    font-weight: 500 !important;
    font-size: 16px !important;
}
.form-label {
    padding: 0.5rem 0rem;
    font-family: "Poppins";
    font-weight: 500 !important;
    font-size: 16px !important;
}
.password-wrap .form-control {
    border-radius: 10px 0px 0px 10px !important;
    box-shadow: unset !important;
    /* background-color: red !important; */
}
.form-select:focus {
    box-shadow: 0 0 0 0.25rem #d4d4d440 !important;
}
.custom-heading {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 7px;
    /* margin-bottom: 10px; */
    color: #2c2c2ca6;
    color: #2c2c2c;
    white-space: normal;
    word-break: break-word;
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
    background-color: #000 !important;
    border-color: #fff;
    box-shadow: unset;
}
.form-check-input:focus {
    border-color: #000 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sm-device-table-data {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #9d9d9d;
    white-space: wrap;
    white-space: normal;
    white-space: normal;
    word-break: break-word; /* optional, ensures long strings break too */
}
.custom-rounded-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-card h5 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 24px;
    color: #606060;
}
.dashboard-card h2 {
    font-family: "Poppins";
    font-weight: 500 !important;
    font-size: 48px !important;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem #f8d7da !important;
}
.alert-danger {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    color: #ff3939 !important;
}
.alert-success {
    background-color: #eaf7f1 !important;
    color: #24a66f;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}
.btn-close:focus {
    box-shadow: unset !important;
}
.invalid-feedback {
    color: #ff3939 !important ;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 640px) {
    .page-title {
        font-size: 28px !important;
    }
}
@media only screen and (max-width: 480px) {
    .page-title {
        font-size: 24px !important;
    }
    .dashboard-card h5 {
        font-size: 14px !important;
        /* width: calc(100% - 40px); */
    }
    .custom-rounded-circle {
        width: 30px !important;
        height: 30px !important;
        flex-shrink: 0;
    }
    .custom-rounded-circle img {
        width: 10px !important;
        height: 10px !important;
    }
    .dashboard-card h2 {
        margin-bottom: 0px !important;
        font-size: 30px !important;
    }
    .configuration-btn {
        flex-wrap: wrap;
    }
    .configuration-btn a,
    .configuration-btn button {
        /* font-size: 12px !important; */
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .responsive-buttons {
        flex-direction: column-reverse !important;
    }

    .responsive-buttons .btn {
        width: 100% !important;
        padding: 5px 10px !important;
    }
}
.card {
    border: none !important;
}
.card-header {
    background-color: transparent !important;
    border: none !important;
}

@media only screen and (max-width: 640px) {
    .card-body {
        padding: 8px 0px !important;
    }
    .card-body.dashboard-card {
        padding: 16px !important;
    }
    .form-label {
        padding: 0px !important;
    }
    .form-control {
        padding: 0.5rem 0.75rem !important;
    }
    .card-header {
        padding: 8px 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .card-body.dashboard-card {
        padding: 10px !important;
    }
}

@media (max-width: 420px) {
    /* .col-xs-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
    }
    .ps-0-xs {
        padding-left: 14px !important;
    } */
}
