html {
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #f2f8ff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f2f8ff;
}
.hidden {
  display: none;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


.loading {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    transition: opacity 0.3s;
}

.loading-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#000;
    opacity:0.5;
}
.loading-text {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

header{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  background-color: #151f48;

}
.logo a{
  width: 200px;
  height: 75px;
  display: block;
  color: #fff;
  line-height: 75px;
  text-decoration: none;
  margin-left: 15px;
    font-size: 25px;
    background-image: url('/img/WorkSisNet_Logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
header nav{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
header nav a{
  display: block;
  line-height: 75px;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 500;
}
header nav a:hover{
  color: #5e6a97;
}


.home-area-1-bg{
  background: linear-gradient(to right, #ffffff 40%, #b8c4f4 40%);
}
.home-area-1{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-1-1{
  width: 40%;
  padding-right: 10%;
}
.home-area-1-1-title{
  color: #151f47;
  font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.home-area-1-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}

.home-area-1-2{
  background-color: #b8c4f4;
  width: 60%;
  height: 800px;
  position: relative;
}
.home-area-1-2-image1 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: -10%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-1-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 45%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-1-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-area-2{
  text-align: center;
  color: #1e2b5c;
  margin: 40px 0;
    font-weight: bold;
}

.home-area-3{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: -80px;
}
.home-area-3-item{
  width: 20%;
  height: 270px;
  margin: 15px 0;
  background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px;
}
.home-area-3-item-image{
  background-image: url('/img/user-tie-solid-full.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(25%) sepia(9%) saturate(1908%) hue-rotate(168deg) brightness(99%) contrast(89%);

      margin-top: 50px;
    height: 60px;
}
.home-area-3-item-count{
    line-height: 89px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.home-area-3-item-title{
  background-color: #f2f8ff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.home-second-color{
  background-color: #151f47;
  padding-top: 250px;
      padding-bottom: 90px;
}

.home-jobs-menu{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.home-jobs-menu-item{
  line-height: 50px;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    cursor: pointer;
}
.home-jobs-menu-item:hover{
  background-color: #2e3c6e;
}
.home-jobs-menu-item-active{
  background-color: #1e2b5c;
}

.home-jobs-list{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}
.home-jobs-list-item{
  width: 30%;
  height: 430px;
  margin-top: 15px;
  transition: transform 0.5s ease;
}
.home-jobs-list-item:hover {
  transform: scale(0.95);
}
.home-jobs-list-item-img{
  cursor: pointer;
  width: 100%;
  height: 240px;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-jobs-list-item-img a{
  display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    background-color: #5478ff;
    color: #fff;
    text-decoration: none;
    margin: 20px 10px;
  transition: background-color 0.5s ease;
}
.home-jobs-list-item-img a:hover{
    background-color: #1b3aa9;
}

.home-jobs-list-item-title{
  display: inline-block;
    text-decoration: none;
  margin-top: 15px;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 27px;
  transition: color 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-jobs-list-item-title:hover{
    color: #839bff;
}
.home-jobs-list-item-desc{
  color: #d1d8f3;
    margin-left: 5px;
    margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-jobs-list-item-link{
  display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
    text-decoration: none;
    color: #839bff;
    font-weight: bold;
  transition: color 0.5s ease;
}
.home-jobs-list-item-link:hover{
    text-decoration: underline;
    color: #fff;
}

.home-jobs-list-more-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #839bff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #839bff;
    margin-top: 30px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}
.home-jobs-list-more-btn:hover{
    color: #000;
    border: 2px solid #fff;
    background-color: #fff;
}



.home-area-4{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-4-1{
  width: 50%;
  padding-right: 10%;
}
.home-area-4-1-title{
  color: #151f47;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
.home-area-4-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}
.home-area-4-1-desc2{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.home-area-4-1-desc2 span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  background-image: url('/img/tick.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  margin-right: 10px;
}

.home-area-4-2{
  width: 50%;
  height: 800px;
  position: relative;
}
.home-area-4-2-image1 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: -10%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-4-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 45%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-4-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}



.home-area-5{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-5-1{
  padding-right: 2%;
      width: 40%;
    margin-left: 8%;
}
.home-area-5-1-title{
  color: #151f47;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
.home-area-5-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}
.home-area-5-1-desc2{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.home-area-5-1-desc2 span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  background-image: url('/img/tick.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  margin-right: 10px;
}

.home-area-5-2{
  width: 50%;
  height: 800px;
  position: relative;
}
.home-area-5-2-image1 {
      position: absolute;
    width: 50%;
    height: 400px;
    top: 10px;
    left: 60%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-5-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 5%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-5-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.home-area-5-1-box{
  display: flex;
    height: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        font-size: 19px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 20px;
}
.home-area-5-1-box div:first-child{
  font-weight: bold;
    margin-left: 20px;
    font-size: 30px;
    margin-right: 20px;
}
.home-area-5-1-box div:last-child{
  font-weight: 500;
  color: #839bff;
}

.home-area-2color-1{
  background: linear-gradient(to right, #ffffff 50%, #f1f8ff 50%);
}
.home-area-2color-2{
  background: linear-gradient(to right, #f1f8ff 50%, #ffffff 50%);
}

.home-area-6{
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.home-area-6-1{
  width: 100%;
    max-width: 1200px;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 40px;
}
.home-area-6-2{
  display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.home-area-6-2-box{
  width: 380px;
  height: 320px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-area-6-2-box-title{
  display: flex;
    width: 100%;
    height: 100px;
    background-color: #839bff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.home-area-6-2-box-title-profile{
width: 57px;
    height: 57px;
    border-radius: 30px;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #fff;
}
.home-area-6-2-box-title-profile-1{
  background-image: url(/img/profile-man-1.jpg);
}
.home-area-6-2-box-title-profile-2{
  background-image: url(/img/profile-man-2.jpg);
}
.home-area-6-2-box-title-profile-3{
  background-image: url(/img/profile-woman-1.png);
}
.home-area-6-2-box-title-name{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.home-area-6-2-box-title-name div:first-child{
  color: #fff;
font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.home-area-6-2-box-title-name div:last-child{
  margin-top: 3px;
}
.home-area-6-2-box-title-name div:last-child span{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/img/star-solid-full.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(83%) sepia(61%) saturate(1684%) hue-rotate(335deg) brightness(107%) contrast(101%);
}
.home-area-6-2-box-desc1{
padding: 5px 40px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}
.home-area-6-2-box-desc2{
  color: #41475f;
      padding: 10px 40px;
}

.home-brand-area{
  display: flex;
    background-color: #839bff;
    height: 160px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.home-brand-area div{
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-brand-item-1{
  background-image: url('/img/brand-1.png');
}
.home-brand-item-2{
  background-image: url('/img/brand-2.png');
}
.home-brand-item-3{
  background-image: url('/img/brand-3.png');
}
.home-brand-item-4{
  background-image: url('/img/brand-4.png');
}
.home-brand-item-5{
  background-image: url('/img/brand-5.png');
}
.home-brand-item-6{
  background-image: url('/img/brand-6.png');
}

.footer-area{
  width: 100%;
  background-color: #151f48;
  border-top: 1px solid #1e2b5c;
}
.footer-inside{
  width: 100%;
  height: 70px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
        font-size: 15px;
}
.footer-inside-links a{
  display: inline-block;
  text-decoration: none;
    color: #fff;
    margin-left: 25px;
}
.footer-inside-links a:hover{
  text-decoration: underline;
  color: #5478ff;
  transition: color 0.5s ease;
}


.home-area-1-jobs-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #151f48;
    background-color: #151f48;
    margin-top: 50px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}
.home-area-1-jobs-btn:hover{
    color: #000;
    background-color: #fff;
}

.jobs-show-header{
  width: 100%;
  display: flex;
  background-color: #1e2b5c;
}
.jobs-show-header-1{
  width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.jobs-show-header-1-area{
  width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.jobs-show-header-1-title{
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
}
.jobs-show-header-1-qualifications{
  width: 100%;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.jobs-show-header-1-qualifications-item{
  width: 30%;
    padding-left: 3%;
    height: 100px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.jobs-show-header-1-qualifications-item span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-image: url(/img/tick.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    margin-right: 10px;
}
.jobs-show-header-2{
  width: 50%;
  height: 475px;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.jobs-area-1{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.jobs-area-1-1{
  width: 50%;
  min-height: 525px;
  background-image: url('/img/jobs-area-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-area-1-2{
  width: 50%;
}
.jobs-area-1-2-title{
font-weight: bold;
    font-size: 35px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.jobs-area-1-2-desc{
  margin-left: 60px;
    font-weight: 500;
}
.jobs-area-1-2-desc ul li{
  margin-top: 10px;
}
.jobs-area-1-2-btn{
    margin-left: 50px;
    margin-top: 30px;
  background-color: #151f47;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    cursor: pointer;
}
.jobs-area-1-2-btn:hover{
  background-color: #3898ec;
}
.jobs-show-success{
  display: none;
  color: #4CAF50;
  margin-left: 50px;
    margin-top: 10px;
    font-weight: bold;
}
.jobs-show-success a{
  color: #4CAF50;
}
.jobs-show-err{
  display: none;
  color: #af4c4c;
  margin-left: 50px;
    margin-top: 10px;
    font-weight: bold;
}



.jobs-area-2{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    border-top: 20px solid #fff;
    padding-bottom: 30px;
}
.jobs-area-2-1{
  width: 50%;
  min-height: 525px;
  background-image: url('/img/jobs-area-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-area-2-2{
  width: 50%;
}
.jobs-area-2-2-title{
font-weight: bold;
    font-size: 35px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.jobs-area-2-2-desc{
  margin-left: 60px;
    font-weight: 500;
}
.jobs-area-2-2-desc ul li{
  margin-top: 10px;
}
.jobs-area-2-2-btn{
    margin-left: 50px;
    margin-top: 30px;
  background-color: #151f47;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    cursor: pointer;
}
.jobs-area-2-2-btn:hover{
  background-color: #3898ec;
}


.jobs-area-more-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #839bff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #839bff;
    margin-top: 30px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.jobs-area-more-btn:hover{
    color: #fff;
    background-color: #151f47;
}

.privacy-area{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.jobs-list-area{
  color: #fff;
}
.jobs-list-area .home-area-1-1-title{
  padding-left: 15px;
  color: #fff;
}
.jobs-list-area .home-area-1-1-desc{
  padding-left: 15px;
  color: #fff;
}

.jobs-second-color{
  padding-top: 50px;
}

.account-login-area{
  width: 100%;
  min-height: calc(100vh - 306px);
  background: linear-gradient(to right, #ffffff 50%, #f1f8ff 50%);
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.account-form-area{
  width: 500px;
  padding: 30px;
  margin: 20px auto;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}
.account-form-register{
  display: none;
}
.account-form-update{
  display: block;
}
.account-form-title1{
  font-weight: bold;
  font-size: 23px;
}
.account-form-title2{
  font-size: 18px;
      margin-top: 15px;
}
.account-form-desc1{
  margin-top: 5px;
      color: #797f98;
}
.account-input-area label{
  font-size: 18px;
      margin-top: 15px;
}
.account-form-input input{
      width: 100%;
    border: 1px solid #adadad;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
}
.account-form-input textarea{
      width: 100%;
    border: 1px solid #adadad;
    min-height: 70px;
    padding: 0 10px;
    border-radius: 5px;
}
.account-form-radio{
  max-width: 411px;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}
.account-form-radio label{
      display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1px;
    font-size: 16px;
    margin-right: 15px;
    white-space: nowrap;
}
.account-form-radio label input{
  margin-right: 4px;
}
.account-form-helper{
      display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.account-form-helper a{
  color: #829cff;
    text-decoration: none;
    font-size: 15px;
}
.account-form-helper a:hover{
  color: #151f47;
    text-decoration: underline;
}
.account-form-button{
  text-align: center;
}
.account-form-button button{
  background-color: #151f49;
    color: #fff;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
}
.account-form-button button:hover{
  background-color: #2f3a65;
}
.account-form-delete-button button{
  background-color: #F44336;
    border: 0;
}
.account-form-delete-button button:hover{
  background-color: #f76358;
}

.account-form-error{
  display: none;
      color: #ec2e2e;
    margin-top: 15px;
    font-weight: bold;
}
.account-form-other-form{
  text-align: center;
  margin-top: 15px;
}

.account-index-area{
  width: 100%;
    min-height: calc(100vh - 306px);
    background: linear-gradient(to right, #ffffff 50%, #f1f8ff 50%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.account-top-menu{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.account-top-menu-item{
  line-height: 50px;
    color: #151f49;
    font-weight: bold;
    padding: 0 30px;
    cursor: pointer;
    background-color: #c6ceed;
}
.account-top-menu-item:hover{
  background-color: #2e3c6e;
  color: #fff;
}
.account-top-menu-item-active{
  background-color: #1e2b5c;
  color: #fff;
}

.account-job-applications-area{
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}
.account-job-applications-item{
  width: 250px;
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.5s ease;
}
.account-job-applications-item:hover {
  transform: scale(0.95);
}
.account-job-applications-img{
  display: block;
  width: 100%;
  height: 240px;
  padding-top: 20px;
  text-decoration: none;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.account-job-applications-state{
  width: fit-content;
    padding: 1px 10px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid #FF9800;
    text-align: center;
    background-color: #fff;
    color: #FF9800;
    font-size: 14px;
}
.account-job-applications-state-0{
    border: 1px solid #FF9800;
    color: #FF9800;
    box-shadow: #ff990086 0px 5px 15px;
}
.account-job-applications-state-1{
    border: 1px solid #4CAF50;
    color: #4CAF50;
    box-shadow: #4CAF5086 0px 5px 15px;
}
.account-job-applications-state-2{
    border: 1px solid #bbb312;
    color: #bbb312;
    box-shadow: #bbb31286 0px 5px 15px;
}
.account-job-applications-state-3{
    border: 1px solid #F44336;
    color: #F44336;
    box-shadow: #F4433686 0px 5px 15px;
}
.account-job-applications-state-4{
        border: 1px solid #0100ff;
    color: #0100ff;
    box-shadow: #0100ff86 0px 5px 15px;
    cursor: pointer;
}
.account-job-applications-state-4:hover{
    border: 1px solid #bf1212;
    box-shadow: #bf121286 0px 5px 15px;
}
.account-job-applications-state-4 span:first-child{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.account-job-applications-state-4 span span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('/img/pen-solid-full.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  filter: invert(9%) sepia(100%) saturate(5823%) hue-rotate(246deg) brightness(110%) contrast(142%);
}

.account-job-applications-type{
  width: 140px;
  line-height: 30px;
  margin: 15px auto;
  border: 1px solid #d1d8f3;
  text-align: center;
}
.account-job-applications-type-await{
      width: 200px;
    line-height: 30px;
    margin: 15px auto;
    border: 1px solid #d02525;
    text-align: center;
    background-color: #ffcdcd;
}
.account-job-applications-upload{
    width: 90%;
    line-height: 30px;
    margin: 15px auto;
    text-align: center;
    background-color: #359e26;
    cursor: pointer;
    border-radius: 5px;
    color: white;
  transition: background-color 0.3s ease;
}
.account-job-applications-upload:hover{
    background-color: #1f6816;
}
.account-job-applications-category{
  width: 100%;
  padding: 0 5px;
  line-height: 30px;
  margin: 15px auto;
  text-align: center;
}
.account-job-applications-title{
  width: 100%;
  padding: 0 10px;
  line-height: 24px;
  margin: 15px auto;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.account-job-applications-city{
  width: 100%;
  padding: 0 5px;
  line-height: 30px;
  margin: 15px auto;
  text-align: center;
  text-decoration: underline;
    font-weight: 500;
}
.account-job-applications-btn{
  text-align: center;
}
.account-job-applications-btn a{
  display: inline-block;
    background-color: #1e2b5c;
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s;
}
.account-job-applications-btn a:hover{
    background-color: #3898ec;
}


.account-job-applications-btn-3 a{
    background-color: #359e26;
        margin-top: 45px;
    padding: 0 15px;
}
.account-job-applications-btn-3 a:hover{
    background-color: #267a1b;
}

.account-information-area{
  display: none;
  width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}
.account-update-successful{
  display: none;
  text-align: center;
    color: #4CAF50;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.m-nav{
  display: none;
  margin: 5px;
  width: 65px;
        height: 65px;
        background-color: #839bff;
}
.m-nav span{
  display: inline-block;
  width: 65px;
        height: 65px;
        background-image: url('/img/bars-solid-full.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px;
        filter: invert(86%) sepia(99%) saturate(9%) hue-rotate(103deg) brightness(109%) contrast(100%);
}

.m-nav-popup{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-nav-popup-bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-nav-popup-items{
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    transition: height 0.3s;

}
.m-nav-popup-items a{
  display: inline-block;
  width: 100%;
  line-height: 60px;
    color: #000;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 500;
    border-bottom: 1px solid #cecece;
}



.jobs-payment-area{
  width: 100%;
    max-width: 350px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}



.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

.form-container input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 180px;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.account-job-applications-empty-area{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.account-job-applications-empty{
  text-align: center;
    margin-top: 70px;
    font-size: 20px;
    font-weight: 500;
    color: #ff4040;
}

.sms-verify-area{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sms-verify-bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}
.sms-verify-content{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
      flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.sms-verify-content-inside{
  background-color: #fff;
  width: 350px;
    padding: 20px;
}
.sms-verify-content-step1, .sms-verify-content-step2{
  display: none;
}
.sms-verify-content-title{
  font-weight: 500;
}
.sms-verify-content-number{
      text-align: center;
    font-size: 30px;
    margin-top: 10px;
}
.sms-verify-content-input{
  text-align: center;
}
.sms-verify-content-input input{
      width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 0;
    letter-spacing: 10px;
    margin-top: 10px;
}
.sms-verify-content-input input:focus {
  outline: none;
  border-color: inherit; /* veya sabit bir renk ver */
}
.sms-verify-content-btn{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}
.sms-verify-content-btn button{
      border: 0;
    height: 40px;
    padding: 0 40px;
    transition: opacity 0.3s;
}
.sms-verify-content-btn button:hover{
  opacity: 0.8;
}
.sms-verify-content-btn button:first-child{
      background-color: #F44336;
      color: #fff;
}
.sms-verify-content-btn button:last-child{
      background-color: #4CAF50;
      color: #fff;
}


.contact-page {
    color: #0f172a;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
        min-height: calc(100vh - 306px);
    }

    .contact-container {
      background: #ffffff;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      max-width: 480px;
      width: 100%;
    }

    .contact-title {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 8px;
      text-align: center;
    }

    .contact-subtitle {
      font-size: 15px;
      color: #475569;
      text-align: center;
      margin-bottom: 28px;
    }

    .contact-info {
      display: grid;
      gap: 18px;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      background: #f1f5f9;
      padding: 14px 16px;
      border-radius: 12px;
      border: 1px solid #e2e8f0;
    }

    .contact-item b {
      min-width: 80px;
      color: #0f172a;
    }

    .contact-item a {
      color: #2563eb;
      text-decoration: none;
    }

    .contact-item a:hover {
      text-decoration: underline;
    }
.payment_accept_terms{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.payment_accept_terms label{
  margin-left: 10px;
}
.jobs-area-information-area{
  width: 100%;
padding: 30px 10px;
}
.jobs-area-information{
  max-width: 1200px;
  margin: 0 auto;
}
.ck-editor__editable {
  max-width: 430px;
  max-height: 500px;
  margin: 0 auto;
}

.pricing-area{
  width: 100%;
  background: linear-gradient(to right, #1e2b5c 50%, #151f48 50%);
}
.pricing-area-inside{
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - 306px);
  margin: 0 auto;
}
.pricing-title{
  color: #fff;
  text-align: center;
  font-size: 30px;
      padding: 50px 0;
}
.pricing-box-area{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 100px;
}
.pricing-box{
  width: 320px;
  background-color: #fff;
}
.pricing-box-title{
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
      font-size: 32px;
    font-weight: 700;
}
.pricing-box-title-1{
  background-color: #bac6f6;
  color: #151f47;
}
.pricing-box-title-2{
  background-color: #839cff;
  color: #fff;
}
.pricing-box-title-3{
  background-color: #1e2b5c;
  color: #fff;
}
.pricing-box-price{
  width: 100%;
  text-align: center;
  color: #020224;
    font-size: 50px;
    font-weight: 700;
        margin-top: 30px;
}
.pricing-box-price span{
    color: #8f9fe0;
    font-size: 30px;
}
.pricing-box-price-title{
  width: 100%;
  text-align: center;
  color: #020224;
    font-size: 18px;
    font-weight: 500;
        margin-top: 10px;
}
.pricing-box-desc{
  text-align: center;
  color: #020224;
    font-size: 16px;
    font-weight: 500;
        margin: 30px 15px;
}
.pricing-box-btn{
      text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 50px auto;
    background-color: #151f47;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.5s;
}
.pricing-box-btn:hover{
    background-color: #839cff;
}

.job-payment-step-1{
  
}

.job-payment-step-2{
  display: none;
}

.job-verify-back-btn {
  background: none;
  border: none;
  color: #2c7b2d;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 0;
  transition: color 0.2s ease;
}
.job-verify-back-btn:hover {
  color: #256624;
  text-decoration: underline;
}
.job-verify-container {
    max-width: 500px;
    margin: 60px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
    color: #333;
  }

  .job-verify-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c7b2d;
    text-align: center;
    margin-bottom: 10px;
  }

  .job-verify-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
  }

  .job-verify-note {
    background: #fff8e1;
    color: #7a6000;
    padding: 12px 16px;
    border-left: 4px solid #fbc02d;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .job-verify-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #222;
  }

  .job-verify-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
  }

  .job-verify-input:focus {
    border-color: #2c7b2d;
  }

  .job-verify-btn {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background-color: #2c7b2d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .job-verify-btn:hover {
    background-color: #256624;
  }

  .job-verify-footer {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    color: #888;
  }

  .job-verify-summary {
  background: #f8f8f8;
  padding: 15px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

.job-verify-payment {
  margin-top: 25px;
}

.job-verify-payment-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c7b2d;
}

.job-verify-payment-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.job-verify-payment-placeholder {
  background: #fafafa;
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #777;
}





@media (max-width: 767px) {
  header nav{
    display: none;
  }
  .ck-editor__editable {
    max-width: 100%;
  }
  .m-nav{
    display: block;
  }
  .home-area-1 {
      flex-direction: column;
  }
  .home-area-1-1{
    width: 90%;
        margin-top: 70px;
  }
  .home-area-1-2 {
    width: 90%;
    height: 450px;
    position: relative;
}
.home-area-1-2-image1 {
            position: unset;
        width: 100%;
        height: 450px;
        background-position: center center;
        background-size: contain;
}
.home-area-1-2-image2{
  display: none;
}
.home-area-1-2-image3{
  display: none;
}
.home-area-2 {
  font-size: 17px;
}
.home-area-3 {
    width: 100%;
    flex-direction: column;
    margin-bottom: -190px;
}
.home-area-3-item {
    width: 90%;
}
.home-jobs-menu {
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
  font-size: 18px;
}
.home-jobs-list {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
    align-items: center;
}
.home-jobs-list-item {
    width: 90%;
    margin-bottom: 15px;
}

.home-area-4 {
    flex-direction: column;
}
.home-area-4-1 {
    width: 90%;
    padding-right: 0;
    margin-top: 20px;
}
.home-area-4-1-desc{
  margin-bottom: 50px;
}
.home-area-4-1-desc2 {
    font-size: 4.5vw;
    margin-top: 20px;
}
.home-area-4-2 {
    width: 90%;
    height: 480px;
}
.home-area-4-2-image1 {
    position: unset;
    width: 100%;
    height: 450px;
}
.home-area-4-2-image2 {
  display: none;
}
.home-area-4-2-image3 {
  display: none;
}

.home-area-5{
flex-direction: column;
}

.home-area-5-2 {
  display: none;
}
.home-area-5-1 {
    padding-right: 0;
    width: 90%;
    margin-left: 5%;
}
.home-area-5-1-box {
    width: 95%;
}
.home-area-6 {
    width: 90%;
    margin: 20px auto;
    height: fit-content;
}
.home-area-6-1 {
    margin-top: 20px;
}
.home-area-6-2 {
    flex-direction: column;
}
.home-area-6-2-box {
    width: 96%;
    margin-bottom: 30px;
}
.home-brand-area {
    height: fit-content;
    flex-direction: column;
    padding: 30px 0;
}
.footer-inside {
  height: 100px;
    flex-direction: column;
    justify-content: space-evenly;
}

.jobs-show-header {
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.jobs-show-header-1 {
    width: 90%;
    margin-top: 100px;
}
.jobs-show-header-2 {
    width: 90%;
    margin-top: 70px;
    display: none;
}
.jobs-show-header-1-qualifications {
    flex-direction: column;
    margin-bottom: 50px;
}
.jobs-show-header-1-qualifications-item {
    width: 90%;
    margin-bottom: 20px;
    padding-left: 3%;
    height: 70px;
}

.jobs-area-1 {
    flex-direction: column;
}

.jobs-area-1-1 {
    width: 80%;
    min-height: 250px;
    margin-top: 20px;
}
.jobs-area-1-2 {
    width: 90%;
}
.jobs-area-2 {
    flex-direction: column;
}
.jobs-area-2-1 {
    width: 80%;
    min-height: 250px;
    margin-top: 20px;
}
.jobs-area-2-2 {
    width: 90%;
}
.jobs-area-more-btn {
    margin-top: 80px;
    margin-bottom: 50px;
}
.account-top-menu {
    flex-direction: column;
}
.account-top-menu-item {
    width: 250px;
    margin-top: 5px;
}
.account-job-applications-item {
    width: 90%;
}
.account-form-area {
    width: 94%;
    padding: 30px 15px;
}
.sms-verify-content-inside{
  max-width: 90vw;
    padding: 20px;
}




.pricing-area-inside{
  width: 90vw;
  min-height: calc(100vh - 306px);
}
.pricing-box-area{
  flex-direction: column;
    align-items: center;
}
.pricing-box{
  width: 100%;
  margin-bottom: 20px;
}
}