.input-field input {
    z-index: 2 !important;
    position: relative !important;
}

.input-field textarea {
    z-index: 2 !important;
    position: relative !important;
}

.input-field .invalid-feedback {
    display: block !important;
    text-align: center;
}

.input-field .invalid-feedback strong {
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.spinner-border {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    top: 1px;
    position: relative;
}
.ss-select .select-wrapper input.select-dropdown{
    color: #000 !important;
}
.ss-select .select-dropdown li span{
    color: rgba(0, 0, 0, 0.3);
}

.ss-select.input-field .select-wrapper + label{
    top: 0;
    background: #F3F5F5;
    z-index: 111;
        font-size: 16px;
        min-width: 70%;
} 

.avatar-preview::after {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 15px 10px;
    content: "Upload a photo of yourself";
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1de9b6;
    z-index: 0;
}

.avatar-upload .avatar-preview #imagePreview {
    z-index: 1;
    position: relative;
}

.avatar-upload .avatar-edit {
    z-index: 2 !important;
}






.label-sec.field {
  color: #666;
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 8px 0;
  opacity: 0;
  position: relative;
  transition-property: opacity;
  z-index: 111;
  top: -13px;
}
.label-sec.field span {
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 26px;
  transform: scale(1) translateY(0);
  transition-property: color, font-size, top;
  z-index: 1;
}
.label-sec.field span.selected{
    color: #000;
}
.label-sec.field span.required::after {
  color: inherit;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.error .label-sec.field span {
  color: #F02318;
}
.label-sec.field .psuedo_select {
  background: transparent;
  position: relative;
  border-color: rgb(224, 224, 224);
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 24px 0 0 0;
  min-width: 250px;
  padding-top: 24px;
  outline: 0;
  z-index: 1;
}
.label-sec.field .psuedo_select::after {
  background: url("../front/assets/img/arw-down.png") no-repeat center;
  content: "";
  height: 18px;
  width: 11px;
  position: absolute;
  top: 0;
  right: 0;
      background-size: contain;
}
.label-sec.field .psuedo_select .selected {
  height: 24px;
  left: 1px;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(24px);
  transition-property: opacity, transform;
  will-change: transform;
}
.label-sec.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  height: auto !important;
  list-style: none;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 15px 0;
  pointer-events: none;
  transition-property: height, opacity;
  width: 100%;
  z-index: 2;
}
.label-sec.field .psuedo_select ul li {
  height: auto;
  padding: 4px 10px;
  font-size: 14px;
}
.label-sec.field .psuedo_select ul li:hover{
    background-color: #E0E0E0;
}
.label-sec.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.label-sec.field.focused {
  border-bottom:2px solid #007BED;
}
.label-sec.field.focused .psuedo_select {
  border-bottom:2px solid #007BED;
}
.label-sec.field.focused .psuedo_select::after {
   background: url("../front/assets/img/arw-down.png") no-repeat center;
}
.label-sec.field.focused .psuedo_select ul {
  opacity: 1;
  pointer-events: all;
}












@media only screen and (max-width:767px) {
    .card-login2 {
        padding: 40px 15px;
    }

    .card-login2 h3 {
        font-size: 24px;
    }

    ul.ks-cboxtags li label {
        padding: 5px 15px;
    }

    .center-form {
        padding-bottom: 30px;
    }

    .responsive-padding-none {
        padding: 0 !important;
    }

    .padding-none-right {
        padding-right: 0 !important;
    }

    .sliderContainer {
        bottom: 78px;
    }
}