@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-pink: #fd397a;
    --bs-blue: #3472f5;
    --bs-purple: #5867dc;
    --bs-green: #0abb87;
}

.Actives_Debit {
    background-color: var(--bs-blue) !important;
}

.vibhagaadeshpdf {
    background-color: var(--bs-blue);
}

.bg-green {
    background-color: var(--bs-green);
}

.vibhagaadeshpdf .fa-file-pdf {
    color: white !important;
}

.body {
    font-family: "Noto Sans", serif !important;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
} */


div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.home-approved-statistics .kt-widget17__icon i {
    color: #0abb87 !important;
}

.home-pending-statistics .kt-widget17__icon i {
    color: #ffb822 !important;
}

.home-rejected-statistics .kt-widget17__icon i {
    /* color:#fd397a!important; */
}

.home-forwarded-statistics .kt-widget17__icon i {
    color: #5d78ff !important;
}

.home-draft-statistics .kt-widget17__icon i {
    color: #282a3c !important;
}

.total-count {
    padding-top: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
}

.kt-portlet--fit .kt-widget__progress {
    position: relative;
    margin-top: 10px;
}

.kt-portlet--fit .kt-widget__progress .kt-widget__stats {
    position: absolute;
    right: -30px;
    font-size: 12px;
    top: -4px;
    color: rgba(255, 255, 255, 0.8);
}

.kt-portlet--fit .progress-bar {
    background-color: rgb(97, 238, 139) !important
}

.kt-portlet--fit .progress {
    background-color: #fff;
}

.kt-widget17 .kt-widget17__visual {
    background-image: url(../images/graph-bg.png);
    background-size: cover;
}

.kt-notification {
    overflow: auto;
    max-height: 450px;
}

.dashboard-sec .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    font-size: 1.65rem;
    text-transform: uppercase;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_length {
    position: absolute;
    left: 320px;
}

.kt-aside__brand {
    background-color: #fff;
    border-right: solid 1px #f1f1f1;
    /* border-bottom: solid 1px #f1f1f1; */
}

.if-pay-dues {
    padding: 15px;
    border: dashed 1px #ddd;
    background-color: #fbfbfb;
}

.if-pay-dues h5 {
    margin-bottom: 15px;
    font-size: 15px;
    color: #a5aed0;
    padding-bottom: 7px;
    border-bottom: solid 1px #f1f1f1;
}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
}

.bootstrap-select .dropdown-item {
    white-space: normal;
}

.dashboard-sec .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title i {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
}

/* Retirement Pay Content Theme */
#retirement-pay-table_wrapper td a {
    color: #1bb5a6;
    font-weight: 500;
}

#inbox-table_wrapper td a {
    color: #218fe9;
    font-weight: 500;
}

#retirement-pay-table_wrapper .btn.btn-clean i {
    color: #707486;
    opacity: 0.85;
}

#retirement-pay-table_wrapper .btn.btn-clean:hover i {
    opacity: 1;
}

.text-rp {
    color: #24caba !important;
}

.bg-rp {
    background-color: #1bb5a6 !important;
}

#retirement-pay-table_wrapper .paginate_button.page-item.active .page-link {
    background-color: #1bb5a6 !important;
}

#retirement-pay-table_wrapper .pagination .page-item:hover>.page-link {
    background: #56d7ca !important;
}



/* Progress Circle */

.cdev {
    position: relative;
    height: 45px;
    width: 45px;
    margin: 0 auto;
}

.cdev div {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.cdev div span {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    line-height: 34px;
    height: 34px;
    width: 34px;
    left: 7.6px;
    top: 7.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.cdev .background {
    background-color: #b3cef6;
}

.cdev .rotate {
    clip: rect(0 25px 50px 0);
    background-color: #4b86db;
}

.cdev .left {
    clip: rect(0 25px 50px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.cdev .right {
    clip: rect(0 25px 50px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}


.dataTables_scrollHeadInner {
    min-width: 100% !important;
}


#jQueryProgressFormBar>div {
    display: block;
    background: green;
    width: 0;
}

#jQueryProgressFormBar>div.warn {
    background: yellow;
}

#jQueryProgressFormBar>div.error {
    background: red;
}

table.dataTable tbody>tr.selected td {
    background-color: #f0fffd !important;
    border-color: #c8f5f0;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #f0fffd !important;
}

.dataTables_wrapper .kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>span {
    background: transparent;
    border: solid 1px #a6acb9 !important;
}

.dataTables_wrapper .kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>input:checked~span {
    background: #1bb5a6;
    border-color: #158f83 !important;
}

.no-checkbox .kt-checkbox {
    display: none;
}

tr.selected .kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>span {
    background: #1bb5a6;
    border-color: #158f83 !important;
}

tr.selected .kt-checkbox.kt-checkbox--brand.kt-checkbox--solid>span::after {
    border: solid #fff;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dataTables_wrapper .kt-badge {
    white-space: nowrap;
}

.kt-wizard-v1__nav-item[data-ktwizard-state="done"]:after,
.kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label,
.kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
    color: #a2a5b9 !important;
}

.kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body {
    background-color: #5d78ff !important;
}

.kt-wizard-v1__nav-item[data-ktwizard-state="current"]:after {
    color: #5d78ff !important;
}

.kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label,
.kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
    color: #fff !important;
}

.mt-15 {
    margin-top: 15px;
}

.edit-application-modal .modal-body,
.view-details-modal .modal-body {
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.modal_kt-wizard-v1__review-title {
    color: #333;
    font-weight: 400;

}

.modal_kt-wizard-v1__review-item {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #f1f1f7;
}

.modal_kt-wizard-v1__review-content {
    line-height: normal;
    font-weight: 500;
}

.modal_form-inner-heading {
    margin-bottom: 25px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.in-wrapper-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    background-color: transparent;
    border: solid 1px rgb(255, 0, 0, 0.3);
    border-radius: 3px;
    color: rgba(255, 0, 0, 0.5);
}

.status-tab-wrapper {
    padding: 17px;
    background-color: #333;
    margin: 8px 0px;
    border-radius: 4px;
    box-shadow: 4px 7px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: 0.7s;
    height: calc(100% - 15px);
}

.status-tab-wrapper .row {
    height: 100%;
}

.status-tab-statistics {
    display: table;
    height: 100%;
}

.status-tab-statistics span {
    display: table-cell;
    vertical-align: middle;
}

.status-tab-wrapper:hover {
    opacity: 0.8;
    transition: 0.7s;
}

.status-tab-wrapper .status-tab {
    font-size: 18px;
    font-weight: 400;
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    text-align: left;
    display: table;
    width: calc(100% - 15px);
    height: 100%;
    padding-right: 15px;
}

.status-tab-wrapper a {
    color: #fff;
}

.status-tab-wrapper .status-tab span {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.bg-approved {
    background-color: #0abb87 !important;
}

.bg-draft {
    background-color: #282a3c !important;
}

.bg-forwarded {
    background-color: #5d78ff !important;
}

.bg-pending {
    background-color: #ffb822 !important;
}

.bg-rejected {
    background-color: #fd397a !important;
}

.bg-all {
    background-color: #2196f3 !important;
}

.btn.bg-all {
    background-color: #2196f3;
    border-color: #218fe9;
}

.btn.bg-all:hover {
    opacity: 0.9;
}

.bg-grey {
    background-color: #999;
}


.text-all {
    color: #2196f3 !important;
}

.text-approved,
.text-approved i {
    color: #0abb87 !important;
}

.text-draft,
.text-draft i {
    color: #282a3c !important;
}

.text-forwarded,
.text-forwarded i {
    color: #5d78ff !important;
}

.text-pending,
.text-pending i {
    color: #ffb822 !important;
}

.text-rejected,
.text-rejected i {
    color: #fd397a !important;
}

.text-acknowledgement,
.text-acknowledgement i {
    color: #409ce7 !important;
}

.text-edit,
.text-edit i {
    color: #f88921 !important;
}

.text-view,
.text-view i {
    color: #627cc5 !important;
}

.text-forward,
.text-forward i {
    color: #746d7c !important;

}

.status-tab-statistics .kt-widget__progress .progress {
    width: calc(100% - 40px) !important;
    margin-top: 10px;
    float: left;
    background-color: rgba(0, 0, 0, 0.2);
}

.status-tab-statistics .total-count {
    padding-top: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.status-tab-statistics .kt-widget__stats {
    float: right;
    width: 30px;
    padding-left: 10px;
    line-height: normal;
}

.mtb-20 {
    margin: 20px 0;
}

.event-none {
    pointer-events: none;
}

#reports-table_filter {
    margin-bottom: 15px !important;
}

.fa-file-pdf {
    color: #ff5353 !important;
}




/* Responsive */
@media only screen and (max-width: 1280px) {
    .dashboard-sec .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 500;
    }

    .total-count {
        font-size: 15px;
    }

    .btn-group-sm>.btn,
    .btn-sm {
        padding: .5rem 0.7rem;
    }

    .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__desc {
        font-size: 1.7rem;
    }

    .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
        padding: 0.8rem 1rem;
    }

    .status-tab-statistics .total-count {
        font-size: 17px;
    }

    .status-tab-wrapper .status-tab {
        font-size: 16px;
    }
}

.kt-aside__brand-logo img {
    /* max-width: 100%; */
    max-height: 60px;
    /* padding: 5px; */
    padding-top: 3px;
    /* padding-right: 3px; */
}

.website-title h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color:
        #000;
}

.subheader_wrapper {
    /* padding: 0px 0px 20px 5px; */
}

.forward-inner-heading {
    font-size: 15px;
    font-weight: 500;
}

.forward-form-wrapper {
    padding: 0px;
    border-radius: 5px;
    margin-top: 30px;
}

.forward-autorised-person {
    text-align: center;
    border: solid 1px #f1f1f1;
    background-color: #fbfbfb;

}

.forward-form-heading {
    background-color: #5b6186;
    display: inline-block;
    padding: 3px 16px;
    transform: translateY(-15px);
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
}

.mb-10 {
    margin-bottom: 10px;
}

.forward-form-inner {
    padding: 15px;
    margin-top: 10px;
}

.forward-form-inner h5 {
    font-size: 14px;
    color: #4a538a;
}

.forward-option-list ul {
    list-style-type: none;
    padding: 10px;
    max-height: 220px;
    overflow: auto;
}

.forward-option-list ul li {}

.forward-option-list {
    margin: 10px 0px 0px 0px;
    border: solid 1px #eee;
}

.forward-option-list h6 {
    padding: 10px;
    background-color: #e4e8ee;
}

.forward-other-details {
    padding-top: 30px;
}

.forward-doc-upload .custom-file-label {
    padding-right: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-select {
    color: #fff;
}

.language-select button {
    padding: 3px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: solid 1px rgb(0, 0, 0, 0.2);
}

.language-select button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.language-select span {
    display: block;
    padding-bottom: 5px;
}

.dataTables-td-dropdown .dropdown-item.active,
.dataTables-td-dropdown .dropdown-item:active {
    background-color: #f8f9ff !important;
}

.created-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 .75rem;
    margin: 0;
}

.created-by a {
    padding: 0px 3px;
    color: #0274be;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 13px;
}

th,
td {
    text-align: left;
    padding: 5px 5px;
    border: 1px solid #ddd;
    /* width: 100%; */
    font-weight: 400;
}

.addbtn {
    margin-top: 22px;
    border-radius: 6px;
}


.active-form-tab {
    background-color: #3472F5 !important;
    color: white !important;
}

.active-form-tab div {
    color: #fff !important;
}

/* .block_sub{
    display: block !important;
} */


.kt_hide-logo {
    display: none;
}

.kt_hide-mainlogo {
    display: none !important;
}

.kt_aside-hide {
    width: 80px !important;
}

.kt_aside-open {
    width: 207px !important;
}

.kt_wrapper-expand {
    padding-left: 203px !important;
}

.kt_wrapper-extend {
    padding-left: 0px !important;
}

.kt_header-expand {
    left: 206px !important;
}

.kt_header-extend {
    left: 80px !important;
}

.kt_subheader-expand {
    left: 200px !important;
}

.kt_subheader-extend {
    left: 80px !important;
}

#kt_aside {
    /* transition: width ease-in 0.4s !important; */
    transition: none !important;
    display: block;
}

#kt_wrapper {
    transition: padding-left ease-in 0.4s !important;

}

#kt_header {
    transition: left ease-in 0.4s !important;
    margin-left: 10em;
}

#kt_subheader {
    transition: left ease-in 0.4s !important;
    margin-left: 10em;
}

.sidebar-mobile {
    position: fixed;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1025px) {
    .sidebar-logo {
        /* display: none !important; */
        width: 50px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1025px) {
    .kt-content {
        padding: 0px 0px;
    }

    .kt-header--fixed.kt-subheader--fixed .kt-subheader {
        top: 60px;
        /* background-color: transparent !important; */
        background-color: white !important;
    }
}


#menu-animation-masters {
    transition: display ease-in 1s !important;
    animation-name: showAnimation;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes showAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



#fab {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #3472F5;
    padding: 14px 14px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#fab span {
    display: none;
}

#fab:hover span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    animation-name: showAnimationFAB;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}


@keyframes showAnimationFAB {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 34px;
    }
}



.table-scroll {
    max-height: 60vh;
    overflow-y: auto;
}

.table-height {
    max-height: 100%;
    /* overflow-y: auto; */
}

.table-scroll thead {
    position: sticky;
    top: 0;

}

.table-scroll thead tr th {
    /* background-color: #3472F5; */
    color: #fff;

}

/* .table-scroll thead tr th:first-child {
        border-top-left-radius: 10px;

    }
    .table-scroll thead tr th:last-child {
        border-top-right-radius: 10px;

    } */
.table-scroll tbody tr:nth-child(even) td {
    background-color: #F4F4F4;

}

.active-master {
    background-image: linear-gradient(45deg, #cecece, transparent) !important;
}

.kt-subheader__title {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 14px !important;
}


.kt-menu__link-text {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 0px;
}


.kt-menu__link-text i {
    /* margin-left: 10px !important; */
}

.kt-menu__subnav {
    /* border-left: 1px solid #858486 !important; */
    margin-left: 0px !important;
    /* margin-top: 10px !important; */
    margin-bottom: 10px !important;

}

.hr-section {
    height: 10px;
    background-color: #e2e2e2;
    border-radius: 5px;
    border: none;
    margin-top: 1.75rem;
}

label {
    color: #000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fa {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.icons {
    font-size: 25px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 15px !important;
    padding: 16px 12px !important;
}


.form-add-btn-fix-age {
    /* background-color:#1BB5A6; */
    background-color: #3472F5;


}

.form-add-btn-family-pension {
    background-color: #3472F5;

}

.form-add-btn-forced-service {
    background-color: #3472F5;

}

.form-popup-btn {
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-out !important;

}

.form-popup-btn:hover {
    transform: scaleX(1.1);

}

.form-popup-btn span {
    margin: 0 5px !important;
}

i {
    transition: transform 0.3s ease-out !important;

}

i:hover {
    transform: scale(1.2);

}

.form-control:focus {
    border: 2px solid #3472F5;
}


.bgcolor-blue {
    background-color: #3472F5 !important;
}

.cursor-pointer {
    cursor: pointer !important;

}


.width-10 {
    width: 10% !important;
}

.width-8 {
    width: 8% !important;
}

.width-5 {
    width: 5% !important;
}

.width-15 {
    width: 15% !important;
}

.text-align-center {
    text-align: center !important;
}

.modal-header:active {
    cursor: all-scroll !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.service-details-row td {
    font-weight: 600;
}

.service-details-table-heading th {
    font-weight: 600;
    text-align: center;
}

td i {
    cursor: pointer !important;
}


.container-outline {
    background-color: #fff;
    border: 1px solid #848586;
    border-radius: 5px;
    padding: 5%;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    height: 50vh;
    overflow-y: auto;
}

.container-outline-heading {
    background-color: #fff;
    position: absolute;
    top: -10px;
    padding-left: 1px;
    padding-right: 1px;
}

h1.applicationName {
    /* color: #585a64; */
    color: black;
    font-weight: 600;
    /* letter-spacing: 1.5px; */
    text-shadow: 1px 1px 2px#84858681;

}

.proposedCasesCont {
    /* background-image: linear-gradient(160deg, #1bb5a6 0%, #3472f5 100%); */
    color: #fff;
    padding: 0.8% 0;
    margin-bottom: 0.5%;
    flex-wrap: wrap;
}

div.proposedCasesCard {
    /* background-color: #fff; */
    background-color: #3bacf8;
    color: #fff;
    flex-basis: 25%;
    background-image: url(../images/graph-bg.png);
    background-size: cover;
    padding: 1% 2%;
    border-radius: 5px;
    text-transform: uppercase !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.proposedCasesCard label {
    color: #fff !important;
    font-weight: 600;
}

div.proposedCaseIconCont {
    position: absolute;
    background-color: #ffffff33;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
}

.add-button-header {
    transition: all ease-in 0.2s;
    box-shadow: 0 2px 2px rgb(150, 150, 150);

}

.add-button-header:hover {
    transform: scaleX(1.05);


}

.add-button-header:hover .add-button {
    color: #fff !important;
}

/* .add-button:hover.add-buttons {
    color: #fff !important;
} */

.card_shadow {
    box-shadow: 0px 10px 20px rgba(33, 31, 38, 0.15) !important;
}

.card_shadow:hover {
    box-shadow: inset 0px 2px 10px rgba(33, 31, 38, 0.15) !important;
    ;
}

.table_heading {
    /* background-color: grey !important; */
    color: white !important;
    font-weight: 600;
}

.login_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}

.kt-menu__item {
    /* border-left: 6px solid transparent; */
}

.css-1dimb5e-singleValue {
    /* color: hsl(0, 0%, 70%) !important; */
    font-weight: 500;
}

.css-1jqq78o-placeholder {
    /* color: hsl(0, 0%, 70%) !important; */
}

.eye-icon {
    position: absolute;
    top: 39px;
    /* left: 30px; */
    right: -10px;
}

@media (min-width:1024px) {
    .kt_wrapper-extend {
        padding-left: 80px !important;
    }
}

@media (max-width:768px) {
    .dailog_height {
        /* height: 600px; */
        height: 550px;
        /* height: 97vh; */
        overflow-y: auto;
    }

    .common-popup {
        z-index: 999 !important;
        display: block;
        background-color: "#00000055";
    }
}


@media (max-width:768px) {
    .modal-dialog {
        max-width: 100% !important;
    }
}

.no-outline:focus {
    outline: none;
}

.form-controll {
    background-color: #0abb87 !important;
}

.checklistinput::placeholder {
    color: #000000;
    opacity: 1;
}

.agble {
    background-color: #1bb5a6;
}

.regular {
    background-color: #3472F5;
}

.Status-4 {
    padding: 5px;
    background-color: #0abb87;
    border-radius: 5px;
}

.Status-5 {
    padding: 5px;
    background-color: #fd397a;
    border-radius: 5px;
}

.admin_table thead tr th {
    background-color: #5867dd !important;
}

.checklist {
    padding: 1px !important;
}

::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    /* background-color: white !important; */
}

.table-scroll::-webkit-scrollbar-thumb {
    /* background: #5867dd; */

}

#table-scroll1::-webkit-scrollbar-thumb {
    background: #1bb5a6;
    height: 70px !important;
    border-radius: 10px !important;

}

#table-scroll2::-webkit-scrollbar-thumb {
    background: #fd397a;
    height: 70px !important;
    border-radius: 10px;
    border-color: transparent;
    background-color: #fd397a;

}

#table-scroll3::-webkit-scrollbar-thumb {
    background: #ff9c45;
    height: 70px !important;
    border-radius: 10px;

}

#table-scroll4::-webkit-scrollbar-thumb {
    background: #3472f5;
    height: 70px !important;
    border-radius: 10px;
    border-color: transparent;

}


.common-popup {
    z-index: 999 !important;
    display: block;
    background-color: "#00000055";
}

.checklist-text {
    padding-left: 8px !important;
}

.forward-button {
    background-color: #ffb822;
    border-color: #ffb822;
    color: #111;
    border: none;
    border-radius: 5px;
    padding: 7px;
}

.reject-button {
    background-color: red;
    border-color: red;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 7px;
}


body::-webkit-scrollbar-thumb {
    background-color: #eb691e;
}

#Forward {
    background-color: #ceca02;
    border-color: #ceca02;
}

#Rejected {
    background-color: red;
    border-color: red;
}

#Draft {
    background-color: #ffb822;
    border-color: #ffb822;
}

.textareaElement {
    width: 300px;
    min-height: 17px;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

#myTextArea {
    height: auto;
    /* set initial height */
    resize: vertical;
    /* disable manual resizing */
    overflow-y: auto;
    /* add scrollbars when needed */
    width: 100%;
}

.software-download-btn {
    display: block;
    background-color: transparent;
    border-color: #000;
    transition: all ease-in 0.2s;
    color: #000;
}

.software-card img {
    max-height: 15vh;
    width: 50% !important;
    margin-bottom: 20px;
}

.cardborder {
    border: solid 0.5px #ff0707;
}

.fs-30 {
    font-size: 30px;
}

.halfbg {
    /* background: #2db9ac; */
    background-image: linear-gradient(to bottom, #2db9ac 20%, rgba(255, 255, 255, 0) 40%);
    /* height: 40px; */
    /* width: 400px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.halfbg1 {
    /* background: #2db9ac; */
    background-image: linear-gradient(to bottom, #fd397a 20%, rgba(255, 255, 255, 0) 40%);
    /* height: 40px; */
    /* width: 400px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.halfbg2 {
    /* background: #2db9ac; */
    background-image: linear-gradient(to bottom, #ff9c45 20%, rgba(255, 255, 255, 0) 40%);
    /* height: 40px; */
    /* width: 400px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.halfbg3 {
    /* background: #2db9ac; */
    background-image: linear-gradient(to bottom, #87bba2 5%, rgba(255, 255, 255, 0) 25%);
    /* height: 40px; */
    /* width: 400px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.maicardheading {
    margin-top: 10px;
    font-weight: bold;
    color: white;
}

.cardborder {
    border: solid 0.5px #ff0707;
}

.innercardbg {
    background-color: #EB9B9E;
    margin-right: 45px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.innercardbg1 {
    /* background-color: #899ECA; */
    background-color: rgb(137, 158, 202, 0.5);
    margin-right: 45px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.innercardbg2 {
    /* background-color: #A0B1DE; */
    background-color: rgb(160, 177, 222, 0.9);
    margin-right: 45px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* .DDlAll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

} */

.DDLsingle {
    width: 20%;
    /* 20% width to fit 5 cards in a row */
    margin: 10px;
    /* add margin for spacing between cards */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    /* border-radius: 5px; */
    /* padding: 20px; */
}

.card.card-tale {
    background: #7DA0FA;
    color: #ffffff;
}

.card.card-dark-blue {
    background: #4747A1;
    color: #ffffff;
}

.card.card-light-danger {
    background: #F3797E;
    color: #ffffff;
}

.DDlAlign {
    justify-content: right;
}

.contactcolor {
    color: rgb(109, 108, 108);
}

.linecss {
    padding-bottom: 5rem !important;
}

.AckNo {}

.warning_container {
    background-color: #e23229;
    padding: 4px;
    border-radius: 4px;
}

.warning_container label {
    font-size: 13px;
}

.dash-btn {
    color: #000000;
    width: 104px;
    background-color: #ebebeb;
    font-weight: 600;
    border: 1px solid #000;
}

.dash-btn:focus {
    box-shadow: none !important;
}

.dash-btn-active {
    background-color: #f20830 !important;
    color: #fff !important;
    /* background-color: #c30429 !important; */
    /* color: #fff;
    border-color: red; */
}

.dash-btn:hover {
    color: black;
}

input[type=radio][disabled] {
    background: blue !important;
}

.border-black {
    border: 1px solid black !important;
    border-radius: 5px;
}



.kt_aside-hide .kt-menu__submenu {
    display: none !important;
}

/* Additional styles to ensure a smooth transition */
.kt-menu__submenu {
    transition: all 0.3s ease-in-out;
}

/* Optional: Change the appearance of the menu when closed */
.kt_aside-hide .kt-menu__item--open {
    background: none;
}

#kt_aside {
    /* display: block; */
    /* Ensure the sidebar is visible by default */
}

.blue_border {
    border: 1px solid var(--bs-purple) !important;
    background-color: var(--bs-purple);
    padding: 3px 5px;
    border-radius: 3px;
    color: white !important;
}

.modal-dialog-lg {
    width: 90% !important;
}

@media (min-width: 1200px) {
    .modal-dialog-lg {
        max-width: 90% !important;
    }
}

.sidebar_icon {
    height: 28px;
    width: 30px;
    padding: 4px;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid #d7d7d7;

}

._1Lo2h {
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: -30px !important;
    margin-bottom: 15px !important;
}

/* ._3uApM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    color: black;
    font-weight: bold;
} */

._2pGos {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 200msease-in-out;
    font-weight: bold !important;
    color: black;
}

._hsN1w {
    background-color: #316ddb;
    border: 1px solid #316ddb;
    box-shadow: 0px 3px 6px 0 rgba(57, 124, 246, 0.3);
    color: white !important;
    font-weight: bold;
}

._2Jtxm ._1hzhf {
    color: var(--text-normal);
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 15px;
}

.kt-menu__subnav span {
    /* border-style: solid ; */
    /* border-color: rgb(255, 255, 255) !important; */
    /* border-width: 0.10px !important;  */
    border-top: 0.1px solid #ffffff3a !important;
    padding-left: 20px !important;
    border-radius: 0px !important;
    color: white !important;
    /* border: 0.5px solid white; */
    /* border-top: 0.5px solid rgb(255, 255, 255) !important; */
    /* border-bottom: 0.5px solid rgb(255, 255, 255) !important; */
}

.kt-menu__subnav .border_bottom {
    border-bottom: 0.1px solid #ffffff3a !important;
    /* padding-left: 20px !important; */
    /* border-radius: 0px !important; */
}

.kt-subheader__main h4 {
    font-size: 15px !important;
    margin-bottom: 2px !important;
}

.kt-aside {
    background-color: #3472f5 !important;
}

.kt-menu__nav {
    background-color: #3472f5 !important;
}

.table-header-position {
    position: sticky;
    top: 0;
    background-color: #3472f5 !important;
    color: #fff !important;
    z-index: 1;
}

.table-scrolls {
    height: 55vh !important;
    /* width: 10%; */
    overflow: auto !important;
}

.btn-custom {
    width: 104px;
    /* Default width */
}


@media (min-width: 768px) {
    .role-16 {
        width: 15vw;
    }
}

@media (min-width: 1378px) {
    .role-16 {
        width: 14vw;
    }
}

.master_border {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
    box-shadow: 2px 2px 6px 4px rgba(124, 124, 124, 0.253);
    border-radius: 8px;
    /* border: 1px solid rgb(18 16 16 / 30%) !important; */
    border-top: 5px rgb(18 16 16 / 30%);
    background-color: white !important;
    /* background: #e5e5e3; */
    /* color: lightseagreen; */
}

.group-btn {
    color: #000000;
    background-color: #ebebeb;
    font-weight: 600;
    border: 1px solid #000;
}

.group-btn:focus {
    box-shadow: none !important;
}

.group-btn-active {
    background-color: #f20830 !important;
    color: #fff !important;
    /* background-color: #c30429 !important; */
    /* color: #fff;
    border-color: red; */
}

.group-btn:hover {
    color: black;
}

.software-card-container {
    /* height: 50vh !important; */

}

.software-card {
    height: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    transition: all ease-in 0.2s;
}

.software-card:hover {
    background-color: #000 !important;

}

.software-download-btn {
    display: block;
    background-color: transparent;
    border-color: #000;
    transition: all ease-in 0.2s;
    color: #000;
}

.software-card:hover .software-download-btn {

    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

/* .software-card:hover{
    background-image: url("../img/anydesk_icon.png");
    background-repeat: no-repeat;
  } */
.software-card h5 {
    font-size: 16px;
    line-height: 25px;
}

.software-card:hover h5 {
    color: #fff;

}

.software-card p {
    font-weight: 600;
    font-size: 18px;
}

.software-card img {
    max-height: 35vh;
    width: 80%;
}

.software-card .card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modern-glow {
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.modern-glow:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #f5f7fa;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background 0.3s ease;
}

.btn-scale {
    transition: all 0.3s ease;
}

.btn-scale:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: #fff;
}


.custom-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.card-header-gradient {
    background: linear-gradient(135deg, #74ebd5, #9face6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #4a69bd;
    border: none;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background-color: #1e3799;
}


.Days {
    border-top: 1px solid #bcbcbd !important;
    border-right: 1px solid #bcbcbd !important;
    border-bottom: 1px solid #bcbcbd !important;
    border-radius: 0 4px 4px 0 !important;
}

.rows {
    margin-right: -7px !important;
    margin-left: -7px !important;
    border-radius: 0 0 5px 5px !important;
}

.bg-gray {
    background-color: rgb(223, 223, 223);
    border-radius: 5px;
    border-top: 1px solid gray !important;
    border-right: 1px solid gray !important;
    border-left: 1px solid gray !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.bg-gray h5 {
    font-size: 16px !important;
}

.bg-gray h6 {
    font-size: 14px !important;
    cursor: pointer;
    padding: 7px !important;
}

.bg-red h5 {
    font-size: 16px !important;
}

.bg-red h6 {
    font-size: 14px !important;
    cursor: pointer;
    padding: 7px !important;
}

.bg-red {
    background-color: #ffdddd;
    border-radius: 5px;
    border-top: 1px solid #d80101 !important;
    border-right: 1px solid #d80101 !important;
    border-left: 1px solid #d80101 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.border_top_right_red {
    border-radius: 0 0 0 5px;
    /* border-left: 1px solid gray; */
    border-right: 1px solid #d80101;
    border-left: 1px solid #d80101;
    /* border-right: 1px solid #d80101; */
    /* border-top: 1px solid #d80101; */
}

.border_top_left_red {
    /* border-right: 1px solid #d80101; */
    border-radius: 0 0 5px 0;
    /* border-top: 1px solid #d80101; */
}

.border_top_left {
    /* border-right: 1px solid gray; */
    border-radius: 0 0 5px 0;
    /* border-top: 1px solid gray; */
}

.border_top_right {
    border-radius: 0 0 0 5px;
    /* border-left: 1px solid gray; */
    border-right: 1px solid gray;
    /* border-top: 1px solid gray; */
}

.bg-whites {
    background-color: white;
    width: 100vw !important;
    border-radius: 0px !important;
}

.borders_gray {
    border: 1px solid rgb(114, 114, 114) !important;
    border-radius: 0 0 5px 5px;
}

.borders_Red {
    border-top: 1px solid #d80101 !important;
    border-bottom: 1px solid #d80101 !important;
    border-radius: 0 0 5px 5px;
}

.rounded1 {
    border-radius: 0 0 0 5px !important;
}

.rounded2 {
    border-radius: 0 0 5px 0 !important;

}

.shadow_anamat {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

.bg-pink {
    /* background-color: #1bb5a6; */
    border: 1px solid rgb(83, 83, 83);
    border-radius: 5px;
}

.bg-blue {
    /* background-color: #b53f1b; */
    border: 1px solid #d80101;
    border-radius: 5px;
}

.hr_deign {
    border-top: 1px dashed red;
}

.hr_deign2 {
    border-top: 1px dashed rgb(83, 83, 83);
}

#width_five_column {
    max-width: 20% !important;
}

.color_red {
    color: #d80101 !important;
}

.color_gray {
    color: rgb(114, 114, 114) !important;
}

.fs-5 {
    font-size: 16px !important;
    color: #d80101 !important;
}

.kt-menu__subnav .border_Top_none {
    border-top: none !important;
}

.master_border_new {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 6px solid #FD397A;
}

.border_master_deposite {
    border-left: 6px solid #FD397A;
    border-bottom: 1px solid #ffffff3a !important;

}

.border_all_star {
    background-color: white;
    border-radius: 5px !important;
    border: 1px solid #a8a8a8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.fw-600 {
    font-weight: 600 !important;
    color: rgb(151, 1, 1);
}

.fs-55 {
    font-size: 14px !important;
}

.border1 {
    color: white;
    border: 1px solid #000000;
    background-color: #3472f5;
}

.border2 {
    border: 1px solid #000000;
    color: #000000;
}

.verticalmiddle {
    vertical-align: middle !important;
}

.radetail {
    font-weight: 900;
    font-size: 1.1rem;
}

.raClickbtn {
    padding: 0.4rem;
    border: 1px solid #a3a2a280;
    background-color: #c2c2c2;
    border-radius: 8px;
}

.alignment {
    padding-left: 0px !important;
}

.ddl_height {
    height: 38.39px !important;
    border: 1px solid #bcbcbd !important;
    border-radius: 3px !important;
}

.border2 {
    border: 1px solid #bcbcbd !important;
    border-radius: 5px !important;
    background-color: #ececec;
    box-shadow: rgba(6, 21, 230, 0.24) 0px 3px 8px !important;
}

.borders {
    border: 1px solid #bcbcbd !important;
    border-radius: 5px !important;
    box-shadow: rgba(6, 21, 230, 0.24) 0px 3px 8px !important;
    border: 1px solid #000000;
    color: #000000;
}

.bg-grays {
    background-color: #3472f5 !important;
    border-bottom: 1px solid #bcbcbd !important;
    /* border-right: 1px solid #bcbcbd !important;
    border-left: 1px solid #bcbcbd !important;
    border-top: 0px  !important; */
}

.btn-primarys {
    background-color: #ef5872 !important;
    color: white;
    width: 15vw !important;
}

.btn-pink {
    background-color: #ef5872 !important;
    color: white;
}

.border23 {
    border: 1px solid #bcbcbd !important;
    border-radius: 5px !important;
}

.borders1 {
    color: white;
    border: 1px solid #000000;
    background-color: #3472f5;
}

.borders2 {
    border: 1px solid #000000;
    color: #000000;
}

.table-scroll1 {
    max-height: 100vh !important;
    overflow-y: auto;
}

.kt-menu__link kt-menu__toggles {
    background-color: #fff;

}

.kt-menu__item--here.kt-menu__item--open .kt-menu__link.kt-menu__toggles {
    background-color: #ffffff;
}

.kt-menu__link-texts {
    color: #000 !important;
}

.kt-menu__subnav text {
    /* border-style: solid; */
    /* border-color: rgb(255, 255, 255) !important; */
    /* border-width: 0.10px !important; */
    border-top: 0.1px solid #ffffff3a !important;
    padding-left: 20px !important;
    border-radius: 0px !important;
    color: rgb(12, 12, 12) !important;
    /* border: 0.5px solid white; */
    /* border-top: 0.5px solid rgb(255, 255, 255) !important; */
    /* border-bottom: 0.5px solid rgb(255, 255, 255) !important; */
}

._3uApM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem !important;
}

.reject_btn {
    background-color: #fd1361;
    border: 1px solid #fd1361;
    box-shadow: 0px 3px 6px 0 rgba(57, 124, 246, 0.3);
    color: white !important;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 200msease-in-out;
    font-weight: bold !important;
    color: black;
}

.kt-menu__item--here.kt-menu__item--open .kt-menu__link.kt-menu__toggle {
    background-color: #fcfcfc;
    color: #000 !important;
}

.varganiCards {}