body {
  background-color: #ffffff;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height:7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #B5B5B5; 
  border-radius:8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
select.form-control:not([size]):not([multiple]){
    height:auto;
}
/* Stepper */
.step-sidebar {
    /* background: #009859; */
    background-image: url('../images/register_sidebar.png');
    border-right: 1px solid #F2F3F7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    position: fixed;
    width: 260px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index:2;
}
.stepper-header {
    padding: 0px 20px;
    min-height: 110px;
}
.stepper-header .logo-text{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #4B4B4B;
}
.stepper-nav {
    border-bottom: 0;
    height: 100%;
    justify-content: space-between;
}
.stepper-nav .nav-link {
  font-weight: 500;
  color: #798E79;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.2rem 1.5rem;
  border-radius:0;
  border:0;
}
.stepper-nav .nav-link .menu-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-color: #F5BB18;
    border: 2px solid #F5BB18;
    color:#FFF1CA;
    position: absolute;
    right: -20px;
}
.stepper-nav .nav-item.show .nav-link .menu-icon, 
.stepper-nav .nav-link.active .menu-icon{
  background-color: #FFFFFF;
  color: #F5BB18;
  border: 2px solid #F5BB18;
}
.stepper-nav .nav-link.done .menu-icon{
    background: #009859;
    border: 2px solid #009859;
    color: #ffffff;
}
.stepper-nav .nav-link .menu-item {
    position: relative;
    flex-grow: 1;
    text-align: right;
    padding-right: 20px;
}
.stepper-nav .nav-link .menu-item .step-number{
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  display:block;
  text-transform:uppercase;
}
.stepper-nav .nav-link .menu-item .step-text{
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  display:block;
}
.stepper-nav .nav-link.done{
  color: #FFFFFF;
}

.stepper-nav .nav-item.show .nav-link, 
.stepper-nav .nav-link.active{
  border-color:transparent;
  position:relative;
  color: #ffffff;
  background: transparent;
}

.btnNext{
  background: #009859;
  color:#ffffff !important;
  width:140px;
  padding:12px 20px;
  border-radius:10px;
}
.btnNext:hover{
  background: #26ae61;
  color:#ffffff;
}
.btnNext:focus{
  color:#ffffff;
}
.btnNoNext{
  background: #009859;
  color:#ffffff !important;
  width:140px;
  padding:12px 20px;
  border-radius:10px;
}
.btnNoNext:hover{
  background: #26ae61;
  color:#ffffff;
}
.btnNoNext:focus{
  color:#ffffff;
}
.btnPrevious{
  border: 1px solid #9BABB7;
  color:#9BABB7;
  border-radius:10px;
  padding:12px 20px;
  margin-right:10px;
  width:140px;
}
/* Tabs content */
.register-header{
    padding:1rem 2rem;
    border-bottom: 1px solid #E0E0E0;
    background-image:url(../images/stepper-bg.png);
    background-size:inherit;
    background-repeat:no-repeat;
    background-position:top left;
}
.register-header h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #027439;
    margin-bottom: 5px;
}
.register-header p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #8692A6;
}
.register-header p a{
    color:#027439;
    font-weight: 500;
}
.btn-login{
  background:#ffffff;
  color: #A0A2B0;
  border:1px solid #A0A2B0;
  padding:0.5rem 1.75rem;
  border-radius:6px;
}
.register-form h4{
    font-weight:700;
    color:#333;
}
.register-form label{
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.register-form .form-control{
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding:14px 24px;
  height:50px;
}
.register-form .form-control::placeholder{
    color: #5D6369;
    font-size: 13px;
}
.register-form textarea.form-control{
  height:auto;
}
.register-form .form-control:focus{
  border-color:#009859;
  box-shadow:none;
}
/* custome switch */
div.btn-container{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn-switch{
  display: inline-block;
  margin: 0px;
  position: relative;
}
.terms-box{
    height:45vh;
    overflow-x:hidden;
    overflow-y:auto;
    color: #3F3F3F;
}
.otp-container h3{
    font-weight: 700;
font-size: 32px;
line-height: 45px;
text-align: center;
color: #009859;
}
.otp-container p{
    color: #828282;
    font-size: 20px;
}
.otp-box {
    display: flex;
    border-radius: 10px;
    border: 1px solid #C8CFD7;
    max-width: 350px;
    width:100%;
    margin: 0 auto;
}
.otp-box input.form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
    height: 70px;
    font-size:40px;
    color:#4a4a4a;
}
.otp-box input.form-control:not(:last-child){
    border-right:1px solid #C8CFD7
}
.otp-container .btn-otp{
    background: #009859;
  color:#ffffff !important;
  width:140px;
  padding:12px 20px;
  border-radius:10px;
}
.otp-container .btn-otp{
  background: #009859;
  color:#ffffff !important;
  max-width:350px;
  width:100%;
  padding:12px 20px;
  border-radius:10px;
  margin:1.5rem auto;
  display:block;
}
.otp-container .btn-otp:hover{
  background: #26ae61;
  color:#ffffff;
}
.otp-container .btn-otp:focus{
  color:#ffffff;
}
.otp-container a{
    color: #687076;
}
.error{
    color:red !important;
}
@media (max-width:767px){
   .step-sidebar {
    border-right: 0;
    min-height: auto;
    flex-direction: column;
    position: unset;
    width: 100%;
    height: auto;
    padding: 20px;
}
.stepper-nav{
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    height:auto;
}
.stepper-nav .nav-link {
  white-space:nowrap;
}
.stepper-nav .nav-link .menu-icon{
    right:auto;
    left:0;
}
.stepper-nav .nav-link .menu-item {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
}
}
/*****************************************/
.register-innerheader {
    
  background: url(stepper-innerbg.png) , linear-gradient(271.46deg, #F0F6FA 1.22%, rgba(240, 246, 250, 0) 100.72%);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: top right;
  padding:1rem 2rem;
  margin-top:2rem;
  border-radius:20px;
}
.header-media img{
  mix-blend-mode: multiply;
}
.header-media h3{
font-weight: 700;
font-size: 30px;
line-height: 38px;
color: #009859;
}
.header-media p{
font-weight: 400;
font-size: 20px;
line-height: 25px;
color: #606C7E;
margin-bottom:0;
}
.btn-logout{
background: #E8584F;
border-radius:8px;
color:#ffffff;
}
.btn-profile{
border: 1px solid #009859;
background-color:#ffffff;
color: #009859;
border-radius: 8px;
}
.file-card, .uploaded-file-card{
  border: 1px solid #B1BECC;
}
.file-card .card-header,
.uploaded-file-card .card-header{
  background-color:#F0F4F7;
  border-bottom:0;
}
.file-card .card-header h3,
.uploaded-file-card .card-header h3{
font-weight: 700;
font-size: 24px;
line-height: 45px;
color: #009859;
margin-bottom:0;
}
.file-card p,
.uploaded-file-card p{
font-weight: 400;
font-size: 16px;
line-height: 45px;
color: #6B8097;
margin-bottom:0;
}
.file {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background: #F0F4F6;
border: 1px dashed #6B8097;
border-radius: 8px;
flex-direction:column;
padding:1.5rem;
}

.file > div >input[type='file'] {
display: none
}

.file > div > label {
  cursor: pointer;
  text-align: center;
  margin-bottom: 0;
  display:block;
}
.file i{
  width:50px;
  height:50px;
  line-height:50px;
  font-size:22px;
  color:#ffffff;
  text-align:center;
  background: #009859;
  border-radius:50%;
  margin-bottom:1rem;
  display:inline-block;
}
.file h4,
.uploaded-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.file p,
.uploaded-content p{
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: rgba(0, 0, 0, 0.4);
margin-bottom:0.75rem;
}
.file .btn{
background: #FBFDFE;
border: 1px solid #009859;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #009859;
}
.uploaded-content {
background: #F0F4F6;
border-radius: 8px;
padding:1rem;
position:relative;
overflow:hidden;
}
.uploaded-content .img-container {
  width: 140px;
  height: 186px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: rgba(0,0,0,0.1);
  border-radius: 5px;
}
.uploaded-content .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.uploaded-content .remove-button{
  background: #FA5252;
  border-radius: 5px;
  color:#ffffff;
}
.uploaded-content .view-button{
  position:absolute;
  top:15px;
  right:15px;
  color: #16D261;
  font-weight:700;
  font-size:14px;
}