body {
    background-color: #fafafa;
    font-family: "Poppins", sans-serif;
}

.line {
    width: 4px;
    border: 0;
    height: 100%;
    background-color: #00913e;
}

.login_logo {
    width: 240px;
}

.card_login {
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 64px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 60px 0px 0px 60px;
    background: #fff;
    /* Login Card Shadow */
    box-shadow: -6px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.user_card_profile {
    display: flex;
    flex-direction: column;
    padding: 24px 36px;
    align-items: start;
    width: 100%;
    gap: 4px;
    border-radius: 14px;
    background: #fff;
    /* Card Shadow */
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.user_card_info {
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    background: #fff;
    /* Card Shadow */
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.usercollapse_card_info {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    background: #fff;
    /* Card Shadow */
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.collapse_list_style {
    display: flex;
    height: 36px;
    padding: 0px 0px;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    color: #9e9e9e;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.collapse_list_style:hover {
    color: #00913e;
}

.collapse_list_style_danger {
    display: flex;
    height: 36px;
    padding: 0px 0px;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    color: #9e9e9e;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.collapse_list_style_danger:hover {
    color: #db2b3a;
}

.statistic_card {
    display: flex;
    width: 200px;
    padding: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-500, #00913e);
    background: #fff;
    /* Card Shadow */
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

/* Side Navbar */
.side_navbar {
    display: inline-flex;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 0px 24px 24px 0px;
    background: #fff;

    /* Navbar Shadow */
    box-shadow: 4px 8px 24px 0px rgba(0, 0, 0, 0.06);
}

.nav_style {
    display: flex;
    height: 36px;
    padding: 0px 24px;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    color: #9e9e9e;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav-item:hover {
    color: #00913e;
}

.active {
    background-color: #c7f9c9;
    color: #00913e !important;
}

/* Datatables Style */
.dataTables_wrapper .row .col-md-6 .dataTables_length {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Modal Style */
.modal-content {
    border-radius: 24px;
}

.modal-header {
    padding: 24px;
    /* border: 0; */
}

.modal-body {
    padding: 24px;
}

.modal-footer {
    padding: 24px;
    /* border: 0; */
    /* box-shadow: 0px -8px 12px 0px rgba(0, 0, 0, 0.06); */
}

/* Form Style */
.form-control {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
}

.select2-selection {
    display: flex !important;
    height: 38px !important;
    border-radius: 6px !important;
    border-color: #dee2e6 !important;
    padding: 8px 16px !important;
    align-items: center !important;
}

.select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
}

.select2-selection__arrow {
    top: 6px !important;
    right: 10px !important;
}

::placeholder {
    color: #9e9e9e !important;
    opacity: 1;
}

/* Font Style */
.fs_login {
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fs_h1 {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fs_h2 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_title {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.fs_subtitle {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.fs_caption1 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption2 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption3 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption4 {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption5 {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption6 {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fs_caption1_bold {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_caption2_bold {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_caption3_bold {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_caption4_bold {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_caption5_bold {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fs_caption6_bold {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Text Color Style */
.text_neutral_900 {
    color: #202020;
}

.text_neutral_800 {
    color: #424242;
}

.text_neutral_700 {
    color: #616161;
}

.text_neutral_600 {
    color: #757575;
}

.text_neutral_500 {
    color: #9e9e9e;
}

.text_primary_500 {
    color: #00913e;
}

.text_info_500 {
    color: #0092df;
}

.text_danger_500 {
    color: #db2b3a;
}

/* Background Color Style*/
.bg_primary_500 {
    background-color: #00913e;
}

.bg_neutral_800 {
    background-color: #424242;
}

.bg_neutral_500 {
    background-color: #9e9e9e;
}

/* Button Style */
.button_primary {
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
}

.action_button_primary {
    background-color: #00913e;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_primary:hover {
    background-color: #007c41;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_secondary {
    background-color: transparent;
    color: #00913e;
    padding: 8px 12px;
    border: solid 1px #00913e;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_secondary:hover {
    background-color: #00913e;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_secondary_danger {
    background-color: transparent;
    color: #db2b3a;
    padding: 8px 12px;
    border: solid 1px #db2b3a;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_secondary_danger:hover {
    background-color: #db2b3a;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_info {
    background-color: #fcc502;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_info:hover {
    background-color: #d8b901;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_danger {
    background-color: #db2b3a;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.action_button_danger:hover {
    background-color: #bc1f3b;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
}

.icon_button_info {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0092df;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.icon_button_info:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #0092df;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.icon_button_danger {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #db2b3a;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.icon_button_danger:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #db2b3a;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

/* Footer Style */
footer {
    padding: 40px 30px;
    gap: 4px;
    border-top: 6px solid #00913e;
}
