#progressbar {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

table.dataTable.fl-table thead th, table.dataTable.fl-table thead td, table.dataTable.fl-table tfoot th, table.dataTable.fl-table tfoot td {
  text-align: center;
}

.table-wrapper div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    padding-left: 10px;
}

.table-wrapper .pagination a {
  padding: 8px 16px;
  border-radius: 5px;
  color: #575a7b;
  border: none;
  line-height: 20px;
}

.table-wrapper .pagination li {
  display: inline;
  margin-right: 10px;
  font-size: 14px;
}
.table-wrapper .pagination li:last-child {
  margin-right: 0px;
}

.table-wrapper .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff402a;
  border-color: #ff402a;
}

.table-wrapper .pagination a:hover {
  background-color: #ff402a;
  color: #ffffff !important;
}

.table-wrapper .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.dataTables_wrapper .row {
  margin: 0 !important;
}

.dataTables_filter input{
  width: unset !important;
}

.dataTables_wrapper .row:last-child {
  margin: 0 !important;
  border-top: 1px solid #ccc;
}

.siderbar_block, .siderbar_boxs, #msform {height: 100%;}
.form-card {height: 100%;}
#msform {text-align: center;  position: relative; height: 100%;}
.variation_box .card-body {   padding: 20px;    border: 1px solid #ccc;    border-top: none;    padding-bottom: 10px;}
#msform fieldset { background: white;    border: 0 none;   box-sizing: border-box;    width: 100%;    margin: 0;    padding-bottom: 0px;    position: relative}
.form-card {text-align: left}
#msform fieldset:not(:first-of-type) {display: none}
#msform input, #msform textarea {
  padding: 5px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 0px;
  width: 100%;
  color: #616870 !important;
  background-color: #fff;
  font-size: 15px !important;
  height: auto !important;
  box-shadow: none !important;
}

#msform input.PaymentAmount {
    width: 100% !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

#msform input:focus, #msform textarea:focus {-moz-box-shadow: none !important;    -webkit-box-shadow: none !important;    box-shadow: none !important;    border: 1px solid #673AB7;    outline-width: 0}
#msform .action-button {width: 100px;    background: #000 !important;    font-weight: bold;    color: white;    border: 0 none;    border-radius: 0px;    cursor: pointer;    padding: 8px 5px;    margin: 0px !important;    float: right;}
.card_list ul li p.prise {font-size: 16px;}

.form-card {margin-bottom: 15px;}
.card {z-index: 0;    border: none;    position: relative}
.fs-title {font-size: 25px;    color: #673AB7;    margin-bottom: 15px;    font-weight: normal;    text-align: left}
.purple-text {color: #673AB7;    font-weight: normal}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  color: lightgrey;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
}
#progressbar .active {
    color: #dcb14a;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar li.one:before {
    /*font-family: FontAwesome;*/
    content: "1. SEARCH LOAN"
}

#progressbar li.two:before {
    /*font-family: FontAwesome;*/
    content: "2. CONFIRM AMOUNT"
}

#progressbar li.three:before {
    /*font-family: FontAwesome;*/
    content: "3. CONFIRM PAYMENT"
}

#progressbar li.for:before {
    /*font-family: FontAwesome;*/
    content: "4"
}
#progressbar li.five:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li::before {
  width: 180px;
  height: 45px;
  line-height: 42px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  background: #888;
  border-radius: 5%;
  margin: 0 auto 10px auto;
  padding: 0px;
  font-size: 15px;
  padding-top: 1px;
}

#progressbar li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: -1;
}

#progressbar li.active::before, #progressbar li.active::after {
  background: #ff402a;
}


#progressbar li#confirm.active::before, #progressbar li#confirm.active::after {
    background: #548811;
}



.progress {
    height: 20px
}

.progress-bar {
    background-color: #6c0c0d
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card_header h1 {
    text-align: center;
    font-size: 22px;
    margin: 0px;
    font-weight: 300;
    padding: 10px 0px 24px 0px;
}

.card_list {
  position: relative;
  padding: 0px;
  display: block;
  padding-bottom: 10px;
}

.card_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0px -5px;
}

.btn_shap {
    color: #000;
}
.btn_shap img {
    max-width: 50px;
}
.form-card {
    text-align: left
}


.card_footer {
    padding: 15px 28px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_header p {
    text-align: center;
    margin-top: -18px;
    margin-bottom: 10px;
}


#msform .progress {
  height: 2px;
  opacity: 0;
}


.card_lists .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.card_lists .row [class*="col-"] {
  margin: 0px;
  /* padding: 0px 15px; */
  box-sizing: border-box;
}

.card_footer {
  padding: 15px 28px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#msform .card_footer .btn-green {
  border: 1px solid #52bb75 !important;
  background: #fff !important;
  display: inline-block !important;
  width: auto !important;
  color: #52bb75 !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  padding: 10px 25px 9px 25px !important;
  margin: 0px !important;
  border-radius: 6px !important;
}

#msform .card_footer .btn-green:hover {
  background: #52bb75 !important;
  color: #fff !important;
}

#msform .card_footer .btn-green {
  border: 1px solid #ff402a !important;
  background: #fff !important;
  display: inline-block !important;
  width: auto !important;
  color: #ff402a !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  padding: 10px 25px 9px 25px !important;
  margin: 0px !important;
  border-radius: 6px !important;
}

#msform .card_footer .btn-green:hover {
  background: #ff402a !important;
  color: #fff !important;
}

/*html,body{
  display: grid;
  height: 100%;
  place-items: center;
  background: #0069d9;
  font-family: 'Lato', sans-serif;
}*/
.wrapper{
  display: inline-flex;
  background: #fff;
  height: 100%;
    width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
/*  padding: 20px 15px;*/
/*  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}

.wrapper .option{
  background: #fff;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 3px 20px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ff402a;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.wrapper input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3{
  border-color: #ff402a;
  background: #ff402a;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span {
  /* font-size: 20px; */
  color: #808080;
  margin-left: 10px;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span{
  color: #fff;
}

/**{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 71, 147, 227, 1);
}*/
/*h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}*/

/* Table Styles */

.table-wrapper {
    margin: 10px 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #ff402a;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #ff402a;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    /* .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    } */
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 40px;
        vertical-align: middle;
        box-sizing: border-box;
        /*overflow-x: hidden;
        overflow-y: auto;
        width: 120px;*/
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }

    table.dataTable.fl-table thead th, table.dataTable.fl-table thead td, table.dataTable.fl-table tfoot th, table.dataTable.fl-table tfoot td {
      text-align: left;
      width: 85% !important;
    }

    div.dataTables_wrapper div.dataTables_filter{
      margin-top: 10px;
    }

    .loan-tables~.row {
      display: block;
    }

    .wrapper .option span,#progressbar li::before {
        font-size: 14px;
    }
    
    #progressbar li::before {
        width: 100px;
        height: 40px;
        line-height: 39px;
    }

    #msform .card_footer .btn-green{
        font-size: 10px;
    }

    .wrapper .option {
      padding: 3px 10px;
  }
}

.radio-button-container {
  color: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: rgba(0,0,0,0);
  border: 2px solid rgba(0,0,0,0.25);
  border-radius: 2px !important;
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0,0,0,0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0,0,0,0);
  border-color: #ff402a;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* .radio-button-container input:checked ~ .checkmark:after {
  display: block;
} */

/* Style the indicator (dot/circle) */
/* .radio-button-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
	border-radius: 50%;
	background: #ff402a;
} */

.radio-button-container input:checked ~ .checkmark:after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #ff402a;
    display: block;
}

/* Sticky Footer Bar */
.payment-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #17B169;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.25);
}

.footer-total {
    font-size: 18px;
    font-weight: 600;
}

.footer-pay-btn {
    background: #ff402a;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.footer-pay-btn:hover {
    background: #218838;
}

/* Mobile footer style */
@media (max-width: 600px) {
    .footer-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

input.PaymentAmount {
    width: 100% !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

.view-breakup{
  color: #ff402a;
  text-decoration: underline;
  font-size: 10px;
}

.view-breakup[data-iscall="0"] {
    display: none;
}

.total-payable {
    color: #000;
    line-height: normal;
}

.row.tablesearch {
    padding: 10px;
}

table.dataTable {
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter label{
    font-size: 14px;
}

.tooltip.show {
    z-index: 999999;
}

.loan-details-tbl{
  font-size: 14px;
}