@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-weight: 400 !important;
    font-family: 'Lato', serif !important;
    background: #E7ECF1;
    overflow-x: hidden !important;
}

.btn-success {
    background-color: var(--bg-success) !important;
    border-color: var(--bg-success) !important;
}

.btn-primary {
    background-color: var(--bg-primary) !important;
    border-color: var(--bg-primary) !important;
}

.btn-secondary {
    background-color: var(--bg-secondary) !important;
    border-color: var(--bg-secondary) !important;
}

.btn-danger {
    background-color: var(--bg-danger) !important;
    border-color: var(--bg-danger) !important;
}

.btn-info {
    background-color: var(--bg-info) !important;
    border-color: var(--bg-info) !important;
}

.text-success {
    color: var(--bg-success) !important;
}

.text-primary {
    color: var(--bg-primary) !important;
}

.text-secondary {
    color: var(--bg-secondary) !important;
}

.text-danger {
    color: var(--bg-danger) !important;
}

.text-info {
    color: var(--bg-info) !important;
}

.sidebar-dark-primary {
    background-color: var(--bg-sidebar) !important;
    color: #fff;
}

.elevation-4 {
    box-shadow: none !important;
}

[class*=sidebar-dark-] {
    background-color: var(--bg-sidebar) !important;
}

.navbar-white {
    background: var(--bg-header, '#fff');
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-header .navbar-nav .nav-item .nav-link,
.navbar #navbarNav .nav-item .nav-link {
    color: var(--header-text) !important;
}

/* .main-header .navbar-nav .nav-item .nav-link svg.icon.icon-tabler {
    fill: var(--header-text) !important;
    stroke: var(--header-text) !important;
} */

.main-sidebar {
    background: var(--bg-sidebar, '#fff')
}

.content-wrapper {
    background-color: #E7ECF1 !important;

}

.nav-item .nav-link.active {
    background-color: var(--bg-menu-active) !important;
    color: #fff !important;
}

#dataTables_wrapper>.dt-buttons:first-child {
    padding-left: 12px;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center !important;
}


div#dataTables_length label {
    margin: 0 !important;
    font-size: 14px;
    padding: 11px 14px !important;
}

div#dataTables_length label {
    margin: 0 !important;
    font-size: 14px;
    padding: 11px 14px !important;
}

div#dataTables_filter {
    display: block;
    padding-top: 7px;
    margin-right: 12px;
    font-size: 14px;
}

div#dataTables_filter input[type="search"] {
    height: 42px;
    padding: 12px 15px 12px 15px;
    border-radius: 10px;
    max-width: 310px;
    outline: none !important;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border: 1px solid #EEE !important;
}

#dataTables_filter label {
    font-size: 15px !important;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 400 !important;
}

div#dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    box-shadow: 0px 2px 4px 0px #0000000A;
    background: #fff;
    padding: 20px 8px 11px 8px !important;
    border-radius: 10px;
}

.paginate_button.current {
    box-shadow: 0px 0px 4px 0px #00000024 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f5f5f5 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    background: #fff !important;
    border-radius: 10px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f5f5f5 !important;
}

th {
    border-bottom: none !important;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

td {
    vertical-align: middle;
}

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

.modal {
    backdrop-filter: blur(1px);
    background: linear-gradient(315deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 30%) 100%);
    backdrop-filter: blur(1px);
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #00000057;
}



.btn {
    padding: 5px 11px;
    border-radius: 8px;
    font-size: 13px;
}

.form-control {
    padding: 10px 10px !important;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    height: auto;
    font-size: 14px;
}

a.nav-link i {
    margin-right: 10px;
}

.d_nav {
    padding: 11px;
}

.d_nav i {
    margin-left: 0px;
}

@media print {
    .card {
        box-shadow: none !important;
    }
}

@page {
    margin: 2cm .5 2cm .5cm;
}

.nav-lt-tab {
    border-top: 1px solid #dfe3e8;
}

.content-header h1,
.card-header h5 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.lh-1 h4 {
    font-size: 19px;
    font-weight: 600;
    display: block;
    /* color: #fff; */
}

.lh-1 p {
    font-size: 14px;
    /* color: #fff; */
}


.client_info p {
    margin: 0;
    font-size: 14px;
    color: #333;
    padding: 5px 0px;
    border-bottom: 1px solid #f9f9f9;
}

.card-title {
    font-size: 16px !important;
}

.card {
    overflow: inherit !important;
    box-shadow: 0px 2px 4px 0px #0000000A !important;
    border: none;
    border-radius: 10px;
}

.card-header {
    padding: 12px 20px;
    border-bottom: 1px solid #EEE;
}

.card .tilebox {
    border: 1px solid #EEE !important;
    height: 100%;
}


.client_table .table {
    min-width: 960px !important;
}

.select2-container--default .select2-selection--single {
    padding: 10px 10px !important;
    line-height: 20px !important;
    height: auto !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border-radius: 4px;
    cursor: text;
    position: relative;
    padding: 8px 10px !important;
    line-height: 14px !important;
    height: auto !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #007bff !important;
    padding: 0px 0px 0px 18px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    margin: 0 !important;
    border: none !important;
    margin-right: 4px !important;
    margin-bottom: 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none !important;
    vertical-align: middle !important;
    line-height: 21px !important;
    color: #b20000 !important;
    padding-left: 0 !important;
    background-color: transparent !important;
}

.form-control::placeholder {
    color: #DDD;
}

.select2-container {
    width: 100% !important;
}

.modal-header h4 {
    font-size: 16px;
    font-weight: 500;
}

.modal-header i {
    font-size: 16px;
    color: #333333;
}

.modal-header button.close {
    opacity: 1;
}


.qr_code_download svg {
    width: 31px;
}

.main-sidebar {
    position: fixed !important;
    height: 100% !important;
    overflow-y: hidden;
    z-index: 1038;

    padding: 0px 0px;
}

.nav-sidebar .nav-item>.nav-link.active:before {
    position: absolute;
    content: "";
    top: 0;
    left: -16px;
    height: 100%;
    border: 4px solid var(--bg-menu-active);
    border-radius: 20px;
}

.sidebar {
    scrollbar-width: none !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #c2c7d0;
    font-size: 15px !important;
    font-width: 400 !important;
}

.nav-sidebar>.nav-item {
    margin: 4px 0px;
}

.nav-sidebar .nav-item>.nav-link {
    position: relative;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px !important;
    border-radius: 10px;
    width: 220px;
    margin: auto;
    color: var(--sidebar-text, #fff);

}

ul.nav.nav-treeview p {
    padding: 0;
}

.nav-sidebar .nav-item>.nav-link:hover {
    color: #fff;
}

.nav-sidebar .nav-item>.nav-link .fa-angle-left {
    color: var(--sidebar-text, #bfa94b);
}

li.nav-item.menu-is-opening.menu-open .fa-angle-left {
    transform: rotate(90deg);
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    margin: 0 !important;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 0 !important;
    top: 18px !important;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    width: 17px;
    font-size: 15px;
    color: gainsboro;
}

.form-check {
    padding: 4px 20px;
}

.form-check-label {
    cursor: pointer;
}

.input-group-text {
    height: calc(2.25rem + 2px);
}

.activities_list .input-group-text {
    background: #00000008;
    padding: 0px 6px;
    font-size: 14px;
    border-radius: 4px 0px 0px 4px !important;
    border-right: 0;
    min-width: 34px;
    text-align: center;
    display: block;
    line-height: 41px;
}

.custom_table {
    min-width: 960px;
}

.form-control:disabled,
.form-control[readonly] {
    background: transparent !important;
}

.client_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-box {
    border: 1px solid #ebeaea;
    background: #fff;
    border-radius: 20px;
    padding: 12px 5px;
    color: #4e4e4e !important;
    box-shadow: none !important;
}

.info-box-content span {
    color: #333333;
    font-size: 15px;
}

.assessment-button {
    position: fixed;
    bottom: 50%;
    right: 0px;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.assessment-button:hover {
    background-color: #45a049 !important;
    /* Darker color on hover */
    transform: scale(1.05);
    /* Slightly larger on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
}


.form-check-label {
    font-size: 14px;
    vertical-align: middle;
}

.pt_5 {
    padding-top: 34px !important;
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.emar_section .nav-tabs .nav-link {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    background: transparent;
    padding: 8px 20px;
    margin: 2px;
    border-bottom: none !important;
}

.emar_section .nav-tabs .nav-item .nav-link.active {
    background-color: #ffffff !important;
    color: #2196F3 !important;
}

.emar_section .emar_info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.emar_section .avatar {
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 1px solid #EEE;
    border-radius: 3px;
}

.emar_section .custom_table td {
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #ededed !important;
}

.emar_section .custom_table td a {
    color: #222;
}

.emar_section .custom_table th {
    font-size: 14px;
    font-weight: 700;
    background: #f3f3f3;
}

.emar_section .custom_table td a:hover {
    color: #2196F3;
}


#exampleModal .modal-title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.finence_card {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-color: #ebebeb !important;
}

.finence_card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.modal-header {
    align-items: center;
    min-height: 3.5rem;
    background: 0 0;
    padding: 15px 15px;
    border-bottom: 1px solid #EEE;
}

.modal-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0 !important;
}

.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

.alert-secondary {
    color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.input-group-text {
    padding: 8px 15px;
    height: auto;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    font-size: 14px;
}

.main-footer {
    font-size: 14px !important;
    background-color: #eeeef1 !important;
    color: #333 !important;
}

[class*=sidebar-dark] .brand-link {
    border: none !important;
}


.modal-footer {
    background: #fafafa;
}

/* Custom striped table with reversed colors */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
    /* First row */
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ebefff;
    /* Second row */
}

/* .table-bordered td,
.table-bordered th {
    border: 0 !important;
    border-bottom: none !important;
} */

.badge-primary.permission {
    font-size: 14px;
    margin-bottom: 3px;
    color: #fff;
    padding: 8px 13px;
    font-weight: 500;
    background: linear-gradient(45deg, #4CAF50, #4CAF50);
}


.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #4c4c4c21 !important;
}






/* table design */
/*
div#dataTables_length, .dataTables_filter label {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1F2437;
    text-transform: uppercase;
}

#dataTables_length select {
    outline: none !important;
    border-radius: 10px;
    padding: 4px 7px;
    color: #1F2437;
    text-transform: uppercase;
    box-shadow: 3px 5px 4px #00000024 !important;
    border: 1px solid #7c6f6f !important;
}

.tbl_custom th {
    font-size: 14px;
    font-weight: 700 !important;
}

.tbl_custom td {
    font-size: 14px !important;
    padding: 10px 10px !important;
}

.tbl_custom.table {
    border-collapse: separate !important;
    border-spacing: 10px 5px !important;
}

.tbl_custom td {
    border-spacing: 0 !important;
}

.dataTable thead th,
.dataTable thead td {
    border-radius: 12px !important;
}

.tbl_custom td,
.tbl_custom th {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    background: transparent;
    background: #fff;
    vertical-align: middle;
}

.tbl_custom th {
    color: #1F2437;
    text-transform: uppercase;
    box-shadow: 3px 5px 4px #00000024;
    border: 1px solid #7c6f6f !important;
    line-height: 18px !important;
    vertical-align: middle !important;
    border-radius: 10px !important;
} */

.tbl_custom thead th {
    border: none !important;
    padding: 16px 0px !important;
    text-align: center;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #000000;
    font-family: "Lato", sans-serif;
    background: #E7ECF1;
}

.tbl_custom thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.tbl_custom thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

table.dataTable thead .sorting {
    background-image: none !important;
}


.tbl_custom td {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #454545;
    padding: 20px 0px !important;
}

.action_btn .btn-primary {
    background: #314694 !important;
    width: 116px;
    height: 41px;
    padding: 11px 18px 11px 18px;
    border-radius: 8px !important;
    border: none !important;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}

.table-responsive2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.action_btn .dropdown-toggle::after {
    font-size: 18px;
    vertical-align: middle;
}



/* .table th {
    border: none !important;
} */

.program_address p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
}

.badge_warning {
    color: #C1A63B;
    background: #FBF5E2;
    min-width: 115px !important;
    padding: 10px 15px 10px 15px !important;
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
}


.badge_success {
    color: #5CA006;
    background: #DEECCD;
    min-width: 115px !important;
    padding: 10px 15px 10px 15px !important;
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
}

.badge_danger {
    color: #F44336;
    background: #f443361a;
    min-width: 115px !important;
    padding: 10px 15px 10px 15px !important;
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
}


.custom_check .form-check-label {
    color: #252525;
    border: 2px solid #252525;
    border-radius: 8px !important;
    width: 24px;
    height: 24px;
    position: relative;
}

.custom_check .form-check-label:before {
    position: absolute;
    content: "\f00c";
    top: 1px;
    left: 0;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 11px;
    color: #252525;
    opacity: 0;
}

.custom_check input[type=checkbox] {
    display: none;
    padding: 0;
    margin: 0;
}

.form-check-input:checked[type=checkbox]~.form-check-label:before {
    opacity: 1;
}


.profile_body .info h5 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
}

.profile_body .info p {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #252525;
}



div#dataTables_length select {
    width: 129px;
    height: 42px;
    padding: 9px 15px 9px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border: none !important;
    outline: none !important;
    margin: 0px 10px;
}

#dataTables_length label {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize !important;
}

.file_btn .btn-primary {
    width: 38px;
    height: 38px;
    padding: 7px 0px 0px 0px;
    border-radius: 8px;
    display: block;
    text-align: center;
    background: #314694;
    font-size: 14px;
}


.profile_button .btn_light span {
    color: #565454 !important;
    font-family: 'Lato', sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
}

.profile_button .btn_light a {
    display: block;
    padding: 12px 6px;
}

.profile_button .btn_light img {
    width: 28px;
}

.profile_button .btn_light {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #31469433;
    height: 100% !important;
    padding: 0px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTable.no-footer {
    border: none !important;
}

.min_w_80 {
    min-width: 80px;
}

label {
    font-size: 14px !important;
    font-weight: 500 !important;
}

@media screen and (max-width:767px) {
    .emar_section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 8px;
    }
}

.bg-blue {
    background-color: var(--card-header) !important;
}


.activities_list .form-control {
    height: 40px;
}

.activities_list .input-group-text {
    height: 40px;
    line-height: 24px;
}




.content-wrapper {
    background: #E7ECF1 !important;
}


.kpi_management .header h1 {
    font-size: 2.25rem;
    color: rgb(20 28 36);
    line-height: 1.25;
    font-weight: bold;
}

.kpi_management .header p {
    color: rgb(63 83 116);
    line-height: 1.5;
    font-weight: normal;
}

.kpi_management #pills-tab {
    border-bottom: 1px solid rgb(212 219 232);
}

.kpi_management .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(244 199 83);
    opacity: 0;
}

.kpi_management .nav-item .nav-link {
    font-size: 16px;
    color: rgb(63 83 116);
    font-weight: 500;
}

.kpi_management .form-control {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    padding: 0px !important;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.kpi_management .nav-item .nav-link.active {
    background: transparent !important;
    color: rgb(20 28 36) !important;
}

.kpi_management .nav-item .nav-link.active::before {
    opacity: 1;
}

.kpi_management input {
    outline: none !important;
}

.kip_heading .form-control {
    font-size: 32px;
    color: rgb(20 28 36);
    font-weight: 700;
    line-height: 1.25;
    border-bottom: 1px solid #848484;
    border-radius: 0px;
}

.kip_heading label {
    font-size: 32px !important;
    color: rgb(20 28 36) !important;
    line-height: 1.25;
    font-weight: 700 !important;
    padding: 0 !important;
}

.kpi_overviwe p,
.kpi_overviwe span,
.kpi_overviwe td {
    color: rgb(63 83 116) !important;
    font-size: 15px !important;
    padding: 0;
    vertical-align: middle;
}

.kpi_overviwe td {
    padding: 20px 5px;
}

.kpi_overviwe .btn-warning,
.kpi_overviwe .btn-light {
    color: rgb(20 28 36);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px !important;
}

.kpi_overviwe .btn-warning {
    background: rgb(244 199 83) !important;
}

.kpi_overviwe .btn-light {
    background: rgb(228 233 241);
}

.head_title {
    font-size: 22px;
    font-weight: 700;
}

.table td {
    vertical-align: middle;
}

.kpi_overviwe .due_date {
    border: none;
    border-bottom: 1px solid;
    background: transparent;
    padding: 0;
    width: 83px;
}

.kpi_overviwe .input-group-text {
    padding: 0px !important;
}


.operational_step th {
    font-size: 13px;
    color: rgb(52 52 53);
}

.operational_step .datefield {
    width: 77px;
}

.kpi_overviwe .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: none !important;
    padding: 0 !important;
    border-bottom: 1px solid #8b8b8b !important;
    border-radius: 0px !important;
    height: 0 !important;
    padding: 0 !important;
}

.kpi_overviwe .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #efefef !important;
    padding: 0px 0px 0px 15px !important;
    border-radius: 0px !important;
}

.kpi_overviwe .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #000 !important;
    font-size: 12px !important;
}

.areachart {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.areachart h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #434f70;
}

.ai_data_list h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
}

.assistant_text {
    border: 1px solid #00000026;
    background: #F8F9FB !important;
    min-height: 148px !important;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px !important;
    text-align: left;
    color: #606060;
}

.grapper_field {
    box-shadow: 0px 0px 20px 0px #D0D1D780 !important;
    border-radius: 10px;
    min-height: 108px;
    background-color: #fff !important;
    color: #6A6A6A;
    font-size: 18px;
    padding: 15px !important;
    line-height: 31px !important;
}

.error-indicator .btn-primary {
    background: #314694 !important;
    border: none !important;
    border-radius: 10px;
    padding: 6px 20px;
    font-size: 16px;
}

.query_box {
    border: 1px solid #00000026;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}

.query_box .form-control {
    background: #F3F3F3 !important;
    border-radius: 0px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #6A6A6A;
}

.query_box .input-group-text {
    background: #f3f3f3;
}

.query_box .fa-smile {
    color: #314694;
    font-size: 21px;
}


.copy_download_btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #f8f9fb;
    padding: 0px 10px;
    border-radius: 14px;
}

.milestones_grid .btn-primary,
.kpi_management .btn-primary {
    background: #314694;
    border-radius: 10px;
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    width: 160px;
}

.error-indicator {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ai_data_list h5 {
    color: #383737;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
}

.ai_data_list span {
    color: #606060;
    font-size: 0.875rem;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;

}

.ai_data_list .progress_bar h5 {
    color: #000000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}

.progress {
    height: 15px !important;
    background: #E7ECF1;
    border-radius: 15px;
}

.ai_data_list .progress_bar span {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
    color: #606060;
}

.ai_data_list .progress-bar {
    background-color: #314694;
    border-radius: 20px !important;
}

.ai_data_list .btn-primary {
    background: #314694 !important;
    border: none;
    padding: 5px 8px;
}

.ai_wrap .header h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}

.ai_wrap .header input {
    border: 1px solid rgb(218 218 231);
    padding: 12px 17px;
    border-radius: 4px;
    max-width: 433px;
    width: 100%;
    background: rgb(255 255 255);
}

.ai_data_list h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.ai_wrap .progress-bar {
    background-color: #314694;
}

.ai_wrap .progressbar_btn .btn-primary {
    background: #314694 !important;
    padding: 6px 10px;
    font-weight: 600;
    border-color: #314694 !important;
    border-radius: 8px;
    min-width: 190px;
    height: 42px;
    line-height: 28px;
}

.ai_wrap .progressbar_btn .btn-light {
    background: #C1A63B !important;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    min-width: 190px;
    height: 42px;
    line-height: 28px;
}

.ai_data_list svg {
    color: #000000;
}


.kpi_overviwe .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}


.program_card {
    box-shadow: 0px 2px 4px 0px #0000000A;
    border-radius: 10px;
}

.program_card .card-header h4 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #252525 !important;
}

.program_card .card-header {
    border: none;
}

.card-body.bg_light {
    background: #F4F5F9;
    margin: 0px 16px;
    padding: 10px 10px;
    border-radius: 10px;
}


.mini_card {
    padding: 15px 10px;
}


.mini_card p {
    margin: 0;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #000000;
}

.mini_card h6 {
    color: #848484;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
}

.program_btn .btn-primary {
    background: #314694 !important;
    border: none !important;
    height: 42px;
    padding: 8px 0px;
    border-radius: 10px;
    font-size: 16px;
}

.data_filter span {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.data_filter .form-control {
    width: 129px !important;
    height: 42px;
    padding: 9px 15px 9px 15px;
    border-radius: 10px !important;
}


.user_btn .btn {
    width: 42px !important;
    height: 42px !important;
    text-align: center;
    background: #314694;
    border-radius: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-dark-blue {
    background: #314694 !important;
    border: 1px solid #314694 !important
}

.sortby {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #313131;
    white-space: nowrap;
}




.notification_list {
    border: 1px solid #00000026;
    box-shadow: 0px 2px 4px 0px #0000000A;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.notification_list .content h4 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 19.2px;
    color: #000000;
}

.notification_list .content h4 {
    color: #383737;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
}

.notification_list .time {
    color: #454545;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    position: absolute;
    top: 12px;
    right: 16px;
}

.schedule_list {
    border: 1px solid #00000026;
    border-radius: 10px;
}

.schedule_list .date {
    width: 120px;
    height: 100%;
    padding: 23px 16px 23px 16px;
    gap: 0px;
    border-radius: 10px 0px 0px 0px;
    background: #DDEEFB;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    color: #314694;
}


.schedule_list .content .name {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
    flex: 1 0 0%;
    max-width: 100%;
}

.schedule_list .profile img {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 20px 0px #D3D3D380;
    background: #DADADA;
    border-radius: 50px;
}

.schedule_list .info {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #383737;
}

.schedule_list .btn-primary {
    border: 1px solid #314694 !important;
    background: #314694 !important;
    height: 34px !important;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.schedule_list .time {
    color: #314694;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;

}

.schedule_wrap {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border-radius: 10px;
    padding: 15px 0px;
}

.schedule_wrap .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
}

.schedule_wrap .desc {
    color: #383737;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.2px;
}

.schedule_wrap .date_time {
    color: #314694;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    float: right;
    justify-content: end;
}

.schedule_wrapper .card-header h4 {
    color: #454545;
    font-family: 'Lato', sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 26.4px;
}

.schedule_border {
    position: relative;
}

.schedule_border:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-left: 5px solid #ddd;
    height: 100%;
    border-radius: 50px;
}

.schedule_border.schedule_primary:before {
    border-color: #314694;
}

.schedule_border.schedule_warning:before {
    border-color: #C1A63B;
}

.schedule_border.schedule_info:before {
    border-color: #FF606033;
}

.not_found_alert {
    box-shadow: 0px 2px 4px 0px #0000000A;
    border: 1px solid #00000026;
    height: 94px;
    padding: 0px 155px 0px 155px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #AAAAAA;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
}

.date_time .date {
    border-right: 1px solid #3146944D;
    padding-right: 8px;
    margin-right: 10px;
}


.schedule_wrap .profile img {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 20px 0px #D3D3D380;
    background: #DADADA;
    border-radius: 50px;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 0 !important;
    top: 14px !important;
    transform: rotate(-90deg);
}


.nav_icon img {
    position: absolute;
    top: 13px;
    left: 10px;
}

li.nav-item p {
    padding-left: 25px;
    vertical-align: middle;
    align-items: center;
    padding-top: 2px !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: 46px;
    height: 49px;
    text-align: center;
}

.sidebar_logout {
    padding: 40px 22px;
    margin-top: 64px;
}

.sidebar_logout a {
    color: var(--bg-menu-active) !important;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    display: block;
}


.ai_data_list .viwe_all {
    color: #314694;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}

.module_settings .alert-warning {
    background: #F3EDD8;
    color: #C1A63B;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    border: none;
    height: 61px;
    display: flex;
    align-items: center;
    padding: 21px 15px 21px 15px;
}

.module_settings .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
}

.module_list {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border-radius: 10px;
    margin-bottom: 15px;
}

.module_list a {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
    color: #383737;
    height: 60px;
    padding: 14px 15px 14px 15px;
}


.module_list a i {
    color: #314694;
    font-size: 16px;
}


.comment_list .user_img img {
    width: 38px;
    height: 38px;
}

.comment_list .user_img {
    position: absolute;
}

.comment_list .content {
    margin-left: 58px;
}

.comment_list .content .name {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
}

.comment_list .content_box {
    min-height: 72px;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    padding: 15px;
    margin-top: 15px;
    min-width: 332px !important;
    width: 100% !important;
}

.comment_list .content_box .desc {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #606060;
}

.comment_list .content_box .time {
    color: #898989;
}

.action_icon_btn .btn {
    width: 41px;
    height: 41px;
    border-radius: 8px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: none !important;
}

.action_icon_btn .btn-primary {
    background: #314694 !important;
}

.action_icon_btn .btn-danger {
    background: #C31825 !important;
}

.ai_btn {
    width: 168px;
    height: 42px;
    border-radius: 10px;
    background: #314694 !important;
    border: none !important;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aimodal .modal-title {
    margin: 0 !important;
    width: 100%;
    color: #454545;
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.close i {
    color: #fff !important;
}

/* .close {
    background: #FC0909 !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    color: #fff !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.aimodal .modal-header button.close {
    padding: 0;
    background: transparent !important;
}

.aimodal .btn-primary {
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: #314694 !important;
    border: none !important;
}




.use_modal .modal-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26.4px;
    text-align: center;
    color: #000000 !important;
}

.use_modal .form-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.2px;
}

.use_modal .form-group {
    max-width: 340px;
    margin: auto;
}

.use_modal .form-control {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    height: 48px;
    padding: 15px 252px 16px 15px;
    border-radius: 10px;
    border: none !important;

}

.use_modal .form-control::placeholder {
    color: #606060;
}

.use_modal .btn {
    width: 162px;
    height: 42px;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}

.use_modal .btn-secondary {
    background: #C1A63B !important;
    border: none !important;
}

.use_modal .btn-primary {
    background: #314694 !important;
    border: none !important;
}

.use_modal .modal-content {
    padding: 20px;
}



.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: -5px;
    top: -3px;
    border-radius: 50px;
    background: #314694 !important;
}

.notification_icon {
    width: 42px;
    height: 42px;
    text-align: center;
    color: #314694 !important;
}


.content-header .breadcrumb {
    display: none !important;
}

.card__header .input-group-text {
    border-radius: 0px 10px 10px 0px !important;
    border: none;
    background: transparent !important;
    color: #314694 !important;
    padding: 0px 10px !important;
    font-size: 14px;
    position: absolute;
    top: 14px;
    z-index: 4;
    right: 5px;
}

.card__header #dataTableSearch {
    width: 310px !important;
    padding-right: 40px !important;
}

.card__header .btn-success {
    width: 142px;
    height: 42px;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    background: #314694 !important;
    border: none !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}

.databaseFilter span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
}

.databaseFilter .form-control {
    width: 129px !important;
}

.card__header .form-control {
    box-shadow: 0px 0px 20px 0px #D0D1D780 !important;
    padding: 9px 15px 9px 15px;
    border-radius: 10px !important;
    height: 42px !important;
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px !important;
    width: 237px;
    background-color: #fff !important;
}

.card__header .form-control::placeholder {
    color: #606060;
}

div#dataTables_length {
    display: none;
}

div#dataTables_filter {
    display: none;
}

.card__header .btn {
    width: 142px;
    height: 42px;
    padding: 0px 0px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__header .btn_warning {
    background: #C1A63B !important;
}

.card__header .btn_primary {
    background: #314694;
}

.card__header .select2-container--default .select2-selection--multiple {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    padding: 9px 15px 9px 15px;
    border-radius: 10px !important;
    min-height: 42px !important;
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px !important;
    background-color: #fff !important;
    width: 237px;
}



.cstm_modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: center;
}

.cstm_modal .form-label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: #313131;
}

.cstm_modal .form-control {
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    height: 48px;
    border-radius: 10px !important;
    border: none;
    overflow: hidden !important;
    clear: both;
}

.cstm_modal .btn-primary {
    width: 162px;
    height: 42px;
    border-radius: 10px;
    background: #314694 !important;
    border: none !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.cstm_modal .dots {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}


.report_header .card-header {
    background: #1A2545;
    color: #fff !important;
    border-bottom: 1px solid #CEAC3C !important;
    padding: 0px 10px;
    height: 37px;
    padding-top: 4px !important;
}

.report_header th {
    background: #384771;
    color: #fff !important;
    font-size: 14px !important;
    border: none !important;
}

.report_header .user_name {
    font-size: 20px;
    font-weight: 800;
    line-height: 24.2px;
    text-align: left;
}

.report_header td {
    background: #7F879F;
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
    color: #fff !important;
    font-size: 14px !important;
    border: none;
    padding: 8px 8px !important;
}

.report_header .btn-light {
    background: #314694 !important;
    border: none;
    color: #fff !important;
    padding: 0px 18px;
    border-radius: 50px;
    font-size: 16px;
    height: 27px;
    font-weight: 500;
}

.btn_back {
    background: #fff !important;
    border-radius: 50px !important;
    width: 28px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.file_grid {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(10, 1fr);
}



.file_grid .form-check-label {
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 15px 0px;
    height: 100%;
}

.file_grid .form-check-input {
    display: none;
}

.file_grid .form-check-input:checked[type=checkbox]~.form-check-label {
    background: #C3A33B80;
}

.file_grid .form-check-label:before {
    position: absolute;
    content: "\f00c";
    top: 5px;
    left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 20px;
    height: 20px;
    background: #163760;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #ffffff;
    opacity: 0;
}

.file_grid .form-check-input:checked[type=checkbox]~.form-check-label::before {
    opacity: 1;
}

.file_grid .form-check-label {
    font-size: 17px;
    font-weight: 500;
}

.all_check_form .form-check-label {
    border: 1px solid #bebebe;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.all_check_form .form-check-input:checked[type=checkbox]~.form-check-label:before {
    position: absolute;
    content: "\f00c";
    top: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #163760;
    color: #fff;
    height: 100%;
    font-size: 12px;
}

.all_check_form .form-check-input:checked[type=checkbox]~.form-check-label {
    border-color: #163760;
}


.mr--30 {
    margin-right: -30px;
}


.radio-img > input {
    display: none;
}

.radio-img > .image {
    cursor: pointer;
    border: 3px solid #00000015;
}

.radio-img > input:checked + .image {
    border: 3px solid #219D15;
}

.radio-txt > input {
    display: none;
}

.radio-txt > .text {
    padding: 5px 15px;
    cursor: pointer;
    border: 2px solid #00000015;
    min-width: 90px;
    text-align: center;
}

.radio-txt > input:checked + .text {
    border: 2px solid #219D15;
}

/* Radio Number */
.radio-num .radio-txt > .text {
    border-radius: 4px;
    min-width: 40px;
}

.radio-num .radio-txt > input:checked + .text {
    border: 2px solid #219D15;
    background-color: #219D15;
    color: white;
}

/* Custom Grid */
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 100px));
    gap: 0;
}

/* Rating */
.rating { display: flex; cursor: pointer; }
.star { width: 40px; height: 40px; fill: #ccc; transition: fill 0.3s; }
.star.active, .star:hover { fill: #2BF121;; }
.star:hover ~ .star { fill: #ccc; }

/* Rating Slider */
/* Style for WebKit browsers (Chrome, Safari) */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

/* Track */
input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: #ddd;
    border-radius: 5px;
}

/* Thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #555;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

/* Style for Firefox */
input[type="range"]::-moz-range-track {
    height: 8px;
    background: #ddd;
    border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #555;
    border-radius: 50%;
    cursor: pointer;
}

/* Style for Internet Explorer */
input[type="range"]::-ms-track {
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #ddd;
    border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
    background: #ddd;
    border-radius: 5px;
}

input[type="range"]::-ms-thumb {
    height: 20px;
    width: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

/* Voice Record */
.custom-from-content .voice-record .btn {
    background: #dddddd;
    font-size: 16px;
}

.custom-from-content .voice-record .btn i {
    margin-right: 8px;
}

.custom-from-content .voice-record .wave {
    display: none;
}

.custom-from-content .voice-record .animator-wave {
    height: 35px;
    width: 70px;
    fill: #525252;
}

.custom-from-content .voice-record  .line_1 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.15s;
        animation-delay: 0.15s;
}

.custom-from-content .voice-record  .line_2 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}

.custom-from-content .voice-record  .line_3 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
}

.custom-from-content .voice-record  .line_4 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
}

.custom-from-content .voice-record  .line_5 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.75s;
        animation-delay: 0.75s;
}

.custom-from-content .voice-record  .line_6 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
}

.custom-from-content .voice-record  .line_7 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 1.05s;
        animation-delay: 1.05s;
}

.custom-from-content .voice-record  .line_8 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
}

.custom-from-content .voice-record  .line_9 {
-webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
-webkit-animation-delay: 1.35s;
        animation-delay: 1.35s;
}

@-webkit-keyframes pulse {
0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
}
50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
}
100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
}
}

@keyframes pulse {
0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
}
50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
}
100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
}
}

/* .custom-from-content  .wave {
    display: none;
    margin: 20px auto;
    width: 50px;
    height: 10px;
    background: linear-gradient(to right, #007bff, #0056b3);
    animation: waveAnimation 1s infinite alternate;
}

@keyframes waveAnimation {
    from { transform: scaleX(1); }
    to { transform: scaleX(1.5); }
} */

/* Images Upload */
.custom-from-content .dropzone {
    min-height: auto;
    border: 1px solid rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 20px;
    border-radius: 4px;
}

/* Signature */
.custom-from-content .custom-file-label::after {
    height: 42px;
    line-height: 30px;
}

.custom-from-content .signature .input-group-text {
    padding: 8.5px 15px;
    height: auto;
}

/* Custom switch style for Bootstrap 4 */
.custom-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-switch-label::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.custom-switch input:checked + .custom-switch-label {
    background-color: #163760;
}

.custom-switch input:checked + .custom-switch-label::after {
    transform: translateX(26px);
}


@media screen and (max-width:1500px) {
    .milestones_grid .col-xl-2 {
        max-width: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:1499px) {
    .milestones_grid .col-xl-2 {
        max-width: 25% !important;
        flex: 25% !important;
        margin-bottom: 10px !important;
    }

    .schedule_wrap .profile img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width:1250px) {
    .card__header .form-control {
        width: 200px;
    }

    .card__header #dataTableSearch {
        width: 250px !important;
    }
}

@media screen and (min-width:1200px) {
    .milestones_form input {
        width: 100px;
    }

    /* .milestones_form .date  {
        width: 72px;
    } */
}

@media screen and (max-width:1199px) {
    .milestones_form .col-xl-2 {
        max-width: 33.33% !important;
        flex: 33.33% !important;
        margin-bottom: 10px !important;
    }

    .card__header .form-control {
        width: 250px !important;
    }

    #dataTableFilter {
        width: 141px !important;
    }
}

@media screen and (max-width:1199px) {
    .milestones_form p {
        width: 130px;
    }
}

@media screen and (max-width:775px) {
    .kpi_management .header h1 {
        font-size: 1.75rem;
    }

    .kip_heading .form-control,
    .kip_heading label {
        font-size: 25px;
    }

    .milestones_form .col-md-4 {
        flex: 50% !important;
        max-width: 50% !important;
    }

    .cstm_modal .dots {
        margin: 3px 5px auto;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:575px) {
    .milestones_form .col-md-4 {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .comment_list .content_box {
        min-width: 100% !important;
        width: 100% !important;
    }

    .comment_list .content {
        margin-left: 0;
        margin-top: 12px;
    }

    .comment_list .user_img {
        position: inherit;
    }

    .ai_btn {
        width: 52px;
        font-size: 0;
    }

    .card__header .select2-container--default .select2-selection--multiple {
        width: 100% !important;
    }

    .card__header .btn {
        font-size: 15px;
        width: auto;
        padding: 8px 19px;
        height: auto;
    }

    select#dataTableFilter {
        width: 100% !important;
    }

    .report_header .card-header {
        height: 100%;
    }
}


@media screen and (max-width:575px) {
    .card__header .form-control {
        width: 100% !important;
        margin-bottom: 5px;
    }
}

@media screen and (min-width:500px) {
    .d_sm_flex {
        display: flex;
    }

    .mr_sm_2 {
        margin-right: 12px;
    }
}

@media screen and (max-width:640px) {
    div#dataTables_length label {
        padding: 10px 0px 0px 0px !important;
    }

    div#dataTables_filter input[type="search"] {
        width: 100% !important;
        margin: 0 !important;
    }

    #dataTables_filter label {
        text-align: left;
    }

    div#dataTables_filter {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:1400px) {
    .databaseFilter span {
        display: none;
    }
}




@media (max-width: 1500px) {
    .file_grid {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 1400px) {
    .file_grid {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (max-width:1200px) {
    .file_grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 768px) {
    .file_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575px) {
    .file_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 450px) {
    .file_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
