body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #f7f7f7 !important;
}

.clearfix{
    clear: left;
}

h4 {
    font-size: 1.3rem !important;
}

h5 {
    font-size: 1rem !important;
    font-weight: bold !important;
}

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

input:focus,
.form-control:focus {
    outline: 0;
    border: 1px solid #908f8f !important;
    box-shadow: 0 0 !important;
}
.status_heading{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.status_heading a button {
    background: #ad3461 !important;
    color: #fff;
    padding: 5px 20px;
    background: transparent;
    font-weight: 600;
}
/* input[type="checkbox"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #E21D2E;
    color: #fff;
    border: none;
} */

input[type="checkbox"] {
    opacity: 1;
    /*position: absolute;*/
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 28px;
    height: 28px;
    /*background: #E21D2E;*/
    border: 2px solid #eee;
    border-radius: 3px;
}

label[for="checkbox"] {
    padding: 0 !important;
}

.styled-checkbox:checked+label:before {
    background: #E21D2E;
    border: 2px solid #E21D2E;
}

.styled-checkbox:checked+label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.text-black {
    color: #000!important;
}


/* select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    background: 
} */

.table-responsive {
    overflow-y: hidden!important;
}

/***  button Css  ***/

.primary-btn {
    background: #ad3461;
    border: 1px solid #ad3461;
    font-size: 14px;
    color: #ffffff!important;
    border-radius: 5px;
    padding: 7px 15px;
}

.secondary-btn {
    background: #E21D2E;
    border: 1px solid #E21D2E;
    color: #fff;
}
.secondary-btn:hover, .secondary-btn:active, .secondary-btn:visited {
    background: #E21D2E!important;
    border: 1px solid #E21D2E!important;
    color: #fff;
}
.outline-btn {
    border: 1px solid #ad3461!important;
    border-radius: 3px!important;
    color: #ad3461!important;
    background: #fff!important;
}

.outline-btn:hover {
    border: 1px solid #ad3461!important;
    border-radius: 3px!important;
    color: #ad3461!important;
    background: #fff!important;
  }

.pagetitle h4 {
    margin-bottom: 5px !important;
}

.button {
    padding: 4px 25px;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 3px;
}

button:active,
button:focus {
    outline: none !important;
    box-shadow: 0 0 !important;
}

button:last-child {
    margin-right: 0;
}


/**  color  **/

.red {
    color: #ef2b2b;
}

.card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 7px;
    padding: 15px;
    margin: 10px 0;
    /* min-height: 130px */
}

.card label {
    font-size: 12px;
}

.card.profile_section {
    box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 10%);
}

.d-flex {
    flex-wrap: wrap;
}

.spacebetween {
    display: flex;
    justify-content: space-between;
}

.right {
    float: right;
}

.user-name {
    font-size: 20px!important;
    font-weight: normal!important;
    color: #FFFFFF;
    font-family: 'Reem Kufi', sans-serif;
}

.user-details {
    color: #FFFFFF;
    font-size: 12px!important;
}

.text-dark {
    color: #787575;
}
/** form **/


/*.form-item{
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 5px;
}*/

.form-item {
    width: 49%;
    padding: 0px 15px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
    float: none;
}


/* .form-item:last-child .form-group,
.form-item:nth-last-child(2) .form-group{
    margin-bottom: 0 !important;
} */

.form-item label {
    margin-bottom: 0;
    font-weight: 500;
}

.form-item .form-group {
    align-items: flex-start;
}

.form-item select {
    border: 1px solid #908f8f;
    border-radius: 3px;
    padding: .375rem;
    padding-right: 10px;
    color: #000;
    font-size: 12px;
    min-width: 130px;
    height: 33px;
}

.form-item textarea {
    resize: none;
    min-height: 120px;
    border: 1px solid #908f8f;
    border-radius: 2px;
    font-size: 12px;
}

.form-item input {
    height: 33px;
    border: 1px solid #908f8f;
    border-radius: 3px;
    padding: 5px;
    color: #000;
    font-size: 12px;
}

.form-btn {
    padding: 8px 12px;
    border-radius: 3px;
    text-align: center;
}

.addselect {
    width: 240px;
    display: block;
}

label.upload {
    padding: 5px 27px;
    padding-left: 10px;
    border-radius: 3px;
    cursor: pointer;
}

label.upload+span {
    margin-left: 10px;
}

.upload input[type="file"] {
    display: none;
}

.col-md-12 {
    flex-basis: 16% !important;
}

.buttonicon {
    background: transparent;
    border: none;
    position: absolute;
    top: 9px;
    right: 5px;
    color: #d4d3d3
}

.input-group-append {
    position: relative;
}

.nav-pills .nav-link.active {
    background: #2A3997 !important;
}

.nav-pills .nav-link {
    background: #cacaca !important;
    border-radius: 3px 3px 0 0 !important;
    padding: 6px 25px;
    margin-right: 10px;
    color: #fff;
}

.caption {
    font-weight: bold;
    color: #ccc;
}

.caption span {
    color: #E21D2E;
    font-weight: 500;
}

.link {
    color: white;
    cursor: pointer;
}

.bold {
    font-weight: 600;
}


/****** receive  *********/

.actionbtn {
    margin: 15px 0 25px;
}

.text-dull {
    color: rgba(0, 0, 0, .5) !important;
}
.text-dull2 {
    color: rgba(0, 0, 0, 0.75) !important;
    font-weight: bold !important;
}


/*****  iforclosure_amtupdate.html  *****/

.date {
    padding-right: 15px;
    margin-right: 15px;
}


/****  foreclosure_waiverbycollection  ********/

.initiated .card {
    padding: 25px 15px;
}

.initiated {
    flex-grow: 2;
}

.initiated p,
.date span {
    color: #d8d8d8;
}

.date span {
    font-size: 11px;
}

.date {
    text-align: center;
    font-size: 12px;
}

.date p {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.timeline {
    margin: 20px 0;
}

.timeline h3 {
    margin-bottom: 20px;
}

.timeline ul {
    position: relative;
}

.timeline ul:before {
    content: '';
    position: absolute;
    left: 60px;
    width: 1px;
    background: #ddd;
    height: 98.5%;
    top: 30px;
}


/**  margin  **/

.m0 {
    margin: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.m-b-3 {
    margin-bottom: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mr10 {
    margin-right: 10px;
}
/**  padding  **/

.p0 {
    padding: 0
}


/***  padding  *****/

.p0 {
    padding: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pt30 {
    padding-top: 30px
}

.syno_timeline {
    font-size: 12px;
    margin-top: 30px;
    background: #fff;
    padding: 25px;
}

.syno_timeline .card {
    background: #f7f7f7;
}

h3.stage {
    color: #283794;
    font-weight: bold;
}

.moduleTitle {
    padding-left: 15px;
}

.syno_timeline h3 {
    font-size: 16px;
    font-weight: 600;
}

.syno_timeline p {
    font-weight: 600;
    padding-top: 5px;
    color: #000;
}

.syno_timeline ul {
    position: relative;
}

.syno_timeline ul:before {
    content: '';
    position: absolute;
    left: 9.7%;
    width: 1px;
    height: 97.8%;
    background: #ddd;
    top: 28px;
}

.syno_timeline ul li {
    overflow: hidden;
    margin-left: 0 !important;
    /* clear: both; */
}

.syno_timeline ul li>div {
    float: left;
    display: inline-block;
}

.syno_timeline ul li>div:nth-child(1) {
    width: 10%;
    border: 0;
}

.syno_timeline ul li>div:nth-child(2) {
    width: 85%;
}

.font-weight-normal {
    font-weight: normal;
}

#myTabContent {
    clear: both;
    overflow: hidden;
    background: #FFF;
    padding: 20px;
    font-size: 12px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.nav-tabs.mt30 {
    margin-left: 0;
    font-size: 12px;
}

.form-item .form-group {
    margin-bottom: 10px;
}

ul.nav.nav-tabs.mt30>li {
    margin-left: 0;
}

ul.nav.nav-tabs.mt30>li.active>a {
    background: #ad3461;
    color: #fff;
    border: 0;
}

ul.nav.nav-tabs.mt30>li>a {
    background: #eee;
    color: #000;
    border: 0;
}

ul.nav.nav-tabs>li.disable-tab>a {
    background: #d8d8d8;
    pointer-events: none;
}

input[type=checkbox].form-control {
    width: 20px;
    height: 20px;
    margin-bottom: 13px;
}

.label.label-info {
    padding: .6em;
    font-size: 100%;
    width: 100%;
    display: block;
    line-height: 1.5;
    white-space: normal;
    text-align: left;
    color: #0c5460;
}

.remark {
    margin-bottom: 12px;
    width: 100%;
}

.from-group.row:last-child {
    margin-bottom: 0;
}

.detailview {
    margin-top: 20px;
    padding-bottom: 0;
    border: 1px solid #eee;
}

.detailview .col-md-4 {
    margin-bottom: 20px;
}

[id$="error"] {
    color: #f00;
    font-size: 10px;
    padding-top: 5px;
}

#myTabContent .col-md-6 {
    display: inline-block;
}

.ui-menu-item {
    font-size: 13px;
}

.utils {
    cursor: pointer;
}

.moduleTitle span.utils a img {
    margin: 0 !important;
    margin-right: 3px;
}

.synocolor {
    color: #c8614f;
    font-weight: 600;
}

footer .companyLogo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
    float: right;
}

footer .companyLogo img {
    width: 150px;
    height: 100%;
    margin-bottom: 10px;
}

.select_grp label {
    width: 25%;
}

.modal-content .modal-footer {
    text-align: right;
}

.form-item.syno-lead {
    width: 31%;
    padding: 0px 10px;
}

.arrows {
    display: block;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    /* forces this div to 'contain' it's floated children */
    padding: 6px 0;
    position: relative;
}


/* Arrows - i.e. the box and the wedge */

.arrow {
    float: left;
    margin: 0;
    width: 32%;
    padding: 10px;
    position: relative;
    text-align: center;
}

.arrow:after {
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 17px solid transparent;
    /* unnecessary here... it's only for reference. */
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    z-index: 2;
}

.arrow:last-child:after {
    border: none;
    right: 0;
}


/* Colour each section */

.step1 {
    background-color: #e21d2e;
    border-radius: 5px 0px 0px 5px;
}

.step1.disabled,
.step2.disabled {
    background-color: #ccc;
}

.step2 {
    background-color: #369a2a;
    border-radius: 0px 5px 5px 0px;
}

.step3 {
    background-color: #e21d2e;
}


/* Colour the wedge to match it's associated box */

.arrow.step1:after {
    border-left: 17px solid #e21d2e;
}

.arrow.step2:after {
    border-left: 17px solid #2a3997;
}

.step1.disabled:after,
.step2.disabled:after {
    border-left: 17px solid #ccc;
}


/* Typography */

.arrow span {
    color: #ffffff;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .arrow {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    /*.arrows {overflow: visible;}*/
    /* May be needed for some browsers. Need to test. */
    .arrow {
        float: none;
        padding: 25px 30px;
        text-align: left;
        width: 100%;
    }
    .arrow:first-child {
        border-radius: 6px 6px 0 0;
    }
    .arrow:last-child {
        border-radius: 0 0 6px 6px;
    }
    .arrow:after {
        top: auto;
        bottom: -23px;
        left: 30px;
        background-color: transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 17px solid transparent;
    }
    .arrow.step1:after {
        border-top-color: #E5461C;
        border-left-color: transparent
    }
    .arrow.step2:after {
        border-top-color: #C4261E;
        border-left-color: transparent;
    }
}

.lead-details {
    margin-top: 30px;
}

.mlzero {
    margin-left: 0px!important;
}

.mtzero {
    margin-top: 0px!important;
}

.panel-title {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-heading {
    padding: 10px 15px!important;
}

.nav.nav-tabs.mlzero li.active>a {
    background: #E5461C;
    color: #fff;
    border: 1px solid #E5461C;
    font-weight: bold;
}

.subtitle {
    margin: 0 0 2em 0;
    color: #E5461C;
    font-weight: bold;
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #E5461C;
    top: 0;
    width: 100%;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
    top: 30%;
}

.fancy span:after {
    left: 100%;
    top: 30%;
    margin-left: 15px;
}

.detail_label {
    font-weight: bold;
}

.detail_section {
    margin-top: 15px;
    margin-bottom: 20px;
}

.detail_label_value {
    margin-bottom: 15px;
}

.fs16 {
    font-size: 16px
}

.fs20 {
    font-size: 20px
}

.fs12 {
    font-size: 12px
}
.dashboard12 {
    font-size: 16px;
    font-weight: bold;
}
.mr20 {
    margin-right: 20px
}

.mr15 {
    margin-right: 15px!important;
}

.bold {
    font-weight: bold!important;
}

.finova-text {
    color: #ad3461!important;
}

.detail_section>.row>.col-md-4 {
    min-height: 50px;
}

button.create-lead-btn {
    background: #ad3461;
    border: none;
    color: #fff;
}

button.create-lead-btn:hover {
    border: none;
}

a.data-churning-btn,
a.lead-status-btn {
    padding: 6px 10px;
    margin: 0px 5px;
    margin-top: -1px!important;
    border-radius: 5px;
    display: inline-block;
}

a.data-churning-btn {
    background: #2a3997;
    border: 1px solid #2a3997;
    color: #FFF!important;
}

a.lead-status-btn {
    background: #FFF;
    border: 1px solid #2a3997;
    color: #2a3997;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.detail_view_card {
    background: white;
    border: 1px solid #eee;
    margin: 20px 0 0 0;
    padding: 20px;
}

.performance_card {
    width: 100%;
    list-style-type: none;
    list-style: none;
    clear: both;
    overflow: hidden;
}

.performance_card li {
    margin: 0 1%;
    width: 31%;
    float: left;
    display: inline-block;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.performance_card li h4 {
    margin: 0;
    font-weight: bold;
    color: black;
}

.performance_card li h4 span {
    color: #E21D2E;
}
.header {
    background: #2a3997;
    color: #FFF;
}
.header.red {
    background: #E21D2E;
    color: #fff;
}
.agent-table {
    text-align: center;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #FFFFFF!important;
    background-color: #ad3461!important;
    border-color: #ad3461!important;
  }
  .btn-outline-primary {
    color: #ad3461;
    background-color: transparent;
    background-image: none;
    border-color: #ad3461;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ad3461;
    border-color: #ad3461;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 90, 183, 0.5);
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #2a3997;
    margin: 0 auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.dialer-button {
    background: #2a3997;
    border: 1px solid #2a3997;
    color: #FFF!important;
    padding: 6px 10px;
    margin: 0px 5px;
    margin-top: -1px!important;
    border-radius: 5px;
    display: inline-block;
}

#contentTable tbody td{
    position: relative;
}
/* .upload-excel{
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2;
  } */
  .upload-excel a:link,.upload-excel a:visited{
      color: #fff !important;
  }
  .marginvertical{
      margin: 25px 0 15px;
  }
  .right{
      float: right;
  }
  
  .month{
      margin-bottom: 15px;
  }
  .mh{
      min-height: 75px;
  }
  .column{
      flex-direction: column;
  }
  #from_date_label,
  #to_date_label{
      font-size: 15px;
  }
 #from_date,#to_date, #from_application_date,#to_application_date{
    font-size: 15px;
  }
  #to_date,#from_date{
    border-radius: 4px;
    height: 30px;
  }
a.imgview{
    color: #ad3461 !important;
    padding: 2px 14px;
    border-radius: 3px;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    flex-wrap: wrap;
}

#explore_main {
    margin: 10px 0 0 0;
}

.action_wrapper {
    background: #f1c7d7;
    padding: 10px;
    border: 1px solid #f1c7d7;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.action_wrapper.p10 {
    padding: 10px !important;
}

a.data-churning-btn {
    background: #ad3461!important;
    border: 1px solid #ad3461;
    color: #FFF!important;
}

.buttonload {
    background-color: white; /* Green background */
    border: none; /* Remove borders */
    color: black; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px /* Set a font size */
}
.c_data{
    display: flex;
}
.c_data_wrapper {
    width: 20%;
    padding:0 15px;
    display: block;
}
.c_data_wrapper a{
    width: 100%;
    height: 100%;
    display: initial;
}
.c_data_wrapper a:hover {
    text-decoration: none;
    cursor: pointer;
}
.c_data_wrapper a:hover .h5 {
    color: #0b578f!important;
}
#loanTable .outline-button-ckyc {
    font-size: 12px;
    border: 1px solid #ad3461;
    margin-bottom: 8px;
    background: white;
}
#loanTable .outline-button-ckyc a {
    color: #ad3461;
}
.queued-ckyc {
    color: #ad3461;
}
.dowpdonw-links {
    position: relative;
    display: inline-block;
}
.headingFlex {
    display: flex;
    justify-content: space-between;
.borderview {
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: 50px;
}