@font-face {
    font-family: "NoirNo1";
    /* src: url('../assets/fonts/noir1/NoirStd-Regular.ttf') format('truetype'); */
    src: url(../assets/fonts/noir1/NoirStd-Regular.ttf) format('truetype');
    /* src: url(../assets/fonts/noir1/NoirStd-Light.ttf) format('truetype'); */
    font-weight: normal;
    ascent-override: 80%;
    descent-override: 10%;
    line-gap-override: 0%;
    font-style: normal;
}
/* .macbook-device * {
  font-family: "NoirNo1", sans-serif !important;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
a {
    font-size: 16px !important;
}

body {
    font-size: 18px;
    font-family: "NoirNo1", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.table-responsive {
    padding: 0px 1px !important;
}

.accordion-body.table-responsive {
    padding: 0px 10px !important;
}

#signInWidget,
.SignUpSignInContainer-mainLayout {
    background-image: url("../images/fluro-background.png");
    background-position: 0 100%;
    background-size: cover;
    height: 100%;
    /* min-height: calc(100vh - 100px); */
    padding: 10px 60px;
}

#okta-sign-in.auth-container.main-container {
    background-color: transparent;
    border: none;
    box-shadow: none;
    min-width: 559px;
    padding: 0 50px;
    width: 559px;
}

#okta-sign-in.auth-container .okta-sign-in-header.auth-header {
    padding-bottom: 40px;
    padding-top: 160px;
    text-align: center;
}

#okta-sign-in.auth-container .okta-sign-in-header {
    border: none;
}

#okta-sign-in.auth-container .okta-sign-in-header {
    color: #5e5e5e;
}

#okta-sign-in .auth-header {
    border-bottom: 1px solid #ddd;
    padding: 30px 90px 75px;
    position: relative;
    transition: padding-bottom .4s;
    z-index: 10;
}

.form {
    background: #fff;
    border-radius: 32px 0 32px 0;
    box-shadow: 0 2px 64px -1px rgba(66, 75, 90, .08);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px;
    margin-top: 20px;
}

.login_form {
    padding: 40px !important;
    margin-bottom: 20px;
}

.form h2 {
    color: #000;
    /* font-family: NoirNo1-Demibold, Helvetica Neue, Arial, sans-serif; */
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

input.form-control {
    background: transparent;
    border: none;
    box-sizing: border-box;
    height: 100%;
    line-height: 16px;
    margin: 0;
    padding: 6px 8px;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4c2e8a;
    outline: 0;
    box-shadow: none;
    border: 2px solid;
}

.btn-primary:focus {
    box-shadow: none !important;
}

button.login_button {
    background-color: #4c7a5d !important;
    background-image: none;
    border-color: transparent;
    box-shadow: 0 2px 0 0 rgba(53, 29, );
    width: 100%;
    padding: 12px;
    border-radius: 35px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
}

.password_section p {
    margin-bottom: 5px;
}

.password_section p a {
    font-weight: 600;
    color: #49337a;
    text-decoration: none;
    font-size: 18px;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 999999;
    background-color: solid 1px #e5e7eb;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0px;
}

.logo img {
    height: 78px;
}

.header_logo img {
    width: 100%;
    height: 60px;
}

header {
    padding: 0px;
    background: #fff;
}

.log_out_button {
    border: 1px solid #4c7a5d;
    padding: 5px 15px;
    border-radius: 20px;
    color: #4c7a5d !important;
    text-decoration: none;
    padding: 10px 30px;
}

.banner_content {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
}

.banner_section {
    position: relative;
}

.banner_section img {
    object-fit: cover;
    max-height: 200px;
}

.inner_section {
    padding: 20px 35px;
    background: #DEEAE1;
    border-radius: 15px;
}

.application_box .heading {
    text-align: start;
    font-size: 20px;
    margin-bottom: 25px;
    height: 60px;
}

.application_box .number {
    font-size: 45px;
    padding-left: 15px;
}

.whole_page .application_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -10px;
    background-image: url("../images/Newapplicationsicon.png");
    background-position: bottom right;
    background-size: 40%;
    background-repeat: no-repeat;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

.active_loans {
    background-image: url("../images/ActiveLoanicon.png") !important;
    background-size: 40%;
}

.view_details_div {
    display: flex;
    align-items: center;
}

.pending_application {
    background-image: url("../images/PendingApplicationicon.png") !important;
    background-size: 40%;
}

.notification_application {
    background-image: url("../images/notification.png") !important;
    background-size: 40%;
}

.overdue_repayments {
    background-image: url("../images/OverdueRepaymenticon.png") !important;
    background-size: 30%;
}

.ontime_applications {
    background-image: url("../images/Ontimeapplications.png") !important;
    background-size: 40%;
}

.rejected_applications {
    background-image: url("../images/Rejectedapplications.png") !important;
    background-size: 30%;
}

.monthly_collections {
    background-image: url("../images/Pendingoverduemonthwise.png") !important;
    background-size: 30%;
}

.total_application_box .heading {
    font-size: 20px;
}

.total_application_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -10px;
    background-position: bottom right;
    background-size: 60%;
    background-repeat: no-repeat;
    height: 100%;
}

p.overdue span {
    background: red;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}
.text_red_color{ color: red;}
p.pending span {
    background: yellow;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

p.pendingnew span {
    background: #007bff;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

p.adminactive span {
    background: green;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

p.newapplication span {
    background: #007bff;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

.status p {
    margin-bottom: 5px;
}

canvas#myChart {
    width: 200px !important;
    height: 200px !important;
    margin: auto;
}

.fiter_section ul li {
    display: inline-block;
    margin-right: 20px;
}

.fiter_section select#cars {
    padding: 5px 10px;
    border: none;
    box-shadow: 0px 0px 8px -3px;
    border-radius: 10px;
}

li.apply_filter button {
    background: #4c7a5d;
    padding: 7px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: none !important;
}

.name_details {
    box-shadow: 0px 0px 8px -3px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4c7a5d;
    background: #fff;
}

.about_name .name_head p.name_content {
    margin-bottom: 7px !important;
}

.about_name .name_content {
    margin-bottom: 0px;
    min-width: 100px;
}

.name {
    display: flex;
    align-items: center;
}

.name .number {
    margin-right: 3px;
    min-width: 30px;
}

.about_name .name_head {
    margin-bottom: 8px;
    color: #4c7a5d;
    font-weight: 600;
}

p.amount_head {
    margin-bottom: 8px;
    color: #4c7a5d;
    font-weight: 600;
}

p.amount_content {
    margin-bottom: 0px;
}

p.duration_content {
    margin-bottom: 0px;
}

p.applied_head {
    margin-bottom: 8px;
    color: #4c7a5d;
    font-weight: 600;
}

p.applied_content {
    margin-bottom: 0px;
}

p.duration_head {
    margin-bottom: 8px;
    color: #4c7a5d;
    font-weight: 600;
}

.view_details {
    margin-top: 20px;
    display: inline-block;
}

.view_details a {
    color: #4c7a5d;
    font-weight: 600;
}

.status_head {
    color: #4c7a5d;
    font-weight: 600;
    margin-bottom: 8px;
}

p.status_content {
    margin-bottom: 0px;
}

.under_review {
    background: #DEEDFF !important;
    color: #2267B9 !important;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
    font-weight: 500 !important;
    /* display: block; */
}

.under_review2 {
    background: none;
    color: #2267B9;
    border-radius: 20px;
    padding: 5px 0px;
    text-decoration: none;
    /* display: block; */
}

a.status_content.approved {
    background: #b0ffb0;
    /* background: #c9c9ff; */
    color: green;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
    font-weight: 500;
}

a.status_content.approved2 {
    background: none;
    /* background: #c9c9ff; */
    color: green;
    border-radius: 20px;
    padding: 5px 0px;
    text-decoration: none;
}

a.status_content.pending {
    background: #bad4da;
    color: #245f67;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
}

a.status_content.pending2 {
    background: none;
    color: #245f67;
    border-radius: 20px;
    padding: 5px 0px;
    text-decoration: none;
}

a.status_content.rejected {
    background: #ffe5e8 !important;
    /* background: #c9c9ff; */
    color: #DC3545;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
}

a.status_content.rejected2 {
    background: none;
    /* background: #c9c9ff; */
    color: #DC3545;
    border-radius: 20px;
    padding: 5px 0px;
    text-decoration: none;
}

.fiter_section ul {
    padding-left: 0px;
}

.three_dots {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

div.applibuttons {
    position: absolute;
    padding: 15px;
    background: #fff;
    right: 10px;
    width: 200px;
    text-align: center;
    box-shadow: 0px 0px 8px -3px;
    border-radius: 10px;
    z-index: 99;
    top: -80%;
}

div.applibuttons a.grace_period {
    display: block;
    background: #4c7a5d;
    padding: 8px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin-bottom: 0px;
    font-weight: 500;
}

div.applibuttons a.penalty {
    background: red;
    width: 100%;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

i.fa-solid.fa-ellipsis-vertical {
    cursor: pointer;
}

h5.application_count {
    background: #fff;
    box-shadow: 0px 0px 15px -10px;
    padding: 10px;
    border-radius: 10px;
    color: #4c7a5d;
    font-weight: 500;
}

/* tbody tr {
    box-shadow: 0px 0px 8px -3px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4c7a5d; 
     background: #fff;}
*/
tbody tr th,
tbody tr td {
    border-bottom-width: 0px !important;
    white-space: nowrap !important;
}

table {
    box-shadow: 0px 0px 8px -3px;
}

table th {
    vertical-align: middle;
}

.pending_details p span {
    color: #4c7a5d;
    font-weight: 600;
}

.complete_status a {
    background: green;
    padding: 10px 40px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

.complete_status {
    text-align: center;
    /* background: green; */
}

.accordion-header button {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}

.accordion-header button img {
    width: 30px;
    margin-right: 10px;
}

/* .accordion-button:not(.collapsed) {
    background-color: #4c7a5d;
    color: #fff;}
*/

.accordion-button.collapsed {
    background: #fff !important;
    box-shadow: 0px 0px 12px -5px !important;
}

.Upload_box .content h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.view_download {
    padding: 10px;
}

.view_download a {
    margin-right: 40px;
    text-transform: capitalize;
}

.view_download a i {
    color: green;
}

.Upload_box .image img {
    width: 50%;
}

.Upload_box {
    text-align: left;
    display: flex;
}

.buttons a {
    padding: 11px 30px;
    margin-right: 20px;
    color: #fff;
    background: #000;
    border-radius: 25px;
    text-decoration: none;
}

.buttons a.reject {
    background: red;
    border: none;
}

.buttons a.approval {
    background: #00a900;
    border: none;
}

.buttons a.remarks {
    background: #4c7a5d;
    border: none;
    border-radius: 25px;
}

.admin_details div#accordionExample {
    width: 100%;
}

.buttons button {
    padding: 6px 30px;
    margin-right: 20px;
    color: #fff;
    background: #000;
    border-radius: 25px;
    text-decoration: none;
}

.buttons button.reject {
    background: red;
    border: none;
    font-size: 18px;
}

#InfoModel .buttons button.approval {
    background: #4c7a5d;
    border: none;
    font-size: 18px;
}

.buttons button.approval {
    background: #00a900;
    border: none;
    font-size: 18px;
}

.buttons button.remarks {
    background: #4c7a5d;
    border: none;
        padding: 7px 30px;
}
#loanpurpose{
background-position: right 10px top 40%;
}
.upldoc_add a {
    padding: 9px 40px !important;
}

.upldoc_add input {
    padding: 9px 40px !important;
    background: #4c7a5d;
    border-radius: 25px;
    color: white;
    border: none;
}
.modal-header {
    border-bottom: none;
}

.modal-header button.btn-close {
    font-size: 10px;
    border: 1px solid;
    border-radius: 50%;
}

.Remarks_submit {
    padding: 8px 30px;
    margin-right: 20px;
    color: #fff;
    background: #00a900;
    border-radius: 12px;
    text-decoration: none;
}

.Remarks_submit:hover {
    color: #fff;
}

table {
    /* table-layout: auto !important; */
    border-collapse: separate;
    border-spacing: 0 5px !important;
    /* width: 700px !important; */
    margin-bottom: 0px !important;
    background: #fff !important;
    border-radius: 10px;
    margin: 5px;
}

td,
th {
    /* background: #fff !important; */
    /*! border-radius: 10px; */
}

/* td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;}
th:last-child{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;}
td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 7px 6px !important;}
th:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 7px 6px !important;}
*/
.pending_table {
    width: 100%;
    overflow-y: auto;
    max-height: 60vh;
    /* overflow-x: scroll !important; */
}
label.form-check-label p a {
    font-size: 16px !important;
}
.table-responsive {
    overflow-x: unset !important;
}

.change_button {
    background: #4c7a5d;
    color: #fff;
    text-decoration: none;
    padding: 9px 40px;
    border-radius: 25px;
    border: none;
}

.form-floating {
    position: relative;
}

.form-floating textarea {
    width: 100%;
    /* height: 100px; */
}

.PopUp .form-floating>label {
    position: static !important;
}

.notification_back.back_button a {
    background: #4c7a5d;
    color: #fff;
    text-decoration: none;
    padding: 9px 40px;
    border-radius: 25px !important;
}
.view_application a.remarks {
    padding: 13px 40px;
}
li.nav-item.active.formac{
        align-content: center;
}
.macbook-device .back_button a {
    padding-top: 12px !important;
}
.macbook-device .admin_details h4:first-of-type {
  margin-bottom: 2px !important;
}
.macbook-device li.nav-item.active.formac span{
    padding: 14px 10px 10px;
}
.macbook-device li.nav-item.active.formac .dropdown{
    padding: 14px 10px 10px;
}
.macbook-device input.submit_note {

    margin: 15px auto 0px auto;
}
.macbook-device .next_repayment{
    padding: 20px 20px 15px !important;
}
.macbook-device .message_box p.message {
    background: #fff;
    padding: 14px 10px 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.macbook-device div.applibuttons a.grace_period {
    display: block;
    background: #4c7a5d;
    padding: 14px 5px 8px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin-bottom: 0px;
    font-weight: 500;
}
.macbook-device .buttons button {
    padding: 11px 30px 7px !important;
}

.macbook-device .buttons a {
    padding: 16px 30px 12px !important;
}

.macbook-device .under_review {
    padding: 9px 30px 6px !important;
}

.macbook-device .rejected {
    padding: 9px 30px 6px !important;
}

.macbook-device .approved {
    padding: 9px 30px 6px !important;
}

.macbook-device #searchInput {
    padding: 24px 8px 20px !important;
}

/* .back_button {
    margin-top: 30px;}
*/

.accordion-button:not(.collapsed) {
    background-color: #4c7a5d !important;
    color: #fff;
    box-shadow: 0px 0px 12px -5px !important;
    border-radius: 10px !important;
}

.accordion-button.collapsed {
    color: #000000;
    background-color: #fff;
    box-shadow: 0px 0px 12px -5px !important;
    border-radius: 10px !important;
}

.accordion-item {
    background-color: #dde9e0 !important;
    margin: 15px;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-body {
    padding: 1rem 1.25rem;
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #bdc9c2 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body p {
    margin-bottom: 5px;
}

/* Input Css */

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

input[id="et_pb_contact_brand_file_request_0"] {
    display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
    background: #fff;
    height: 150px;
    background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
    background-repeat: no-repeat;
    background-position: top 0px center;
    /* position: absolute; */
    background-size: 6%;
    color: transparent;
    margin: auto;
    width: 100%;
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    /* transform: translateY(-50%); */
    border: 1px dotted #a2a1a7;
    box-sizing: border-box;
    z-index: 9999;
    position: relative;
}

label[for="et_pb_contact_brand_file_request_0"]:before {
    content: "Drag and Drop a file here";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: 'Browse';
    background: #4c7a5d !important;
    width: 86px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 7px;
}

label[for="et_pb_contact_brand_request_0"]:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_design_request_0"]:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #e3f2fd;
}

label[for="et_pb_contact_brand_file_request_0"] {
    cursor: pointer;
    transition: 400ms ease;
}

.download_box .back_button {
    color: white !important;
    display: flex;
}

input[type="date"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
    -webkit-appearance: none;
}

.custom-select-display {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    background: white;
    border-radius: 5px;
}

.custom-select input[type="date"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

header.desktop a.login-btn {
    color: #fff !important;
    border: 1px solid #fff !important;
    margin-top: 5px;
}

header.desktop.new_color a.login-btn {
    color: #000 !important;
    border: 1px solid #000 !important;
    margin-top: 5px;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Allow click to go through to input */
    font-size: 16px;
    color: #666;
}

#searchInput {
    padding: 20px 8px 20px !important;
}

.interest_rate_interest {
    position: relative;
    background: #fff;
    border-radius: 20px;
}

span.percentage-icon {
    position: absolute;
    right: 2%;
    top: 30%;
}

.custom-select.effective_date .calendar-icon {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #666;
}

.custom-select.effective_date .custom-select-display {
    padding: 19px;
    /* width: 100%; */
    border-radius: 15px;
}

.custom-select.effective_date {
    width: 100%;
}

button.btn.interest_submit {
    width: 100%;
    background: #4c7a5d;
    color: #fff;
    padding: 12px;
}

button.btn.interest_submit {
    width: 60%;
    background: #4c7a5d;
    color: #fff;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    /* margin: auto !important; */
}

.sa-confirm-button-container button.btn-primary {
    background: #4c7a5d;
    border: none;
    border-radius: 25px;
    min-width: 85px;
}

.sa-confirm-button-container button.btn-primary:hover {
    background: #4c7a5d;
    border: none;
    border-radius: 25px;
    min-width: 85px;
}

/* Side Menu */

.admin_details {
    position: relative;
    transition: 0.3s ease;
}

/* .admin_details.active-admin {
    background: #00000082;}
*/
nav ul .feat-show.show li a.active {
    background: #4c6d56;
    color: #fff;
}

/* .btn-side {
    position: absolute;
    top: 15px;
    left: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    z-index: 999999 !important;}
*/

.btn-side.click {
    left: 255px !important;
    top: 5px;
}

.btn-side span {
    color: #000;
    font-size: 28px;
    line-height: 20px;
}

.btn-side:hover {
    border-radius: 20px;
}

.btn-side.click span:before {
    content: '\f00d';
}

.sidebar {
    position: absolute;
    width: 250px;
    height: 100%;
    left: -250px;
    /* background: #1b1b1b; */
    transition: left 0.4s ease;
    top: 0;
    z-index: 999;
    border: 1px solid #ccc;
}

.sidebar.show {
    left: 0px;
}

.sidebar .text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
}

nav.sidebar ul {
    background: #DEEAE1;
    height: 100%;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

nav ul li {
    /* line-height: 60px; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

nav ul li:last-child {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

nav ul li a {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    display: block;
    width: 100%;
    border-left: 0px solid transparent;
}

nav ul li.active a {
    color: #ffffff;
    /* background: #304e3a; */
    border-left-color: #ffffff;
}

.sidebar_main ul li.active a {
    color: #ffffff;
    background: #304e3a;
    border-left-color: #ffffff;
}

nav.sidebar ul li a:hover {
    background: #2f4d39;
    color: #fff;
}

label.start_date_text,
label.end_date_text {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 12px;
    /* text-align: center; */
    font-size: 15px;
}

input#end-date {
    background: #fff;
}

input#start-date {
    background: #fff;
}

.admin_details.active-admin .inner_section {
    z-index: 999;
    position: relative;
}

nav ul ul {
    position: static;
    display: none;
}

nav ul .feat-show.show {
    display: block;
}

nav ul .serv-show.show1 {
    display: block;
}

nav ul ul li {
    line-height: 42px;
    border-top: none;
}

nav ul ul li a {
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
}

nav ul li.active ul li a {
    /* color: #e6e6e6; */
    background: #DEEAE1;
    border-left-color: transparent;
    color: #000;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #fff;
}

/* nav ul ul li a:hover {
    color: #212529 !important;}
*/

nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
}

nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}

nav.sidebar ul li img {
    width: 18%;
    margin-right: 10px;
}

nav.sidebar ul li a {
    display: flex;
    line-height: 20px;
    padding: 11px 16px;
}

.btn-side.click span.fas.fa-bars {
    color: #000 !important;
}

.btn-side.click span:before {
    font-size: 21px;
}

.btn-side {
    position: absolute;
    top: 30px;
    left: 20px;
    height: 25px;
    width: 25px;
    text-align: center;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    z-index: 999 !important;
}

.sidebar_main {
    position: relative;
    width: 20%;
}

/* .main-cont {
    width: 75%;
    margin-right: 40px;
    transition: left 0.5s ease;} */
/* modal */

.modal-content {
    background: #DEEAE1 !important;
}

.PopUp .form-floating textarea {
    width: 100%;
    height: 170px !important;
    border: none;
    box-shadow: 0px 0px 9px -8px;
    border-radius: 10px;
}

.PopUp textarea::placeholder {
    color: #000 !important;
    opacity: 1;
    /* For Firefox */
}

.PopUp textarea::-webkit-input-placeholder {
    color: #000 !important;
    /* Chrome, Safari, Opera */
}

.PopUp textarea:-ms-input-placeholder {
    color: #000 !important;
}

.PopUp textarea::-ms-input-placeholder {
    color: #000 !important;
}

.select_parent select {
    width: 100% !important;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px -12px -5px !important;
}

.text_input_parent input {
    width: 100% !important;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.textarea_input_parent textarea {
    width: 100% !important;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 120px;
    width: 300px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    resize: none;
}

.checkbox_input_parent {
    background: #fff;
    padding: 17px 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.checkbox_input_parent label {
    margin-left: 10px;
    font-weight: 600;
}

.Assign_menu_table th {
    background: #4c7a5d !important;
    color: #fff;
}

.Assign_menu_table tr td:first-child {
    border-right: 1px solid #ccc;
}

.Assign_menu_table tr td {
    padding-left: 50px;
}

.Assign_menu_table tr {
    box-shadow: none !important;
}

table.table.Assign_menu_table {
    margin-bottom: 0px;
}

.assign_menu_accordian .accordion-body {
    padding: 0px !important;
    border: none;
    box-shadow: 0px 0px 12px -5px;
}

table.table.Assign_menu_table th:first-child {
    padding-left: 50px;
}

.assign_button select {
    width: 70%;
    border-radius: 10px;
    font-size: 18px;
    padding: 12px;
    /* background: #4c7a5d !important; */
    /* color: #fff; */
    font-weight: 600;
    margin: auto;
}

nav ul li.active ul li a:hover {
    color: #304e3a !important;
}

/* New fix */
.required::after {
    content: "*";
    color: red;
    margin-left: 0.2em;
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* For Chrome, Safari, Edge */
::-webkit-scrollbar {
    width: 6px;
    /* Vertical scrollbar width */
    height: 6px;
    /* Horizontal scrollbar height */
}

::-webkit-scrollbar-thumb {

    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
    /* Optional: scrollbar track background */
}

/* For Firefox */
body,
* {
    scrollbar-width: thin;
    /* Makes scrollbar thin */
}

select {
    -webkit-appearance: none;
    /* Remove iOS blue styling */
    -moz-appearance: none;
    color: #000;
    appearance: none;
    text-decoration: none !important;
}

select:focus {
    outline: none;
    color: #333;
    /* Keep text color consistent on focus */
}

select option {
    color: #000;
    /* Text color for options in the dropdown */
}

div.applibuttons button.paynow {
    display: block;
    background: green;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    border: green;
}

table.table {
    margin: 10px 0px;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

.sweet-alert p {
    margin-top: 25px !important;
}

.form.login_form {
    width: 559px;
}

.password_section p a {
    font-weight: 600;
    color: #472A87;
    text-decoration: none;
    font-size: 18px;
}

.login_form {
    padding: 56px !important;
    margin-bottom: 20px;
}

.form {
    width: 559px;
}

.header_menu ul {
    text-align: right;
    list-style: none;
    margin-bottom: 0px;
}

.header_menu ul li {
    display: inline-block;
    margin-right: 20px;
}

/* .logo img {
    width: 100%;}
*/
header .col-md-11 {
    display: flex;
    align-items: center;
    justify-content: end;
}

header {
    /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    padding: 10px;
}

section.homeloancal {
    padding: 80px;
}

section.homeloancal .about_content h2 {
    color: #4c7a5d;
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
}

.get-quote-btn {
    padding: 14px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.default-btn {
    background: #4c7a5d;
    color: #fff;
}

.about_content p {
    font-size: 17px;
}

.add-shadow {
    box-shadow: 0 2px 32px -1px rgba(66, 75, 90, .08);
    background: #fff;
}

.triebox .content p {
    font-size: 18px;
    font-weight: 600;
}

.triebox .image {
    margin-bottom: 10px;
}

section.works {
    padding: 80px;
}

.works_box .number h3 {
    color: #a17936;
    font-weight: 700;
    font-size: 34px;
}

.works_box .content p {
    font-weight: 600;
    font-size: 18px;
}

.works_heading h2 {
    color: #4c7a5d;
    font-weight: 700;
}

section.starts_appl {
    padding: 80px;
}

.works_heading p {
    font-size: 18px;
    font-weight: 600;
}

section.starts_appl {
    padding: 0px 0px 80px 0px;
}

.faq_question p {
    margin-bottom: 0px;
}

.faq_question h5 {
    font-weight: 500;
    color: #4c7a5d;
}

.faq_question {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0px 60px;
}

footer p {
    margin-bottom: 10px;
    color: rgb(110 117 131);
}

footer {
    background: rgb(243 243 243);
    padding: 30px;
}

footer p {
    font-weight: 600;
}

.get-quote-btn:hover {
    color: #fff;
}

.login-btn {
    border: 1px solid #4c7a5d;
    padding: 5px 15px;
    border-radius: 20px;
    color: #4c7a5d !important;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 30px;
}

/* .whole_page {
    display: flex;
     margin: 0px 40px; } */
.btn-side.click:hover {
    border: 1px solid;
}

.header_mobile .nav-link:focus,
.header_mobile .nav-link:hover {
    color: rgba(0, 0, 0, .7) !important;
}

.main-cont .modal-dialog {
    margin: 8rem auto;
}

.header_mobile {
    display: none !important;
}

.header_mobile {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgba(250, 252, 252, .4);
}

header.header_mobile nav {
    justify-content: end;
    background: transparent !important;
}

header.new_color {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 9999999;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgba(250, 252, 252, .4);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

header {
    /* border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb; */
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 9999999;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgb(57 88 65);
}

header.header_mobile div#navbarSupportedContent {
    width: 100%;
    position: absolute;
    top: 130%;
    background: #fff;
    box-shadow: 0px 0px 12px -5px;
    border-radius: 10px;
}

span.nav-link {
    color: #fff;
}

header.new_color a.nav-link {
    color: #000;
}

header.new_color span.nav-link {
    color: #000;
}

.header_menu_1 {
    justify-content: left;
    display: flex;
    align-items: center;
}

.desktop.new_color .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
}

.new_loan_apply {
   width: 559px;
    margin: auto;
    padding: 0px;
    /* border-radius: 32px 0px 32px 0px; */
    background: transparent !important;
}

.header_bottom {
    justify-content: end !important;
}

.password_forget {
    display: flex;
    justify-content: space-between;
}

.password_forget span a:hover {
    color: #4c7a5d;
    text-decoration: none;
}

.password_forget span a {
    color: #000;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
}

.header_mobile .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
}

header.header_mobile nav ul li {
    text-align: left;
    padding-left: 20px;
}

header.header_mobile nav ul li a.account_button {
    text-align: center;
}

.account_button {
    padding: 8px 40px !important;
    padding-bottom: 11px !important;
    border: 1px solid;
    border-radius: 20px;
    min-height: 47px;
    max-height: 47px;
}

.password_forget span a {
    font-size: 14px !important;
}

span.profile-dropdown.profile-mobile {
    text-align: right;
    float: left;
    position: absolute;
    right: 70px;
    top: 17px;
    font-size: 15px;
    font-weight: 500;
}

header.header_mobile .account_button {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.macbook-device .account_button {
    line-height: 32px !important;
}

.macbook-device .change_button {
    padding: 14px 40px 9px !important;
}

/* .macbook-device li.formac {
    padding-top: 5px;
} */
.macbook-device .get-quote-btn{
    padding: 15px 24px 12px !important;
}
.total_amount_disb {
    font-size: 30px !important;
}

.macbook-device form#form-reset-pwd button.remarks {
    padding-top: 13px !important;
}

.macbook-device .sa-confirm-button-container .confirm {
    padding: .8rem 1rem .5rem !important;
}

.macbook-device .repayment_button a {
    padding: 18px 40px 15px !important;
}
.macbook-device .repayment_button .lumpsum_button{
    padding: 15px 40px 10px !important;
    height: 50px;
}
.group-card {
    width: auto !important;
    border-radius: 20px;
}

.group-card .table-responsive {
    padding: 0px 10px !important;
}

#noRecordFound {
    padding: 10px 0px;
}

.card_details .table-responsive {
    overflow-x: scroll !important;
}

button.confirm.btn.btn-lg.btn-primary {
    font-size: 18px;
}

.sweet-alert {
    z-index: 999999999999;
}

#loader {
    z-index: 999999999999 !important;
}

button#InfoApplicationSubmit {
    background: #4c7a5d;
}

div#dvCardDetail {
    overflow-x: auto !important;
}
.change_button_payment {
    margin-top: 20px;
    text-align: center;
}
/* new css */
button#dropdownMenuButton1 {
    background: transparent;
    box-shadow: none !important;
    border: none !important;
    color: #fff;
        font-size: 18px;
}

ul.dropdown-menu.show li {
    margin-right: 0px;
}

ul.dropdown-menu.show li a {
    background: transparent;
    padding: 0px 10px;
}
ul.dropdown-menu.show{
    padding: 15px;
    text-align: center;
        top: 55px;
}
ul.dropdown-menu.show li {
    display: block !important;
    text-align: left;
}
.change_button:hover {
    color: #fff;
}
a {
    font-size: 18px !important;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e5e7eb;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.logo img {
    height: 78px;
    /* padding: 10px 0px; */
}

.AddressSrch .form-floating {
    margin-right: 5px;
}

.login-btn {
    border: 1px solid #4c7a5d;
    padding: 5px 15px;
    border-radius: 20px;
    color: #4c7a5d !important;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 30px;
}

.quote-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 315px !important;
    /* background: linear-gradient(135deg, #385840, #152F28); */
    background-image: url("../images/Main_Header.png") !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
    padding: 50px;
}

.header_mobile .nav-link:focus,
.header_mobile .nav-link:hover {
    color: rgba(0, 0, 0, .7) !important;
}

.quote-section img {
    max-height: 200px;
}

.quote-content {
    max-width: 950px;
}

.quote-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.quote-content p {
    font-size: 1.2rem;
}

.loan-section {
    /* background: #f8f9fa; */
    border-radius: 10px;
    margin: 20px auto;
    font-size: 20px;
}

.main-section-outer {
    border-radius: 10px;
    max-width: 60%;
    margin: 20px auto;
}

h5.section_heading {
    padding-left: 20px;
    /* padding-top: 20px; */
    /* border-bottom: 1px solid #e5eded; */
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

h5.section_heading2 {
    padding-left: 20px;
    /* padding-top: 20px; */
    /* border-bottom: 1px solid #e5eded; */
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

#LoanForm h5.section_heading2 {
    padding-left: 20px;
    /* padding-top: 20px; */
    border-bottom: 1px solid #e5eded !important;
    padding-bottom: 10px;
    font-size: 26px !important;
    font-weight: 600;
}

.your_appl {
    margin-bottom: 16px;
}

.section_information_container {
    padding: 20px 25px;
    padding-bottom: 0 !important;
}

#EditBankDetailsPartial .section_information_container {
    padding: 20px 25px !important;
}

.dark-label {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.light-label {
    color: dimgray;
    font-size: 18px;
    font-weight: 500;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.slider {
    flex-grow: 1;
    margin: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

/* Style the round dot (thumb) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    /* Increased width */
    height: 40px;
    /* Increased height */
    background: #4c7a5d;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4c7a5d;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
}

.btn-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #4c7a5d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 25px;
}

.btn-circle .plus {
    /* margin-top: 1.8px; */
    font-weight: 700;
    color: #4c7a5d;
    font-size: 18px;
    align-items: center;
    line-height: 25px;
    justify-content: center;
}

.btn-circle .minus {
    /* margin-top: 1px; */
    font-weight: 700;
    color: #4c7a5d;
    font-size: 18px;
    align-items: center;
    line-height: 25px;
    justify-content: center;
    /* margin-left: -1px; */
}

.btn-circle .minus i {
    align-items: center;
    line-height: 35px;
    justify-content: center;
}

.btn-circle .plus i {
    align-items: center;
    line-height: 35px;
    justify-content: center;
}

.loan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label-row {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.term-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section {
    border-radius: 10px;
    margin: 20px auto;
}

.default-btn:hover {
    background: #4c7a5d;
    color: #fff;
}

.find_find_btn {
    border-radius: 50px;
    padding: 0 30px;
    height: 100%;
    min-height: 55px;
}

.terms_checked input.form-check-input {
    cursor: pointer;
    margin-left: 0px;
    min-width: 1rem;
    height: 1rem;
    margin-top: 0.44rem !important;
}

.terms_checked {
    cursor: pointer;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.terms_checked label {
    cursor: pointer;
}

.get-quote-btn {
    padding: 12px 24px !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 20px;
}

.link-text {
    color: #0a58ca;
    font-weight: 500;
       text-decoration: underline;
}
span.text-danger{
    font-size: 18px !important;
}
.speed-meter {
    max-width: 25px;
}

/* Css for About banner */

.v3-width-2xl {
    max-width: 1140px !important;
}

.container-v3 {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
    margin-bottom: 0;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.card-icon-text {
    text-align: center;
}

.card-icon-text .img-container {
    min-height: 120px;
    display: flex;
    justify-content: center;
}

.card-icon-text.card-border {
    border-radius: 12px;
}

.card-icon-text.bg-light {
    background-color: #fff;
}

.bg-light {
    background-color: #fff !important;
}

.about-us-section .card-border {
    border-radius: 10px;
    border: 2px solid #e1e1e1;
    height: 15vw;
    padding: 18px;
    min-height: 218px;
    background-color: #fff;
}

.about-us-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-us-card .about-us {
    width: 60%;
}

.about-us-card .contact-us {
    width: 35%;
}

.about-us-section {
    /* background-image: url(/images/pink-light.png); */
    background-position: 0 100%;
    background-size: cover;
    background-color: #152F28;
    background-blend-mode: multiply;
    padding: 50px;
}

#aboutus_image {
    width: 100%;
    height: auto;
    display: block;
}

#LoanForm .form-floating>.form-select {
    line-height: normal;
}

#LoanForm .form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 9px) !important;
}

/* .form-control, */
/* .form-select {
    border-radius: 0.8rem;
    font-size: 1.1rem;} */
#loanAmountInputlabel {
    padding: 1.2rem .75rem !important;
    font-size: 19px;
}

#loanAmountInput {
    width: 85px;
    /* width: 100px; */
    text-align: right;
    padding: 0 !important;
    padding-right: 15px !important;
    height: 44px;
}

.AddressSrch {
    display: flex;
    justify-content: space-between;
}

#postCodeSearchBtn {
    padding: 16px 25px !important;
    font-size: 18px;
}

/* About Us */
.about-container {
    max-height: 31rem;
}

.about-us-container {
    text-align: center;
}

.about-us-container h1 {
    margin-bottom: 20px;
}

.about-us-container p {
    font-size: 1.2rem;
    /* max-width: 800px; */
    margin: 0;
    line-height: 1.6;
}

.contact-section {
    position: relative;
}

.contact-color-section {
    background: linear-gradient(135deg, #152F28, #385840);
    height: 180px;
    position: relative;
    top: -143px;
    z-index: -1;
}

.contact-container {
    background: #d9d7d7;
    ;
    border-radius: 30px;
    /* margin: 80px auto; */
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 40px;
    /* max-width: 1000px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    position: relative;
}

.contact-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    position: relative;
    top: -34px;
}

.icon-circle {
    background: #2f4f41;
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 28px;
}

.contact-item h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
}

.contact-item p {
    font-size: 1rem;
    color: #2f4f41;
    margin: 0;
}

.homepage_criteria {
    padding: 40px !important;
}

.homepage_criteria p {
    font-size: 19.2px;
    margin-bottom: 10px !important;
}

.homepage_criteria li {
    font-size: 19.2px !important;
}

.form-floating h6 {
    font-size: 20px;
}

label.form-check-label {
    font-size: 16px;
}

.form-check-label p {
    margin-bottom: 0px !important;
}

.form-floating>label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.bank-details-section label.form-check-label.provide_loan_para{
        padding: 0px 20px 0px !important;

}
.form-floating textarea {
    width: 100%;
    height: 100px;
}

.form-floating>textarea:focus~label,
.form-floating>textarea:not(:placeholder-shown)~label {
    opacity: 1 !important;
    background: #fff;
    height: 25px;
    width: 99%;
    border-radius: 10px;
    transform: scale(1) translateY(0.05rem) translateX(0.05rem) !important;
    font-size: 14px;
    padding: 2px 0px 0px 10px;
    border-radius: 15px !important;
}
#form-reset-pwd input.form-control {
    line-height: 80px !important;
}
form#loanmasterForm .form-control {
    line-height: 80px;
}
.document-section .form-control {
    line-height: 20px !important;
}

.term-row p {
    margin-bottom: 0px;
}

button#filterBtn {
    font-size: 18px;
}

.header_menu ul li {
    display: inline-block;
    margin-right: 20px;
    /* margin-top: 10px; */
}

header {
    /* border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb; */
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
    left: 0;
}

section.homeloancal .about_content h2 {
    color: #4c7a5d;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 24px;
}

.about_content p {
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    line-height: 28px;
    margin-bottom: 24px;
}

.triebox .content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.triebox .content p {
    font-weight: 400;
    font-size: 18px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
}

section.trieboxes {
    padding: 64px 0px;
    width: 64rem;
    margin: auto;
    scroll-margin-top: 117px;
}

section.works .container {
    width: 56rem;
}

section.works {
    padding: 80px 20px;
    background-color: rgb(249 250 251);
    scroll-margin-top: 117px;
}

.works_box .number h3 {
    color: #a17936;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.works_box .content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.works_box .content p {
    font-weight: 400;
    font-size: 17px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
}

.works_heading h2 {
    color: #4c7a5d;
    font-weight: 700;
    font-size: 48px;
    line-height: 36px;
    margin-bottom: 0px;
}

.works_heading p {
    font-weight: 400;
    font-size: 17px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 1;
}

.your_appl h2 {
    margin-bottom: 16px;
}

section.starts_appl {
    padding: 64px 0px 64px 0px;
}

.faq_question p {

    margin-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    font-size: 17px;
}

.faq_question h5 {
    font-weight: 500;
    color: #4c7a5d;
    font-size: 18px;
    line-height: 28px;
}

footer p {
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 15px;
}

footer p {
    font-weight: 500;
}

.main-section-outer {
    border-radius: 10px;
    max-width: 100% !important;
    margin: 0px auto 0px 20px;
}

.loan-section {
    /* background: #f8f9fa; */
    border-radius: 10px;
    margin: 0px auto;
    font-size: 20px;
    border: 1px solid #e9e9e9;
    padding: 15px !important;
}

a.nav-link {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    font-size: 15px !important;
}

a.nav-link:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

a.nav-link {
    color: #fff;
}

.monthy_install p {
    font-size: 17px !important;
    font-weight: 600;
}

.image_text {
    font-size: 36px;
    color: #6b7280;
    font-weight: 500;
}

.triebox .image img {
    width: 14%;
}

.home_logo img {
    width: 100%;
}

section.loan-section2.main-section-outer2.add-shadow2 {
    background-color: #fff;
    width: 559px;
    position: relative;
    margin-top: -115px;
    border-radius: 32px 0px 32px 0px;
    margin-bottom: 40px !important;
}

div#LoanForm {
    width: 559px;
    margin: auto;
}

div#LoanForm .main-section-outer {
    margin: 20px 0px;
    padding: 20px 0px;
}

.loan-section2 {
    /* background: #f8f9fa; */
    margin: 0px auto;
    font-size: 20px;
    border: 1px solid #e9e9e9;
    padding: 15px !important;
}

.main-section-outer2 {
    max-width: 100% !important;
}

.faqs {
    background-color: rgb(249 250 251);
    padding: 80px 0px;
}

section.starts_appl {
    scroll-margin-top: 117px;
}

.faqs {
    scroll-margin-top: 117px;
}

.icon_circle {
    height: 64px;
    width: 64px;
    animation: rotateThis 1s linear infinite;
    border-radius: 100px;
    box-shadow: 0 2px 0 0 rgb(22 48 39), 0 -2px 0 0 rgb(127 138 132), 2px 0 0 0 rgb(139, 177, 162), -2px 0 0 0 rgb(89, 177, 129), 1px -1px 0 0 rgb(22 48 39), -1px 1px 0 0 rgb(22 48 39), 1px 1px 0 0 rgb(45, 90, 72), -1px -1px 0 0 rgb(91, 165, 124)
}

.triebox .image img {
    width: 8%;
    top: 34%;
    position: absolute;
    left: 9%;
}

.triebox .image {
    margin-bottom: 10px;
    position: relative;
    max-width: 65px;
}

@keyframes rotateThis {
    0% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(1turn) scale(1);
    }
}

/* for mac */
input[type="email"]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.header_mobile {
    display: none !important;
}

.header_mobile {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgba(250, 252, 252, .4);
}

header {
    /* border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb; */
    padding: 10px;
    position: sticky;
    width: 100%;
    /* padding: 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    background-color: rgb(57 88 65);
}

.form-check-input:checked {
    background-color: #4c7a5d;
    border-color: #476650;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #142c25;
    box-shadow: none !important;
    border-color: #bfbfbf !important;
}

.header_menu ul li a {
    font-size: 18px !important;
}

.header_bottom {
    justify-content: end !important;
}

.triebox .image img {
    width: 32px;
    top: 15px;
    position: absolute;
    left: 15px;
}

div#accordionExample {
    width: 90%;
    margin: auto;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;

    box-shadow: none;
}

#faqs .accordion-button {
    font-weight: 600;
    font-size: 18px;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c7a5d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c7a5d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(270deg);
}

#faqs .accordion-item {
    margin-bottom: 16px;
    border-radius: 20px 0px 20px 0px !important;
    box-shadow: 0 2px 6px -1px rgba(66, 75, 90, .16);
    border: none;
    background-color: transparent !important;
}

#faqs .accordion-header {
    border-radius: 27px 25px 22px 22px !important;
    background: transparent !important;
}

#faqs .accordion-button {
    /* border-radius: 62px !important; */
    background: transparent;
    padding: 28px 20px;
    box-shadow: none !important;
    border-radius: 20px 0px 20px 0px !important;
}

#faqs .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

#faqs .accordion-body {
    margin-top: 0px;
    border: none !important;
}
.lumpsum_section a {
    font-weight: 600;
}
 .lumpsum_section {   text-align: end;
    margin-right: 7%;
    margin-top: -1%;}
.nav-link:focus,
.nav-link:hover {
    color: #fff !important;
}

header.header_mobile .account_button {
    padding-bottom: 10px !important;
}
#form_select_date{
    width: 100% !important;
}
.macbook-device .account_button {
    line-height: 32px !important;
    /* margin-top: 10px !important; */
}

header.header_mobile div#navbarSupportedContent {
    width: max-content;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
a {
    font-size: 18px !important;
}

/* .table-responsive {
    padding: 10px !important;} */
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #4c7a5d;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 10px !important;
}
#form_select_date select{
   border-radius: 15px !important;
}
.accordion-button.collapsed {
    color: #000000;
    background-color: #c8b4ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 10px !important;
}

.accordion-item {
    background-color: #f2f2f2;
    margin: 15px 2px !important;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-body {
    padding: 1rem 1.25rem;
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #5e547a;
}

.btn:focus,
.btn:active:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #4c7a5d
}

.btn-theme {
    /* padding: 14px 50px; */
    border-radius: 50px;
    /* font-size: 20px; */
    font-weight: 600;
}

td.Application_button a {
    background: #4c7a5d;
    padding: 15px 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
}

td.Application_button {
    text-align: center;
}

table.table.table-bordered td {
    height: 80px;
    vertical-align: middle;
}

#signInWidget,
.SignUpSignInContainer-mainLayout {
    background-image: url(images/fluro-background.png);
    background-position: 0 100%;
    background-size: cover;
    height: 100%;
    /* min-height: 100vh; */
    padding: 30px 60px;
}

.form h2 {
    color: #000;
    font-family: NoirNo1-Demibold, Helvetica Neue, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4c7a5d;
    outline: 0;
    box-shadow: none;
    border: 2px solid;
}

button.login_button {
    background-color: #4c7a5d !important;
    background-image: none;
    border-color: transparent;
    box-shadow: 0 2px 0 0 rgba(53, 29, );
    width: 100%;
    padding: 12px;
    border-radius: 35px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
}

.password_section p a {
    font-weight: 600;
    color: #4c7a5d;
    text-decoration: none;
    font-size: 18px;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(10px);
    z-index: 1000;
    background-color: solid 1px #e5e7eb;
}

.logo img {
    height: 96px;
}

.log_out_button {
    border: 1px solid #4c7a5d;
    padding: 5px 15px;
    border-radius: 20px;
    color: #4c7a5d !important;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 30px;
}

.banner_section img {
    max-height: 200px;
    object-fit: cover;
}

.application_box .heading {
    text-align: start;
    font-size: 20px;
    margin-bottom: 25px;
}

.application_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -10px;
    background-image: url("images/new_loan.png");
    background-position: bottom right !important;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
}

.new_loan {
    background-position: bottom center;
    background-size: 80%;
}

.new_loan .number {
    opacity: 0;
}

.active_loans {
    background-image: url("images/Active Loan icon.png");
    background-size: 40%;
    background-position: bottom center;
}

.total_disbursed{
    background-image: url("../images/TotalAmountDisbursed.png") !important;
    background-size: 40%;
    background-position: bottom center;
}
.closed_applications{
    background-image: url("../images/ClosedApplications.png") !important;
    background-size: 40%;
    background-position: bottom center;
}
/* .application_box.active_loans.mt-3 .number {
    opacity: 0;
} */

.pending_application {
    background-image: url("../images/Pending Application icon.png");
    background-size: 40%;
    cursor: pointer;
}

.notification_application {
    background-image: url("../images/notification.png") !important;
    background-size: 40%;
    cursor: pointer;
}

.pending_status {
    background-image: url("../images/PendingStatus.png") !important;
    background-size: 40% !important;
    cursor: pointer;
}

.whole_page .overdue_repayments {
    background-image: url("../images/Overdue Repayment icon.png");
    background-size: 30%;
    cursor: pointer;
}

.transaction_history {
    background-image: url("../images/Pendingoverduemonthwise.png") !important;
    background-size: 30% !important;
    background-position: bottom center;
}

.transaction_history .number {
    opacity: 0;
}

.applicant_details {
    background-image: url("../images/ApplicantDetails.png") !important;
    background-size: 40% !important;
    background-position: bottom center;
    position: relative;
}

.applicant_details .number {
    opacity: 0 !important;
}

.application_box_acher {
    text-decoration: none;
    color: #212529;
}

.application_box_acher :hover {
    text-decoration: none;
    color: #212529;
}

.total_application_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -10px;
    background-position: bottom right;
    background-size: 60%;
    background-repeat: no-repeat;
}

.total_application_box .status {
    display: flex;
    justify-content: space-around;
}

p.active span {
    background: red;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

canvas#halfPieChart {
    height: 230px !important;
    object-fit: cover;
    width: 100% !important;
}
select#loanpurpose {
    padding: 10px;
    border-radius: 15px !important;
}
.loan_amount .amount h3 {
    font-size: 22px;
}

.loan_amount .amount {
    margin-left: 5px;
}

.loan_amount .span {
    background: #36a2eb;
    height: 60px;
    width: 6px;
    border-radius: 20px;
}

.loan_amount .pending_span {
    background: #ff6384;
    height: 60px;
    width: 6px;
    border-radius: 20px;
}

.loan_amount .payment_span {
    background: #ffce56;
    height: 60px;
    width: 6px;
    border-radius: 20px;
}

.loan_amount {
    display: flex;
    /* padding-right: 20px; */
}

p.ontime span {
    background: green;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

p.due span {
    background: black;
    color: red;
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    border-radius: 10px;
    padding-right: 9px;
}

li.apply_filter button {
    background: #4c7a5d;
    padding: 7px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: none !important;
}

.about_name .name_content {
    margin-bottom: 0px;
    min-width: auto !important;
}

.name .number {
    margin-right: 3px;
    min-width: 15px;

    /* padding-top: 32px !important; */
}

a.status_content.pending {
    background: #bad4da;
    /* background: #c9c9ff; */
    color: #245f67;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
}

a.status_content.pending2 {
    background: none;
    /* background: #c9c9ff; */
    color: #245f67;
    border-radius: 20px;
    padding: 5px 0px;
    text-decoration: none;
}

a.status_content.rejected {
    background: #ffffba;
    /* background: #c9c9ff; */
    color: #DC3545;
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
    font-weight: 500;
}

h5.application_count {
    background: #fff;
    box-shadow: 0px 0px 9px -3px;
    padding: 10px;
    border-radius: 10px;
    color: #4c7a5d;
    font-weight: 500;
}

tbody tr {
    /* box-shadow: 0px 0px 8px -3px; */
    padding: 10px;
    border-radius: 10px;
    /* border: 1px solid #4c7a5d; */
    /* background: #fff; */
}

.accordion-button:not(.collapsed) {
    background: #4c7a5d;
    color: #fff;
}

.accordion-button.collapsed {
    background: #fff !important;
    box-shadow: 0px 0px 12px -5px !important;
}

.repayment_button a {
    background: #4c7a5d;
    padding: 15px 40px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    height: 55px;
    line-height: 25px;
}

.repayment_amount h3 {
    color: #F44336;
}

.repayment_date h5 {
    font-size: 30px;
}

.next_repayment {
    background: #fff;
    margin-bottom: 16px;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -10px;
}

p.interest_head {
    margin-bottom: 8px;
    color: #4c7a5d;
    font-weight: 600;
}

a.interest_content {
    color: #000;
    text-decoration: none;
}

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

label[for="et_pb_contact_brand_file_request_0"] {
    background: #fff;
    height: 150px;
    background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
    background-repeat: no-repeat;
    background-position: top 0px center;
    /* position: absolute; */
    background-size: 5%;
    color: transparent;
    margin: auto;
    width: 100%;
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    /* transform: translateY(-50%); */
    border: 1px dotted #a2a1a7;
    box-sizing: border-box;
    z-index: 9999;
    position: relative;
}
header.new_color button#dropdownMenuButton1 {
    color: #000;
}
label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: 'Browse';
    background: #16a317;
    width: 86px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.buttons a {
    padding: 9px 30px;
    margin-right: 20px;
    color: #fff;
    background: #000;
    border-radius: 12px;
    text-decoration: none;
}

.buttons a.reject {
    background: red;
}

.buttons a.approval {
    background: #00a900;
}

.file_names {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
}

.file_names {
    text-align: center;
}

.loan_status {
    background: #fff;
    width: 70%;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -5px;
}

p.user_time {
       font-size: 14px;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.loan_status2 {
    background: #fff;
    width: 70%;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -5px;
}

.loan_status2 .icon img {
    width: 60% !important;
}

.status_option .icon img {
    width: 100%;
}

.status_option {
    display: flex;
    margin-bottom: 40px;
}

.status_option .icon {
    width: 10%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_option .icon img.small_icons {
    width: 60%;
}

.status_option .details p.view_details1 {
    color: #3d3dff;
    text-decoration: underline;
    font-size: 12px;
}

.status_option .details p.sign_contract {
    color: #FF5722;
    text-decoration: underline;
    font-size: 12px;
}

.status_option .details h3 {
    font-size: 25px;
    margin-bottom: 0px;
}

.status_option .details p.send_document {
    font-size: 12px;
}

.status_option .details p.loan_approve {
    font-size: 15px;
    color: #16a317;
}

.status_option .details p {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
}

.transaction_history_box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px -5px;
}

button.nav-link {
    background: #dacdff !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    margin-right: 20px;
    color: #000;
}

button.nav-link:hover {
    color: #000;
}

button.nav-link.active {
    background: #4c7a5d !important;
    color: #fff !important;
}

ul#myTab {
    border-bottom: none;
}

tr.transaction_table_head th {
    /* padding: 25px; */
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}

tr.transaction_table_head {
    box-shadow: none !important;
}

tr.transaction_table_body {
    box-shadow: none !important;
}

.bankname .bank_name {
    font-weight: 400;
    font-size: 16px;
}

.ref_no {
    font-weight: 600;
    color: #999999;
}

.date_time .date_head {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}

.date_time .time_content {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.card_name p.card_head {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}

.card_name .card_content {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

a.status_content {
    background: #00bd0061;
    color: #104500;
    /* margin-top: 10px; */
    font-weight: 600;
}

.payment_date {
    color: #000;
    text-decoration: none;
}

.Status_name {
    margin-top: -2px;
    min-width: 145px;
    min-height: 26px;
    line-height: 34px;
}

.transaction_table_body a.status_content {
    min-height: 26px;
    line-height: 34px;
    display: block;
}

/*td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;}
*/
.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
}

div#card-element {
    padding: 20px 40px;
    box-shadow: 0px 0px 12px -5px;
    border-radius: 10px;
    margin-bottom: 20px;
}

form#payment-form button {
    background: #4c7a5d;
    width: 100%;
    color: #fff;
    /* font-weight: 600; */
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    border: none !important;
    margin: auto;
    max-width: 50%;
    display: block;
    /* margin-left: 10px; */
}

.card_buttons {
    display: flex;
    /* width: 507px; */
    width: 400px;
    margin: auto;
    justify-content: space-between !important;
    align-items: center;
}

.back_button a {
    background: #4c7a5d;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    border-radius: 25px;
}

.macbook-device .back_button a {
    padding-top: 13px !important;
}
.macbook-device #entermanuallyBtn {
    margin-top: 6px !important;
}

.card_details {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

/* CSS for Apply new loan for existing user */

#newloanForm {
    font-size: 18px !important;
}

#newloanForm .form-control {
    font-size: 1.1rem;
}

.loan-section {
    background: #f8f9fa;
    border-radius: 10px;
    margin: 0px auto;
}

.main-section-outer {
    border-radius: 10px;
    max-width: 80%;
    margin: 0px auto;
}

.new_loan_apply .main-section-outer {
    border-radius: 32px 0px 32px 0px;
    max-width: 100%;
    margin: 20px auto;
        border: 1px solid #e9e9e9;
}
/* .notes_submition_data {
    position: relative;
    bottom: -6px;
    width: 100%;
} */
.admin_request {
    position: relative;
}
h5.section_heading {
    padding-left: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e5eded;
    padding-bottom: 20px;
    font-size: 26px;
}

.section_information_container {
    padding: 20px 25px;
}

.dark-label {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.light-label {
    color: dimgray;
    font-size: 18px !important;
    font-weight: 500;
}

/* Style the round dot (thumb) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    /* Increased width */
    height: 40px;
    /* Increased height */
    background: #4c7a5d;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4c7a5d;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
}

.btn-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #4c7a5d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-circle .plus {
    /* margin-top: 1.8px; */
    font-weight: 700;
    color: #4c7a5d;
    font-size: 18px;
    align-items: center;
    line-height: 25px;
    justify-content: center;
}

.btn-circle .minus {
    /* margin-top: 1px; */
    font-weight: 700;
    color: #4c7a5d;
    font-size: 18px;
    /* margin-left: -1px; */
    align-items: center;
    line-height: 25px;
    justify-content: center;
    /* margin-left: -1px; */
}

.form-floating textarea {
    width: 100%;
    border-radius: 13px;
}

/* .customform .form-floating textarea {
    border: none;
    box-shadow: 0px 0px 9px -8px;
    border-radius: 10px;}
*/
.new-loan-btn {
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    background: #4c7a5d;
    color: #fff;
    line-height: 20px;
    /* height: 40px; */
}

.new-loan-btn:hover {
    background: #4c7a5d;
    color: #fff;
}

.card_details_table tr {
    box-shadow: none;
    border: transparent;
    background: transparent !important;
}

.card_details_table {
    background: #fff;
    box-shadow: 0px 0px 12px -5px;
    border-radius: 10px;
}

.cards_payment_style {
    width: 60%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
}

td.Remove_button_card {
    text-align: center;
    padding-top: 30px !important;
}

td.Remove_button_card a {
    background: #ccc;
    color: #e9e7e7;
    padding: 6px 30px;
    border-radius: 10px;
    text-decoration: none;
}

th {
    border-bottom: none !important;
}

.pending_table {
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
    /* overflow-x: scroll; */
}

.newloanpurpose.form-floating>textarea:focus~label,
.form-floating>textarea:not(:placeholder-shown)~label {
    transform: scale(1) translateY(0.1rem) translateX(0.1rem) !important;
}

/* For Chrome, Safari, Edge */
::-webkit-scrollbar {
    width: 6px;
    /* Vertical scrollbar width */
    height: 2px;
    /* Horizontal scrollbar height */
}

select option {
    color: #fa0101;
    /* Text color for options in the dropdown */
}

/* table.table{
    margin: 0px !important;}
*/

.tab-pane {
    margin: 10px;
}

section.add-shadow.bank-details-section.main-section-outer {
    max-width: 100vw;
}

table.table {
    margin: 10px 0px !important;
}

span.profile-dropdown.profile-mobile {
    text-align: right;
    float: left;
    position: absolute;
    right: 70px;
    top: 15px;
    font-size: 15px;
    font-weight: 500;
}
.macbook-device .application_buttons a{
    padding: 12px 25px 7px !important;
}
.macbook-device .account_button {
    line-height: 32px !important;
}
.macbook-device form#payment-form button {
    background: #4c7a5d;
    width: 100%;
    color: #fff;
    /* font-weight: 600; */
    padding: 14px 40px 10px;
    border-radius: 40px;
    font-size: 18px;
    border: none !important;
    margin: auto;
    max-width: 50%;
    display: block;
    /* margin-left: 10px; */
}
.macbook-device #navbarSupportedContent li a{
    padding: 14px 12px 10px;
}
.macbook-device #transaction_log_page a.status_content {
    padding-top: 8px !important;
}

.macbook-device .get-quote-section .get-quote-btn {
    padding: 15px 24px 12px 24px !important;
}
.macbook-device div#active_loans_accordion button.accordion-button {
    background: #fff !important;
    color: #000;
    padding: 20px 10px 15px;
}
.macbook-device #loanAmountInput{
    padding: 17px 10px 12px 10px !important;
}
.macbook-device #loanAmountInputlabel{
padding: 1.3rem .75rem !important;
}
nav#sidebar ul.feat-show li a {
    background: #DEEAE1;
    color: #000;
}

.macbook-device label[for="et_pb_contact_brand_file_request_0"]:after {
    background-size: 5% !important;
}

.card_buttons button:nth-child(2) {
    margin-left: 10px !important;
}

section.document-section input {
    height: auto !important;
    border-radius: 8px;
}

.section_information_container select option {
    color: #000;
}

div#LoanForm .main-section-outer h5 {
    padding: 0px 20px 20px !important;
}

.macbook-device #postCodeSearchBtn {
    padding: 18px 25px 15px 25px !important;
}

div#LoanForm select {
    border-radius: 15px !important;
}

.macbook-device section#home .form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(.85) translateY(-.3rem) translateX(.15rem);
}

.macbook-device section#home #loanAmountInput {
    padding: 14px 10px 10px 10px !important;
}

.macbook-device section#home .form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(.85) translateY(-.3rem) translateX(.15rem);
}

.macbook-device section#home #loanAmountInput {
    padding: 14px 10px 10px 10px !important;
}

.macbook-device .card_buttons button {
    padding: 13px 40px 8px 40px !important;
}

.macbook-device label[for="et_pb_contact_brand_file_request_0"] {
    background-size: 5% !important;
}
.macbook-device input.submit_note{
    padding: 12px 30px 7px;

}

.macbook-device #EditBankDetailsPartial .new-loan-btn {
    padding: 17px 24px 12px 24px !important;
}
/* .macbook-device ul.dropdown-menu.show li {
    line-height: 10px;
} */
.macbook-device .back_button a {
    padding: 11px 40px 7px !important;
}
nav #navbarSupportedContent ul li:last-child {
   align-content: center;
}
.whole_page.widthToggle .sidebar_main {
    width: 5%;
}

.whole_page .sidebar_main {
    width: 20%;
}

/* .whole_page.widthToggle .main-cont {
    width: 95%;
} */

/* .whole_page .main-cont {
    width: 70%;
} */
/* .whole_page.widthToggle .main-cont .container {
    max-width: 100%;
} */
.flatpickr-calendar select option {
    color: #000;
}

/* .whole_page .desktop_view{
    display: flex !important;
}
.whole_page .small_view{
    display: none !important;
} */
.admin_details .pending_table {
    max-height: none;
}

#active_loans_accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c7a5d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.message_box_admin {
    width: 80%;
    margin: auto 5px auto auto;
}

.message_box_user {
    width: 80%;
    margin: auto auto auto 0;

}
ul.dropdown-menu.show:after {
    visibility: visible;
    /* content: ""; */
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #fff transparent;
    top: -8px;
    left: 30px;
    z-index: 999999999;
    transform: translateY(0);
    transition: all 300ms cubic-bezier(.42, .01, .58, 1);
    pointer-events: none;
}
#EditBankDetailsPartial div#recievingBankCont {
    padding-top: 0px !important;
}
ul li ul.change_password_drop{
    padding: 5px !important;
}
    .change_password .form {
    /* padding-top: 0px !important; */
    margin-top: 0px !important;
}

.change_password {
    padding: 0px !important;
}
input#searchInput::placeholder {
  font-family: "NoirNo1", sans-serif; 
}
input#searchInput{
  font-family: "NoirNo1", sans-serif; 
  line-height: 290px !important;
  /* height: 80px !important; */
}
.login_form input.form-control{
    line-height: 80px !important;
}
input#searchInput::placeholder {
  font-family: "NoirNo1", sans-serif; 
  line-height: 290px !important;
  height: 80px !important;
}
.uploaddoc_row input.form-control::placeholder {
    line-height: 50px !important;
    height: 36px !important;
}
.uploaddoc_row input#prooftype{
        line-height: 51px;
}
.section_information_container select option::placeholder {
    line-height: 90px !important;
    height: 90px !important;
}
select.flatpickr-monthDropdown-months::placeholder {
    line-height: 90px !important;
    height: 90px !important;
}
select.flatpickr-monthDropdown-months option::placeholder {
            line-height: 90px !important;
            height: 90px !important;
            padding: 10px !important;
}

select.flatpickr-monthDropdown-months option{
line-height: 90px !important;
    height: 90px !important;
}
#LoanForm .form-floating>.form-select {
    line-height: inherit;
}
a.lumpsum_button {
    /* line-height: inherit; */
    height: 46px;
    padding: 10px 40px;
}
a.apply_new_loan_button {
    /* line-height: inherit; */
    height: 46px;
    padding: 10px 40px;
}
section.bank-details-section .form-control {
    line-height: 80px;
}
.change_button_payment .change_button{
    padding: 11px 40px;
}
div#BankDtModal {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.application_buttons {
    /* height: 30px; */
    position: absolute;
    bottom: 10%;
    z-index: 9;
}
.application_buttons a {
    display: block;
    background: #4c7a5d;
    padding: 6px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    /* height: 35px; */
    line-height: 25px;
}
.application_buttons a:last-child {
    margin-top: 10px;}
    .number h5 {
    margin-bottom: 0px !important;
}

.form-floating .dropdown-menu .dropdown-item {
  background-color: #fff;         /* normal background */
  transition: background 0.2s;
}
.form-floating .dropdown-menu .dropdown-item:hover {
  background-color: #4c7a5d;      /* hover background */
  color: #fff;                    /* text color on hover */
}
.form-floating .dropdown-toggle::after {
  margin-left: auto;   /* push arrow to the far right */
  margin-right: 0;
}
.form-floating .dropdown-toggle {
    padding: 20px 12px;
    background: transparent;
    border-radius: 15px;
    border-color: #ced4da;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    font-size: 16px;
}   
.section_information_container .form-floating ul.dropdown-menu.show {
    padding: 0px;
    text-align: center;
    top: 55px;
}
.blue_text_color{
    color: #2267B9 !important;
        text-decoration: none;
    background: transparent !important;
}
input#emailAddress:focus {
    background: #e9ecef !important;
}
div#LoanForm span {
    font-size: 18px;
}
label.form-check-label.provide_loan_para {
    font-size: 18px;
}
.uploaddoc_row input.form-control {
    background: transparent;
    border: none;
    box-sizing: border-box;
    height: 100%;
    line-height: 36px;
    margin: 0;
    padding: 6px 8px;
    width: 100%;
    height: 46px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
input#notetext {
    line-height: 135px;
    border: 1px solid #ccc !important;
    outline: none !important;
}
input#loanTermhidden:focus {
    background: #e9ecef;
}
input#loandetails:focus{
     background: #e9ecef;
}
.message_send{
    display: flex;
    justify-content: space-between;
}
div#LoanForm .document-section select {
    border-radius: 8px !important;
}
.fixedwidth {
    min-width: 260px;
}
.right_border_application{
        border-right: 1px solid #8b8b8b;
}
.transaction_table_body .Status_name a.status_content{
    display:inline;
    /* padding: 9px 16px !important; */
}
.notification_status a{
    line-height: 16px !important;
    display: inline-block;
    height: 26px;
}
.notes_submition_data{
    min-height: 150px;
}
.macbook-device .upldoc_add input{
        padding: 12px 40px 7px !important;
        /* margin-top: 10px; */
    }
   form#loanmasterForm textarea#loanpurposeother{
    line-height: 20px;
   }
   form#frmPaymentMethod .form-control {
    line-height: 90px !important;
}
/* new css */
@media (min-width: 1700px) {
label[for="et_pb_contact_brand_file_request_0"] {
    background-size: 3% !important;
}
.buttons.view_application {
    padding-top: 50px !important;
}
.application_full_details {
    padding: 20px 35px;
    background: #DEEAE1;
    border-radius: 15px;
    height: 78vh;
}
.main_inner_section {
    /* display: grid; */
    height: 80vh;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
}
@media (min-width: 1400px) {
    label[for="et_pb_contact_brand_file_request_0"] {
        background-size: 5%;
    }
    canvas#halfPieChart {
    height: 300px !important;
    object-fit: cover;
    width: 100% !important;
}
}

@media (max-width: 1200px) {
     .repayment_button a {
    background: #4c7a5d;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    height: 55px;
    line-height: 25px;
}
    .main-section-outer {
        max-width: 80%;
    }
}
@media (max-width: 1300px) {
button#markasunreadbtn{
            margin-top: 15px;
    }}
@media (max-width: 1199px) {
 .inner_section {
    padding: 20px 15px;
    background: #DEEAE1;
    border-radius: 15px;
}
    .header_mobile {
        background-color: rgba(250, 252, 252, .9) !important;
    }
        .application_buttons a {
    padding: 6px 15px !important;
}
}

@media only screen and (max-width: 1024px) {
    .macbook-device .admin_details h4:first-of-type {
    margin-bottom: 8px !important;
}
    .macbook-device .back_button a {
    padding: 13px 40px !important;
}
    .fixedwidth {
    min-width: 280px;
}
    ul.navbar-nav li a {
    font-size: 16px !important;
}
   
    .user_transaction_log .table-responsive {
        overflow-x: scroll !important;
    }
    .macbook-device .repayment_button a {
    padding: 16px 30px 15px !important;
}
.macbook-device a.apply_new_loan_button {
    padding: 13px 40px !important;
    height: 50px;
}
    #transaction_log_page {
        width: 670px !important;
    }
    .navbar-expand-lg .navbar-collapse {
        /* display: flex !important; */
        flex-basis: auto;
        margin-left: 10px !important;
    }
}

/* @media (max-width: 978px) {
    .loan_overview_box {
        margin-bottom: 20px;}
    } */
@media (min-width: 992px) and (max-width: 1199px) {
    .account_button {
        padding: 8px 25px !important;
    }
    button#markasunreadbtn{
            margin-top: 15px;
    }
    td.fixedwidth.status_width {
    min-width: 280px;
}
.accordion-item .table-responsive {
        overflow-x: scroll !important;
    }
    .pending_details p a {
    display: table;
}
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1150px) {
    .status .col-lg-6 {
        width: 100% !important;
    }

    .total_amount_disb {
        font-size: 20px !important;
    }
}

@media (max-width: 991.9px) {
    .upldoc_add {
    margin-top: 10px;
}
        .newApplicationDetailsbutton .buttons {
        margin-top: 5px !important;
    }
    .uploaddoc_row input#uploadedfile {
        margin-bottom: 0px;
        margin-top: 10px;
    }
   .uploaddoc_row input#prooftype {
    margin-bottom: 0px !important;
}
   .macbook-device .upldoc_add input{
        padding: 12px 40px 7px;
        margin-top: 10px;
    }
        .number {
    margin-bottom: 10px;
}
.heading h6 {
    margin-bottom: 0px;
}
   
    button#markasunreadbtn{
        font-size: 16px !important;
    }
    input#submit_note {
    font-size: 16px !important;
}
   .pending_details .main_buttons_reject {
    margin-top: 0px !important;
}
.pending_details .reject {
    margin-top: 0px !important;
}
    .pending_details p a {
    display: table;
}
    a{
    font-size: 18px !important;
}
    a.status_content.approved {
    font-size: 18px !important;
}
    button#markasunreadbtn{
            margin-top: 15px;
    }
    td.fixedwidth.status_width {
    min-width: 280px;
}
    input#uploadedfile {
    margin-bottom: 10px;
}
.uploaddoc_row input#prooftype {
    line-height: 51px;
    margin-bottom: 10px;
}
   .macbook-device .repayment_button .lumpsum_button {
    padding: 11px 40px 10px !important;
    height: 50px;
}
.macbook-device form#form-reset-pwd button.remarks {
    padding-top: 8px !important;
}
 
    .repayment_button a {
    background: #4c7a5d;
    padding: 15px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    height: 55px;
    line-height: 25px;
}
    .modal-dialog {
        max-width: 500px;
        margin: 11.75rem auto;
    }
.status_option .details {
    width: 80%;
}
.status_option .icon {
    width: 20%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    /* .whole_page .main-cont .container {
    max-width: 100%;
}
    .whole_page .sidebar_main {
    width: 5%;
}
.whole_page .main-cont {
    width: 100%;
}
.whole_page.widthToggle .main-cont {
    width: 100%;
}
    .whole_page .desktop_view{
    display: none !important;
}
.whole_page .small_view{
    display: flex !important;
} */
    canvas#myChart {
        width: 150px !important;
        height: 150px !important;
        margin: auto;
    }

    .status_option .icon img {
        width: 34px;
    }

    .status_option .icon img.small_icons {
        width: 34px;
    }

    section.loan-section2.main-section-outer2.add-shadow2 {
        margin-top: -80px;
    }

    .logo img {
        height: 78px !important;
        /* padding: 10px 0px; */
    }

    .form.login_form {
        width: 100%;
    }
div#LoanForm .main-section-outer {
        margin: 20px 0px !important;
    }
    .main-section-outer {
        margin: 0px !important;
    }

    .user_transaction_log .table-responsive {
        overflow-x: scroll !important;
    }

    .pending_details .buttons {
        margin-top: 35px;
    }

    .buttons button.reject {
        margin-top: 20px;
    }

    .accordion-item .table-responsive {
        overflow-x: scroll !important;
    }

    header.desktop {
        display: none !important;
    }

    header.header_mobile {
        display: block !important;
        z-index: 9999 !important;
    }

    header.header_mobile div#navbarSupportedContent {
        width: max-content;
    }

    .sidebar {
        z-index: 9999999;
    }

    .light-label {
        color: dimgray;
        font-size: 15px;
        font-weight: 500;
    }

    .dark-label {
        color: #000;
        font-weight: 600;
        font-size: 15px;
    }

    /* .header_menu {
        margin-top: 10px;}
*/
    header.header_mobile .col-9 {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .macbook-device .profile-dropdown.profile-mobile {
        padding-top: 3px !important;
    }

    /* .application_box {
    height: 160px;}
*/
    .total_amount_disb {
        font-size: 20px !important;
    }

    .btn-side.click {
        z-index: 9999999 !important;
    }

    .works_heading h2 {
        font-size: 30px !important;
    }

    section.trieboxes {
        width: 100% !important;
    }

    header.header_mobile {
        display: block !important;
    }

    */ header.header_mobile .col-9 {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .repayment_button a {
        padding: 15px 18px !important;
    }

    .accordion-item button.accordion-button .row {
        width: 100% ! important;
    }
     a.lumpsum_button {
    /* line-height: inherit; */
    height: 46px !important;
    padding: 10px 40px !important;
}
  a.apply_new_loan_button {
    height: 46px;
    padding: 10px 30px !important;
    margin-left: 10px !important;
}
.terms-section {
    margin-top: 20px !important;
}
.change_password .form {
    /* padding-top: 0px !important; */
    margin-top: 0px !important;
    width: 100%;
}
.change_password_button{
    font-weight: 500;
}
  .macbook-device  a.apply_new_loan_button {
        height: 46px;
        padding: 11px 30px !important;
        margin-left: 10px !important;
    }
    .macbook-device ul.dropdown-menu.show li a {
    background: transparent;
    padding: 10px 10px;
}
}

@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
        button#dropdownMenuButton1 {
    color: #000000;
}
ul.dropdown-menu.show li {
    padding-left: 0px;
}
ul.dropdown-menu.show {
    padding: 15px;
    text-align: center;
    margin-left: -80px;
}
    canvas#myChart {
        width: 100px !important;
        height: 100px !important;
        margin: auto;
    }

    .sidebar_main {
        position: relative;
        width: 0%;
    }

    /* .main-cont {
    width: 100%;
    margin-right: 40px;
    transition: left 0.5s ease;
      margin-left: 40px;} */
    .admin_details .user_headings {
        margin: 0px !important;
    }
}

@media (max-width: 782px) {
    ul.dropdown-menu.show li {
    padding-left: 0px;
}
ul.dropdown-menu.show {
    padding: 15px;
    text-align: center;
    margin-left: -80px;
}
    button#dropdownMenuButton1 {
    color: #000000;
}
    .loan-header {
        display: flex;
        flex-direction: initial;
        align-items: center;
    }

    .dark-label {
        margin-bottom: 0px !important;
    }

    .slider {
        width: 50%;
    }

    .form-floating>.form-control,
    .form-floating>.form-select {
        height: calc(4.5rem + 2px);
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .about-us-card {
        flex-direction: column;
    }

    .about-us-section .card-border {
        height: auto;
    }

    .about-us-card .about-us {
        width: 100%;
    }

    .about-us-card .contact-us {
        width: 100%;
    }

    .about-container {
        max-height: 61rem;
    }

    .loan-header {
        display: flex;
        flex-direction: initial;
        align-items: center;
    }

}

.admin_request h5 {
    font-size: 18px !important;
    font-weight: 700;
    text-decoration: underline;
}

.message_box p.message {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

p.time {
  font-size: 14px;
    text-align: right;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.admin_details .justify-content-between {
        align-items: normal !important;
    }
.message_boxs {
    overflow-y: scroll;
    /* max-height: 55vh;
    min-height: 55vh; */
}

.note_section input {
    display: block;
}

.sweet-overlay{
    z-index: 999999999;
}
input.notes {
    width: 100%;
    height: 90px;
    padding: 10px;
    border-radius: 10px;
    border: none;
}

input.submit_note {
    background: #4c7a5d;
    color: #fff;
    padding: 7px 30px;
    border-radius: 50px;
    margin: 20px auto 0px auto;
    border: none;
}

div#active_loans_accordion button.accordion-button {
    background: #fff !important;
    color: #000;
    padding: 20px;
}

.accordion-item button.accordion-button .row {
    width: 60%;
}

div#active_loans_accordion .accordion-body {
    margin-top: 0px !important;
    border: none !important;
    border-radius: 0px !important;
}

div#active_loans_accordion .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-radius: 0px !important;
}

div#active_loans_accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234c7a5d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(270deg);
}

.pointer-link {
    cursor: pointer;
}

.viewnotesbtn{
    background: none;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: left 0.2s ease;
}

.viewnotesbtn:hover{
    color: #142c25;
}

#statusFilter option{
    color: #000 !important;
}

.buttons.view_application
{
    padding-top: 20px;
}
.active_tables .accordion-item button.accordion-button .row {
    width: 100%;
}

.red-dot {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
}

.card-wrapper {
    position: relative;
    padding-top: 10px;
}
.PopUp .form-floating>label{
    white-space: unset;
}
.dropdown-menu a.dropdown-item.active {
    background-color: #4c7a5d;
    color: #fff !important;
}
.generic-dropdown .dropdown-menu a.dropdown-item {
    white-space: inherit !important;
}
span.dropdown-display-text{
    overflow-x: hidden;
}
.text-muted-dd{
    color: #545b63 !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #4c7a5d;
  color: #fff !important;
}
.dropdown-menu a.dropdown-item.active:hover{
    color:white;
}
.dropdown-single ul.dropdown-menu.show{
    padding: 0px !important;
}
.dropdown-single-form ul.dropdown-menu.show{
    padding: 0px !important;
}
.dropdown-single-height{
    height: 35px !important;
    border-radius: 9px !important;
}
@media (min-width: 600px) {
.dropdown-single .dropdown-toggle::after {
    margin-top: 10px;
}
}
@media only screen and (max-width: 769px) {
    section.trieboxes {
        padding: 64px 0px;
        width: 100%;
        margin: auto;
    }

    section.works .container {
        width: 100%;
    }

    section.homeloancal {
        padding: 20px;
    }

    section.homeloancal .about_content h2 {
        color: #4c7a5d;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .quote-section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 270px !important;
        /* background: linear-gradient(135deg, #385840, #152F28); */
        background-image: url("../images/Main_Header.png") !important;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        text-align: center;
        padding: 0px !important;
        /* object-fit: cover; */
        background-size: cover;
    }

    .quote-content h3 {
        font-size: 28px !important;
    }

    .admin_details h4 {
        margin-left: 8%;
    }

    table.table {
        max-width: 800px !important;
        width: 670px !important;
        margin-right: 10px !important;
    }

    .header_mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    /* .triebox .image img {
        width: 8%;
        top: 28%;
        position: absolute;
        left: 4%;} */

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: end !important;
        padding-bottom: .5rem;
    }

    .quote-content h3 {
        font-size: 28px !important;
    }

}

@media (max-width: 768px) {
    .btn-side {
        z-index: 9999999;
        left: 15px !important;
    }

    .active_loans {
        background-image: url("../images/ActiveLoanicon.png");
        background-size: 30%;
    }

    .sidebar_main {
        position: relative;
        width: 10%;
    }

    /* .main-cont {
        width: 100%;
        margin-right: 10px;
        transition: left 0.5s ease;} */
    .sidebar_main {
        position: relative;
        width: 5%;
    }

    .sidebar {
        position: absolute;
        width: 250px;
        height: 100%;
        left: -250px;
        /* background: #1b1b1b; */
        transition: left 0.4s ease;
        top: 0;
        z-index: 9999999;
    }

    .quote-section .quote-content p {
        font-size: 14px;
        padding: 10px;
    }

    #signInWidget,
    .SignUpSignInContainer-mainLayout {
        padding: 10px !important;
    }

    .admin_details h4 {
        margin-left: 6% !important;
    }

    .status p {
        margin-bottom: 5px;
        text-align: left !important;
    }

    .contact-container {
        flex-direction: row;
        align-items: center;
    }

    .form-floating>.form-select {
        font-size: 1.2rem;
    }

    .form-floating>.form-select>option {
        font-size: 1.2rem !important;
    }

    .quote-section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px !important;
        /* background: linear-gradient(135deg, #385840, #152F28); */
        background-image: url("../images/Main_Header.png") !important;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        text-align: center;
        padding: 0px !important;
        /* object-fit: cover; */
        background-size: cover;
    }

    .quote-section .quote-content p {
        font-size: 14px;
        padding: 10px 40px;
        text-align: justify;
        margin-bottom: 0px;
    }
    button#markasunreadbtn{
        margin-top: 15px;
    }
}

@media (max-width: 767.9px) {
    canvas#halfPieChart {
        max-width: 370px !important;
        margin: auto !important;
    }

    .transaction_history {
        background-size: 120px !important;
    }

    .applicant_details {
        background-size: 180px !important;
    }
}

@media (max-width: 767px) {
    .active_loans {
        margin-top: 16px;
    }

    .total_application_box {
        margin-top: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .buttons.view_application a {
        padding: 13px 20px !important;
    }

    canvas#halfPieChart {
        height: 240px !important;
        object-fit: cover;
        width: 60% !important;
        margin: 0 auto;
    }

    .loan_status {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
    .buttons.view_application{
        margin-bottom: 40px;
    }

    .buttons.view_application a {
        padding: 15px 20px !important;
    }

    .form.login_form {
        width: 100% !important;
    }

    .form {
        width: 100% !important;
    }

    .accordion-body {
        padding: 1rem 1.25rem;
        margin-top: 20px;
        background-color: white;
        border-radius: 5px;
        border: 1px solid #bdc9c2;
    }

    .accordion-body.loanlist {
        overflow-x: scroll;
    }

    canvas#myChart {
        width: 100% !important;
        height: auto !important;
        margin: auto;
    }

    .log_out_button {
        /* margin-top: 30px; */
        text-align: end;
    }

    .blank_space {
        display: none;
    }

    table {
        table-layout: auto !important;
        border-collapse: separate;
        border-spacing: 0 5px !important;
        width: 700px !important;
    }

    .pending_table {
        width: 100%;
        /* overflow-x: scroll; */
    }

    .application_box .heading {
        text-align: start;
        font-size: 20px;
        margin-bottom: 25px;
    }

    .header_menu_1 {
        justify-content: left;
        display: flex;
        align-items: center;
    }

    .monthy_install p {
        font-size: 15px !important;
        font-weight: 600;
    }

    canvas#halfPieChart {
        height: 320px !important;
        object-fit: cover;
        width: 100% !important;
    }

    .total_application_box {
        margin-top: 20px;
    }

    .accordion-body {
        padding: 1rem 1.25rem;
        margin-top: 20px;
        background-color: white;
        border-radius: 5px;
        border: 1px solid #5e547a;
        overflow-x: scroll;
    }

    /* .application_box .heading {
        text-align: start;
        font-size: 16px;
        margin-bottom: 25px;} */
    .repayment_button.text-end {
        margin: 20px;
        padding: 10px 0 !important;
    }
}

@media (max-width: 676px) {
    .main-section-outer {
        max-width: 85vw;
    }
}

@media only screen and (max-width: 600px) {
    .pending_details {
    overflow-x: scroll;
}
    .right_border_application{
        border-right: none;
}
    .number {
    margin-bottom: 10px;
}
.heading h6 {
    margin-bottom: 0px;
}
    div#recievingBankCont .form-control {
    height: 60px !important;
}
.new_loan_apply{
    width: 100%;
            padding-top: 0px !important;
            margin-left: 0px !important;
}
.new_loan_apply .main-section-outer {
    margin-top: 20px !important;
}
    div#collapseEight table {
    margin-bottom: 10px !important;
}
    div#active_loans_accordion table {
    margin-bottom: 10px !important;
}
    .inner_section.mt-3 {
    margin-top: 1.5rem!important;
}
    .message_boxs {
    overflow-y: scroll;
    max-height: 370px;
    min-height: 100px;
}
    .admin_details .justify-content-between{
            align-items: center !important;
    }
        .admin_details h4 {
        margin-bottom: 0px !important;
    }
        .status_option .details {
        width: 100%;
    }
    .admin_request {
        margin-top: 40px;
    }

    span.profile-dropdown.profile-mobile {
        top: 17px !important;
    }

    #accordionExample button.accordion-button {
        align-items: center;
    }

    .loanlist table.table {
        margin: 10px 0px 10px !important;
    }

    form#form-reset-pwd button.remarks {
        padding: 10px 30px;
    }

    .card_buttons button:nth-child(2) {
        margin-left: 0px !important;
    }

    .status_option .icon {
        margin-bottom: 10px;
    }

    .status_option .icon img {
        width: 10% !important;
    }

    .card_buttons button {
        margin-bottom: 10px !important;
    }

    .card_buttons {
        display: block;
        width: auto;
        text-align: center;
    }

    table.table {
        margin: 10px 0px 0px !important;
    }

    .btn-side span {
        color: #000;
        font-size: 28px;
        line-height: 20px;
    }

    tr.transaction_table_body td {
        display: table-cell !important;
    }

    .inner_section {
        padding: 20px 15px;
        background: #DEEAE1;
        border-radius: 15px;
        /* margin-left: 4px; */
    }

    .accordion-header button {
        font-size: 14px;
        font-weight: 600;
        padding: 10px;
    }

    .overdue_repayments {
        margin-bottom: 16px;
    }

    .active_loans {
        margin-bottom: 16px;
    }

    .log_out_button {
        /* margin-top: 16px; */
        text-align: end;
    }

    .log_out_button a {
        color: #fff;
        text-decoration: none;
        border: 2px solid;
        padding: 5px 16px;
        border-radius: 40px;
        /* margin-top: 5px !important; */
    }

    .header_logo img {
        width: 100%;
    }

    .banner_content {
        position: absolute;
        top: 30%;
        left: 5%;
        color: #fff;
    }

    .banner_content p {
        display: none;
    }

    .banner_content h2 {
        font-size: 16px;
    }

    .complete_status {
        text-align: center;
        /* background: green; */
        margin-top: 30px !important;
    }

    .fiter_section ul li select {
        width: 100%;
        margin-bottom: 15px;
    }

    .fiter_section ul li {
        width: 100%;
    }

    .name {
        justify-content: center;
    }

    h5.application_count {
        background: #fff;
        box-shadow: 0px 0px 15px -10px;
        padding: 10px;
        border-radius: 10px;
        color: #4c7a5d;
        font-weight: 500;
        font-size: 15px !important;
        text-align: center;
    }

    .back_button a {
        background: #4c7a5d;
        color: #fff;
        text-decoration: none;
        padding: 11px 40px;
        border-radius: 25px !important;
    }

    .custom-select.effective_date .calendar-icon {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
        color: #666;
    }

    span.percentage-icon.percentage-icon {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 16px;
        color: #666;
    }

    .application_box {
        margin-top: 20px !important;
    }

    .quote-section {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px !important;
        /* background: linear-gradient(135deg, #385840, #152F28); */
        background-image: url("../images/Main_Header.png") !important;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        text-align: center;
        padding: 0px !important;
        /* object-fit: cover; */
        background-size: cover;
    }

    .btn-side {
        left: 5px !important;
    }

    .pending_application {
        margin-top: 15px;
    }

    .notification_application {
        margin-top: 15px;
    }

    .total_application_box {
        margin-top: 15px;
    }

    .buttons button {
        margin-top: 15px;
    }

    .custom-select {
        width: 100%;
        margin-bottom: 10px;
    }

    ul#myTab li {
        margin-top: 10px;
    }

    .section_information_container {
        padding: 20px 14px;
    }

    .AddressSrch {
        display: block;
        justify-content: space-between;
    }

    .tab-content.table-responsive {
        overflow-x: scroll !important;
    }

    label[for="et_pb_contact_brand_file_request_0"] {
        background-size: 20% !important;
    }

    .form {
        padding: 20px;
    }

    .login_form {
        padding: 20px 20px !important;
        margin-bottom: 20px;
    }

    a.login-btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: end !important;
        padding-bottom: .5rem;
    }

    .form.login_form {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .section_information_container {
        padding: 20px 5px;
    }

    .widthToggle .sidebar_main {
        width: 0px;
    }

    /* .widthToggle .main-cont{ */
    /* margin-right: 0px; */
    /* width: 100%;} */
    /* .btn-side.click span:hover{
    font-size: 21px !important;}
*/
    nav#sidebar ul.feat-show li a {
        background: #DEEAE1;
        color: #000;
    }


    .text-start li {
        font-size: 14px !important;
    }

    .text-start p {
        margin: 5px !important;
        font-size: 14px !important;
    }

    .homepage_criteria {
        padding: 20px !important;
    }

    section.homeloancal {
        padding: 10px;
    }

    section.homeloancal .about_content h2 {
        color: #4c7a5d;
        font-weight: 700;
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 24px;
    }

    .loan-section {
        margin: 20px auto;
    }

    section.trieboxes {
        width: 100%;
    }

    section.works {
        padding: 10px;
        background-color: rgb(249 250 251);
    }

    .faq_question {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        margin: 0px 10px;
    }

    .quote-content p {
        font-size: 14px !important;
    }

    .quote-content h3 {
        font-size: 26px !important;
    }

    div#LoanForm {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    form#payment-form button {
        margin: auto;
        max-width: 100% !important;
        display: block;
    }

    .status_option {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }

    .status_option .details h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .status_option .icon img.small_icons {
        width: 15%;
    }

    .status_option .icon {
        width: 100%;
        margin-right: 15px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .status_option .icon img {
        width: 15%;
    }

    .loan_status {
        background: #fff;
        width: 100%;
        margin: auto;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 0px 0px 12px -5px;
    }

    label[for="et_pb_contact_brand_file_request_0"] {
        background: #fff;
        height: 150px;
        background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
        background-repeat: no-repeat;
        background-position: top 11px center;
        /* position: absolute; */
        background-size: 25%;
        color: transparent;
        margin: auto;
        width: 100%;
        /* top: 50%; */
        /* left: 0; */
        /* right: 0; */
        /* transform: translateY(-50%); */
        border: 1px dotted #a2a1a7;
        box-sizing: border-box;
        z-index: 9999;
        position: relative;
    }

    .repayment_button a {
        background: #4c7a5d;
        padding: 10px 10px;
        border-radius: 30px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }

    .inner_section {
        padding: 20px 15px;
        background: #DEEAE1;
        border-radius: 15px;
    }

    .overdue_repayments {
        margin-bottom: 0px;
    }

    .active_loans {
        margin-bottom: 20px;
    }

    h5.application_count {
        background: #fff;
        box-shadow: 0px 0px 9px -3px;
        padding: 10px;
        border-radius: 10px;
        color: #4c7a5d;
        font-weight: 500;
        font-size: 15px !important;
        text-align: center;
    }

    div#card-element {
        padding: 20px 5px;
    }

    .back_button a {
        background: #4c7a5d;
        color: #fff;
        text-decoration: none;
        padding: 11px 40px;
        border-radius: 12px;
    }
}

@media (max-width: 575px) {

    .buttons {
        margin-top: 30px !important;
    }

    h2.accordion-header button {
        font-size: 15px !important;
    }

    .accordion-body {
        font-size: 15px;
    }

    h2.accordion-header button {
        font-size: 15px !important;
    }

    .accordion-body {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .applicant_details {
        background-size: 100px !important;
    }
    .about-container {
        max-height: 64rem;
    }
        .form-floating>.form-select {
        font-size: 1rem;
    }
    .application_buttons a {
    padding: 4px 14px;
    font-size: 14px !important;
}
}

@media (max-width: 350px) {
    .buttons a {
        padding: 11px 14px;
    }
}

@media (max-width: 320px) {
    .main-section-outer {
        max-width: 90vw;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .header_mobile {
        background-color: rgba(250, 252, 252, 0.9) !important;
    }
}