html {
    overflow-x: hidden;
  }
  html body {
    font-family: "Poppins" !important;
    width: 100%;
    overflow-x: hidden;
    color: #363848 !important;
  }
  
  img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    user-select: none;
  }
  
  a {
    color: #f32933;
    text-decoration: none;
    transition: 0.2s;
  }
  a:hover {
    color: inherit;
  }
  
  @media (min-width: 1320px) {
    .container {
      max-width: 1170px !important;
    }
  }
  
  .scv-text-black {
      color: #363848 !important;
  }
  /* ------ */
  /* Loader */
  /* ------ */
  
    
  /* --------- */
  /* Page Head */
  /* --------- */
  .cv-page-head {
    text-align: center;
    color: #fff;
    background-color: #787ff6;
    padding: 140px 0 230px 0;
    position: relative;
    
    background-size: cover;
    background-position: center;
  }
  .cv-page-head .container {
    position: relative;
    z-index: 2;
  }
  .cv-page-head .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cv-page-head::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
   
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .job-cv-page-head {
      background-image: url('/assets/img/ilan-bg.jpg');
  }
  
  .swiper-wrapper {
      transform: translate3d(0px, 0px, 0px);
      transition-duration: 0ms;
  }
  
  .cv-breadcrumb .breadcrumb-item {
    color: #fff;
    font-weight: 300;
  }
  .cv-breadcrumb .breadcrumb-item::before {
    color: #fff;
  }
  .cv-breadcrumb .breadcrumb-item a {
    color: #fff;
  }
  
  .cv-page-content-margin {
    margin-top: -160px;
    margin-bottom: 60px;
    position: relative;
  }
  
  .cv-card {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(62, 53, 120, 0.1);
    padding: 20px;
    border-radius: 20px;
  }
  
  /* ------------- */
  /* Page All Jobs */
  /* ------------- */
  .cv-filter {
    padding-bottom: 25px;
  }
  .cv-filter .search {
    margin-bottom: 20px;
    position: relative;
  }
  .cv-filter .search .form-control {
    padding-right: 80px;
    border-radius: 50px;
    padding-left: 30px;
  }
  .cv-filter .search .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .pe-20 {
      padding-right: 20px!important;
  }
  
  @media (min-width: 768px) {
      .cv-filter {
          display: block !important;
      }
  }
  @media (max-width: 768px) {
      .cv-filter-card .cv-filter-card-head .head-title {
          font-size: 14px !important;
      }
      .btn-save-filter {
          font-size: 14px !important;
      }
  }
  
  @media (max-width: 470px) {
      .cv-filter .search .form-control {
          padding-right: 80px;
          border-radius: 50px;
          padding-left: 30px;
          text-overflow: ellipsis;
      }
  
      .cv-filter .search .btn {
          position: absolute;
          top: 4px;
          right: 6px;
      }
  }
  
  .btn-sorting {
    padding-left: 25px !important;
  }
  .btn-sorting.dropdown-toggle::after {
    margin-left: 15px !important;
  }
  
  .cv-all-jobs-card {
    padding: 40px 40px 60px 40px;
  }
  
  .cv-filter-card {
    border: 1px solid #f0f0f0;
    padding: 0 5px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .cv-filter-card .cv-filter-card-head {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 30px;
    text-align: left;
    position: relative;
  }
  .cv-filter-card .cv-filter-card-head .head-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    transition: 0.2s;
  }
  .cv-filter-card .cv-filter-card-head .icon::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f078";
    display: block;
    color: #f32a34;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 14px;
    transition: 0.2s;
  }
  .cv-filter-card .cv-filter-card-head[aria-expanded=false] {
    border-bottom: 0;
  }
  .cv-filter-card .cv-filter-card-head[aria-expanded=false] .head-title {
    color: #989898;
  }
  .cv-filter-card .cv-filter-card-head[aria-expanded=false] .icon::before {
    transform: rotate(90deg);
  }
  .cv-filter-card .cv-filter-card-head:hover .head-title {
    color: #000;
  }
  .cv-filter-card .cv-filter-card-body .padding {
    padding: 20px 30px;
      max-height: 250px!important;
  }
  .cv-filter-card .form-check {
    margin-bottom: 0;
  }
  .cv-filter-card .form-check .form-check-label {
    color: #aeaeae;
    font-weight: 300;
    font-size: 14px;
  }
  
  .cv-mobile-bar {
    background-color: #f32933;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #fff;
    padding: 0 15px;
    border-bottom: 1px solid #fff;
  }
  .cv-mobile-bar .page-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .cv-mobile-bar .link {
    color: #fff !important;
    font-size: 25px;
  }
  
  .cv-mobile-filters {
    background-color: #f32933;
    padding: 12px 15px;
  }
  
  .cv-mobile-filter-badge {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 12px;
    color: #f32933;
    font-weight: 500;
  }
  .cv-mobile-filter-badge span {
    margin-right: 5px;
  }
  .cv-mobile-filter-badge a {
    background-color: #f32933;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
  }
  
  .cv-mobile-aj-head {
    margin-bottom: 20px;
  }
  .cv-mobile-aj-head .title {
    font-size: 17px;
    margin-bottom: 0;
  }
  
  .cv-job-box {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 12px rgba(62, 53, 120, 0.07);
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    transition: 0.2s;
    margin-bottom: 25px;
  }
  
  @media (max-width: 470px) {
      .cv-job-box-xs {
          display: block !important;
      }
      .cv-job-box-xs .btn{
          width: 100% !important;
      }
  }
  
  .cv-job-box:hover {
    box-shadow: 5px 0 35px rgba(62, 53, 120, 0.18);
  }
  .cv-job-box:hover .btn-red {
    box-shadow: 19px 0 29px rgba(62, 53, 120, 0.14) !important;
  }
  .cv-job-box .img {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eaeaea;
    padding: 3px;
    border-radius: 12px;
    margin-right: 15px;
  }
  .cv-job-box .img img {
    border-radius: 12px;
  }
  .cv-job-box .btn-red {
    padding: 0 30px !important;
    margin-top: 15px;
  }
  .cv-job-box .btn-success {
      padding: 0 30px !important;
      margin-top: 15px;
  }
  .cv-job-box .content {
    display: flex;
  }
  .cv-job-box .content .title {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  @media (max-width: 768px) {
      .cv-job-box .content .title {
          font-size:14px !important;
      }
  }
  .cv-job-box .content .company {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .cv-job-box .content .city {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 500;
  }
  .cv-job-box .content .city small {
    display: block;
  }
  .cv-job-box .content .city i {
    color: #ec282f;
    font-size: 16px;
    margin-right: 4px;
  }
  
  .cv-pagination .link {
    margin: 0 4px;
  }
  .cv-pagination .link .page-link {
    color: #f32933;
    font-weight: 500;
  }
  .cv-pagination .link .page-link:hover {
    color: #fff;
  }
  .cv-pagination .link .page-link i {
    margin: 0 7px;
    font-size: 14px;
  }
  .cv-pagination .page-item {
    background-color: #f8a8ac;
  }
  .cv-pagination .lnk:nth-child(2) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .cv-pagination .lnk:nth-last-child(2) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .cv-pagination .active .page-link {
    background-color: #f32933;
  }
  .cv-pagination .page-link {
    border-radius: 30px;
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
  }
  .cv-pagination .page-link:hover {
    background-color: #f32933;
  }
  
  /* ---- */
  /* Auth */
  /* ---- */
  .cv-auth {
    padding: 40px;
  }
  .cv-auth label {
    margin-bottom: 10px;
  }
  .cv-auth .form-control {
    padding: 0 20px;
    border: 1px solid #d1d1d1;
  }
  .cv-auth .form-check-label {
    color: #6c757d;
    font-weight: 300;
  }
  .cv-auth .btn.submit {
    font-weight: 500;
    font-size: 17px;
  }
  .cv-auth .or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  .cv-auth .or::before {
    content: "";
    display: block;
    background-color: #f1f1f1;
    width: 100%;
    height: 1px;
  }
  .cv-auth .or::after {
    content: "";
    display: block;
    background-color: #f1f1f1;
    width: 100%;
    height: 1px;
  }
  .cv-auth .or span {
    text-align: center;
    display: block;
    padding: 0 10px;
    color: #707070;
    font-weight: 300;
  }
  .cv-auth .social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .cv-auth .social-buttons .fb {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .cv-auth .social-buttons .fb:hover {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .cv-auth .social-buttons .tw {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }
  .cv-auth .social-buttons .tw:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }
  .cv-auth .social-buttons .go {
    background-color: #DB4437;
    border-color: #DB4437;
  }
  .cv-auth .social-buttons .go:hover {
    background-color: #DB4437;
    border-color: #DB4437;
  }
  .cv-auth .social-buttons .btn {
    transition: 0.2s;
  }
  .cv-auth .social-buttons .btn:hover {
    opacity: 0.8;
  }
  .cv-auth .social-buttons .btn i {
    margin-right: 10px;
  }
  
  .register-if {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: 0.3px;
  }
  .register-if a {
    color: #fff;
    text-decoration: underline;
  }
  
  /* ---------- */
  /* Job Detail */
  /* ---------- */
  .cv-page-job .img-place {
    margin-bottom: 25px;
  }
  .cv-page-job .img-place img {
    width: 100%;
    height: 365px;
    border-radius: 15px;
    object-fit: cover;
  }
  .cv-page-job .content-job {
    padding: 40px 20px;
    margin-bottom: 25px;
  }
  .cv-page-job .content-job p {
    font-size: 15px;
    color: #6c757d;
    font-weight: 300;
  }
  .cv-page-job .content-job ul li {
    font-size: 15px;
    color: #6c757d;
    font-weight: 300;
  }
  .cv-page-job .cj-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #000;
  }
  .cv-page-job .cj-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 3px;
    height: 100%;
    background-color: #f32933;
  }
  .cv-page-job .cv-job-box .content {
    align-items: center;
  }
  .cv-page-job .cv-job-box .content .title {
    font-size: 15px;
  }
  .cv-page-job .cv-job-box .content .company {
    font-size: 14px;
  }
  .cv-page-job .content-job-table {
    margin-bottom: 25px;
  }
  .cv-page-job .content-job-table .item {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
  }
  .cv-page-job .content-job-table .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cv-page-job .content-job-table span {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .cv-page-job .content-job-table .desc {
    font-weight: 400;
  }
  .cv-page-job .buttons .link-follow {
    white-space: nowrap;
    color: #007bff;
  }
  .cv-page-job .buttons .link-follow i {
    font-size: 18px;
  }
  .cv-page-job .buttons .btn {
    font-weight: 500;
  }
  .cv-page-job .buttons .btn-red {
    padding: 0 40px !important;
  }
  
  .cv-job-suggestions .cv-card-head {
    background-color: #f7f7f7;
    padding: 6px 10px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .cv-job-suggestions .cv-card-head h3 {
    font-size: 15px;
  }
  .cv-job-suggestions a:last-child .cv-job-box-mini {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .cv-job-box-mini {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
  }
  .cv-job-box-mini .job-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #363848;
    transition: 0.2s;
  }
  .cv-job-box-mini .brand {
    display: flex;
    align-items: center;
  }
  .cv-job-box-mini .brand .img {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  .cv-job-box-mini .brand span {
    color: #6c757d;
    font-weight: 300;
    font-size: 14px;
  }
  .cv-job-box-mini:hover .job-name {
    color: #f32933;
  }
  
  .share-box small {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .share-box ul li {
    margin: 0 6px;
  }
  .share-box ul a {
    color: #6c757d;
    font-size: 15px;
  }
  
  /* --------- */
  /* CV Create */
  /* --------- */
  .cv-create {
    padding: 0;
    border-radius: 5px;
  }
  
  .cv-create-nav {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
  }
  .cv-create-nav .nav-item:last-child .nav-link {
    border-right: 0 !important;
  }
  .cv-create-nav .nav-link {
    display: block;
    width: 100%;
    color: #363848;
    padding: 15px 4px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
  }
  .cv-create-nav .nav-link::after {
    content: "";
    display: block;
    opacity: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.1s;
  }
  .cv-create-nav .nav-link .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .cv-create-nav .nav-link i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
  }
  .cv-create-nav .nav-link.active {
    background-color: transparent;
    color: #363848;
    border-bottom-color: #ccc;
  }
  .cv-create-nav .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
  }
  .cv-create-nav .nav-link:hover::after {
    opacity: 1;
  }
  
  .cv-viewer {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cv-viewer .text {
    font-size: 15px;
    color: #6c757d;
  }
  .cv-viewer .text i {
    font-size: 20px;
    position: relative;
    top: 2px;
  }
  .cv-viewer .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .cv-viewer .form-select {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 30px 0 20px;
    border-radius: 6px;
  }
  .cv-viewer .btn {
    height: 40px;
    margin-right: 5px;
    border-radius: 6px;
  }
  .cv-viewer .btn i {
    margin-right: 5px;
  }
  
  .cv-create-tab {
    padding: 20px;
  }
  .cv-create-tab .add-experience {
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
  }
  .cv-create-tab .table td {
    vertical-align: middle;
    font-size: 14px;
  }
  .cv-create-tab .table td strong {
    font-weight: 600;
  }
  
  .cv-create-blank {
    background-color: #f8f8f8;
    border: 2px solid #e5e5e5;
    margin-bottom: 20px;
  }
  
  .cv-create-box {
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 10px;
    position: relative;
  }
  .cv-create-box .buttons {
    text-align: right;
  }
  .cv-create-box .buttons .btn {
    height: 30px;
    margin-bottom: 4px;
  }
  .cv-create-box .buttons .btn i {
    margin-right: 5px;
    font-size: 12px;
  }
  .cv-create-box .title {
    font-size: 18px;
    color: #f32933;
  }
  .cv-create-box .text {
    display: block;
    font-size: 15px;
    font-weight: 300;
  }
  .cv-create-box .top {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .cv-create-box .desc {
    margin-top: 10px;
    margin-bottom: 0;
    color: #6c757d;
  }
  
  .cv-select-cv {
      margin-bottom: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
  }
  .cv-select-cv .cv-preview-horizontal {
      margin-bottom: 0;
  }
  .disabled-cv {
      opacity: 0.6;
      pointer-events:none;
  }
  
  .cv-preview-horizontal {
      box-shadow: 0 0 12px rgba(62, 53, 120, 0.1);
      border-radius: 8px;
      margin-bottom: 15px;
      background-color: #fff;
  }
  .cv-preview-horizontal.selected {
      background-color: rgba(45, 255, 64, 0.2784313725);
  }
  .cv-preview-horizontal .content {
      padding: 25px;
      display: grid;
      grid-template-columns: 4fr 1fr;
      grid-gap: 15px;
  }
  @media (max-width: 768px) {
      .mobile-country-code {
          margin-bottom: 10px;
      }
  
      .cv-preview-horizontal .content {
          grid-template-columns: 1fr;
          padding: 15px;
      }
  }
  .cv-preview-horizontal .content .left {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .cv-preview-horizontal .content .name {
      font-size: 20px;
  }
  .cv-preview-horizontal .content .name span {
      font-weight: 400;
      font-size: 14px;
  }
  .cv-preview-horizontal .content .text, .cv-preview-horizontal .content .time {
      font-size: 14px;
      margin-bottom: 0;
  }
  .cv-preview-horizontal .btn-list {
      margin-top: 10px;
  }
  .cv-preview-horizontal .btn-list .btn {
      height: 40px;
      margin: 0;
  }
  .cv-preview-horizontal .btn-list .btn:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  .cv-preview-horizontal .btn-list .btn:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -5px;
  }
  .cv-preview-horizontal .full {
      height: 100px;
      width: 100px;
      border: 2px solid #f32933;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: 500;
      color: #f32933;
  }
  @media (max-width: 768px) {
      .cv-preview-horizontal .full {
          height: 70px;
          width: 70px;
          font-size: 20px;
      }
  }
  .cv-preview-horizontal .btns .btn {
      width: 100% !important;
      display: flex;
      height: 40px;
      font-size: 13px;
      margin: 3px 0;
  }
  @media (max-width: 768px) {
      .cv-preview-horizontal .btns .btn {
          height: 36px;
      }
  }
  .cv-preview-horizontal .btns .btn i {
      margin-right: 5px;
  }
  .cv-preview-horizontal .btns .dropdown-item {
      font-size: 13px;
      padding: 5px 10px;
  }
  .cv-preview-horizontal.mini {
      cursor: pointer;
  }
  .cv-preview-horizontal.mini .content {
      min-height: 145px;
      padding: 10px;
      grid-template-columns: 1fr;
  }
  .cv-preview-horizontal.mini .content .name {
      font-size: 14px;
      font-weight: 600;
  }
  .cv-preview-horizontal.mini .content .name span {
      font-size: 13px;
  }
  .cv-preview-horizontal.mini .content .text, .cv-preview-horizontal.mini .content .time {
      font-size: 11px;
  }
  .cv-preview-horizontal.mini .full {
      height: 50px;
      width: 50px;
      font-size: 16px;
  }
  @media (max-width: 768px) {
      .cv-preview-horizontal.mini .full {
          height: 45px;
          width: 45px;
          font-size: 15px;
      }
  }
  .cv-preview-horizontal.mini .bar {
      height: 10px;
  }
  .cv-preview-bar .bar {
      height: 15px;
      background-color: #f5f5f5;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      overflow: hidden;
  }
  .cv-preview-bar .bar::before {
      content: "";
      display: flex;
      justify-content: end;
      width: calc(var(--percent) * 1%);
      height: 100%;
      background: #2486ff;
      white-space: nowrap;
      background-image: linear-gradient(green, green), linear-gradient(green, green), linear-gradient(#ffc107, #ffc107), linear-gradient(red, red);
      background-size: calc((var(--percent) - 100) * 100%) 100%, calc((var(--percent) - 79) * 100%) 100%, calc((var(--percent) - 59) * 100%) 100%, calc((var(--percent) - 0) * 100%) 100%, 100% 100%;
  }
  
  .sponsored-job {
    background-color: #fff;
    border: 1px solid #bcb9b9;
    padding: 15px 80px 15px 20px;
    border-radius: 7px;
    position: relative;
    margin-bottom: 15px;
  }
  .sponsored-job .btn {
    height: 50px;
    border-radius: 50px !important;
  }
  
  .cv-form-box {
    background-color: #fff;
    border: 1px solid #bcb9b9;
    padding: 15px 80px 15px 20px;
    border-radius: 7px;
    position: relative;
    margin-bottom: 15px;
  }
  .cv-form-box .btn {
    height: 45px;
    border-radius: 6px !important;
  }
  .cv-form-box .form-control {
    border-radius: 6px !important;
    height: 45px;
    padding: 10px 18px;
    font-size: 14px;
    border: 1px solid #f3f3f4;
    background-color: #f3f3f4;
  }
  .cv-form-box textarea.form-control {
    height: auto !important;
  }
  .cv-form-box .form-select {
    border-radius: 6px !important;
    height: 45px;
    padding: 10px 18px;
    font-size: 14px;
    border: 1px solid #f3f3f4;
    background-color: #f3f3f4;
  }
  .cv-form-box label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .cv-form-box .text-required {
    font-size: 12px;
  }
  .cv-form-box .btn-radio {
    border-radius: 0;
    height: 45px;
  }
  .cv-form-box .btn-radio .form-check-label {
    position: relative;
    top: 3px;
  }
  .cv-form-box .icon-form {
    font-size: 40px;
    color: #868e95;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .cv-form-box .icon-form.center {
    top: 50%;
    transform: translateY(-50%);
  }
  .cv-form-box.unstyled {
    border: 0;
    padding: 0 60px 0 0;
  }
  .cv-form-box.unstyled .icon-form {
    font-size: 34px;
    top: 32px;
    right: 0;
  }
  
  .form-switch .form-check-input {
    height: 23px;
    width: 40px;
    margin-right: 8px;
  }
  
  .modal .btn-danger.close {
    position: absolute;
    top: -24px;
    right: 10px;
  }
  
  .btn-radio {
    margin-bottom: 0 !important;
    background-color: #f3f3f4;
    color: #9e9ea6;
    border-radius: 6px !important;
  }
  
  .btn-check:checked + .btn {
    background-color: #f32933 !important;
    color: #fff !important;
    border-color: #f32933;
  }
  
  .select2-container {
      width: 100% !important;
      border-radius: 6px !important;
  }
  
  .select2-container-overflow-auto {
      display: block;
      width: 100% !important;
      height: auto !important;
  }
  
  .select2-container .select2-selection--multiple {
    background-color: #f3f3f4 !important;
  }
  .select2-container .select2-selection--single {
    background-color: #f3f3f4 !important;
  }
  .select2-container .select2-results__options {
    padding: 8px;
  }
  .select2-container .select2-results__options .select2-results__option {
    margin: 2px 0;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .select2-container .select2-dropdown {
    border: 1px solid #e2e2e2 !important;
  }
  .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f32933 !important;
  }
  .select2-container .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f3f3f4 !important;
  }
  .select2-container .select2-selection {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #f3f3f4;
  }
  .select2-container.select2-container--focus .select2-selection--multiple {
    border: 1px solid #f32933 !important;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    position: relative;
    top: 4px;
    display: contents !important;
    padding-left: 0 !important;
  }
  .select2-container .select2-selection--multiple .select2-search--inline {
    position: relative;
    top: 8px;
    font-size:87% !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
      top: 4px !important;
  }
  .select2-container .select2-selection--multiple .select2-search__field {
    height: 26px;
  }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
      padding-right: initial !important;
  }
  .select2-container .select2-selection__rendered {
    width: 85%;
      padding-top: 7px;
    font-size: 14px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-overflow: ellipsis;
  }
  .select2-container .select2-selection__arrow::before {
    content: "\f078";
    font-size: 12px;
    font-family: "Font Awesome 6 Pro";
    top: 10px;
    position: relative;
    right: 6px;
      width: 5%;
  }
  .select2-container .select2-selection__arrow b {
    display: none;
  }
  
  .select2-container .select2-selection__clear {
      position: absolute;
      margin-top: 9px;
      right: 10px;
      width: 10%;
      z-index: 1 !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: auto !important;
      margin-top: -36px !important;
  }
  /* ------- */
  /* Vitrin */
  /* ------- */
  .cv-vitrin-search {
    padding: 150px 0 50px 0;
  }
  .cv-vitrin-search .title {
    font-size: 50px;
    font-weight: 700;
    height: auto !important;
  }
  
  .cv-vitrin-page .col-lg-20 {
    width: 16.6666666667%;
  }
  
  .slider-vitrin-page {
    overflow: visible;
  }
  .slider-vitrin-page .swiper-slide {
    opacity: 0;
    transition: opacity 100ms;
  }
  
  .slider-vitrin-page .swiper-slide.swiper-slide-visible {
    opacity: 1;
  }
  .slider-vitrin-page .swiper-pagination {
    bottom: -20px;
  }
  .slider-vitrin-page .swiper-pagination span {
    width: 30px;
    height: 5px;
    border-radius: 2px;
  }
  .slider-vitrin-page .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #f32933;
  }
  
  .cv-vitrin-quick {
    background-color: #fff !important;
    border-radius: 10px;
    box-shadow: 2px 0 28px rgba(62, 53, 120, 0.1);
    margin: 50px 0 30px 0;
  }
  .cv-vitrin-quick .nav {
    border-bottom: 1px solid #ccc;
  }
  .cv-vitrin-quick .nav .nav-item:first-child .nav-link {
    border-top-left-radius: 10px;
    border-right: 1px solid #ccc;
  }
  .cv-vitrin-quick .nav .nav-item:last-child .nav-link {
    border-top-right-radius: 10px;
    border-left: 1px solid #ccc;
  }
  .cv-vitrin-quick .nav .nav-link {
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    color: #363848;
    font-weight: 500;
  }
  .cv-vitrin-quick .nav .nav-link.active {
    background-color: #f32933;
    color: #fff;
  }
  .cv-vitrin-quick .grid-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 2fr;
    grid-gap: 20px;
  }
  .cv-vitrin-quick .quicksearch-box {
    padding: 15px;
  }
  .cv-vitrin-quick .quicksearch-box ul li a {
    color: rgba(54, 56, 72, 0.7);
    font-size: 14px;
    transition: 0.2s;
  }
  .cv-vitrin-quick .quicksearch-box ul li a:hover {
    color: #363848;
  }
  .cv-vitrin-quick .quicksearch-box .title-field {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .cv-jobs-newsletter {
    background-color: rgba(255, 216, 0, 0.22);
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .cv-jobs-newsletter .icon {
    font-size: 50px;
    margin-right: 20px;
  }
  .cv-jobs-newsletter .content {
    padding-top: 10px;
  }
  .cv-jobs-newsletter .content p {
    font-size: 14px;
  }
  .cv-jobs-newsletter .content .form-control {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 14px;
    padding: 10px;
  }
  .cv-jobs-newsletter .content .form-select {
    min-height: 40px !important;
    height: 40px !important;
    font-size: 14px;
    padding: 10px;
  }
  .cv-jobs-newsletter .content .btn {
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
  }
  
  /* ----- */
  /* About */
  /* ----- */
  #leftMenuToggle {
    display: none;
  }
  
  .cv-press-title {
    font-size: 24px;
  }
  
  .cv-press-list a:last-child .cv-press-box {
    border-bottom: 0;
  }
  
  .cv-press-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #ececec;
    color: #363848;
    transition: 0.2s;
  }
  
  .cv-press-box .left {
      max-width: 730px;
  }
  
  @media (max-width: 470px) {
      .cv-press-box {
          display: block !important;
      }
  }
  
  .cv-press-box:hover {
    background-color: #f3f3f3;
  }
  .cv-press-box .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .cv-press-box .text {
    font-size: 13px;
    display: block;
  }
  
  .cv-pagination-mini .page-item:first-child {
    border-radius: 30px 0 0 30px;
  }
  .cv-pagination-mini .page-item:last-child {
    border-radius: 0 30px 30px 0;
  }
  .cv-pagination-mini .page-link {
    height: 35px;
    padding: 0 10px !important;
    border-radius: 30px !important;
  }
  
  .cv-card-viral .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #f32933;
    font-weight: 600;
    text-align: center;
  }
  
  .video-100 {
    position: relative;
    padding-bottom: 56.25%;
  }
  .video-100 iframe {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
  }
  
  .cv-adsget-nav {
    box-shadow: 0 0 12px rgba(62, 53, 120, 0.1);
  }
  .cv-adsget-nav .nav .nav-link.active {
    background-color: #c61f28;
  }
  
  .cv-accordion .accordion-item {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .cv-accordion .accordion-item:last-of-type {
    border-bottom: 0;
    border-radius: 0 !important;
  }
  .cv-accordion .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 14px;
  }
  .cv-accordion .accordion-item .accordion-body p {
    font-size: 14px;
    font-weight: 300;
  }
  
  .cv-city-contact-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
  }
  .cv-city-contact-box span {
    display: block;
    font-size: 13px;
    margin-left: 95px;
  }
  
  .cv-contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .cv-contact-buttons a {
    background-color: #f4f4f4;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
  }
  .cv-contact-buttons a:hover {
    background-color: #f32933;
    color: #fff;
  }
  .cv-contact-buttons a i {
    background-color: #f32933;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
  }
  
  .cv-text-area .table p {
    margin-bottom: 8px;
  }
  .cv-text-area .table td {
    vertical-align: middle;
  }
  .cv-text-area .table th {
    width: 50%;
    vertical-align: middle;
  }
  .cv-gorus-bildirin {
      position: fixed;
      right: -65px;
      border-radius: 8px;
      bottom: 20%;
      transform: rotate(270deg);
      z-index: 100;
  }
  .cv-gorus-bildirin a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 155px;
    height: 25px;
    color: #fff;
    background-color: #f32933;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .cv-gorus-bildirin a:hover {
    background-color: #363848;
  }
  .save-search-fab {
      position: fixed;
      left: 30%;
      border-radius: 8px;
      bottom: 9%;
      z-index: 100;
  }
  
  /* --- */
  /* 404 */
  /* --- */
  .cv-404 {
    padding: 150px 0 100px 0;
  }
  .cv-404 .content-head {
    text-align: center;
    margin-bottom: 80px;
  }
  .cv-404 .content-head .img {
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
  .cv-404 .title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
  }
  .cv-404 p {
    font-size: 16px;
    color: #000;
  }
  
  /* ------- */
  /* Profile */
  /* ------- */
  .cv-page-profile .cv-card {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .cv-page-profile .cv-card .cv-company-box-1 {
    margin-bottom: 10px;
  }
  .cv-page-profile .social-buttons .fb {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .cv-page-profile .social-buttons .fb:hover {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  .cv-page-profile .social-buttons .tw {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }
  .cv-page-profile .social-buttons .tw:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }
  .cv-page-profile .social-buttons .go {
    background-color: #DB4437;
    border-color: #DB4437;
  }
  .cv-page-profile .social-buttons .go:hover {
    background-color: #DB4437;
    border-color: #DB4437;
  }
  .cv-page-profile .social-buttons .btn {
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
    border-radius: 4px !important;
    margin: 3px 0;
  }
  .cv-page-profile .social-buttons .btn:hover {
    opacity: 0.8;
  }
  .cv-page-profile .social-buttons .btn i {
    margin-right: 10px;
  }
  
  .cv-profile-menu .info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .cv-profile-menu .info .img {
    overflow: hidden;
    height: 64px;
    width: 64px;
    position: relative;
    border-radius: 100%;
    margin-right: 10px;
  }
  .cv-profile-menu .info .img .img-profile {
    height: 64px;
    width: 64px;
    border-radius: 100%;
    object-fit: cover;
  }
  .cv-profile-menu .info .img .change {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .cv-profile-menu .info .img .change:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .cv-profile-menu .info .name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .update-all-cvs {
      text-align: center;
      font-size: 14px;
      margin-top: -11px;
      cursor: pointer;
  }
  @media (max-width: 768px) {
      .cv-profile-menu .list {
          display: none;
      }
  }
  .cv-profile-menu .info .name span {
    font-weight: 500;
  }
  .cv-profile-menu .list .link {
    background-color: rgba(249, 249, 249, 0.8);
    color: #363848 !important;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px;
    margin: 5px 0;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    position: relative;
  }
  .cv-profile-menu .list .link:hover {
    background-color: #f1f1f1;
  }
  .cv-profile-menu .list .link.active {
    background-color: #f32933;
    color: #fff !important;
  }
  .cv-profile-menu .list .link i {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .cv-profile-menu .list .accordion-body {
    padding: 5px 8px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
  }
  
  .cv-profile-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .cv-profile-title i {
    color: #f32933;
    font-size: 24px;
    margin-right: 5px;
  }
  
  .cv-card-message {
    position: relative;
  }
  .cv-card-message .button-close {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 24px;
    border-radius: 4px;
    color: #fff;
    background-color: #343434;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv-card-message .button-close:hover {
    background-color: #cc0f0f;
  }
  .cv-card-message .user {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cv-card-message .user .img {
    height: 70px;
    max-width: 170px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  .cv-card-message .content p {
    font-size: 15px;
    font-family: "Open Sans";
  }
  .cv-card-message.reverse .user {
    flex-direction: row-reverse;
    text-align: right;
  }
  .cv-card-message.reverse .user .img {
    margin-right: 0;
    margin-left: 15px;
  }
  .cv-card-message.reverse .content {
    text-align: right;
  }
  
  .table-profile thead th {
    font-size: 14px;
    font-weight: 500;
    background-color: #ededed;
    color: #606060;
    text-transform: uppercase;
  }
  .table-profile td {
    vertical-align: middle;
    font-size: 14px;
  }
  .table-profile .form-switch {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-profile .form-switch .form-check-input {
    margin: auto;
  }
  .table-profile .check-td {
    width: 0;
  }
  .table-profile .table-profile-edit {
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
  }
  .table-profile .table-profile-edit td {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0 !important;
  }
  .table-profile strong {
    font-weight: 500;
  }
  .cv-application-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    position: relative;
  }
  .cv-application-box .overlay {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    width: calc(100% - 30px);
    border-radius: 5px;
    height: calc(100% - 10px);
    z-index: 6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: 0.1s;
  }
  @media (max-width: 470px) {
      .cv-application-box .overlay {
          padding: 0 !important;
          pointer-events: none !important;
      }
      .cv-application-box .overlay .right {
          text-align: center;
          margin-top: -25px;
      }
  }
  .cv-application-box .overlay .table td {
    padding: 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
  }
  .cv-application-box .overlay .table td a {
    font-weight: 500;
  }
  .cv-application-box:hover .overlay {
    opacity: 1;
  }
  .cv-application-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .cv-application-box span {
    display: block;
  }
  .cv-application-box .left {
    display: flex;
    align-items: center;
  }
  .cv-application-box .check {
    width: 30px;
  }
  .cv-application-box .img-text .img {
    min-height: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv-application-box .img-text .text {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
  }
  .cv-application-box .content {
    padding-left: 15px;
    color: #000;
    margin-bottom: 20px;
  }
  .cv-application-box .content .job {
    font-weight: 600;
  }
  .cv-application-box .content .brand {
    font-size: 14px;
    color: #6c757d;
  }
  .cv-application-box .list-step {
    background-color: #efefef;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .cv-application-box .list-step span {
    font-size: 13px;
  }
  .cv-application-box .list-step .step {
    width: 150px;
    padding: 4px 0 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: #a9a9a9;
  }
  .cv-application-box .list-step .step.step-active {
    padding: 4px 0;
    background-color: #1eaa68;
    color: #fff;
  }
  .cv-application-box .list-step .step.step-active::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 20px;
    border-color: transparent transparent transparent #1eaa68;
    z-index: 5;
  }
  .cv-application-box .list-step .step.step-active .icon {
    left: 10px !important;
  }
  .cv-application-box .list-step .step .icon {
    font-size: 20px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .cv-preview-box {
    text-align: center;
    width: 400px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv-preview-box .circle {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-90deg, #f32933 100%, transparent 50%), linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
    border: 15px solid #fff;
  }
  .cv-preview-box .content {
    position: relative;
    background-color: #fff;
    border-radius: 100%;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv-preview-box .full-text {
    background-color: #f32933;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 30px;
    border: 5px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
  }
  .cv-preview-box .title {
    font-size: 16px;
    font-weight: 700;
  }
  .cv-preview-box .title span {
    font-weight: 600;
    font-size: 14px;
  }
  .cv-preview-box .text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .cv-preview-box .btn {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
  }
  .cv-preview-box .btn i {
    margin-right: 5px;
    font-size: 16px;
  }
  .cv-preview-box .btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .cv-preview-box .btn-list a {
    border-radius: 0;
    display: inline-flex;
    margin: 0;
    padding: 0 30px !important;
  }
  .cv-preview-box .btn-list a:first-child {
    border-radius: 30px 0 0 30px;
  }
  .cv-preview-box .btn-list a:last-child {
    border-radius: 0 30px 30px 0;
  }
  .cv-preview-box .btns .top {
    margin-bottom: 12px;
  }
  .cv-preview-box .dropdown-menu a {
    font-size: 13px;
    padding: 3px 6px !important;
  }
  
  .btn-red-gray {
    background-color: #e6e6e6;
    color: #f32933;
  }
  .btn-red-gray:hover {
    border: 1px solid #e6e6e6;
    color: #f32933;
  }
  .btn-red-gray:focus {
    border: 1px solid #e6e6e6;
    color: #f32933;
  }
  .position-guide-list {
      color: #5b5b5b;
      margin-bottom:6px;
      font-size: 14px;
  }
  
  