
/*-------company profile info Page-------------*/

/*---Tel-----*/
.iti{
    width: 100%;
    }
   /*-----Tel End---*/
   
   /*--------Steps-----------*/
    .login-form.pro-comp-login .form-group input::placeholder{
    color: rgba(9, 10, 45, 0.5);
    }
  
    .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    }
  
    .kd-steps-main {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    }
    .kd-steps-main li {
    /* width: 33.33%; */
    width: fit-content;
    position: relative;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(9, 10, 45, 0.5);
    margin: 0 15px;
    }
    .kd-steps-main li span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    z-index: 9;
    background: #F5F5F7;
    color: rgba(9, 10, 45, 0.5);
    }
    .kd-steps-main li.active-stage{
    color: rgba(9, 10, 45, 1);
    }
  
    .kd-steps-main li::after {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 2px;
    border-radius: 5px;
    background: rgba(245, 245, 247, 1);
    right: 0;
    top: 25px;
    background: linear-gradient(90deg, rgba(0, 95, 173, 1) 50%, #F5F5F7 50%);
    background-size: 210% 100%;
    background-position: -95% 0;
    transition: background-position 0.3sease -in-out;
    transform: translate(-50%, -50%);
    z-index: -999999;
    }
    .kd-steps-main li:first-child::after {
    content: none;
    }
    .kd-steps-main li.active-stage::before {
    border-color: rgba(0, 95, 173, 1);
    transition: border 0.1s ease-in-out 0.3s, background 0.1s ease-in-out 0.3s;
    }
    .kd-steps-main li.active-stage::after {
    background-position: -190% 0;
    }
    .kd-steps-main li:has(~ .active-stage)::before, .kd-steps-main li:has(~ .active-stage)::after {
    border-color: rgba(0, 95, 173, 1);
    background: rgba(0, 95, 173, 1);
    background-position: -190% 0;
    }
    .kd-steps-main li.active-stage span {
    background-color: rgba(0, 95, 173, 1);
    color: white;
    }
  
    .step {
    display: none; 
    }
    .step.active-step {
    display: block;
    }
  
    .login-form.pro-comp-login .step .form-group h4{
    font-weight: 500;
    font-size: 16px;
    color: rgba(9, 10, 45, 1);
    text-align: left;
    margin-bottom: 8px;
    }
    .kd-offer-chk input[type="radio"] {
    display: none;
    }
    .kd-offer-chk .kd-homeservice span {
    border: 1px solid rgba(9, 10, 45, 0.04);
    padding: 8px 23px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 10px;
    color: rgba(9, 10, 45, 0.6);
    background: rgba(25, 32, 76, 0.01);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    }
    .kd-offer-chk input[type="radio"]:checked + span {
    border: 1px solid rgba(0, 95, 173, 1);
    background: rgba(0, 95, 173, 0.1);
    color: rgba(0, 95, 173, 1);
    }
    .kd-off-ny{
    display: flex;
    gap: 16px;
    }
    .kd-off-ny label{
    flex: 1;
    }
    .js-multiple-category + .select2-container{
      z-index: 9;
    }
  /*------Step No 4 5 ------*/
    .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    }
    .upload__btn {
    display: flex;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed rgba(9, 10, 45, 1);
    position: relative;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 306px;
    padding: 65px;
    }
    .upload__btn::before{
      /* content: '';
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg width='306' height='306' viewBox='0 0 220 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='219' height='191' rx='9.5' fill='white' stroke='%23090A2D' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      top: 50%;
      left: 50%;
      height: 306px;
      width: 306px;
      z-index: -1;
      transform: translate(-50%, -50%); */
    }

    .upload__btn p{
    margin: unset;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    color: rgba(9, 10, 45, 1);
    }
    .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
    }
    .upload__btn-box {
    margin-bottom: 10px;
    }
    .upload__img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    }
    .upload__img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    }
    .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    }
    .upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
    }
    .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* padding-bottom: 100%; */
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    }
  /*------Step No 4 5 End------*/
  /*-------step-5 -------*/
  
  .kd-timing-min {
    text-align: left;
    padding: 12px;
    border: 1px solid rgba(25, 32, 76, 0.1);
    border-radius: 10px;
    margin-bottom: 14px;
    }
    .kd-timing-min .form-group {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 9;
    }
    .kd-timing-min .form-group svg{
      position: absolute;
      right: 10px;
    }
    .kd-timing-min input[type='checkbox']{
    margin-top: unset;
    border: 1.5px solid rgba(25, 32, 76, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    .kd-timing-min input[type='checkbox']:checked{
    background-color: rgba(0, 95, 173, 1);
    border: 1.5px solid rgba(0, 95, 173, 1);
    }
    .kd-timing-min .form-group:first-child {
    gap: 10px;
    margin-bottom: 10px;
    }
    .kd-timing-min .form-group:last-child{
    margin-bottom: unset;
    }
    .kd-timing-min .form-group label{
    font-weight: 400;
    font-size: 15px;
    color: rgba(9, 10, 45, 1);
    }
    .login-form .kd-timing-min .form-group input[type='time'],  .login-form .kd-timing-min .form-group input[type='text']{
    padding: 9px;
    position: relative;
    border: 1px solid rgba(238, 238, 238, 1);
    }
  
  
    .form-group input[type='time']::-webkit-calendar-picker-indicator{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99805 0.5C3.86555 0.5 0.498047 3.8675 0.498047 8C0.498047 12.1325 3.86555 15.5 7.99805 15.5C12.1305 15.5 15.498 12.1325 15.498 8C15.498 3.8675 12.1305 0.5 7.99805 0.5ZM11.2605 10.6775C11.1555 10.8575 10.968 10.955 10.773 10.955C10.6755 10.955 10.578 10.9325 10.488 10.8725L8.16305 9.485C7.58555 9.14 7.15805 8.3825 7.15805 7.715V4.64C7.15805 4.3325 7.41305 4.0775 7.72055 4.0775C8.02805 4.0775 8.28305 4.3325 8.28305 4.64V7.715C8.28305 7.985 8.50805 8.3825 8.74055 8.5175L11.0655 9.905C11.3355 10.0625 11.4255 10.4075 11.2605 10.6775Z' fill='%23090A2D'/%3E%3C/svg%3E%0A");
    opacity: 0.3;
    }
  /*-------step-5 End company profile info End-------*/