
/*******************
/*Top bar
*******************/
.topbar {
  background: #E8ECF4;
}

.topbar .navbar-header {
  background: #E8ECF4;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
  color: rgba(0, 0, 0, 0.7);
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link {
  color: rgba(0, 0, 0, 0.7) !important;
}

.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:hover,
.topbar .navbar-light .navbar-nav .nav-item>a.nav-link:focus {
  color: black !important;
}

/*******************
/*General Elements
*******************/
a.link:hover,
a.link:focus {
  color: #1652F0 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #1652F0;
  border-color: #1652F0;
}

.right-sidebar .rpanel-title {
  background: #1652F0;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-left: 4px solid #1652F0;
}

.text-themecolor {
  color: #151D3F !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1652F0;
  color: #1652F0;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1652F0;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1652F0;
  color: #ffffff;
  border: 1px solid #1652F0;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #1652F0;
  opacity: 0.7;
  border: 1px solid #1652F0;
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #1652F0;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #9e9e9e29;
}



html,body{
  background:#f1f1f3b8;
}
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus{
  background-image: linear-gradient(#1652F0, #1652F0), linear-gradient(#e9edf2, #e9edf2);
}
input:focus, select:focus, textarea:focus {
  outline: none !important;
  box-shadow: inherit !important;
}
a.link:hover, a.link:focus{
  color: #1652F0 !important;
}
button:focus {
  outline: none;
  box-shadow: inherit;
}
.text-align-center{
  text-align: center;
}
.text-align-right{
  text-align: right;
}
.p-16{
  padding: 16px 20px;
}
a{
  cursor: pointer;
}

/* login css */
.login-header{
  padding-top: 15px;
  padding-bottom: 15px;
}

.right_button{
  color: #a7acba;
  font-size: 15px;
  font-weight: 600;
}
.right_button a{
  color:#1652F0 ;
}
.logo_box{
  max-width: 160px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.border-radius-12{
  border-radius: 12px;
}
.btn-primary{
  background-color: #1652F0;
}
.me-auto {
  margin-right: auto!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.row{
  margin-right: -7px !important;
  margin-left: -7px !important;
}



.login_page_box {
  width: 480px;
  max-width: 100%;
  margin: 0px auto 50px;
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
  padding: 20px 15px;
}
.login_page_box h1 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.form-group label{
  color: #6B6B6B;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.form-control.custome_input{
  color: #000;
  font-weight: 5400;
  font-size: 15px;
  padding: 10px 25px 10px 12px;
  border: 1px solid #ccccccc4;
  border-radius: 23px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1652F0;
}

.pass_eye_icon{
  position: relative;
}
.pass_eye_icon svg{
  position: absolute;
  right: 5px;
  top: 10px;
  fill: #9e9e9e;
}
.reset_text{
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.reset_text a{
  color: #1652F0;
}

.login_page_box p.links {
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #909090;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login_page_box p a {
  color: #1652F0;
}
.signup-header{
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 3px 0px 4px 1px rgb(0 0 0 / 20%);
}
.tooltips {
  position: relative;
}

/* Tooltip box */
.tooltips:before {
  content: attr(data-tooltip);
  position: absolute;
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px RGBA(0, 0, 0, 0.15);
  color: #9e9e9e;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  font-size: 0.75em;
  visibility: hidden;
}

/* Tooltip arrow */
.tooltips:after {
  content: "";
  position: absolute;
  bottom: 75%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  opacity: 0;
  transition: opacity .6s;
  border-color: #fff transparent transparent transparent;
  visibility: hidden;
}

.tooltips:hover:before, .tooltips:hover:after {
  opacity: 1;
  visibility: visible;
}


.login_page_box h3{
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #909090;
  text-align: center;
}
.edit_email{
  color:#1652F0 ;
  font-size: 14px;
  font-weight: 500;
}

.login_page_box .text{
  font-size: 12px;
  font-weight: 500;
  color: #90909070;
  margin-top: 4px;
}
.yellow_note{
  background: #ffeb3b21;
  border: 1px solid yellow;
  color: #795548;
  font-size: 12px;
  font-weight: 500;
  padding: 12px;
  max-width: 480px;
  margin: auto;
}
.login_personalinfo{
  padding-left: 0;
  list-style-position: inside;
}
.login_personalinfo li{
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  padding-bottom: 8px;
}

.final_step_sec p{
  color: #1652F0;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:2px;
}
.final_step{
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
  padding: 13px;
  border-radius: 8px;
  background: #8080800a;
  margin-bottom: 15px;
}
.final_step_sec h6{
  font-size: 13px;
  font-weight: 600;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #1652F0;
  border-radius: 100%;
}
.styled-checkbox:checked + label:before {
  background: #1652F0;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white,2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);

}
.styled-redio .styled-checkbox:checked + label:after{
  border: 1px solid #fff;
  left: 3px;
  top: 8px;
}
.styled-redio [type=radio]:not(:checked)+label{
  padding-left: 28px;
}
.final_step_info label{
  font-size: 15px;
  font-weight: 500;
  color: #0d173adb;
}
.notified_text{
  padding: 10px;
  border-radius: 5px;
  background: #7faec31c;
  margin-bottom: 15px;
}
.notified_text .text{
  font-size: 13px;
  font-weight: 500;
  color: #0D173A;
  max-width: 330px;
  margin-right: 5px;
  margin-top: 0;
}
.notified_text .btn button{
  border: 0;
  background: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.notified_text .btn button:last-child{
  background: #000000d1;
  color: #fff;
}
.form-control{
  font-size: 14px !important;
}
.approved_sec .status_text h5, .features_sec .features_text h5{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
.approved_sec .status_icon p{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}
.features_sec{
  background: #f1f1f3;
  padding: 32px;
  border-radius: 10px;
}
.features_sec .features_text p{
  font-size: 16px;
  font-weight: 500;
  color: #4f5362;
}
.business_item{
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
  padding: 13px 20px 13px 13px;
  border-radius: 8px;
  background: #8080800a;
}
.business_type_sec h5{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.business_type_sec h6{
  font-size: 14px;
  font-weight: 700;
  margin:0;
}
.business_type_sec p{
  font-size: 13px;
  font-weight:400;
  margin-bottom: 0;
}
.business_type_sec .business_info{
  padding: 10px;
  border-radius: 5px;
  background: #7faec31c;
  margin-top: 15px;
}
.business_item{
  position: relative;
  margin-bottom: 20px;
}
.business_item .right-arrow {
  position: absolute;
  right: 9px;
  top: 11%;
  font-size: 25px;
  color: #9EA2B0;
}
.review_item h6{
  font-size: 13px;
  font-weight: 700;
}
.review_item .review_box{
  border: 1px solid #ccccccc4;
  padding: 12px;
  border-radius: 8px;
}
.review_text{
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
.review_box p{
  font-weight: 600;
  margin-bottom:0px;
  max-width: 150px;
  width: 100%;
}
.review_item .change_text{
  font-weight: 500;
  font-size: 12px;
}
.payment_option{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment_option h6{
  font-size: 16px;
  font-weight: 700;
  margin-bottom:0;
  margin-top: 5px;
}
.payment_option a{
  font-size: 16px;
  font-weight: 600;
  color: #9EA2B0;
  text-decoration: underline;
}
.payment_option i{
  color: #9ea2b06b;
  font-size: 45px;
}
.payment_option img, .payment_option svg{
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.cancel_application{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cancel_application h5{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.drop-zone {
  max-width: 100%;
  height: 75px;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #4252f0;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;

}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #3733ce;
    background: rgb(58 87 240 / 0%);
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 768px) {
  .verify_form .col-md-3{
      flex: 0 0 25%;
      max-width: 25%;
  }
  .verify_form .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}
@media (max-width: 575px) {
  .approved_sec {
    display: block !important;
  }
  .features_sec{
    padding: 22px;
  }
}
@media (max-width: 475px) {
  .tooltips:before{
    width: 200px;
    left: 90%;
    margin-left: -190px;
  }

}

@media (max-width: 375px) {
  .drop-zone{
    font-size: 14px;
    line-height: 17px;
  }
  .drop-zone__thumb::after {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .verify_form .col-md-3{
    flex: 0 0 40%;
    max-width: 40%;
  }
  .verify_form .col-md-9 {
      flex: 0 0 60%;
      max-width: 60%;
  }
}
