#succ_message, #succ_message1, #succ_message2{
    display: none;
}

.card-header,
.offcanvas-header{
    -webkit-box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 4%);
    box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 4%);
    padding: 0 1.5rem !important;
    min-height: 3.5rem !important;
}

.card-header h4,
.offcanvas-header h4{
  padding: 0 !important;
  margin: 0 !important;
}

.card-footer,
.offcanvas-footer{
    -webkit-box-shadow: 1.6rem 0 3rem 0 rgb(0 0 0 / 4%);
    box-shadow: 1.6rem 0 3rem 0 rgb(0 0 0 / 4%);
    padding: 0 1.5rem !important;
    min-height: 3.5rem !important;
}
.card-footer ul{
 margin-bottom: 0 !important;
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #aaa;
    border-right: 16px solid #999;
    border-bottom: 16px solid #bbb;
    border-left: 16px solid #eee;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .navigation-line{
    display: none;
  }


  .loaderLogin {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #aaa;
    border-right: 16px solid #999;
    border-bottom: 16px solid #bbb;
    border-left: 16px solid #eee;
    width: 250px;
    height: 250px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: absolute;
    left: 42%;
    z-index: 999;
    top: 30%;
  }

  /*
  .table-modern > tbody > tr > *{
    padding: 2px 8px !important;
  }
  */

  .card-body{
    padding: 0.5rem 1.5rem !important;
  }

  .card-stretch-full{
    height: auto !important;
  }

  .card-body-scrollable{
    height: auto !important;
  }

 
  .search-keyword{
    background-color: #fff;
  }


  .mar-t-5{
    margin-top: 5px !important;
  }

  .dropdown-menu.show{
    z-index: 99 !important;
  }


  /*
  .container-xxl, 
  .container-xl, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container{
    max-width: 100% !important;
  }
  */

  .label-hide label{
    display: none !important;
  }

  .searchWrapper{
    border: none !important;
  }


  /* Stepper start */
.stepper-wrapper {
  font-family: Arial;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #6c5dd3;
  color: #fff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #6c5dd3;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}





/* Stepper end */



/* dropdown start */




.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* dropdown end */


input[type='checkbox']{
  width: 15px;
  height: 15px;
  zoom: 1.25;
  vertical-align: bottom;
  margin-right: 5px;
}

#remaks_val, #manual, #lead-agent, #accepted_val, #univrstyInpt, #ppl, #coussr, #pcv, #pschl{
  display: none;
}


.documnts_lay img{
  height: 180px;
  width: 100%;
  border: 1px solid #000;
  padding: 4px;
  padding-bottom: 4px;
  border-radius: 15px;
}


.msg_type{
  padding: 10px;
}

.height-220{
  min-height: 220px !important;
}

.walletAmount {
  text-decoration: underline;
  text-decoration-style: dotted;  
}
.walletAmount small{
  font-size: 40%;
}

.frenchiseProfileDashboard{
  width: 120px;
  height: auto;
  border-radius: 50px;
  display: block;
  margin-bottom: 10px;
}

.boxDashboard .card-header .card-subtitle{
    font-size: 14px;
    font-weight: 700;
}
.boxDashboard .card-body{
  height: 220px;
}

.pad-4{
  padding: 8px 0;
}

#franchise_email{
  display: none;
}

.para{
  margin-top: 37px;
  margin-bottom: 37px;
    font-size: 15px;
    color: #000;
}
.para2{
color: #fff;
}

#OtpForm{
  display: none;
}


.cntrl{
  margin: 6px 7px !important;
  padding: 0px 0px !important;
  color: #000 !important;
}
/* .stdnt{
  height: 50px;
} */
.textarea {
  width: 100%;
}
.imgloan{
  width: 60%;
  text-align: center;
}
.pdnnew{
  padding: 0px 25px !important;
}

.ftrcolor{
  background-color: #020757;
  padding-top: 10px ;
}

.content{
  display: block !important;
}

.acc_logo{
  max-width: 100px;
  max-height: 100px;
}

.height-100{
  height: 100px !important;
}