@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

svg {
    cursor: pointer !important;
    vertical-align: top !important;
}

a {
    cursor: pointer !important;
}

/* Link Item Styling - for converted anchor-li elements */
a.link-item {
    display: inline-block;
    padding: 0.25rem 0;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    width: 100%;
}

a.link-item:hover {
    text-decoration: underline;
    opacity: 0.8;
}

/*Start breadcrumb section */




/* 
================================
Foam .css


===============================


*/

.breadcrumb .breadcrumb-item a {
    color: #B0BABF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.breadcrumb .breadcrumb-item.active {
    color: #202123 !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 114.286% */

}

/* End breadcrumb section */








/* Start first container */


.inquiry-heading h5 {
    color: #003B74;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 88.889% */
    padding-bottom: 15px;
}

.form-control-setting textarea {
    display: flex;
    padding: 8px 15px 72px 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
}

.form-label {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.form-label span {
    color: #FF0000;
}

.form-control-setting {
    padding: 30px !important;
    border-radius: 10px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    align-self: stretch;
    gap: 20px 0px !important;
}

.form-control-setting input {
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA !important;
    font-size: 12px !important;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.60);
    height: 40px !important;


}

.form-label {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.form-control-setting select {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background-color: #F5F7FA !important;
    height: 40px !important;
    /* 166.667% */
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    background: #F5F7FA !important;

    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.form-control:focus {
    box-shadow: none !important;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
}

.create-batch-button {
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%) !important;

    border-radius: 5px !important;
    color: #FFFFFF;

}

.form-control .selected-text {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    background: #F5F7FA !important;

    font-weight: 500;
    line-height: 20px;
}

.create-batch-button:hover {
    color: #FFFFFF !important;
}

.Input-Button {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    padding-top: 20px !important;
    border-radius: 5px;

}

.Add-batch-button {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    display: flex;
    width: 100%;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #2B7AC6 !important;
}

/* Checkbox ko square banane ke liye */
.custom-square-check .form-check-input {
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
    background: #FFF !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 2px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-square-check label {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */

}

/* Jab checkbox select ho jaye to brand fill ho */
.custom-square-check .form-check-input:checked {
    background-color: #003b74 !important;
    border-color: #003b74 !important;
}

/* Tick (✓) ka nishan - 100% Fixed */
.custom-square-check .form-check-input:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    /* Tick ki position */
    top: 1px !important;
    /* Tick ki position */
    width: 6px !important;
    height: 11px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    /* Is se L shape banti hai */
    transform: rotate(45deg) !important;
    /* Is se L tick ban jata hai */
    display: block !important;
}

/* Circle Radio Base Style */
.custom-circle-dot .form-check-input {
    width: 18px;
    height: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
    background-color: #FFF !important;
    border-radius: 50% !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Jab Radio select ho to aapka SVG nazar aaye */
.custom-circle-dot .form-check-input:checked {
    border: none !important;
    /* SVG mein apna border hai isliye default border hata diya */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><rect x="0.5" y="0.5" width="17" height="17" rx="8.5" fill="white" stroke="%23003B74"/><rect x="4" y="4" width="10" height="10" rx="5" fill="%23003B74"/></svg>') !important;
}

/* Label Styling */
.custom-circle-dot .form-check-label {
    cursor: pointer;
    padding-left: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.60);
}

/* Select Box Styling */
.select-box {
    cursor: pointer;
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    min-height: 40px;
}

#selected-text,
#selected-text-1,
#selected-text-2 {
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 500;
}

.select-box:hover #selected-text {
    color: rgba(0, 0, 0, 0.60) !important;
}

/* Dropdown Container */
.dropdown-list {
    display: none;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    background: #FFF;
}

/* Checkbox Base Style */
.custom-tick-check .form-check-input {
    width: 18px;
    height: 18px !important;
    cursor: pointer;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
    background: #FFF !important;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none !important;
}

/* Check hone par brand background */
.custom-tick-check .form-check-input:checked {
    background-color: #003b74 !important;
    border-color: #003b74 !important;
}

/* White Tick (✓) Creation */
.custom-tick-check .form-check-input:checked::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    /* Tick ki lines */
    transform: rotate(45deg);
    margin-bottom: 2px;
    /* Center alignment */
}

/* Other Styles */
.hover-bg:hover {
    background-color: #f1f3f5;
}

.form-check-label {
    cursor: pointer;
    padding-left: 5px;
}

/* Preserve radio and checkbox input original size - exclude from form-control height rule */
.form-check-input {
    height: 18px !important;
    width: 18px !important;
}

/* Table wrapper */
.table-responsive {
    border-radius: 5px !important;
    border: 0.3px solid rgba(0, 0, 0, 0.30) !important;
}

/* Table base */
.table {
    border: none !important;
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;

}

/* Header */
.table-header-custom {
    background-color: #2B7AC6 !important;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #FFF;
    /* 166.667% */
    padding: 8px 20px !important;

}

.table-header-custom tr td {
    border: 4px solid black !important;
}

.table tr td {



    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

/* Button */
.Add_New_Comment {
    display: flex;
    padding: 10px 13px 11px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #1A77F8;
    /* Thora sa alag blue button color */
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    border: none;
}

/* ✅ SAME STYLE FOR EVERY ROW */
.table tbody tr {
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA !important;
}


.Add_more_Admison {
    border-radius: 5px;
    background: #2B7AC6;
    color: #FFFFFF !important;
    border: none;
    padding: 8px 15px;

}

/* Global form control height matching - matches multiselector height of 40px */
.form-control {
    height: 40px !important;
}

.form-select {
    height: 40px !important;
}

textarea.form-control {
    height: auto !important;
}

input.form-control {
    height: 40px !important;
}

a {
    text-decoration: none;
}

#installment-contant {
    padding: 40px 80px 50px 40px;
    background: #F5F7FA;
}

#installment-contant .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #B0BABF;
}

#installment-contant .breadcrumb .breadcrumb-item {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #B0BABF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

#installment-contant .breadcrumb .breadcrumb-item:last-child {
    color: #202123;
}

.installment-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #003B74;
    margin: 30px 45px;
}

#main-contant-AI {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 50px;
}

#installment-input-section {
    margin-bottom: 30px !important;
}

#main-contant-AI #installment-number {
    padding: 0px 10px 0px 30px;
}

#main-contant-AI #installment-number .form-select {
    padding: 7px 15px;
    border: 1px solid #706F6F !important;
}

#main-contant-AI #installment-number .form-select:focus {
    border: 1px solid #706F6F;
    box-shadow: none;
}

#main-contant-AI #installment-type .form-select {
    width: 200px;
    padding: 7px 15px;
    border: 1px solid #706F6F !important;
    border-radius: 5px;
}

#main-contant-AI #installment-type .form-select:focus {
    border: 1px solid #706F6F;
    box-shadow: none;
}

#main-contant-AI #installment-search {
    display: flex;
    justify-content: flex-end;
}

#main-contant-AI #installment-search .search-section {

    border: 1px solid #706F6F;
    border-radius: 5px;

}

#main-contant-AI #installment-search .search-section input {
    width: 72%;
    float: left;
    border: none !important;

}

#main-contant-AI #installment-search .search-section input::placeholder {
    font-size: 15px;
    color: #706F6F;
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
}

#main-contant-AI #installment-search .search-section input:focus {
    box-shadow: none !important;
}

#main-contant-AI #installment-search .search-section i {
    padding: 11px 15px 11px 0px;
    color: #706F6F;
}

#main-contant-AI #installment-btn {
    padding: 0px 30px 0px 10px;
}

#main-contant-AI #installment-btn button {
    background: #176bdf;
    border-radius: 5px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    height: 40px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.installment-btm-section {
    padding-top: 30px;
}

#main-contant-AI .installment-btm-section .table-Results {
    display: flex;
    align-items: center;
}

#main-contant-AI .installment-btm-section .table-Results p {
    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin: 0px;
    margin-left: 30px;
}

/* BEGIN: TABLE */

.installment-table .hack1 {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.installment-table .hack2 {
    display: table-cell;
    overflow-x: auto;
    width: 100%;
}

.installment-table .table {
    width: 100%;
    border-collapse: collapse;
}

.installment-table .table td {
    border-bottom: 1px solid rgba(112, 111, 111, 0.6);
}

.installment-table .table thead tr {
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0) 463%);
}

/* thead area */
.installment-table .table thead tr th {
    border: none !important;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 16px 50px 16px 0px;
}

.installment-table .table thead tr th:first-child {
    padding: 16px 40px 16px 30px;
}

.installment-table .table thead tr th:nth-child(2) {
    padding: 16px 97px 16px 0px;
}

.installment-table .table thead tr th:nth-child(3),
.installment-table .table thead tr th:nth-child(4),
.installment-table .table thead tr th:nth-child(5),
.installment-table .table thead tr th:nth-child(7),
.installment-table .table thead tr th:nth-child(9),
.installment-table .table thead tr th:nth-child(10),
.installment-table .table thead tr th:nth-child(11),
.installment-table .table thead tr th:nth-child(12),
.installment-table .table thead tr th:nth-child(14) {
    padding: 16px 50px 16px 0px;
}

.installment-table .table thead tr th:nth-child(8) {
    padding: 16px 50px 16px 0px;
}

.installment-table .table thead tr th:nth-child(6) {
    padding: 16px 107px 16px 0px;
}

.installment-table .table thead tr th:nth-child(13) {
    padding: 16px 83px 16px 0px;
}

.installment-table .table thead tr th:last-child {
    padding: 16px 78px 16px 0px;
}

/* tbody area */
.installment-table .table tbody tr td {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #706F6F;
}

.installment-table .table tbody tr td:first-child {
    padding: 23px 40px 17px 30px;
}

.installment-table .table tbody tr td:nth-child(2),
.installment-table .table tbody tr td:nth-child(3),
.installment-table .table tbody tr td:nth-child(4),
.installment-table .table tbody tr td:nth-child(5),
.installment-table .table tbody tr td:nth-child(6),
.installment-table .table tbody tr td:nth-child(7),
.installment-table .table tbody tr td:nth-child(8),
.installment-table .table tbody tr td:nth-child(9),
.installment-table .table tbody tr td:nth-child(10),
.installment-table .table tbody tr td:nth-child(11),
.installment-table .table tbody tr td:nth-child(12),
.installment-table .table tbody tr td:nth-child(13),
.installment-table .table tbody tr td:nth-child(14) {
    padding: 20px 0px 15px 0px;
}

.installment-table .table tbody tr td:last-child {
    padding: 20px 0px 15px 0px;
}

.installment-table .table tbody tr td i {
    margin-left: 15px;
}

.installment-table .table tbody tr td i:first-child {
    color: #0A4279;
    margin: 0px;
}


/* END: TABLE */

/* BEGIN: PIGINATION */

#main-contant-AI .installment-btm-section .table-pagination {
    padding-right: 30px !important;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .page-item {
    margin-left: 5px;
    border-radius: 50%;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .page-item .page-link {
    border: 1px solid #AAA9AD;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AAA9AD;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .active .page-link {
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0) 463%);
    color: #FFFFFF;
    border-radius: 5px;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .page-item .page-link:focus {
    color: #FFFFFF;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0) 463%);
    box-shadow: none;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .page-item .p-btn {
    border: 1px solid #AAA9AD;
    border-radius: 30px;
    padding: 6px 10px;
}

#main-contant-AI .installment-btm-section .table-pagination .pagination .page-item .n-btn {
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0) 463%);
    border-radius: 5px;

    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    width: 60px !important;
}

/* END: PIGINATION */

/* BEGIN: MEDIA QUERY */
@media (max-width: 991px) {
    #installment-contant {
        padding: 40px;
    }

    #main-contant-AI #installment-number .form-select {
        padding: 7px 7px;
        width: 63px;
    }

    #main-contant-AI #installment-search .search-section input {
        width: 70%;
    }

    #main-contant-AI #installment-btn button {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #installment-contant {
        padding: 40px;
    }

    #installment-input-section {
        padding-bottom: 20px;
    }

    #main-contant-AI #installment-number,
    #main-contant-AI #installment-type,
    #main-contant-AI #installment-search,
    #main-contant-AI #installment-btn {
        padding: 0px 15px 15px 15px;
    }

    #main-contant-AI #installment-type .form-select,
    #main-contant-AI #installment-search .search-section {
        width: 100%;
    }

    #main-contant-AI #installment-btn button {
        height: 40px;
    }

    #main-contant-AI #installment-number .form-select {
        width: 100%;
    }

    #main-contant-AI #installment-search .search-section input {
        width: 80%;
    }

}

@media (max-width: 575px) {
    #installment-contant {
        padding: 30px;
    }

    .installment-heading {
        font-size: 14px;
        margin: 15px 0px;
    }

    #installment-input-section {
        padding-bottom: 20px;
    }

    #main-contant-AI #installment-number,
    #main-contant-AI #installment-type,
    #main-contant-AI #installment-search,
    #main-contant-AI #installment-btn {
        padding: 0px 15px 10px 15px;
    }

    #main-contant-AI #installment-type .form-select,
    #main-contant-AI #installment-number .form-select {
        width: 100%;
        padding: 2px 15px;
    }

    #main-contant-AI #installment-search .search-section,
    #main-contant-AI #installment-btn button,
    #main-contant-AI #installment-search .search-section {
        width: 100%;
        height: 30px;
    }

    #main-contant-AI #installment-search .search-section i {
        padding: 6px 15px 6px 0px;
    }

    /* table */
    .installment-table .table thead tr th {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .installment-table .table tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    /* table */

    .installment-btm-section {
        padding-top: 20px;
    }

    #main-contant-AI .installment-btm-section .table-Results {
        justify-content: center;
    }

    #main-contant-AI .installment-btm-section .table-Results p {
        font-size: 12px;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }

    #main-contant-AI .installment-btm-section .table-pagination {
        padding: 0px 10px !important;
    }

    #main-contant-AI .installment-btm-section .table-pagination {
        display: flex;
        justify-content: center !important;
    }

    #main-contant-AI #installment-search .search-section input {
        width: 82%;
    }

}

@media (max-width: 380px) {
    #installment-contant {
        padding: 20px;
    }

    #installment-contant .breadcrumb .breadcrumb-item {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .installment-heading {
        font-size: 14px;
        margin: 15px 0px;
    }

    #installment-input-section {
        padding-bottom: 20px;
    }

    #main-contant-AI #installment-number,
    #main-contant-AI #installment-type,
    #main-contant-AI #installment-search,
    #main-contant-AI #installment-btn {
        padding: 0px 15px 10px 15px;
    }

    #main-contant-AI #installment-type .form-select,
    #main-contant-AI #installment-number .form-select {
        width: 100%;
        padding: 2px 15px;
    }

    #main-contant-AI #installment-search .search-section,
    #main-contant-AI #installment-btn button,
    #main-contant-AI #installment-search .search-section {
        width: 100%;
        height: 30px;
    }

    #main-contant-AI #installment-search .search-section i {
        padding: 6px 15px 6px 0px;
    }

    /* table */
    .installment-table .table thead tr th {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .installment-table .table tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    /* table */

    .installment-btm-section {
        padding-top: 20px;
    }

    #main-contant-AI .installment-btm-section .table-Results {
        justify-content: center;
    }

    #main-contant-AI .installment-btm-section .table-Results p {
        font-size: 12px;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }

    #main-contant-AI .installment-btm-section .table-pagination {
        padding-right: 10px !important;
    }

}

/* END: MEDIA QUERY */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.sec-mode {
    border-radius: 10px;
}

.my-heading h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #003B74;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 88.889% */
}

.my-label {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.my-input {
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
    padding: 10px 12px;
}

.my-input:focus {
    box-shadow: none !important;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
}

.my-input::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
}

.my-text {
    padding: 11px 12px 50px 12px;
    background: #F5F7FA;
    resize: none;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
}

.my-text::placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
}

.my-text:focus {
    box-shadow: none !important;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
}

.btn-one {
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #000 !important;
    background: #FFF !important;
}

.btn-one span {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

.btn-two {
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%) !important;
    padding: 6px 20px;
    border: none;
}

.btn-two span {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

.sec-button {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center
}

.sec-batch span {
    color: #F00;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.sec-batch select {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
}

.my-select {
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    padding: 7px 12px;
}

.my-select:focus {
    box-shadow: none !important;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
}

.action-td {
    position: relative;
}

.menu-btn {
    cursor: pointer;
}

.dropdown {
    position: absolute;
    top: 30px;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 100;
    width: 150px;
    padding: 12px 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.dropdown div {
    padding: 6px 12px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.dropdown div:hover {
    background: #003B74;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

/*badges*/
.my-badge {
    border-radius: 50px;
    background: rgba(26, 119, 248, 0.12);
    color: #1A77F8;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
    width: 100px;
    height: 26px;
    margin-top: 9px;

}

.my-badge-1 {
    border-radius: 50px;
    background: rgba(255, 134, 0, 0.12);
    color: #FF8600;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
    width: 100px;
    height: 26px;
    margin-top: 9px;

}

.my-badge-2 {
    border-radius: 50px;
    background: #33FF001F;
    width: 100px;
    height: 26px;
    color: #3F0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* margin-top: 9px; */

    /* 18px */
}

.my-badge-3 {
    border-radius: 50px;
    background: rgba(255, 0, 0, 0.12);
    width: 100px;
    height: 26px;
    color: #F00;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 9px;
    /* 18px */
}

.my-badge-3-at {
    border-radius: 50px;
    background: rgba(255, 0, 0, 0.12);
    width: 100px;
    height: 26px;
    color: #F00;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* margin-top: 9px; */
    /* 18px */
}

.my-badge-4 {
    border-radius: 20px;
    background: #AE1AF8;
    opacity: 0.2;
    color: white;
    border-radius: 50px;
    width: 100px;
    height: 26px;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* margin-top: 9px; */

    /* 18px */
}

.my-badge-5 {
    border-radius: 20px;
    opacity: 0.2;
    background: #F8AE1A;
    color: white;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
    width: 100px;
    height: 26px;
    margin-top: 9px;

}

.my-desc {
    padding: 16px 240px 16px 0px !important;
}

.my-penal {
    padding: 16px 195px 16px 0px !important;
}

.my-comp {
    padding: 16px 156px 16px 0px !important;
}

.my-date {
    padding: 16px 80px 16px 0px !important;
}

.my-comment {
    padding: 16px 235px 16px 0px !important;
}

.my-cert {
    padding: 16px 50px 16px 0px !important;
}

.my-sr {
    padding: 16px 40px 16px 0px !important;
}

.my-cin {
    padding: 16px 100px 16px 0px !important;
}

.my-mail {
    padding: 16px 180px 16px 0px !important;
}

.my-reas {
    padding: 16px 242px 16px 0px !important;
}

.my-support {
    padding: 16px 95px 16px 0px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #main-contant-AI #installment-number {
        padding: 0px 10px 0px 10px;
    }
}

/* dropdown action css  */
.action-cell {
    position: relative;
}

.action-dropdown {
    position: absolute;
    right: 0;
    top: 28px;
    display: none;
    background: #fff;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    min-width: 200px;
    z-index: 1000;
}

.action-dropdown.show {
    display: block;
}

.action-dropdown li {
    padding: 0;
}

.action-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #6C757D;
    text-decoration: none;
    font-size: 14px;
}

.action-dropdown li a:hover {
    background: #003B74;
    color: #fff;
}

.action-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}










.custom-card_conversion {
    display: flex;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
}

.card-title_conversion {
    color: rgba(0, 0, 0, 0.36);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.card-amount_conversion {
    color: #003B74;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}






.custom-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 20px;
    height: 100%;
}

.card-title {
    color: rgba(0, 0, 0, 0.36);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.card-amount {
    color: #003B74;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.card-up {
    color: var(--Status---2, #3FF81A);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.card-down {
    color: var(--Status---3, #F81A3F);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.add_income {
    padding: 8px 37px;
    border-radius: 5px;
    background: #1A77F8;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.Expense_Add_Category {
    color: #ffffff;
    border: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 5px;
    background: #1A77F8;
    padding: 12px 36px 11px 36px;
}






#Add_Marketing {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 120%;
}

#Add_Marketing2 {
    padding: 8px 15px !important;
    border-radius: 5px;
    background: #1A77F8 !important;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.plus-btn {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0px !important;
}









.notify-row td {
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.notify-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 18px;
    gap: 15px;
    flex-wrap: wrap;
}

.notify-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 200px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.notify-icon {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.notify-icon.danger {
    border-radius: 40px;
    background: rgba(248, 26, 63, 0.2);
}

.notify-icon.yellow {
    border-radius: 40px;
    background: rgba(248, 174, 26, 0.2);
}

.notify-icon.blue {
    border-radius: 40px;
    background: rgba(26, 119, 248, 0.2);
}

.notify-icon.info {
    background: #e7f1ff;
    color: #1a77f8;
}

.notify-text h6 {
    color: #003b74;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.notify-text p {
    color: rgba(32, 33, 35, 0.6);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    margin: 4px 0 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.notify-date {
    color: #202123;
    text-align: right;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    flex-shrink: 0;
    min-width: 120px;
}

.notify-text2 h6 {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.notify-text2 p {
    color: rgba(32, 33, 35, 0.6);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 4px 0 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.notify-date2 {
    color: rgba(32, 33, 35, 0.6);
    text-align: right;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    flex-shrink: 0;
    min-width: 120px;
}

#Add-Product-To {
    padding: 11px 37px !important;
    border-radius: 5px;
    background: #1a77f8;
}

































@media (max-width: 767px) {

    /* Mobile view */
    .notify-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 14px;
    }

    .notify-left {
        width: 100%;
        min-width: unset;
    }

    .notify-date,
    .notify-date2 {
        width: 100%;
        text-align: right;
        min-width: unset;
        padding-top: 8px;
        font-size: 12px;
        line-height: 14px;
    }

    .notify-text h6,
    .notify-text2 h6 {
        font-size: 14px;
        line-height: 16px;
    }

    .notify-text p,
    .notify-text2 p {
        font-size: 12px;
        line-height: 14px;
    }

    .notify-icon svg {
        width: 20px;
        height: 20px;
    }

    .installment-table .table td {
        padding: 12px 10px !important;
    }

    .installment-table .hack1 {
        display: block;
    }

    .installment-table .hack2 {
        display: block;
        overflow-x: auto;
    }

    .installment-table .table {
        font-size: 12px;
    }
}

@media (max-width: 576px) {

    /* Extra small phones */
    .notify-wrap {
        padding: 10px;
        gap: 8px;
    }

    .notify-left {
        gap: 8px;
    }

    .notify-icon {
        padding: 6px;
    }

    .notify-icon svg {
        width: 18px;
        height: 18px;
    }

    .notify-text h6,
    .notify-text2 h6 {
        font-size: 13px;
        line-height: 15px;
    }

    .notify-text p,
    .notify-text2 p {
        font-size: 11px;
        line-height: 13px;
    }

    .notify-date,
    .notify-date2 {
        font-size: 11px;
        line-height: 13px;
    }

    .installment-table .table td {
        padding: 10px 8px !important;
    }

    .installment-table .table {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* Tablet view */
    .notify-wrap {
        flex-wrap: wrap;
        padding: 14px 16px;
    }

    .notify-text h6,
    .notify-text2 h6 {
        font-size: 15px;
        line-height: 17px;
    }

    .notify-text p,
    .notify-text2 p {
        font-size: 13px;
        line-height: 15px;
    }

    .notify-date,
    .notify-date2 {
        font-size: 13px;
        line-height: 15px;
        min-width: 100px;
    }

    .installment-table .table {
        font-size: 13px;
    }
}








/* 
=================================
Account settinge


=====================================





*/




/* Tabs Container */
.custom-tabs-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 0 0 1px #e5e5e5;
}

/* Tabs */
.custom-tabs {
    border-bottom: none;
}

.custom-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
}

.custom-tabs .nav-link.active {
    background-color: #d9e6f2;
    color: #0d3b66;
}


.btn-next {
    display: flex;
    width: 170px;
    height: 40px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);
    margin-left: auto;
    border: none;

}



.btn-leave {
    display: flex;
    width: 170px;
    height: 40px;

    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);
    margin-left: auto;
    border: none;

}




.box-session {
    display: flex;

    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
}

.box-session h5 {
    color: rgba(0, 0, 0, 0.36);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.box-session h4 {
    color: #003B74;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
}

.box-session p {
    color: var(--Status---3, #F81A3F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.box-session h6 {
    color: var(--Status---2, #3FF81A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}




.browse-btn {
    border-radius: 5px;
    background: #2B7AC6;
    color: #FFFFFF !important;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;

}



.check-in-out {
    display: flex;

    padding: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
}

.check-in-out img {


    height: 52px;
    border-radius: 48px;
}

.check-in-out h3 {
    color: #003B74;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    text-align: center;
}

.check-in-out h5 {
    color: #202123;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    text-align: center;
}

.check-in-out button {
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #2B7AC6;
    border: none;
}

.check-in-out button a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.check-in-out p {
    color: #202123;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 120% */
}

.export-btn {

    padding: 8px 15px;

    border-radius: 5px;
    background: #2B7AC6;

}

.export-btn a {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.browse-btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    padding: 8px 15px;

}




/* 
===================
employe list tab 
====================




*/

.custom-tabs {
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    gap: 20px;
    width: 100%;
}

.custom-tabs .nav-link {
    border: none;
    background: transparent;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-tabs .nav-link.active {
    color: #003B74 !important;
    background: linear-gradient(180deg, rgba(43, 122, 198, 0.20) 0%, rgba(43, 122, 198, 0.20) 33.33%, rgba(44, 96, 147, 0.20) 66.67%, rgba(23, 82, 139, 0.20) 100%), #FFF !important;
    border-radius: 4px;
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom-tabs .nav-link:hover {
    color: #003B74;
}

.btn-next {
    display: flex;
    width: 170px;
    height: 40px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);
    margin-left: auto;
    border: none;

}

.btn-two {

    width: 170px;
    height: 40px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    float: right !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    margin-right: 10px;


}

.btn-one {

    width: 170px;
    height: 40px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #000000 !important;
    float: right !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);

    border: none;

}

.search-employeeabu {
    display: flex;
    padding: 0%;
    padding-top: 3%;

}

.search-employee {
    border-radius: 5px;
    background: #1A77F8;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;

    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */

    padding: 11px 34px !important;
    border: none;



}

/* 
modal */



/* =========================
   MODAL MOBILE VIEW
   ========================= */
@media (max-width: 576px) {
    .modal {
        width: 95vw;
        max-width: 400px;
        margin: 10px auto;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    }

    .modal-header,
    .modal-footer {
        padding: 8px 12px;
        font-size: 15px;
    }

    .modal-content {
        font-size: 14px;
    }
}


.custom-modal {


    display: flex;
    width: 600px;
    padding: 10px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    border-radius: 10px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
}

.modal-title {

    color: #003B74;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 88.889% */
}

.modal-text {

    color: rgba(32, 33, 35, 0.60);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 114.286% */
    padding-top: 20px;
}

.modal-text-area {
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    display: flex;
    padding: 10.5px 12px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: 100px;
}


/* Reject button */
.btn-reject {

    width: 128px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--Status---3, #F81A3F);
    background: #FFF;
    color: #ff4d4f;
    ;
}

.btn-reject:hover {
    background: #ff4d4f;
    color: #fff;
}

/* Accept button */
.btn-accept {

    width: 128px;
    height: 40px;
    border-radius: 5px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    border: none;
}

.btn-accept:hover {
    color: white !important;
}





.btttn-one {
    display: flex;
    width: 170px;
    height: 40px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;

}

.btttn-two {
    display: flex;
    width: 170px;
    height: 40px;
    padding: 11px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    color: white !important;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%) !important;
    border: none;
    float: right !important;

}


/* Dashboard CSS  */
/* BEGIN: GOOGLE FONT LINK */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* END: GOOGLE FONT LINK */

a {
    text-decoration: none;
}

#vt-main-section {
    background: #F5F7FA;
    /* padding: 40px 80px 50px 40px; */
}

.main-page-head {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #202123;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 30px;
}

.home-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-section .col-md-3 {
    width: 23%;
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
}

.vt-Inquiries p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2B7AC6;
    margin-bottom: 5px;
}

.vt-Inquiries h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #2B7AC6;
    margin-bottom: 25px;
}

.vt-Inquiries .btn-group button {
    padding: 0px;
    display: flex;
    margin-top: 5px;
}

.vt-Inquiries .btn-group button:focus {
    box-shadow: none;
}

.vt-Inquiries .dropdown-toggle::after {
    display: none;
}

/* progress bar */
.inquirie-progress-bar {
    /* background-color: #2B7AC6; */
    height: 33%;
    width: 100%;
}

/* 
.inquirie-progress-bar .small-charts {
    width: 100% !important;
    height: 100% !important;
} */

#chart path {
    fill: transparent;
    stroke: #2B7AC6;
}

/* progress bar */

.vt-social-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.vt-social-links .col-md-3 {
    width: 23%;
    height: 120px;
    padding: 0px;
    background: #FFFFFF;
    border-radius: 5px;
}

.social-icon {
    width: 100%;
    height: 90px;

    background: #4267B2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
}

.vt-social-links .icon-detail {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #2B7AC6;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BEGIN: Chart area */
.vt-system-Overview .col-md-12 {
    background: #FFFFFF;
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    /* height: 440px; */
}

.vt-system-Overview .col-md-12 .chart-detail {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-contant h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 5px;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-contant p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #616161;
    margin: 0px;
}

.vt-system-Overview .col-md-12 .progress-chart {
    width: 100% !important;
    height: 360px !important;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #A4A6A9;
    border: 1px solid #A4A6A9;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button:first-child {
    padding: 12px 30px;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button:nth-child(2) {
    padding: 12px 10px;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button:last-child {
    padding: 12px 15px;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button:hover {
    background: #D9D9D9;
}

.vt-system-Overview .col-md-12 .chart-detail .chart-btn .btn-group button:focus {
    box-shadow: none;
}



/* END: Chart area */



/* BEGIN: Maps are Espans */
.bottom-section {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.bottom-section .vt-google-api {
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 340px;
    width: 48%;

}

.bottom-section .vt-google-api .vt-map {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 30px 0px 20px;
    position: relative;
}

.bottom-section .vt-google-api .vt-map span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #202123;
}

.bottom-section .vt-google-api .vt-map .map-icon {
    position: absolute;
    right: 30px;
    top: 11px;
}

.bottom-section .vt-google-api .vt-map .map-icon button {
    border: none;
}

.bottom-section .vt-google-api .vt-map .map-icon button i {
    font-size: 20px;
}

.bottom-section .total-section {
    width: 48%;
}

/*  */
.bottom-section .row1 {
    display: flex;
    justify-content: space-between;
}

.bottom-section .row1 .col-md-6 {
    box-sizing: border-box;
    width: 48%;
    height: 100px;

    background: #FFFFFF;
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px 50px 25px 30px;
}

.bottom-section .row1 .col-md-6 img {
    float: left;
}

.bottom-section .row1 .col-md-6 .vt-details {
    float: right;
}

.bottom-section .row1 .col-md-6 .vt-details span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #5C5D61;
}

.bottom-section .row1 .col-md-6 .vt-details h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #202123;
    margin: 0px;
    /* margin-top: 5px; */
}

/*  */
.bottom-section .row2 {
    display: flex;
    justify-content: space-between;
}

.bottom-section .row2 .col-md-6 {
    box-sizing: border-box;
    width: 47%;
    height: 100px;

    background: #FFFFFF;
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px 50px 25px 30px;
}

.bottom-section .row2 .col-md-6 img {
    float: left;
}

.bottom-section .row2 .col-md-6 .vt-details {
    float: right;
}

.bottom-section .row2 .col-md-6 .vt-details span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #5C5D61;
}

.bottom-section .row2 .col-md-6 .vt-details h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #202123;
    margin: 0px;
    /* margin-top: 5px; */
}

/*  */
.bottom-section .row3 {
    display: flex;
    justify-content: space-between;
}

.bottom-section .row3 .col-md-6 {
    box-sizing: border-box;
    width: 47%;
    height: 100px;

    background: #FFFFFF;
    border: 0.3px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 25px 50px 25px 30px;
}

.bottom-section .row3 .col-md-6 img {
    float: left;
}

.bottom-section .row3 .col-md-6 .vt-details {
    float: right;
}

.bottom-section .row3 .col-md-6 .vt-details span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #5C5D61;
}

.bottom-section .row3 .col-md-6 .vt-details h6 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #202123;
    margin: 0px;
    /* margin-top: 5px; */
}

/* END: Maps are Espans */
@media (max-width: 1270px) {
    .bottom-section .row1 .col-md-6 {
        padding: 25px 30px 25px 25px;
    }

    .bottom-section .row2 .col-md-6 {
        padding: 25px 30px 25px 20px;
    }

    .bottom-section .row3 .col-md-6 {
        padding: 25px 30px 25px 20px;
    }
}

@media (max-width: 1140px) {

    .bottom-section .row1 .col-md-6,
    .bottom-section .row2 .col-md-6,
    .bottom-section .row3 .col-md-6 {
        padding: 25px 15px;
    }

}

@media (max-width: 1140px) {

    .bottom-section .row1 .col-md-6,
    .bottom-section .row2 .col-md-6,
    .bottom-section .row3 .col-md-6 {
        padding: 25px 8px;
    }
}

@media (max-width: 991px) {
    #vt-main-section {
        padding: 40px;
    }

    .bottom-section .row1 .col-md-6,
    .bottom-section .row2 .col-md-6,
    .bottom-section .row3 .col-md-6 {
        padding: 25px 30px 25px 25px;
    }
}

@media (max-width:767px) {}

@media (max-width: 575px) {
    #vt-main-section {
        padding: 30px;
    }
}

@media (max-width: 380px) {
    #vt-main-section {
        padding: 20px;
    }
}

.Login_body {
    background-color: #F5F7FA;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Desktop Default */
.login-card {
    border-radius: 12px;
    border: 0.6px solid rgba(0, 0, 0, 0.30);
    background: #FFFFFF;
    width: 100%;
    max-width: 420px;
    padding: 35px !important;
}

.login-card .login-foam {
    display: flex;
    flex-direction: column;
    gap: 22px !important;
}

.form-label {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
}

.form-control {
    border-radius: 6px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    padding: 10px 15px !important;
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-login {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%);
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

.btn-login:hover {
    color: #FFF !important;
}

@media (max-width: 576px) {

    .Login_body {
        align-items: flex-start;
        padding-top: 70px;
    }

    .login-card {
        max-width: 100%;
        padding: 20px !important;
        border-radius: 10px;
    }

    .form-label {
        font-size: 13px;
    }

    .form-control {
        font-size: 12px;
        padding: 8px 12px !important;
    }

    .btn-login {
        font-size: 13px;
        padding: 10px;
    }
}

@media (min-width: 577px) and (max-width: 991px) {

    .login-card {
        max-width: 480px;
        padding: 30px !important;
    }

    .form-label {
        font-size: 14px;
    }

    .form-control {
        font-size: 13px;
    }

    .btn-login {
        font-size: 14px;
    }
}




/* TD container relative */
.action-td {
    position: relative;
    /* dropdown ko absolute position dene ke liye */
}

/* SVG menu button cursor */
.menu-btn {
    cursor: pointer;
}

/* Dropdown box */
.action-td .dropdown {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* TD ke andar absolute */
    top: 28px;
    /* SVG ke niche thoda thoda space */
    right: 0;
    /* Right align */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    min-width: 150px;
    z-index: 100;
    padding: 5px 0;
    font-family: Poppins, sans-serif;
}

/* Dropdown items */
.action-td .dropdown div {
    padding: 8px 15px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    /* transition: background 0.2s; */
}

/* Hover effect */
.action-td .dropdown div:hover {
    background-color: rgba(0, 59, 116, 1);
    color: rgba(255, 255, 255, 1);
}

/* Optional: For mobile screens */
@media (max-width: 576px) {
    .dropdown_ActionStudent {
        min-width: 120px;
        font-size: 12px;
    }
}



.Pending_attendnce {
    border-radius: 20px;
    opacity: 0.6;
    background: var(--Status---5, #F8AE1A);

    width: 100px;
    height: 26px;
    color: var(--Status---5, #4f3602) !important;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.Dashboard_heading {
    color: #202123;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.big-cont {
    display: flex;
    flex-direction: column !important;
    gap: 30px !important;
    padding: 0px !important;
}



.card_dashborad {
    border-radius: 12px;
    background: #FFF;
    padding: 20px !important;

}

.sparkline {
    width: 100% !important;
    overflow: hidden;
}

.stat-title {
    color: rgba(0, 0, 0, 0.36);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.stat-value {
    color: #003B74;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;

    /* 128.571% */
}

.conversion-card {


    padding: 20px;
    box-sizing: border-box;

    border: none;
    border-radius: 12px;
    height: 100% !important;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.chart-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.chart-header small {
    color: #666;
}

.chart-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100% !important;

}

.chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

/* Canvas height = card height - header - legend */
#conversionChart {
    width: 100%;
    height: calc(100% - 50px);
    /* header+legend ka approx height */
}

/* Legend styling */
.conversion-legend {
    margin-top: 10px;
    text-align: right;
}

.conversion-legend ul {
    padding: 0;
    margin: 0;
}







.conversion-legend li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    color: #475569;
    /* text color */
}

/* Legend box colors */
.legend-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 5px;
    border: none;
}

/* Ab colors yahan se assign karo */
.legend-0 {
    background-color: #3b82f6;
}

/* Admissions */
.legend-1 {
    background-color: #f59e0b;
}

/* Inquiries */
.Recent_Activity {
    border-radius: 12px;
    background: #FFF;
    display: flex;

    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    height: 100%;

}

.Recent_Activity .Recent-heading {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
}

.Recent_Activity .Recent_Notifications {
    color: #616161;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.Recent_Activity .Recent_icon {

    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(26, 119, 248, 0.20);
}

.Recent-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dropdown div a {
    color: black !important;
    transition: 0.3s;
}

.dropdown div:hover a {
    color: white !important;
}

.Recent-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 8px 0px !important;
}

.Recent-list .Recent_List-Text {
    color: #003B74;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}

.Recent-list .Recent_List-Text_Seeing {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}

.Dashborad_Social_Media {
    display: flex;
    flex-direction: column;
    padding: 20px !important;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #FFF;
    height: 100%;
}

.Dashborad_Social_Media .Social_heading {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    align-self: stretch;
}

.Dashborad_Social_Media .Social_Notification {
    color: #616161;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    align-self: stretch;


}

.Dashborad_Social_Media .social-list {
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.Dashborad_Social_Media .social-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 8px 0px;

}

.Dashborad_Social_Media .social-list li .soical_icon_blue {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(26, 119, 248, 0.20);
}

.Dashborad_Social_Media .social-list li .soical_icon_Black {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.12);
}

.Dashborad_Social_Media .social-list li .soical_icon_Pink {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(250, 126, 30, 0.12);

}

.Dashborad_Social_Media .social-list li .soical_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0px;

    width: 100% !important;
}

.Dashborad_Social_Media .social-list li .soical_text h4 {
    color: #003B74;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    align-self: stretch;
}

.Dashborad_Social_Media .social-list li .soical_text p {
    color: #616161;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Dashboard_map {
    padding: 0px;

}

.map-wrapper {
    width: 100%;
    height: 100% !important;
    /* map height */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .chart-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    #conversionChart {
        min-width: 700px;
        /* jitni width chaho */

        /* same height rahe */
    }

    .chart-header {
        flex-direction: column !important;
        align-items: flex-start !important;

    }

    .form-select-sm {
        width: 100% !important;
    }


}



/* Multi Select CSS  */


.custom-multiselect-container {
    position: relative;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.multiselect-box {
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0.3px solid rgba(0, 0, 0, 0.30);
    background: #F5F7FA;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 500;
}

.multiselect-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.multiselect-dropdown.active {
    display: block;
}

.group-header {
    background: #f1f3f5;
    padding: 8px 15px;
    font-weight: 700;
    color: #003B74;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
    cursor: default;
}

.multiselect-item {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.05);
}

.multiselect-item:hover {
    background: #f8f9fa;
}

.multiselect-item label {
    cursor: pointer;
    margin: 0;
    flex-grow: 1;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.multiselect-item input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.hidden-inputs-container {
    display: none;
}

.table-eye {
    vertical-align: top !important;
}


.btn-secondary {
    background: linear-gradient(180deg, #003B74 0%, rgba(0, 59, 116, 0.00) 463%) !important;

}



/* salary details modal css  */
@media print {
    body * {
        visibility: hidden;
    }

    #salarySlipModal,
    #salarySlipModal * {
        visibility: hidden;
    }

    #salarySlipPrintable,
    #salarySlipPrintable * {
        visibility: visible;
    }

    #salarySlipPrintable {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 20px;
    }

    .modal-content {
        box-shadow: none !important;
        border: none !important;
    }

    .btn-close,
    .modal-footer {
        display: none !important;
    }
}

.action-dropdown {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
    min-width: 150px;
    right: 0;
    top: 35%;
    margin-top: 5px;
    border: 1px solid #eee;
}

.action-dropdown.show {
    display: block;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.action-dropdown li a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: #444;
    font-size: 14px;
    text-decoration: none;
}

.action-dropdown li a:hover {
    background: #003B74;
    color: #f0f7ff;
    padding-left: 25px;
}

#salaryHistoryModal .modal-content {
    border-radius: 20px;
    border: none;
}

.history-card {
    background: #f8faff;
    border: 1px solid #eef2ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.history-card:hover {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(26, 119, 248, 0.1);
    transform: translateY(-2px);
    border-color: #1A77F8;
}

.history-card .month-label {
    color: #1A77F8;
    font-weight: 700;
}

.history-card .amount-label {
    font-weight: 800;
    color: #333;
}

.btn-download-pdf {
    background: rgba(26, 119, 248, 0.1);
    color: #1A77F8;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-download-pdf:hover {
    background: #1A77F8;
    color: white;
}