body{
    background-color: #f8f9fa;
}

#st-cmp-v2{
    display: none !important;
}
.job-detils-top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; 
    flex-direction: row-reverse;
    margin-bottom:10px;
    box-shadow: 0 2px 20px rgba(211, 211, 211, 0);
    padding: 24px 24px 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eee;
}
.job-details-apply-bottom{
    width: 100%;
    box-shadow: 0 2px 20px rgba(211, 211, 211, 0);
    padding: 24px 24px 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px; 
    position: relative; 
}
.event-view .name {
    border: none;
}

.name h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 35px;
}
.job-detils-top .my-bullet-point {
    padding-bottom: 0rem;
    line-height: 25px;
}
.my-bullet-point > span {
    font-size: 15px;
}

.job-detils-top ul li:last-child{
    border-top: 1px solid #b1b1b1;
    padding-top: 15px;
    margin-top: 15px;
}
.job-detils-top ul li:last-child span{
    font-size: 16px; 
}
.job-detils-top ul li:last-child h6 {
    margin-bottom: 0 !important;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
}

.st-btn {
    width: 40px;
    height: 40px !important;
    padding: 10px !important;
    border-radius: 50% !important;
}
.st-btn img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    top: auto !important;
}
a.likes-count {
    position: absolute;
    right: 20px;
    top: 25px;
}
.job-heih h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.job-heih{
border-radius: 10px;
background-color: #f7f7f9;
padding: 20px 20px 0;
margin-bottom: 20px;
border: 1px solid #eee;
}

.job-heih .my-bullet-point {
    padding-bottom: 7px;
}
.job-heih .my-bullet-point span{
    font-size: 14.5px;
    color: #474d6a;
}

.job-descr p:first-child strong {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 20px;
}

.job-descr p strong{
    margin-bottom: 0;
}

.event-view p {
    color: #2a2a2a;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
}
.job-descr ul li {
    margin-top: 5px;
}

.event-view .name {
    display: block;
    line-height: 36px;
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
    background-color: transparent;
    font-weight: 700;
    padding-left: 0 !important;
}
.event-view {
    padding-top: 4rem;
}
a#easyapplybtn {
    background: #029fc1 !important;
    border-radius: 50px;
    margin-top: 25px;
    border: 1px solid #029fc1;
    color: #fff;
}
a#easyapplybtn:hover{
    background: #000!important;
    color: #fff;
    border-color: #000;
}
.btnapply{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo-job-dets {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-20%, 0%);
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-job-dets a{
    display: inline-block;
}
.logo-job-dets a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

li.my-bullet-point span {
    font-weight: 400;
    font-size: 15px;
}
li.my-bullet-point span b {
    font-weight: 600;
}
.job-detils-top ul li:last-child span {
    font-size: 14px;
    font-weight: 400;
}
.name h3 {
    margin-bottom: 10px;
}


/*==============Left Side===========*/

.left-side-detaisl{
    width: 100%;
    box-shadow: 0 2px 20px rgba(211, 211, 211, 0);
    padding: 14px 15px 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px; 
    position: relative; 
}

.left-side-detaisl h3{
    padding: 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    font-weight: 600;
}


.left-side-detaisl ul{
    margin: 0;
    padding: 0;
}
.left-side-detaisl ul.parent-ul > li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
.similar-job-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
/* .similar-content h4 {
    font-size: 15px;
    font-weight:400;
    line-height: 22px;
    margin-bottom: 6px;
} */
.similar-content h4{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}
.similar-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 2px;
    color: #5b5b5b;
}



.similar-content{
    width: 75%;
}
/* .similar-img{
    width: 25%;
    width: 90px;
    height:90px;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
} */
.similar-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    margin-right: 10px;
}
.similar-img img{
    width:100%;
    height: 100%;
    object-fit: contain;   
}
.similar-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.similar-content ul li{
    font-size: 12px;
    color: #3d3c3c;
    border-bottom: 0px solid #ccc;
    list-style: none;
}

.similar-content a{
    color: #000;
}
.similar-content ul li span{
    display: inline-block;
    padding-right: 5px;
}
.q-app {
    display: flex;
    justify-content: center;
    align-items: center;
}
.q-app .btn.btn-large {
     background-color: transparent;
    border-radius: 50px;
    margin-top: 25px;
    border: 1px solid #029fc1;
    color: #029fc1;
    margin-right: 5px;
}
.q-app .btn.btn-large:hover{
    background: #029fc1 !important;  
    color: #fff;
}
.my-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.bottombtn .btn-large{
    background-color: transparent;
    border-radius: 50px;
    margin-top: 25px;
    border: 1px solid #029fc1;
    color: #029fc1;
    margin-right: 5px;  
}
.bottombtn .btn.btn-large:hover{
    background: #029fc1 !important;  
    color: #fff;
}

.event-page{
    position: sticky;
    top: 30px;  
}

div#easyapplypopup {
    width: 100%;
    height: 100vh;
    background-color: #00000080;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.easyapply{
background-color: #fff;
padding: 35px 50px 40px;
transform: perspective(1300px) rotateX(0);
opacity: 1;
border-radius: 20px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 20px 0 rgba(0, 0, 0, .2);
max-width: 50%;
border: 0px solid #f1f1f1;
}

.easyapply .form-control{
margin-bottom: 0 !important;
padding: 21px 15px;
font-size: 14px;
border: 1px solid #e7e7f1;
border-radius: 16px;
box-sizing: border-box;
/* height: 44px; */
position: relative;
}

.easyapply label{
    padding: 10px 4px 4px 0px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    font-size: 14px !important;
    background-color: transparent;
    border: 0;
    color: #000;
}
.easyapply input[type="text"]:focus{
    border: 1px solid #b4b4b4; 
}
.easyapply button.btn.btn-sm {
    background: #000;
    width: 35px;
    aspect-ratio: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 0 !important;
    top: 10px;
    position: absolute;
    right: 10px;
    transform: translate(0, 0);
}
.easyapply button.btn.btn-sm:hover{
    background-color: #029fc1;
}
.easyapply .btn i {
    margin-left: 0px;
    top: 0px;
}
.easyapply h6 {
    font-size: 22px;
    font-weight: 600;
}
.easyapply hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
button#submit_job_cv {
    border-radius: 50px;
    width: 100%;
}
.easyapply a {
    display: inline-block;
    font-size: 15px;
    padding-top: 5px !important;
}


/*Login Model*/

.login-model{
    background-color: #00000065;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-model{
    background-color: #fff;
    padding: 35px 40px 40px;
    transform: perspective(1300px) rotateX(0);
    opacity: 1;
    border-radius: 20px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 20px 0 rgba(0, 0, 0, .2);
    width:520px;

}

/* .Register-Box .content-model{
    width: 100%;
    max-width: 28%;
} */

.content-model .form-control, .content-model .form-control-file{
    margin-bottom: 0 !important;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #e7e7f1 !important;
    border-radius: 16px;
    box-sizing: border-box;
    height: auto !important;
    position: relative;
    /* height: calc(1.5em + .75rem + 2px); */
    margin-bottom: 2px;
    line-height: 22px !important;
    box-shadow: none;
}

.login-model label{
display: block;
margin: 0.5em;
padding: 4px 4px 6px 6px;
border: 0 solid #005a9c;
border-radius: 5px;
width: 16em;
color: #000;
margin-bottom: 0;
margin-left: 0;
margin-top: 10px;  
}
.login-model label span i{
    font-size: 8px !important;
    color: #ff0000;
}
.top-header-login{
    text-align: center;
}
.top-header-login h2{
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0;
    line-height: 25px;
}
.logo-login-model{
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50px;
    margin: auto;
   
}
.logo-login-model img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-login-model{
    display: block;
    padding: 8px 15px;
    width: 100%;
    background-color: #029fc1;
    border-radius:20px;
    text-align: center;
    margin-top: 25px;
    border: 0;
    color: #fff;
    font-size: 16px;
}
.btn-login-model:hover{
    background-color: #007b97;
}
.checkboxlogin{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.checkboxlogin input[type=checkbox] {
    position: relative;
    margin: 0;
    width: 18px !important;
    margin-top: 5px;

}
.checkboxlogin label{
    font-weight: 500;
}
.forget-pass p{
    margin: 0;
    text-align: end;
}
.forget-pass p a{
    color: #000;
    font-weight: 500;
}

/*----Or Login*/
.orlogin{
    text-align: center;
}
.orlogin h5{
    margin: 0;
    padding: 4px 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    line-height: 26px;
}
.orlogin h5::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 0.1px;
    background-color: #cecece;
    z-index: -1;
}
.orlogin h5 span{
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 0 25px;
    z-index: 11;
}
.otp-login{
    margin-top: 10px;
}
.otp-login span{
    display: inline-block;
    padding:3px 20px;
    border: 1px solid #007b97;
    color: #007b97;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
}

.account-sw{
    margin-top: 20px;
    text-align: center;
}
.account-sw p{
    font-size: 14px;
    margin: 0;
    
}
.account-sw p span{
    cursor: pointer;
}
.account-sw p span:hover{
    text-decoration: underline;
}
.captcha {
    border: 1px solid #ccc;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 46px;
}
.chap-img img{
    width: 80%;
    height: 50px;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: -5px;
}
.refrece{
    width: 40px;
    aspect-ratio: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
}
.refrece i{
    color: #000;
    font-size: 18px;
}

.close-login{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    line-height: 43px;
    background-color: #f3ecec;
    border-radius: 50px;
    transition: 0.5s all;
}
.close-login:hover{
    background-color: #f0d7d7;
}
.close-login i{
    color: #ff3030;
    font-size: 17px;
}

/*---switching-----*/
.Login-box ,.Register-Box{
    display: none;
  }
  
  /* .login-model.Login-box {
    display: flex; 
  }  */

  .verifyotp{
    display: none ;
  }
  .optconform{
    display: none;
  }
.genrateotp-box{
    display: none;
}



  .verifyotp h3{
    font-size: 25px;
    margin: 0;
    font-weight: 600;
  }
  .otp-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 5px;
    width: 75%;
    margin: auto;
}

.otp-input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e7e7f1 !important;
    border-radius: 8px;
    transition: all 0.3s;
    outline: none;
    margin: 0 0 10px 0;
}

.otp-input:focus {
    border-color: #272727;
    box-shadow: none;
}
/*------Step Form----*/
.listopt ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listopt ul li{
    list-style: none;
}

.listopt ul li .form-check-input{
    position: relative;
}

.icons-list span{
    display:inline-block;
    width: 40px;
    height: 40px;
}

.icons-list span img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
span.label-item{
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 10px;
}
.form-check{
    padding: 0;
}
.listopt label{
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(178, 178, 178, 0.227);
    height:auto;
    width: 210px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 16px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    text-align: center;
    padding: 15px;

}

.btnlist{
    margin-top: 25px;
    text-align: center;
}
.btnlist span.apply-update{
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    background-color: #029fc1;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    max-width: 60%;
    width: 60%;
    margin: auto;
    font-size: 17px;
}
.btnlist span.apply-update:hover{
    background-color: #00657b;
}
.btnlist span.apply-update a{
    color: #fff; 
    display: inline-block;
    /* padding: 10px 25px;  */
    width: 100%; 
}
.yessign{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    display: none;
}
.yessign i{
 color: #18b600 !important;
 font-size: 22px !important; 
 background-color: #fff;
}
.selected .yessign{
    display: block;
}
.selected{
    border: 1px solid #19a703  !important;
}

/*-------Mutiple step Form*/

h2.profile-up {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.tab-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: red;
  }

  .tab-header div {
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: #f0eeee;
    cursor: pointer;
    border: 1px solid #ccc;
    border-right: none;
    padding-left: 30px;
    /* border-radius: 50px; */
  }

  .tab-header div:last-child {
    border-right: 1px solid #ccc;
  }

  .tab-header .active {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .buttons button {
    padding:8px 20px;
  }


    .tab-header {
      display: flex;
      overflow: hidden;
      border-radius: 50px;
    }

    .tab-link {
      position: relative;
      padding: 15px 40px;
      background-color: #eee;
      color: #888;
      font-weight: bold;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab-link:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 21px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 21px solid #eee;
      z-index: 2;
    }

    .tab-link:not(:first-child)::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      border-top: 21px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 21px solid white;
      z-index: 1;
    }

    .tab-link.active {
      background-color: #029fc1;
      color: white;
    }

    .tab-link.active::after {
      border-left-color: #029fc1;
    }

    .tab-link.completed {
      background-color: #ddd;
      color: #999;
    }

    .tab-link.completed::after {
      border-left-color: #ddd;
    }
    #multiStepForm h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;

    }
  
    .multiple-step .content-model {
        width: 820px;
        height: 550px;
        overflow: hidden;
        overflow-y: scroll;
    }
    #multiStepForm h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    #multiStepForm .btn-login-model{
        width: 30% !important;
        background-color: transparent !important;
        border:1px solid #00657b!important;
        color: #00657b!important;
        /* margin:25px auto; */
        margin-left: auto;
        border-radius: 50px !important;
    }
    #multiStepForm .btn-login-model:hover{
        background-color: #00657b !important;
        border:1px solid #00657b!important;
        color: #ffffff!important; 
        border-radius: 50px !important;
    }
    .buttons .form-group {
        margin-bottom: 1rem;
        width: 100%;
        text-align: end;
    }
   .step2-box .btn-login-model ,.step3-box .btn-login-model{
    margin-left: 0 !important;
   }

   /*------Resume-------*/
   .upload-resume{
    height: 150px;
    width: 100% !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 16px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px !important;
    color: #b8b8b8 !important;
    font-size: 25px;
   }
/*---------success----------*/

.success-container {
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    max-width: 400px;
    margin: auto;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    position: relative;
}

.success-icon-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4CAF50;
    animation: scaleIn 0.5s ease-out;
}

.success-icon-check {
    position: absolute;
    top: 15px;
    left: 28px;
    width: 25px;
    height: 40px;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    transform: rotate(45deg) scale(0);
    animation: checkIn 0.5s 0.5s ease-out forwards;
    border-radius: 10px 4px 4px 1px;
}

.success-title {
    font-size: 24px;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 10px;
}

.success-message {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.btnbox a{
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding:8px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 150px;
}

.btnbox a:hover {
    background-color: #266829;
}

@keyframes scaleIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

@keyframes checkIn {
    0% { transform: rotate(45deg) scale(0); }
    50% { transform: rotate(45deg) scale(1.2); }
    100% { transform: rotate(45deg) scale(1); }
}


.afterloginbox .content-model {
    width: auto !important;
}
.top-header-login h3{
    font-size: 30px;
}

/*-----Resume update*/
.step4-box .file-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
    padding-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    
  }

  .step4-box .file-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .step4-box .pdf-icon {
    background: #c62828;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
  }

  .step4-box .file-meta {
    display: flex;
    flex-direction: column;
  }

  .step4-box .file-meta span {
    font-size: 14px;
    color: #555;
  }

  .step4-box .file-action {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .step4-box .upload-btn {
    padding: 8px 20px;
    margin-top: 24px;
    border: 1px solid #029fc1;
    background: #fff;
    color: #029fc1;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    width: 200px;
    font-weight: 400;
  }

  .step4-box .upload-btn:hover {
    background: #029fc1;
    color: #fff;
  }

  .step4-box input[type="file"] {
    display: none;
  }

  .step4-box .selected {
    border: 2px solid #029fc1;
  }

  .step4-box .radio {
    width: 18px;
    height: 18px;
    accent-color: #029fc1;
  }
  .delete-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -15px;
    text-align: center;
    line-height: 30px;
    background-color: #f3ecec;
    border-radius: 50px;
    border: 1px solid #feb5b5;
    color: red;
  }

  .delete-btn:hover {
    color: #c62828;
  }

  .icon.doc-icon {
    background: #2053ae;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.step4-box input[type="radio"], .step4-box input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

.uploadcv{
    padding: 8px 15px !important;
    width: 50%;
    margin: auto;
}

/*Second Multistep form*/
/* background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
width: 100%;
max-width: 400px;
} */
.tab-nav {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
    .tab-nav button {
        flex: 1;
        padding: 10px;
        border: none;
        background: #e0e0e0;
        cursor: pointer;
        transition: background 0.3s;
        width: 31%;
        border-radius: 50px;
        margin: 5px;
        margin-bottom: 15px;
    }
.tab-nav button.active {
background: #029fc1;
color: white;
}
.tab {
display: none;
}
.tab.active {
display: block;
}
.form-group {
margin-bottom: 15px;
}
.form-group label {
display: block;
margin-bottom: 5px;
}
.form-group input {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}
.btn-group {
display: flex;
justify-content: space-between;
}

#stepForm .btn-group {
    display: flex !important;
    justify-content: space-between;
}

.btn-group button {
padding: 6px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.btn-group .prev {
background: #6c757d;
color: white;
}
.btn-group .next, .btn-group .submit {
background: #029fc1;
color: white;
}

.secondmultistep .content-model {
    width: 820px;
    height: auto;
    /* overflow: hidden;
    overflow-y: scroll; */
}
#stepForm .btn-login-model{
margin-left: auto;
width: 30% !important;
background-color: transparent !important;
color: rgb(0, 101, 123) !important;
border-width: 1px !important;
border-style: solid !important;
border-color: rgb(0, 101, 123) !important;
border-image: initial !important;
border-radius: 50px !important;    
}

#stepForm .btn-login-model:hover{
    background-color: rgb(0, 101, 123) !important; 
    color: rgb(255, 255, 255) !important;
}
button.prev.btn-login-model {
    margin-right: auto !important;
    margin-left: 0 !important;
}



.doyou .form-group label {
    width: auto !important;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doyou .form-group input {
    width: auto !important;
    cursor: pointer;
}
.yesbox {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.doyou .form-group input {
    width: 20px !important;
    height: 17px !important;
    margin-left: 15px;
}

/*--------------Profile Chose------*/
.profile-list label{
    position: relative;
    margin: 10px;
    padding: 0;
    min-width: 330px;
    cursor: pointer;
    border-radius: 15px;
}
.profile-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 15px; 
    border: 1px solid #adadad; 
    position: relative;
    
}
.view-profile {
    position: absolute;
    height: 30px;
    width: 80px;
    background: #029fc1 !important;
    left: 50%;
    /* border: 0; */
    bottom: 0;
    transform: translate(-50%, 16px);
    border-radius: 50px;
    transition: 0.5s all;
    opacity: 0;
}
label.label-list-chos.active .view-profile {
    opacity: 1;
}
.view-profile:hover{
    width: 90px;
}
.view-profile a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px !important;
}
.view-profile a span i{
    font-size: 10px !important;
    color:#fff !important;
}
.profile-text-box h4{
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    background-color: #e4e4e4bb;
    padding-inline: 12px;
    padding-block: 2px;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #242424;
}
.profile-text-box h4 a{
    color: #000;
}
.profile-text-box{
    margin-left: 15px;
    width: 65%;
}
.profile-text-box h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #171717;
    margin-bottom: 5px;
}

.profile-img-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-img-box img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

.profile-text-box ul{
   display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.profile-text-box ul li{
    font-size: 12px;
    color: #6e6e6e;
    border-bottom: 0px solid #ccc;
    list-style: none;
    margin: 5px 0;
    font-weight: 400; 
}

.profile-text-box ul li span {
    display: inline-block;
    padding-right: 5px;
}
.profile-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.profile-list label{
    width: auto;
    
}
.active .profile-box{
    border-color: rgb(2, 190, 2);
}
input.checkbox.inputradio {
    position: absolute;
    right: -8px;
    top: 6px;
    width: 50px;
    height: 18px;
}

.profile-text-box ul li span i {
    font-size: 12px !important;
    color: #6e6e6e !important;
}

.pro-selec .btnlist span.apply-update{
    width: auto;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #007b97;
    color: #007b97;
    padding: 6px 25px;
    transition: 0.5s all;
}
.pro-selec .btnlist span.apply-update:hover{
    transform: translateY(-5px);
}

.pro-selec .btnlist {
    margin-block: 15px;
    text-align: end;
}

.btn-group-chose{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-group-chose .chos-btn{
    background-color: transparent !important;
    color: rgb(0, 101, 123) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(0, 101, 123) !important;
    border-image: initial !important;
    border-radius: 50px !important;
    padding:8px 20px;
    margin: 10px;
    display: inline-block;
}
.btn-group-chose .chos-btn:hover{
    background-color: rgb(0, 101, 123)!important;
    color: #fff !important;
}
.form-control:focus{
    border-color: #676767 !important;
}

.resumeupdate .content-model{
    width: 720px;
}

/*=-----Add profile-----------*/
.form-wrapper-unique {
    /* max-width: 500px; */
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .form-wrapper-unique .btn-login-model{
    width: 50% !important;
    margin: auto;
  }

  .form-wrapper-unique h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .tab-nav-unique {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .tab-btn-unique {
    flex: 1;
    padding: 8px;
    text-align: center;
    background: #e2e6ea;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-right: 5px;
    cursor: pointer;
  }

  .tab-btn-unique:last-child {
    margin-right: 0;
  }

  .tab-btn-unique.active-tab-unique {
    background: #029fc1;
    color: white;
    font-weight: bold;
  }

  .tab-content-unique {
    display: none;
  }

  .tab-content-unique.active-content-unique {
    display: block;
  }

  .field-group-unique {
    margin-bottom: 20px;
  }

  .field-group-unique label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .field-group-unique input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .tab-nav-buttons-unique {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .tab-nav-buttons-unique button {
    padding: 10px 20px;
    border: none;
    background: #029fc1;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
  }

  .tab-nav-buttons-unique button:hover {
    background: #0056b3;
  }

/*=========Responsive=====*/

@media screen and (max-width:1200px) {
    .content-model{
        width:50%;  
    }
    .my-btns,.q-app {
        justify-content: center;
        flex-wrap: wrap;
    }
    .event-page .container{
        width: 100% !important;
    }
}



@media only screen and (max-width: 600px) {
    .content-model{
        width:100%;  
    }
    .login-model {
        height: 100%;
    }
    .my-btns,.q-app {
        flex-wrap: wrap;
    }
    .event-page .container{
        width: 100% !important;
    }
    .bottombtn .btn-large {
        margin-top: 10px;
    }
    .login-f {
        width: 100%;
    }
    .bottombtn .btn-large{
        width: 100%; 
    }
    .job-detils-top{
        display: block;
    }
    .logo-job-dets{
    position: relative;
    height: auto;
  }
  a.btn.btn-large {
    width: 100%;
}
.q-app .btn.btn-large,a#easyapplybtn {
    margin-top: 12px;
}
.login-model {
    overflow-y: auto;
    padding-top: 200px;
    padding-bottom: 50px;
}
.content-model{
    padding: 35px 12px 40px; 
}
.profile-list label {
    width: 100%;
}
.tab-nav button {
    width: 30%;
}
.tab-nav button {
    margin: 2px;
}
.tab-nav button {
    padding: 6px 10px;
}
.my-btns {
    justify-content: center;
}
.Register-Box{
    padding-top: 500px; 
}
.tab-header div {
    padding: 5px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 18px;
}


}

@media only screen and (max-width: 420px) {
.tab-nav button {
    width: 100% !important;
}
.tab-header div {
    padding-left: 24px;
    font-size: 11px !important;
    line-height: 15px !important;
}
.name h3 {
    font-size: 26px;
    margin-bottom: 2px;
}
.job-details-apply-bottom {
    padding: 24px 10px 20px 10px;
}
}

.name h3{
    width:80%;
}
.job-descr h3{
    font-size : 25px;
    margin-bottom :0 !important;
    color: #414141;
}
.job-descr ul li, .job-descr ol li {
    margin-top : 5px;
    color: #444;
}

@media (max-width: 566px) {
    .easyapply {
        position: unset;
        background: white;
        width: 100%;
        max-width: 100% !important;
        padding: 2rem;
        border-radius: 15px;
        box-shadow: #0000ff66 0px 0px 15px;
    }
}