.file_msg,
.file_word {
  margin-left: 0;
}
.body_wrapper{
    background-image: url(https://click2cloud.com/darkTheme_Assets/images/blog/blog_bg.svg);
    background-repeat: no-repeat;
}
.breadcrumb_content_header{
    padding: 7rem 0rem 2rem;
    margin: 0px;
}
.file_box {
  padding: 8px 0;
  border-radius: 60px;
}
.file_note {
  color: red;
  position: absolute;
  bottom: -14%;
  left: 3%;
  font-size: 14px;
}
.dataInfoBox,
.p_relative {
  position: relative;
}
.text_box input[type="email"],
.text_box input[type="number"],
.text_box input[type="password"],
.text_box input[type="text"],
.text_box select,
.text_box textarea {
    color: var(--light) !important;
    height: 50px !important;
    background-color: var(--black-level-18);
    width: 100%;
    border: 1px solid var(--light-opac-3);
    padding: 12px;
    border-radius: 10px !important;
    font-size: 1rem;
    z-index: 2;
    position: relative;
}
.text_box select{
    line-height:22px !important;
    & option{
        background:#000;
    }
    &:focus{
        background: #2a2a2a;
    }
}
.text_box:has(:focus),
.text_box:has(:focus-visible){
position: relative;
&::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background:var(--secondary-gradient);
    z-index: 1;
    border-radius: 10px
}
}
::placeholder {
  color: #7b7b93 !important;
}
.text_box select {
  height: 45px !important;
}
.text_box_textarea{
    margin-top: 15px;
    textarea {
        height: auto !important;
      }
} 
.job_info .info_head i {
  font-size: 40px;
  color: #0dc8ce;
  text-shadow: 0 14px 30px #1db4e5;
  margin-bottom: 35px;
  display: inline-block;
}
.career_btn{
        background-color: var(--primary) !important;
        color: var(--light) !important;
        border-radius: 25px !important;
        height: 45px;
        border-color: var(--primary) !important;
        text-align:center !important;
        &:hover, &:focus, &:active 
        {
            background-color: #1b6de7 !important;
        }
}
.pl-15 {
  padding-left: 15px;
}
.info_item h6 a {
  color: #fff;
  font-size: 14px;
  display: flex;
}
.job_info .info_item i {
  color: #253568;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}
.info_item .img-fluid {
  height: 16px !important;
  padding-right: 16px;
}
.job_info {
    padding: 10px 20px 20px !important;
    background: transparent;
    box-shadow: none;
    background: var(--black-level-19);
    border: none;
}
.job_info_item_box {
  overflow: auto;
  height: 600px;
}
.job_info .info_head {
    border-bottom: 1px solid #2f2f2f;
    padding: 10px 10px 10px 28px;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    align-items:center;
  .t_color3{
    color:var(--light);
  }
}
.info_item2 p{
    color: var(--primary-8);
    position: relative;
    padding-left: 55px;
    font-size:13px;
    &::before{
            content: "";
            position: absolute;
            left: 33px;
            top: 12px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--primary-8);
    }
}
.info_head img {
  height:30px;
}
.alert-box {
  height: auto;
}
.alert-dismissible .close {
  position: absolute;
  top: -10px;
  right: -2px;
  font-size: 27px !important;
  font-weight: 600 !important;
}
.dataInfoBox {
  display: none;
  top: 0;
  left: 21%;
  z-index: 0;
  width: 50%;
}
.dataInfoBox strong {
  font-size: 16px;
  font-weight: 600;
}
.dataInfoBox span {
  margin-left: 5px;
}
.dataInfoBox p {
  font-size: 12px;
  color: #000;
}
.red {
  color: red;
  font-size: 12px;
}
.errorInfo {
  height: 20px;
  margin-top: -15px;
  margin-bottom: 0;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #2e93e6;
  border-radius: 50%;
  animation: 0.8s linear infinite sp-anime;
}
.file_pdf,
.file_word {
  width: 28px;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
@media (max-width: 991px) {
  .file_note {
    bottom: -12%;
    left: 14px;
  }
  .file_note img {
    width: 25px !important;
  }
  .prototype_service_info, .sec_pad {
        padding: 0px 0 0 !important;
    }
}
@media only screen and (max-width: 767px) {
  .info_item h6 a {
    font-size: 12px;
  }
  .job_info .info_item {
    padding-left: 13px;
  }
  .job_info .info_head {
    padding: 10px 10px 10px 6px;
  }
  .job_info .info_head h6 {
    font-size: 16px !important;
  }
  .breadcrumb_content_header {
    padding: 2rem 0rem 2rem;
}
.info_item2 p {
    padding-left: 40px;
        &::before {
        left: 20px;
        top: 11px;
        }
}
.text_box_textarea {
    textarea {
        height: 150px !important;
    }
}
.job_info_item_box {
    height: auto;
}
.email_box{
  margin-top:0px !important;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
      .breadcrumb_content_header {
        padding: 2rem 0rem;
        h1 {
            font-size: 20px !important;
            letter-spacing: 2px;
        }
    }
    .job_info {
    margin-top: 20px;
}
.job_info .info_item {
    padding-left: 0px;
}
.info_item h6 a {
    font-size: 13px;
}
.info_item .img-fluid {
    padding-right: 10px;
}
.job_info .info_head {
    padding: 10px 10px 10px 0px;
}
}
@media (max-width: 575px) {
  .job_info {
    margin-top: 40px;
  }
}
.file_msg {
  font-size: 14px;
  position: absolute;
  left: 78px;
  top: 44px;
  color: #939393;
  width: -webkit-fill-available;
}
