/* login css */
a{
    text-decoration: none;
}
body{
  background: #FAFAFA !important;
}
/* General scrollbar style */
::-webkit-scrollbar {
    width: 10px; /* Set scrollbar width */
  }
  
  /* Customize scrollbar track */
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Change track color */
    border-radius: 10px; /* Set track border radius */
  }
  
  /* Customize scrollbar thumb */
  ::-webkit-scrollbar-thumb {
    background-color: #888; /* Change thumb color */
    border-radius: 10px; /* Set thumb border radius */
  }
  
  /* Hover effect on scrollbar thumb */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Change thumb color on hover */
  }
  
.borderBottom{
    border-bottom: 2px solid #9B53DF;
}
.signInBroker h2{
    font-weight: bold;
}
.loginForm{
    width: 60%;
    margin: 0 auto;
}
.resetPass{
    float: right;
}
.forgotPass{
    color: #2D2547 !important;
}
.resetPass{
    color: #7344E4 !important;
}
.inputField{
    height: 56px;
}
.loginBTN{
    color: white !important; 
    background: linear-gradient(to right, #abd1ff, #2D2547) !important;
    width: 100%;
    border: none;
    height: 45px;
    box-shadow: none;
}
.loginBTN:hover{
  background: #2D2547;
}
.signUpSpan{
    color: #7344E4 !important;
}
.loginRightSection{
    background: linear-gradient(to right, white, #7f6dbe) !important;
    height: 100vh;
   
}
.loginButton{
  width: 100% !important;
    border-radius: 5px !important;
    background: #b0a1e4 !important;
    border: none !important;

}
.loginContent{
    position: absolute;
    top: 80%;
    padding: 20px;
}
.loginContent h1{
color:white;
font-weight: bold;
}
.loginContent p{
    color:white;
    font-weight: bold;
    }
    @media (max-width:768px){
        .loginRightSection{
            display: none;
        }
        .loginForm{
            width: 75%;
            margin: 0 auto;
        }
        .loginSignUp p{
            text-align: center;
        }
       .generateProposalButton{
        margin-top: 20px !important;
        width: 30% ;
        float: right !important;
       }
    }
    /* layout css */
    .body-wrapper{
      background: #FAFAFA;
    }
    .ProductName{
font-size: 30px;
font-weight: bold;
font-size: 35px;
padding: 30px;
text-align: left;
    }
    .sideBarHeading{
      color: black;
    }
    .sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active{
        background:  #b867f2 !important;
        color: white !important;
    }
    .sidebartoggler{
        color: white !important;
    }
    .navbar-collapse{
        border-radius: 0px !important;
        background: white !important;
        border: none !important;
    }
    .navbar-nav .dropdown-menu {
      position: absolute;
      min-width: 200px !important;
      padding-right: 20px !important;
  }
    .app-header{
        background: #abd1ff;
        padding: 0px !important;
    }
    .left-sidebar{
        background: white;
        box-shadow: 1px 1px 5px 1px lightgray;
      
    }
    .nav-small-cap{
        color: #888F88 !important;
    }
    .sidebar-nav ul .sidebar-item .sidebar-link{
        color: black !important;
        font-size: 16px !important;
    }
    .sidebar-nav ul .sidebar-item .sidebar-link:hover{
        background-color: #cec6e9 !important;
    }

    /* client css */
    .clientHubHeader{
        padding: 20px;
        background: #FAFAFA;
    }
    .clientFilerTableSection{
        padding: 20px;
        background: #FAFAFA;
    }
    .huspyPlusButton {
      width: 100%;
      height: 45px;
      font-size: 18px;
      background:#9C53E0 !important;
      border: none;
      border-radius: 10px !important;
      box-shadow: 0px 0px 10px 0px lightgray;
      text-align: center;
  }
    .huspyPlusButton:hover{
      background:#9C53E0 !important;
    }
    .addButton{
      width: 20%;
       height: 45px;
       font-size: 16px !important;
       background: #b867f2 !important;
       border: none;
       border-radius: 10px !important;
    }
.uploadFileButton{
  width: 10%;;
       height: 45px;
       padding-top: 10px;
       font-size: 14px;
       background: #9C53E0 !important;
       border: none;
       cursor: pointer;
}
.addButton .active{
  background-color: #9C53E0 !important;
  color:  white !important;
    }

    .addButton:hover{
      background-color: #9C53E0 !important;
      color:  white !important;
        }

    .reviewButton{
      width: 100%;;
      height: 45px;
      font-size: 14px;
      background: #8D7AD5 !important;
      border: none;
    }
    .clientList{
        color: #7453EA;
        border: 1px solid #7453EA;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }
    .huspySearch{
        padding-right: 30px !important  ;
        border-radius: 10px !important;
        border: 1px solid #9C53E0  !important;;
        padding: 15px !important;
        width: 100%;
        padding-right: 50px;
        background-color: white !important;
        background: #FFFFFF !important;
    }
    .portalTab{
        background: none !important;
        border: 2px solid lightgray;
        color: lightgray !important;
        padding: 10px;
    }
    .clientFilter{
        display: flex;
    }
    .clientFilter span{
        padding-right: 10px;
    }
    .button-container {
        background: transparent;
        text-align: center;
        height: 55px;
        display: flex;
        color: black !important;
        border: 1px solid #b8ace8;
        border-radius: 10px !important;
      }
    
      .button {
        background: white !important;
        border:none !important;
       
        width: 100%;
        color: black !important;
      }
    
    
    
   .filterButtondisable{
    border: 1px solid gray !important;
    color: gray !important;
    height: 100%;
    width: 100%;
    
   }
   .bankProductFilter{
    height: 100%;
   }
      .filterButton{
        padding: 10px !important;
        border-radius: 10px !important;
       
      }
      .button.active {
       background: #8299c3 !important;
        color: white !important; /* Change text color as needed */
    }
    .dt-length{
        display: none !important;
    }
    .dt-search{
        display: none !important;
    }
    .table-striped>tbody>tr:nth-of-type(odd){
        background-color: none !important;
    }
    .clientTable{
        box-shadow: 0px 0px 6px 1px #b8ace8;
        height: auto;
        overflow-y: scroll;
        overflow-x: auto;
        border-radius: 10px;
        padding: 2px;
    }

    /* proposal css */
    .proposalSection{
        padding: 30px;
        padding-top: 90px !important;
        background: #FAFAFA;
    }
    #exampleProposal_wrapper{
      padding: 2px;
    }
.exportProposal{
   width: 100%;
}
.dropdown-toggle{
  width: auto;
}
.forMarginRight{
  margin-right: 10px;
}
.flex_dropdown{
  display: flex;
}
.exportButton{
    background: none;
    border: 2px solid lightgray;
    color: lightgray;
}
.proposalTable{
    padding: 5px 30px 30px 30px;
    background-color: #FAFAFA;
}
table {
    border-collapse: collapse;
    width: 100%;
  }
  th, td {
   
    text-align: left;
    padding: 8px;
  }
  th {
    cursor: pointer;
    
  }
  .proposalHead tr th{
    background: white !important;
    color: black;
  }
  .dt-type-numeric{
    text-align: left !important;
  }

  /* cases css */
  /* .caseHeader{
    padding-top: 90px;
  } */
  .caseHeader h2{
    font-weight: bold;
  }

  /* add client css */
  .clientBreadCrumb{
    padding: 90px 20px 20px 20px;
    background: #FAFAFA;
  }
  .crumbDiv{
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
   
    text-align: center;
}
/* .accordiancolor{
  box-shadow: 0px 0px 10px 2px #b8ace8;
} */

.breadcrumb{
    width: 100%;
    margin-bottom: 5px;
  
}
.mannualField {
  display: none; /* Hide initially */
 
}
.breadcrumb .breadcrumb-item.active  a{
    content: "";
    
 
  
    width: 100%;
    border-bottom: 1px solid black; /* Underline */
    color: black !important;
}
ol li a{
    
    color: lightgray !important; /* Default color */
}
.bgcolor{
  background-color: #d3cced;
  color: #000000;
}
.bottom_border{
  border-bottom:3px solid black
}
.textend{
  text-align: end;
}
.bgcolordark{
  background-color: #7182AB;
  color: #000000;
}

.clientMortgageHeading{
    padding: 0px 20px 20px 20px;
    padding-left: 0px !important;
}
  .clientMortgageHeading h3{
    font-weight: bold;
  }
  .addClientandMortgage{
    padding: 20px;
    background: #FAFAFA;
  }
  .clientFields{
    /* padding-top: 15px; */
  }
  .accordion-item{
   box-shadow:  2px 3px 5px 1px lightgray;
  }
  .accordion-button{
    color: black !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .clientFields span{
    float: right;
  }
  .forSelectTwo span{
    float: none !important;
    border: none !important;
  }
  .mortgageLoan h6{
    color: #9897AA !important;
    padding-top: 15px;
  }
  .optionDiv h4{
color: black;

  }
  .proposalOptionSection{
    padding: 20px;
  }
  .optionDiv{
    border: 1px solid lightgray;
  }
  .headingOption{
    padding: 20px;
    background-color: lightgray;
  }

.additionalFeeDiv h6{
    color: black;
    font-weight: bold;
}
.optionProposalDiv{
    padding: 30px;
}
.proposalCustomization{
  display: none;
}
.exportDiv{
  padding-left: 0px;
  padding-right: 0px;
}
.proposalCustomization h6{
    color: black;
    font-weight: bold;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    float: right;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 5px;
        bottom: 5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    
    }

input:checked + .slider {
    background-color: #9B53DF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.dynamicDiv{
    color:gray;
}

.huspyButtonDiv{
    float: right;
    width: 100%;
}
/* .nextStepSection{
    width: 95%;
   
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 4px 0px 15px 1px lightgray;
    text-align: center;
} */

/* bank products css */
.bankProducts{
    padding: 20px;
}
.bankProductsHeading{
    padding: 20px;
    padding-left: 0px !important;
}
  .bankProductsHeading h3{
    font-weight: bold;
  }
  .reset{
    float: right;
  }
  .tableBankImage{
    width: 30%;
  }
  .mortageType{
    padding: 10px;
    background-color: pink;
    border-radius: 20px;
}
.transactionType{
    padding: 10px;
    background-color: #EEF2FD;
    border-radius: 20px;
}
  .boldText{
    font-weight: bold;
    margin-bottom: 0px;
  }
  .bankFees{
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 0px;
  }
  .bankProductTable{
    height: 600px;
    overflow-y: auto;
    overflow-x: auto;
    /* box-shadow: 0px 0px 10px 2px #b8ace8; */
    border-radius: 10px;
    background: white;
    padding: 15px;
  }
  .bankProductTablePadding{
    padding: 0px !important;
  }
  .pagination{
    float: right;
    padding-right: 20px;
    padding-top: 20px;
  }
  .huspyOutlineButton{
    border: 1px solid gray;
    background: none !important;
    color: white;
    background: #8299c3 !important;
  }
  .huspyOutlineButton:hover{
    border: 1px solid gray !important;
    background: #8D7AD5 !important;
    color: white
  }

  /* cases section */
  .caseSection{
    padding: 30px;
    padding-top: 90px;
    background: #FAFAFA;
  }
  .columnHidden{
    float: right;
  }
  .casesTable{
    padding: 5px 30px 30px 30px;
    background: #FAFAFA;
  }
  .dropdown:hover .btn{
    background-color: transparent !important;
    color: white;
  }
  .dropdown:hover .detailButton{
    background: none !important;
    color: white;
  }
  .dropdown .btn{
    border: 1px solid #b8ace8;
    width: 100%;
    border-radius: 10px;
    background-color: transparent  !important;
    color: gray;
    height: 45px;
    padding: 10px;
  }
  /* .filterButtondisable{
    height: 60px;
  } */
  .casesFilterSection{
    display: flex;
 
  }
  .forMargin{
    margin-right: 5px !important;
  }
  .casesButton .btn{
    border: 1px solid gray;
    background: none !important;
    color: gray; 
    height: 60px;   
  }
  .caseQuery{
    
        padding: 10px;
        background-color: #FCF0EC;

    
  }
  .casePreApproved{
    
    padding: 10px;
    background-color: #F1EDFD;


  }
  .caseDisturbed{
    padding: 10px;
    background-color: #F2FBF7;

  }
  @media (max-width:768px) {
    .app-header{
background: #151121;
    }
    .searchImage{
      position: absolute;
      top: 28%;
      left: 88%;
    }
    .casesFilterSection{
      float: right;
    }
    .proposalSearchImage{
      position: absolute;
      top: 28%;
      left: 85%;
    }
    .columnHidden{
      margin-top: 15px;
    }
    .caseQuery{
      width: 150px;
    }
    .breadcrumb{
      width: 38% !important;
      margin: 0 auto;
    }
  }
  @media (max-width:1024px) {
    .dropdown .btn{
font-size: 12px;
    }
    
    .casesButton .btn{
      font-size: 12px;
    }
    .caseFilter span{
      font-size: 12px;
    }
    .breadcrumb{
      width: 30%;
      margin: 0 auto;
    }
    .loginForm{
width: 70%;
margin: 0 auto;
    }
  }
  @media (max-width:767px) {
    .breadcrumb{
      width: 75% !important;
      margin: 0 auto;
    }
    .generateProposalButton{
      width: 100%;
    }
    .marginTop{
      margin-top: 20px;
    }
  }
  canvas{
    min-height: auto;
    width: 100%;
    opacity: 0.3;
    aspect-ratio: auto 1903 / 1050;
    position: absolute;

  }
  #overFlow{
    z-index: 11111;
  }
  /* .loginCenterSection{
    background: #ccd6d6;
  
    box-shadow: 1px 5px 8px 9px lightgray;
  } */
  .loginFormDiv{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
  }
  .active {
   
    color: #fff;
}


.proposalSearchImage{
  position: absolute;
  top: 28%;
  left: 90%;
}
.searchImage{
  position: absolute;
    top: 28%;
    left: 92%;
}
.clientListSearch{
  position: relative;
}
.huspyOutlineButton .active{
background: #8D7AD5 !important;
color: black !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background: none !important;
color: white !important;
border-radius: 10px !important;
}
.fa-chevron-down{
  color: black;
}
.fa-solid{
  font-size: 20px;
    padding-right: 20px;
    color: gray;
}
.caseFilter{
  text-align: center;
}

/* account settings */

.personalInfo{
  margin: 30px;
  background: #FAFAFA;
  border: 1px solid rgb(220, 216, 216);
  padding-bottom: 30px;
}
.huspyCaseInfo{
  background: #FAFAFA;
  border: 1px solid rgb(220, 216, 216);
  padding-bottom: 30px;
}
.accountSettingTab{
  padding: 10px;
  background-color:  #9C53E0 !important;;
  font-weight: 700;
}
.accountSettingTab h6{
  color: white !important;
}


.companyInfo{
  margin-top: 10px;
  padding: 20px;
  background: #FAFAFA;
  border: 1px solid  #9C53E0 !important;
  padding-bottom: 30px;
}
.companyLogo{
  width: 30px;
}
.futherOption .btn{
  border: none !important;
}
.futherOption .btn:hover{
  background-color: #f2f2f2 !important;
  color: gray !important;
}

.progress-container {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.progress-bar {
  width: 0;
  height: 10px;
  background-color: #393659;
  border-radius: 10px;
}
.headSectionborrower{
  background: #dfe7ff !important;
  padding: 20px;
}
.contenBorrower{
 
  padding: 20px;
}
.additionalDivBorrower{
  /* border: 1px solid lightgray; */
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px #b8ace8;
}
.removeBorrower {
  text-align: right !important;
}
.updateTime{
  font-size: 13px;
}
.viewRatesDiv{
  background-color:#b8ace8 !important;
  padding: 10px;
  border-radius: 10px;
}
.ratesHeading h5{
  color: white;
}
.ratesHeading{
  padding: 10px;
}
.rateContentDiv{
  border: 1px solid lightgray;
  border-radius: 10px;
}
.ratesTable{
  padding-left: 50px;
}
.rateBorder-bottom{
  border-bottom: 2px solid black;
}
.thoeryRates{
  text-align: right;
  padding: 20px
}
.hideShowSection{
  text-align: right;
}
.view-rates-btn{
  background: none !important;
    border: none;
    padding: 10px;
    color: white;
}
.view-rates-btn:hover{
  background: none !important;
    border: none;
}
.view-rates-btn .active{
  background: none !important;
    border: none !important;
    color: white !important;
}
.companyLogo img {
  width: 100%;
}
.smallFont{
  font-size: 10px;
}
.headingTextIcon{
  display: flex;
}
.headingTextIcon h2{
  padding-left: 20px;
}
.largeIcon{
  font-size: 24px;
}
/* .proposalHeading{
  text-align: end;
} */
.proposalHeading h4{
  font-weight: 800;
}
.financingDiv h6{
color: #999999;
}
.figureFinance p{
font-weight: bold;
text-align: right;
}
.financingAmountDiv{
background-color: #FAFAFA;
padding: 20px;
}
.totalFinancing{
  border: 1px solid #596288;
  padding: 20px;
  border-radius: 10px;
  background: #e1e9f7;
}
/* .thoeryRates button{

} */
.reset button{
  border: none !important;
}
.reset button:hover{
  border: none !important;
}
.oneYearPlan{
  box-shadow: 1px 2px 6px 2px lightgray;
  border-radius: 10px;
  padding: 10px;

}
.oneYearPlan:hover{
  background: gray;
  opacity: 0.7;
  cursor: pointer;

}
.modal-header{
  padding: 0px !important;
}
.headerDiv{
  padding: 25px;
  background: white;
  border-bottom: 1px solid #FAFAFA;
 
}
.superadminSection{
  background-color: #f0f0f0; 
  padding: 20px;
  border-radius: 10px; 
}
.superadminHeading{
  color: #333;
  font-size: 24px; 
  text-align: center; 
  text-transform: uppercase;
}
.customSelect{
  width: 20%;
  margin-right: 20px;
  border: 1px solid #b8ace8;
}
.modal-title{
  font-weight: bold;
  font-size: 25px;
}
.modal-content{
  border-radius: 0px !important;
}
.modal-footer{
  background: white !important;
}
.edit-user{
  margin-top: 30px;
  text-align: end;
}
.spinner-border{
  margin-left:4px; 
  width: 1rem; 
  height: 1rem; 
  display: none;
  margin-top: 3px;
}
.customField{
  background-color: white !important;
  height: 56px;
    font-size: 16px;
}
.fa-percent{
  font-size: 20px;
    position: relative;
    float: right;
    right: 16px;
    bottom: 36px;
}
.valueDescribe{
  font-size: 16px;
  position: relative;
  bottom: 40px;
  font-weight: bold;
  right: 1rem;
}
.addClientModal{
  padding: 20px;
  background: #FAFAFA;
}
.modal-body{
  padding: 0px !important;
}

/* taeb-switch styles */
.taeb-switch {
  position: relative;
}

.taeb-switch:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
  border-radius: 27.5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
  background-color: #3d90ef;
  height: 100%;
  z-index: 0;
}

.taeb-switch.left:after {
  left: 0;
}

.taeb-switch.right:after {
  left: 50%;
}

.taeb-switch .taeb {

  display: inline-block;
  width: 50%;
  padding: 12px 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 200ms;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  user-select: none;
}

.taeb-switch .taeb.active {
  color: #ffffff;
}

/* other styles */
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

* {
  outline: 0;
}

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

.wrapper {
  width: 100%;
  border-radius: 30px;
  background-color: #f4f4f4;
  padding: 8px;
}

.taeb {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
 
  border-radius: 20px;
  margin: 0 5px;
}

.taeb.active {
  background-color: #007bff; /* Active color */
}

.taeb-switch{
  display: flex !;
}
.productDetailContent{
  padding: 30px;
}
.productLeftSection table tr td{
  border: 1px solid lightgray;
  padding: 15px;
  font-size: 16px;
}
.reviewProductButton{
  background: none !important;
  border: none !important;
  color: black !important;
  
}
.keyPoint table tr td{
  border: 1px solid lightgray;
  padding: 15px;
  font-size: 16px;
}
.productRightSection table tr td{
  border: 1px solid lightgray;
  padding: 15px;
  font-size: 16px;
}
.tdLeft{
  background-color: #FAFAFA;
  border: 1px solid lightgray;
  width: 20%;
  font-weight: 600;
  color:black ;
  font-size: 16px;
}
.productFooter{
  background: none !important;
}
.reportButton{
  background: none !important;
  border: none !important;
  color: black !important;
}
.reportButton:hover{
  background: none !important;
  border: none !important;
}
.reportModalContent{
  padding: 30px;
}.bankInfo{
  margin-top: 10px;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.huspyCaseInfo p{
  margin-bottom: 0rem !important;
}
.huspyCaseInfo h5{
  margin-bottom: 1rem !important;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
  padding-left: 20px;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -5px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.additionalInfoTab {
  padding: 10px;
  background-color: #dfedff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.documentsAdded{
  padding: 20px; 
  align-items: center; 
}

/* .nextBtn{
  padding-top:  15px !important;
} */
.centerContent{
  border: 1px solid lightgray;
}
.reportText{
  padding: 20px;
  border: 1px solid lightgray;
  width: 100%;
}

.reportID h6{
  padding: 20px;
}
.justify-content-between{
  padding: 5px 10px 5px 10px !important;
}
.form-check-label{
  cursor: pointer;
}
.centerContent{
  border: 1px solid lightgray;
}
.reportText{
  padding: 20px;
  border: 1px solid lightgray;
}

.reportID h6{
  padding: 20px;
}
.justify-content-between{
  padding: 5px 10px 5px 10px !important;
}
.form-check-label{
  cursor: pointer;
}
.colorBlack{
  color: black !important;
}
.ti-trash{
  font-size: 25px !important;
}
.ratesModalHeader{
  padding: 20px !important;
}

.breakingCalculation{
  background-color: #EAF8ED;
  padding: 10px;

}
.beakingSection{
  background-color: #FAFAFA;
}
.breakingFirstDiv h4{
  color: #A9CEFB;
  
}
.breakingFirstDiv{
  text-align: center;
}
.finalRateLeft p{
  color: #A9CEFB;
}
.finalRateLeft{
  text-align: center;
}
.percentageFollow{
  padding: 20px;
  background: white;
}
.values{
  background-color: #2196F3;
  color: white;
  padding: 10px;


}
.footerSection{
  text-align: center;
  padding-top: 5px;
}
.footerButton{
  padding: 20px;
}
.forCenter{
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.forMarginRight{
  margin-right: 10px;
}
.bankHeader{
  display: flex;
  padding: 10px;
}
.checkBank{
  margin-top: 15px;
  font-size: 15px;
}
/* .sorting_1{
  display: flex;
} */
.mannualField {
  display: none; /* Hide initially */
  
}
.reviewModal{
  padding: 20px !important;
}
.viewBody{
  padding: 20px !important;
  background-color: #FAFAFA;
}
.finestWidth{
  width: 40%;
}
.finestLogoDiv{text-align: right;}
.reviewSectionHeading{
  background: #9C53E0 !important;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.reviewProposalTable tr td{
  border: 1px solid black;
  background-color: white;
}
.reviewProposalTable tbody tr td{
  background-color: white ;
}
.reviewProposalTable tbody tr td h6{
  color: #9C53E0;
}
.Colorborder-bottom{
  border: 1px solid #2196F3;
}
.specific_Color{
  color:  #2196F3;
}
.bankFilter{
  display: flex;
}

.ti-trash {
  display: block;
}


.ti-trash:hover {
  cursor: pointer;
}
 .btn-primary{
  border-radius: 0px ;
}
/* user management */
/* .userModal{
  padding: 20px !important;
} */
.cancelButton{
  width: 20% !important;
  height: 45px;
  font-size: 14px;
  background:  #9C53E0  !important;
  border: none;
  border-radius: 10px !important;
}
.bankProductFormSection{
  padding: 5px 30px 30px 30px;
}
.feeHandle{
  padding: 5px 30px 30px 30px;
}
.radioFlex{
  display: flex;
}
.paddingRight{
  padding-right: 30px;
}
.form-check{
  margin-top: 10px;
}
.borderForm{
  border: 1px solid #b8ace8 !important;
  /* box-shadow: 0px 0px 10px 2px #b8ace8; */
  border-radius: 10px;
  padding: 5px 20px 20px 20px;
}
.is-invalid {
  border-color: red !important; /* Customize the style for invalid fields */
}

#flexCheckDefault[disabled] {
  cursor: not-allowed !important;
}
#clientTable tr {
background-color: white !important;
}
div.dt-container div.dt-layout-cell{
  padding: 0px !important;
}
.dt-layout-row{
  background: white !important;
 
}
/* #clientTable{
  padding: 0px 15px;
} */
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td{
  padding: 15px 10px !important;
}
/* #exampleProposal tr td{
  background: lightgray;
} */
.dt-paging {
padding: 10px;
}

.dt-info{
  padding: 10px;
}
.huspyCaseView{
  background: #FAFAFA;
}
.uploadDocumentSection{
  background: #FAFAFA;
}
.bankProducts{
  background: #FAFAFA;
}
.forPaddingLeft{
  padding-left: 10px !important;
}
.customIcon{
  color: gray;
  font-size: 20px;
  padding-right: 20px;
}
.bankProductFormSection{
  background: #FAFAFA;
}
.loginRightDubaiImage{
  width: 100%;
  height: 100vh;
}
.fieldLable{
  font-weight: 400;
  color: #8D7AD5;
  font-size: 13px;
}
.forgotPass{
  color: red !important;
  
}
.fa-book{
  color: black;
}
.sejlerLogin{
  font-weight: bold;
}
.themeField{
  border: 1px solid lightgray;
    padding: 10px 15px;
    border-radius: 12px;

}
/* .customThemeField{
  border: 1px solid lightgray;
    padding: 0px 15px;
    padding: 0px 15px;
    border-radius: 12px;
    background-color: white;
} */
.form-control{
  padding: 0px 10px;
  /* border: none; */
  font-size: 16px !important;
  box-shadow: none !important;
}
.loginField{
  background: #FAFAFA !important;
}
.clientHubHeader{
  background: #FAFAFA;
}
.totalClientView{
  background: white;

  padding: 20px;
  border-radius: 30px;
  width: 80%;
}
.noOfClient h2{
  text-align: right;
  font-weight: bold;
  color: #9C53E0  !important;;
}
 p .btn{
  font-family: 'Nunito';
 }
 .form-select{
  /* border: none; */
  padding: 8px 38px 8px 10px !important;
  font-size: 16px;
 }
 .outlineButton{
  color: #8D7AD5 !important; 
  border: 1px solid #8D7AD5;
  background: white !important;
  
 }
 .outlineButton .active{
  color: #8D7AD5 !important;
  border: 1px solid #8D7AD5;
  background: white !important;
  
 }
 .outlineButton:hover{
  color: #8D7AD5 !important;
  border: 1px solid#8D7AD5;
  background: white !important;
 }
 
 .customLabel{
  color: #8D7AD5;
  font-size: 14px;
 }
 .detailButton{
  background: none !important;
 }
 .detailButton .active{
  background: none !important;
 }
 .form-select option{
  padding-right: 16px !important;
 }
 .page-item.active .page-link{
  background-color: #8D7AD5  !important;
  border-color: #8D7AD5  !important; ;
 }
 .page-item:first-child .page-link{
  margin-right: 10px;
  border: 1px solid lightgray;
 }
 .ClientView{
  color: #9C53E0;
 }
 .page-item:not(:first-child) .page-link{
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid lightgray;
 }
 div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
  background: #8D7AD5 !important;
    color: white !important;
    border-radius: 10px !important;
    border: none !important;
 }
 div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
  color: white !important;

 }
 div.dt-container .dt-paging .dt-paging-button.current{
  color: white !important;
 }
.dt-paging-button {
  color: white !important;
}


.form-check-input:checked {
  background-color: #9C53E0;
  border: 2px solid #9C53E0;
}


.form-check-input{
  border: 1px solid purple;
  font-size: 15px;
}
.populateSelect{
  border: 1px solid lightgray !important;
  padding-left: 16px !important;
  background-color: white;
}
.headerCase{
color: #9C53E0 !important;
}


#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

#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: #673AB7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000
}

.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 {
 
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #9C53E0
}

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

.customWidth {
  list-style-type: none;
  font-size: 15px;
  width: 25% !important; 
  position: relative;
  font-weight: 400
}

.caseProgressBar{
  display: flex;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

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

#progressbar li.active:before,
#progressbar li.active:after {
  background: #673AB7
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #673AB7
}

.fit-image {
  width: 100%;
  object-fit: cover
}
.btn-outline-primary:hover{
color: white !important;
}
.btn-outline-primary{
  color: white !important;
  }
  .chartDiv{
    background: white;
    padding: 30px;
  }
  
  .chartSelect{
    border: 1px solid #9C53E0 !important;
    padding-left: 10px !important;
    width: 20%;
  }
  .fa-users{
    color: gray;
  }
  .btn-secondary{
    height: 45px;
    border-radius: 10px;
    width: 100%;
  }
  .accordion-body{
background: #FAFAFA;
  }
 
  .breadcrumb-item+.breadcrumb-item::before{
    float: none !important;
  }
  .appendFileFieldDiv{
    padding: 15px;
    width: 30%;
    border-radius: 15px;
    font-size: 20px;
background-color: #9C53E0 ;
border: none;
  }
  .appendFileFieldDiv:hover{
    background-color: #9C53E0  !important;
  }
  .appendFileFieldDiv.active{
    background-color: #9C53E0  !important;
  }
  
  .fileAppendButtonDiv button {
    margin-top: 10px;
}
.select2-container{
  width: 100% !important;
}
.optionalDiv span{
  float: right;
}
.flex{
  display: flex;
}
.middleOf{
  padding: 0px 30px 0px 16px !important;
}
.middleOfDiv{
  padding-top: 45px;
}
.forAdditionalField{
  padding-left: 30px;
  padding-top: 35px;
}
.toRightSpace{
  padding-right: 30px;
}
.tolefttSpace{
  padding-left: 30px;
}
.documentSearchableFieldDiv{
  padding-left: 30px;
}
.documentFit{
  padding: 30px;
}
.documentHeader{
  display: flex;
  border-radius: 15px !important;
  background: transparent !important;
  padding: 10px;
}
.documentBankLogo{
  background: white;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 1px lightgray;
    margin: 0px;
    width: 60px;
    height: 60px;
}
.bDocument{
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  background-color: #9C53E0 !important;
  border: none !important;
}
.bDocument:hover{
  color: white !important;
}
.documentAccordionButton{
  border-top-right-radius: 15px !important;
  background: transparent !important;
  border-bottom: none !important;
}
.documentAccordionBody{
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.documentAccordionItem{
  border-radius: 15px !important;
  background: transparent !important;
}
.subHeadingDocument{
  color: lightgray;
}
.hidden {
  display: none;
}
/* .showIconDiv{
  display: flex;
} */
.hidden-field {
  display: none;
}
.intialStage{
  background-color: #fff0d3;
    padding: 10px;
    border-radius: 20px;
    border: none;
    width: 100%;
    font-weight: 600;
}
.intermediateStage{
  background-color: #e4fae4;
  padding: 10px;
  border-radius: 20px;
  border: none;
  width: 100%;
  font-weight: 600;
}
.aedDiv {
  font-size: 18px;
  position: relative;
  font-weight: 500;
  bottom: 40px;
  right: 10px;
}

.fa-list-check{
  font-size: 20px;
}
div.dt-container .dt-paging .dt-paging-button:active {
  background: #8D7AD5 !important;
  color: white !important;
}

.error {
  border-color: red !important;
}
.error-message {
  color: red;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: white;
  border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background: #b867f2 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 
  border-top: none;
}
.tablinks{
  width: 100%;
}
.marginR{
  margin-right:10px;
}
.div-right{
text-align: right !important;
}
.custom-ok-button {
  background-color: #9C53E0 !important; 
  color: white; 
  border: none;
  padding: 10px 20px; /* Optional: adjust padding */
  border-radius: 5px; /* Optional: add rounded corners */
}

.custom-ok-button:hover {
  background-color: #9C53E0 !important; /* Optional: change the color on hover */
}
.customAgentIcon{
  color: gray !important;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active .customAgentIcon{
  color: white !important;
}
.sidebar-item .sidebar-link .fa-book {
  color: #000; /* Default color (black or any color you want) */
}

/* Icon color when the item is active */
.sidebar-item.active .sidebar-link .fa-book {
  color: white; /* White color when the item is active */
}
.fa-list-check{
  color: gray;
}
label{
  margin-bottom: 0px !important;
}