:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
  --box-shadow-primary: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --box-shadow-large: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

html{
  scroll-behavior: smooth;
}

body:not(.nobg) {
  overflow-x: hidden;
  font-family: "Assistant", sans-serif;
  background: #fff;
  color: #444;
  font-size: 17px;
  background-image: radial-gradient(
    circle at 50% 200%,
    rgba(248, 190, 132, 0.3) 50%,
    rgba(255, 255, 255, 1) 75%,
    transparent 10%,
    transparent 100%
  );
  background-attachment: fixed;
}
body.nobg{
  background-color: transparent;
}

button:focus {
  outline: none;
}

/*====================================== FONT ICON ==================================*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?w74ep3");
  src: url("../fonts/icomoon.eot?w74ep3#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?w74ep3") format("truetype"),
    url("../fonts/icomoon.woff?w74ep3") format("woff"),
    url("../fonts/icomoon.svg?w74ep3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  visibility: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  visibility: visible;
}

.icon-search:before {
  content: "\e900";
}
.icon-notepen:before {
  content: "\e901";
}
.icon-login:before {
  content: "\e902";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-map:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-send:before {
  content: "\e906";
}
.icon-back:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-add:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}
.icon-update:before {
  content: "\e90b";
}
.icon-download:before {
  content: "\e90c";
}
.icon-upload:before {
  content: "\e90d";
}
.icon-logout:before {
  content: "\e90e";
}
.icon-sendmail:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e910";
}
.icon-history:before {
  content: "\e911";
}
.icon-web:before {
  content: "\e912";
}
.icon-review:before {
  content: "\e913";
}
.icon-interview:before {
  content: "\e914";
}
.icon-reject:before {
  content: "\e915";
}
.icon-view:before {
  content: "\e916";
}
.icon-whatsapp:before {
  content: "\e917";
}
.icon-telegram:before {
  content: "\e918";
}
.icon-koper:before {
  content: "\e919";
}
.icon-user:before {
  content: "\e91a";
}
.icon-cv:before {
  content: "\e91b";
}
.icon-burger:before {
  content: "\e91c";
}
.icon-home:before {
  content: "\e91d";
}
.icon-company:before {
  content: "\e91e";
}
.icon-key:before {
  content: "\e91f";
}
.icon-dashboard:before {
  content: "\e920";
}
.icon-love:before {
  content: "\e921";
}
.icon-copy:before {
  content: "\e922";
}
.icon-report:before {
  content: "\e923";
}
.icon-expired:before {
  content: "\e924";
}
.icon-hire:before {
  content: "\e925";
}
.icon-psychology:before {
  content: "\e926";
}
.icon-personality:before {
  content: "\e927";
}
.icon-share:before {
  content: "\e928";
}
.icon-checklist:before {
  content: "\e929";
}
.icon-translate:before {
  content: "\e92a";
}
.icon-filter:before {
  content: "\e92b";
}
.icon-news:before {
  content: "\e92c";
}
.icon-lovefill:before {
  content: "\e92d";
}
.icon-bookmark:before {
  content: "\e92e";
}
.icon-wallet:before {
  content: "\e92f";
}
.icon-envelope:before {
  content: "\e930";
}
.icon-jobstatus:before {
  content: "\e931";
}
.icon-location:before {
  content: "\e932";
}
.icon-smartphone:before {
  content: "\e933";
}
.icon-bookmarkfill:before {
  content: "\e934";
}
.icon-schedule:before {
  content: "\e935";
}
.icon-time:before {
  content: "\e936";
}
.icon-facility:before {
  content: "\e937";
}
.icon-followers:before {
  content: "\e938";
}
.icon-cvgenerator:before {
  content: "\e939";
}
.icon-talent:before {
  content: "\e93a";
}
.icon-list:before {
  content: "\e93b";
}
.icon-edutech:before {
  content: "\e93c";
}
.icon-contactus:before {
  content: "\e93d";
}
.icon-prohire:before {
  content: "\e93e";
}
.icon-assessment:before {
  content: "\e93f";
}
.icon-profile:before {
  content: "\e940";
}

button [class*="icon"],
a [class*="icon"] {
  font-size: 25px;
  position: relative;
}
a.btn-icon [class*="icon"] {
  top: 0px;
  margin: -10px;
}

button#registerBtn i, button#loginBtn i, button#search_btn i, a [class*="icon"].fa, a i.icon-translate, button i.icon-burger, a.logout i  {
  display:inline-block;
}

button .icon-send {
  margin: -10px -10px -10px 0;
}
button .icon-sendmail {
  margin: -10px -5px -10px 0;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  margin: 0 10px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  margin: 0 10px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(160deg, #ff7300, rgb(255 116 0 / 40%));
}

.alert { border-radius: 0;}

p {
  line-height: 1.75;
}

a {
  color: #ff4b00;
}

a:hover {
  color: #dd4b39;
  text-decoration: inherit;
}

.text-primary {
  color: #fed136 !important;
}

.text-theme {
  color: #ff4b00 !important;
}

.text-theme-2 {
  color: #aa3404 !important;
}

.text-theme-3{
  color: #21409a !important;
}

.border-theme{
  border-color: #ff4b00 !important;
}

.btn-link-primary {
  color: #cc3302;
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.mt-4\.5{
  margin-top: 2.5rem;
}

.text-lg {
  font-size: 20px;
}

.btn-link-primary:hover{
  color: #ff4b00;
}

.bg-gray {
  background-color: #f9f9f9;
}

.border-top-gray{
  border-top: 1px solid #e1e1e1;
}

.btn-theme-secondary {
  padding: 10px 20px;
  background-image: linear-gradient(to right, #244190, #217acc, #244190);
  background-size: 300% 100%;
  border-radius: 8px !important;
  color: #fff !important;
  display: flex;
  font-size: 16px;
  margin: 0;
  transition: 0.3s linear;
  height: 42px;
}

.btn-theme-tertiary{
  margin: 0px;
  padding: 6px 15px;
  height: 42px;
  background-image: linear-gradient(to right, #ffffff, #eff2ff, #ffffff);
  background-size: 300% 100%;
  transition: all linear 0.3s;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 0.5rem;
  border-radius: 8px !important;
  border: 1px solid #f5f7ff;
  color: #4d4d4d;
}

.btn-theme-secondary:hover,
.btn-theme-tertiary:hover{
  background-position: 100% 0;
}

.btn-theme-tertiary > [class*="icon"], .btn-icon > [class*="icon"], .list-default-jobs [class*="icon"] {
  display: block;
  font-size: 30px;
}

.btn-secondary {
  width: fit-content;
  padding: 8px 20px;
  border-radius: 8px;
}

.input-group-append .btn-secondary {
  padding: 6px 20px;
}

.gap-1{
  gap: 0.5rem;
}

.gap-2{
  gap: 1rem;
}

.btn-90{
  width: 90px !important;
  border-radius: 8px;
}

.btn-110{
  min-width: 110px !important;
  border-radius: 8px;
}

.btn-200{
  width: 200px !important;
  border-radius: 8px;
}

.w-fit {
  width: fit-content;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.cursor-disabled {
  cursor: not-allowed !important;
}

.rounded-xl{
  border-radius: 16px;
}

.btn-icon{
  margin: 0px;
  height: 42px;
  transition: all linear 0.3s;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 0.5rem;
  color: #4d4d4d;
  padding: 0;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shadow-xs{
  box-shadow: 0px 1px 2px 1px #ccc;
}

.shadow-primary{
  box-shadow: var(--box-shadow-primary);
}

.job-application-container .dropdown-toggle{
  width: fit-content;
  position: relative;
  font-size: 1.75rem;
  font-weight: 600;
}

.job-application-container .totalExperience {
  font-size: 14px;
  padding-bottom: 10px;
}

.job-application-container .experience-point span{
  cursor: pointer;
}

.job-application-container .dropdown-toggle::after{
  right: unset;
  top: unset;
  margin-left: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  margin: 0 0 20px;
}

h2.section-heading {
  font-size: 50px;
  font-weight: 400;
  color: #21409a !important;
}

.page-section {
  padding: 50px 0;
}

.btnexplore {
  align-self: flex-end;
  position: absolute;
  left: 0;
  bottom: 70px;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.mainNav,
.secondmainNav {
  z-index: 2000;
  left: 0px;
  width: 100%;
}
.secondmainNav {
  padding: 0 0 30px;
  position: relative;
  top: -10px;
}

.mainNav .navbar-toggler,
.secondmainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  background-color: #d44205;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}
.mainNav .navbar-toggler:focus,
.secondmainNav .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.mainNav .navbar-brand,
.secondmainNav .navbar-brand {
  color: #fed136;
  /*  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

.mainNav .navbar-brand.active,
.mainNav .navbar-brand:active,
.mainNav .navbar-brand:focus,
.mainNav .navbar-brand:hover,
.secondmainNav .navbar-brand.active,
.secondmainNav .navbar-brand:active,
.secondmainNav .navbar-brand:focus,
.secondmainNav .navbar-brand:hover {
  border-color: #d44205;
  color: #fec503;
}

.mainNav .navbar-nav .nav-item .nav-link,
.secondmainNav .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 18px;
}
.mainNav .navbar-nav .nav-item .nav-link {
  transition: all linear 0.2s;
  color: #222;
}

.mainNav .navbar-nav .nav-item .nav-link .icon-translate {
  font-size: 32px;
}
.mainNav .navbar-nav .nav-item .nav-link.translate ~ .dropdown-menu {
  right: 0;
  left: inherit;
  padding: 0;
  margin: 0;
  min-width: 100px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.mainNav .navbar-nav .nav-item .nav-link.translate ~ .dropdown-menu a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5) !important;
}

.mainNav
  .navbar-nav
  .nav-item
  .nav-link.translate
  ~ .dropdown-menu
  li.active
  a {
  color: #dd4b39 !important;
}

.translateMobile {
  position: absolute;
  z-index: 1;
  right: 65px;
  color: rgba(0, 0, 0, 0.5);
  transition: all linear 0.3s;
  margin: 13px 0 0;
}
.translateMobile .icon-translate {
  font-size: 32px;
  margin: -17px 5px 0;
}
.translateMobile ~ .dropdown-menu {
  right: 80px;
  left: inherit;
  padding: 0;
  margin: 0;
  min-width: 100px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.secondmainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
    color: #222;
    background: rgba(255,255,255,0.85);
    border-radius: 0;
    backdrop-filter: blur(5px);
    margin: 0 3px;
    transition: all linear 0.2s;
}

.dropdown-menu.show a {
  border-radius: 0px !important;
}
.dropdown-menu.show a:first-child {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}
.dropdown-menu.show a:last-child {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.dropdown-menu{
  border-radius: 9px;
}

.mainNav .navbar-nav .nav-item .nav-link.active,
.mainNav .navbar-nav .nav-item .nav-link:hover,
.secondmainNav .navbar-nav .nav-item .nav-link.active,
.secondmainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ff4b00;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  box-shadow: var(--box-shadow-primary);
  border: 0px;
  border-radius: 0.75rem;
}

.dropdown-menu {
  padding: 0px;
}

.dropdown-menu.show .dropdown-item.active, .dropdown-menu.show .dropdown-item:active{
  font-weight: 600;
  color: #ff4b00 !important;
}

.dropdown-menu.show .dropdown-item{
  background-color: #ffffff;
  color: #222222;
  padding: 12px;
}

.dropdown-menu.show .dropdown-item.disabled{
  color: #d4d8db;
}

.dropdown-menu.show .dropdown-item:hover{
  background-color: #dcebfd;
  color: #ff4b00 !important;
}

.dropdown-menu.show .dropdown-item.logout-link{
  color: #ff4b00;
  border-top: 1px solid #eeeeee;
}
.dropdown-menu.show .dropdown-item.logout-link:hover{
  background-color: #ffebd3;
  color: #ff4b00 !important;
}

.profile-header-container{
  position: sticky;
  top: 50px;
}

.main-profile-sidebar{
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #222222;
}

.main-profile-sidebar li a{
  color: #222222;
  display: block;
  padding: 10px 20px;
}
.main-profile-sidebar li.delete-account-link{
  border-top: 1px solid #eeeeee;
}

.main-profile-sidebar li.delete-account-link a{
  color: #dd4b39;
}

.main-profile-sidebar .active{
  font-weight: 700;
}

.main-profile-sidebar li:hover{
  background-color: #dcebfd;
  border-color: #dcebfd;
}

.profile-content-container{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: var(--box-shadow-primary);
}

.upload-profile-container{
  display: flex;
  gap: 2rem;
}

.upload-profile-info{
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: 20px 0px;
}

.upload-profile-info .form-label{
  font-size: 12px;
}

.profile-card, .profile-table-card{
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 0;
}

.profile-table-card{
  padding: 20px;
  margin-bottom: 30px;
}

.profile-table-card .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.profile-table-card .table th{
  border: none;
}

.profile-table-card th:last-child, .profile-table-card td:last-child{
  text-align: right;
}

.profile-table-card th:last-child{
  padding-right: 25px;
}

.job-applications .detail{
  padding: 0 30px 30px 30px !important;
}

.profile-section-top{
  padding: 30px 30px 15px 30px;
}

.profile-section-bottom{
  padding: 15px 30px 30px 30px;
  border-top: 1px solid #eeeeee;
  font-size: 15px;
}

.profile-section-bottom > p{
  color: #222222 !important;
}

.profile-toggle-loadmore > span + a{
  display: none;
}

.profile-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-title{
  font-size: 20px;
  margin: 0;
}

.profile-section-top h4{
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}

.profile-section-top p{
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.profile-action{
  display: flex;
  gap: 0.5rem;
}

.profile-action > .btn{
  font-size: 25px;
  padding: 0;
}

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.truncate-text + a {
  display: none;
  vertical-align: top;
  font-size: 15px !important;
  align-items: center;
}

.truncate-text + a > span.icon-send{
  display: block;
  font-size: 15px;
  margin-top: 1px;
  transform: rotate(90deg);
}

.profile-section-info {
  display: inline-block;
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: -4px
}
.profile-section-info > span:after {
  content: " ";
  letter-spacing: 1em;
  background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAEtJREFUKFNjZCARMJKonmEANMyYMSORiYmpE+TUf//+lWdkZMxHdjaGk2bNmvXq////oiBFjIyMr9PS0sSoq4FkJxEK5gEIVkJOAgCphiANM3VlGQAAAABJRU5ErkJggg==);
}

/* .contact-info-page {
  background-image: url("../img_new/graphic-footer2.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
} */

.contact-info-page > .container > .row {
  min-height: 400px;
}

@media (min-width: 992px) {
  .company-list-packages > .company-package-card {
    padding: 20px 15px;
  }
  .mainNav,
  .secondmainNav {
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  .mainNav .navbar-brand,
  .secondmainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  .mainNav .navbar-nav .nav-item .nav-link,
  .secondmainNav .navbar-nav .nav-item .nav-link {
    padding: 7px 12px !important;
  }

  .mainNav .navbar-nav .dropdown-item.nav-link{
    padding: 10px 12px !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  #secondNav.navbar-nav .nav-item.dropdown .nav-link {
    padding: 7px 30px 7px 12px !important;
  }

  #secondNav.navbar-nav div.dropdown-menu.show a.nav-link {
    padding: 10px 30px 10px 12px !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }

  #secondNav.navbar-nav div.dropdown-menu.show a.nav-link:last-child {
    border-bottom: none;
  }


  #secondNav.navbar-nav .nav-item.dropdown .nav-link::after {
    right: 10px;
  }

  #secondNav.navbar-nav .nav-item.dropdown.translate .nav-link {
    padding: 7px 12px !important;
  }

  #secondNav.navbar-nav .nav-item.dropdown.translate .nav-link::after {
    right: 10px;
  }

  .mainNav.navbar-shrink,
  .secondmainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529 !important;
  }
  .mainNav.navbar-shrink .navbar-brand,
  .secondmainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  .mainNav.navbar-fixed-top,
  .secondmainNav.navbar-fixed-top {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #d9d9d9;
  }
  .mainNav.navbar-fixed-top .navbar-brand,
  .secondmainNav.navbar-fixed-top .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  .bottomNav {
    position: fixed;
    top: 75px;
    background-color: #000;
  }

  .navbarSecond {
    z-index: 2000;
    left: 0px;
    width: 100%;
  }
  .navbarSecond-shrink {
    z-index: 2000;
  }
}
.mainNav {
  padding-top: 40px;
  z-index: 3000;
}

.mainNav:before {
  content: " ";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  bottom: -55px;
  display: none;
}

.navbar button.btn-outline-theme {
  margin: 0 0 0 0px;
  transition: all linear 0.2s;
  padding: 6px 20px;
  height: 42px;
}
.navbar button.btn-theme {
  border-radius: 0 3px 3px 0;
}

.form-header {
  text-align: center;
}

.form-header .mt-4 { margin: 0 !important;}

.header-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #21409a;
  margin: 20px 0 0;
}

.header-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #777777;
  font-size: 18px;
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img_new/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 16px;
  /*font-style: italic;*/
  line-height: 22px;
  margin-bottom: 25px;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

header.masthead .intro-text .intro-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
  .md-pl-5{
    padding-left: 3rem !important;
  }
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 28px;
    /*font-style: italic;*/
    line-height: 40px;
    margin-bottom: 25px;
    /*    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
    font-family: Lato;
    text-shadow: 0px 5px 5px #000;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    /*    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
    font-family: Lato;
    text-shadow: 0px 5px 5px #000;
  }
}

.snapFigur {
  background: url("../images/bgHomepage.png") center bottom no-repeat;
  height: 500px;
}

.snapFigur .banner01 {
  position: absolute;
  left: 5%;
  display: none;
}

.snapFigur .figur01 {
  position: relative;
  animation-name: figur01;
  animation-duration: 3.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 60px;
  right: -55px;
}
@keyframes figur01 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.snapFigur .figur02 {
  position: relative;
  animation-name: figur02;
  animation-duration: 4.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes figur02 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.snapFigur .figur03 {
  position: relative;
  animation-name: figur03;
  animation-duration: 3.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 54px;
  left: -20px;
}
@keyframes figur03 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.snapFigur .graphicFigur {
  position: relative;
  width: 400px;
  margin: 0 auto -465px;
  z-index: 1;
}
.snapFigur .graphicFigur .graphic01 {
  position: relative;
  animation-name: graphic01;
  animation-duration: 4.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -25px;
  top: -40px;
}
@keyframes graphic01 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.snapFigur .graphicFigur .graphic02 {
  position: relative;
  animation-name: graphic02;
  animation-duration: 5.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -265px;
  top: 155px;
}
@keyframes graphic02 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.snapFigur .graphicFigur .graphic03 {
  position: relative;
  animation-name: graphic03;
  animation-duration: 5.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -280px;
  top: 330px;
}
@keyframes graphic03 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.snapFigur .graphicFigur .graphic04 {
  position: relative;
  animation-name: graphic04;
  animation-duration: 4.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 250px;
  top: -190px;
}
@keyframes graphic04 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.snapFigur .graphicFigur .graphic05 {
  position: relative;
  animation-name: graphic05;
  animation-duration: 5.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 255px;
  top: -70px;
}
@keyframes graphic05 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.snapFigur .graphicFigur .graphic06 {
  position: relative;
  animation-name: graphic06;
  animation-duration: 5.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 85px;
  top: 175px;
}
@keyframes graphic06 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.snapFigur .graphicFigur .graphic07 {
  position: relative;
  animation-name: graphic07;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: -210px;
  left: -120px;
}
@keyframes graphic07 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.snapFigur .graphicFigur .graphic08 {
  position: relative;
  animation-name: graphic08;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: -335px;
  left: 135px;
}
@keyframes graphic08 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.snapFigur .graphicFigur .graphic09 {
  position: relative;
  animation-name: graphic09;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: -170px;
  left: 122px;
}
@keyframes graphic09 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.snapFigur .graphicFigur .graphic10 {
  position: relative;
  animation-name: graphic10;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -155px;
  top: -156px;
}
@keyframes graphic10 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.snapFigur:hover > img {
  z-index: 1;
  transition: all linear 0.5s;
}
.snapFigur > img {
  filter: brightness(1);
  transition: all linear 0.5s;
}
.snapFigur > img:hover {
  filter: brightness(1.5);
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 10px 0 15px;
}
#portfolio .portfolio-item i {
  position: absolute;
  top: 5px;
}

#portfolio .portfolio-item i + p.text-muted {
  padding: 5px 0 0px 15px !important;
}

#portfolio .portfolio-item .portfolio-link:hover {
  text-decoration: none;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 380px;
  max-height: 326px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-caption > a.portfolio-link {
  height: 100px;
}

#portfolio .portfolio-item .portfolio-caption > a.portfolio-link .text-muted {
  color: #aaa !important;
  padding: 0;
}

#portfolio .portfolio-item .portfolio-caption > a.portfolio-link > .row span {
  display: block;
  width: 70px !important;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  padding: 3px;
  position: relative;
  top: -10px;
}

#portfolio
  .portfolio-item
  .portfolio-caption
  > a.portfolio-link
  > .row
  span
  img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 6px) !important;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  border-radius: 0px;
  box-shadow: 20px 20px 0px rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  i {
  margin-top: -12px;
}

#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h3,
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 340px;
  max-height: 316px;
  margin: 0 auto;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 4px;
  height: 215px !important;
}

#portfolio.bg-featured .portfolio-item .portfolio-caption {
  background: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 13px;
  margin: 0;
  font-family: "Assistant", sans-serif;
}
#portfolio .portfolio-item .portfolio-caption p.job-title {
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize !important;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#portfolio .portfolio-item .portfolio-caption .d-flex {
  text-align: right;
  display: block !important;
}
#portfolio .portfolio-item .portfolio-caption .d-flex p {
  display: block !important;
  padding: 5px 0 0 !important;
}

#portfolio .portfolio-item .portfolio-caption p.text-muted {
  line-height: 15px;
  color: #555 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}

#portfolio * {
  z-index: 2;
}

.secondmainNav {
}
#portfolio .container,
.navbar .container,
.site-footer .container,
.secondmainNav #secondnavbarResponsive {
  max-width: 1250px !important;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
.secondmainNav #secondnavbarResponsive {
  height: 30px;
}

.secondmainNav #secondnavbarResponsive #secondNav {
  right: 37px;
  position: absolute;
}

#secondNav li.translate {
  position: absolute;
  right: -5px;
  top: -50px;
  height: 36px;
}
#secondNav li.translate a.translate {
  background: none !important;
  backdrop-filter: blur(0px) !important;
}
#secondNav li.translate .icon-translate {
  font-size: 32px;
}
#secondNav li.translate a.translate ~ .dropdown-menu {
  right: 0;
  left: inherit;
  padding: 0;
  min-width: 100px;
}
.translate ~ .dropdown-menu li a,
.translateMobile ~ .dropdown-menu li a {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5) !important;
}

.translateMobile ~ .dropdown-menu li.active a {
  color: #dd4b39 !important;
}

#secondnavbarResponsive span.badge-messages,
#navbarResponsive span.badge-messages {
  background-color: #ff6900;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.companyjobs span.badge-messages {
  background-color: #21409a !important;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

#portfolio .container .btn-theme {
  padding: 8px 25px;
  border-radius: 0 3px 3px 0;
  /* background-size: 300% 100%; */
}

#portfolio .container .btn-theme[href*="jobs"] {
  border-radius: 3px;
  background: none;
  background-image: none !important;
  border: solid 1px #dd4b39;
  color: #dd4b39 !important;
}

#portfolio .container .btn-theme[href*="jobs"]:hover {
  background: rgba(222, 75, 56, 0.2) !important;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 12px 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}




.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img_new/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fefefe;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  /*  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: Lato;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fed136;
}

/*============================================================== custom fix ==============================================================*/

header.masthead {
  text-align: center;
  color: #fefefe;
  background-image: url("../img_new/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.grad {
  background-image: url("../img_new/job-selection-bg.jpg");
}

.bg-featured {
  background: #f2f2f2;
/*  background: linear-gradient(125.44deg, #f9f9f9 14.27%, #cccccc 145.21%);*/
}

.bg-featured h2,
.bg-reccomended h2 {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 42px !important;
}
.bg-featured h3,
.bg-reccomended h3 {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 27px !important;
  margin: 0;
}

.bg-reccomended {
  background-color: #fff;
}

.btn-outline {
  border: 1px solid #fefefe;
}

.nav-tabs {
  text-align: right !important;
}

.nav-tabs > li {
  display: inline-block;
  float: none;
}

#about {
  text-align: center;
  color: #fefefe;
  background-image: url("../img_new/how-it-works-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
}

#team {
  text-align: center;
  color: #fefefe;
  background-image: url("../img_new/video-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
}

#video {
  position: relative;
  margin-top: -200px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.footer-menu p {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0;
}
.homepage-footer{
  background-image: url(../img_new/graphic-footer-homepage.svg), linear-gradient(0deg, rgba(244, 139, 34, 1) -40%, rgba(255, 255, 255, 0.1) 50%);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-footer .site-footer{
  background-image: none;
}
.site-footer {
  /* linear-gradient(0deg, #f48b22 -40%, #ffffff 50%); */
  background-image: url(../img_new/graphic-footer.svg), linear-gradient(0deg, rgba(255, 241, 225, 1) -40%, rgba(255, 255, 255, 0.1) 50%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
}

.site-footer hr {
  opacity: 0.9;
  margin: 5px 0 15px;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fefefe;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer p.mt-1 {
  font-size: 12px;
  margin: 10px 0 !important;
  color: #333333;
}

.site-footer p > svg {
  width: 25px;
  margin: 0 6px 0 0;
}

.site-footer p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-footer form {
  margin: 10px 0 15px;
}

.site-footer p.copyright-text {
  width: 100%;
  margin: 20px 0 0;
  font-size: 13px;
  color: #333333;
}
.site-footer p.copyright-text a {
  color: #dd4b39 !important;
}

.site-footer a {
  color: #333333;
  transition: all linear 0.2s;
}

.site-footer a:hover {
  color: #dd4b39;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #fefefe;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: left;
}

.site-footer .social-icons a,
.modal.show#shareModal .social-icons li a.row:not(:first-child) {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #fefefe;
  transition: all linear 0.3s;
}

.modal.show#shareModal .social-icons li a {
  width: 45px;
  height: 45px;
  background: #eceeef;
}

.site-footer .social-icons a i,
.modal.show#shareModal .social-icons li a i {
  font-size: 18px;
  margin: 11px 0 0;
  position: inherit;
  display: flex;
  justify-content: center;
}

.modal.show#shareModal .social-icons li a i {
  font-size: 22px;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 767px) {
  .default-jobs .col-7.col-lg-8 { display: none;}
  .default-jobs .row { display: block;}
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  .edu-right-area{
    position: relative;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #333333;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #ff4b00;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.radius-border {
  border: 1px solid #fefefe;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 20px;
}
.btn-theme {
  color: #fff !important;
  /* font-size: 14px; */
}
.dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\f107";
  border-top: 0;
  vertical-align: 0;
  position: absolute;
  right: -10px;
  top: 10px;
}
.mainNav.authenticated{
  top: 0px;
}
.input-search {
  width: 515px;
}
@media (max-width: 767px) {
  .input-search {
    width: 50%;
  }
}
.btn-search-blue {
  background-color: #0062cc;
}
#btnGroupDrop1::before {
  font-family: "FontAwesome";
  content: "\f041";
  border-top: 0;
  vertical-align: 0;
}
#btnGroupDrop1::after {
  content: "";
}
#btnGroupDrop1 {
  background-color: #fefefe;
  color: #000000 !important;
}

/*Panel tabs*/
.panel-tabs {
  /*position: relative;*/
  bottom: 45px;
  right: 30px;
  clear: both;
  border-bottom: 1px solid transparent;
}

.panel-tabs > li {
  float: left;
  background: #f1f4f9;
  padding: 10px;
  box-shadow: 0px -1px 5px #ccc;
}

.panel-tabs > li > a {
  margin-right: 2px;
  margin-top: 4px;
  line-height: 0.85;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #fefefe;
}

.panel-tabs > li > a:hover {
  border-color: transparent;
  color: #fefefe;
  background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
  color: #fefefe;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.23);
  border-bottom-color: transparent;
}
.panel-info .panel-body {
  background: #f6f6f6;
  border-radius: 3px 3px 0 0;
  padding: 0 20px;
  margin: 20px 0 0;
}

.panel-info .panel-footer {
  background: #fcfcfc;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
  margin: 0 0 20px;
}

ul.nav.panel-tabs > li > a:hover {
  text-decoration: none;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

#education_div .panel-footer a,
#experience_div .panel-footer a,
#language_div a,
#skill_div a,
#cvs_div a,
#projects_div a,
#experience_div a,
#education_div a,
#certificates_div a {
  font-size: 0px;
  color: #444;
}
#education_div .panel-footer a::before,
#experience_div .panel-footer a::before,
#language_div a[class*="icon"]::before,
#skill_div a[class*="icon"]::before,
#cvs_div a[class*="icon"]::before,
#projects_div a[class*="icon"]::before,
#experience_div a[class*="icon"]::before,
#education_div a[class*="icon"]::before {
  font-size: 24px;
}
#skill_div .col-md-12 .row > div,
#language_div .col-md-12 .row > div,
#cvs_div .col-md-12 .row > div {
  padding: 10px 20px;
}

#cvs_div a.fnt-theme {
  font-size: inherit;
  color: #dd4b39 !important;
}
#cvs_div a.fnt-theme::after {
  content: "\e90c";
  font-family: icomoon;
  font-size: 28px;
  position: absolute;
  height: 30px;
  margin: 0 0 0 5px;
}

#certificates_div a[class*="icon"]::before,
#projects_div a[class*="icon"]::before,
#experience_div a[class*="icon"]::before,
#education_div a[class*="icon"]::before {
  font-size: 24px;
}
#language_div .row[id*="language"]:first-child,
#list_profile_skill > .row:first-child,
#certificates_div .row[id*="cv"]:first-child {
  border-top: solid 1px #ccc;
}
#language_div .col-md-12 .row:nth-child(even),
#certificates_div .col-md-12 .row:nth-child(even),
#skill_div table tr:not(:first-child),
#language_div table tr:not(:first-child){
  border-top: 1px solid #ccc;
}
#language_div .col-md-12 .row:first-child,
#certificates_div .col-md-12 .row:first-child,
#skill_div table tr:first-child,
#language_div table tr:first-child{
  border: 0;
}
.jbdetail .row:not(:first-child) {
  border-top: 1px solid #ccc;
}
#language_div .col-md-12 .row > div,
#certificates_div .col-md-12 .row > div {
  padding: 10px 20px;
}

#certificates_div a.fnt-theme {
  position: relative;
  font-size: inherit;
  color: #dd4b39 !important;
}
#certificates_div a.fnt-theme::after {
  content: "\e90c";
  font-family: icomoon;
  font-size: 28px;
  position: absolute;
  height: 30px;
  margin: 0 0 0 5px;
  top: 0;
}

#projects_div,
#experience_div,
#education_div,
#organization_div,
#list_profile_skill {
  margin: 0 0 20px !important;

}

#projects_div > div[id*="project"],
#projects_div > div[id*="project"],
#experience_div div[id*="experience"],
#organization_div div[id*="organization"],
#education_div div[id*="education"] {
  margin: 10px 0;
}
#projects_div > div[id*="project"] .detail,
#experience_div div[id*="experience"] .detail,
#education_div div[id*="education"] .detail,
.searchList.row .detail {
  padding: 0 30px;
  height: 100%;
  margin: 0 -5px 2px -15px;
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  box-shadow: var(--box-shadow-primary);
}
.searchList.row .detail .jobimg {
  float: right;
  width: 85px;
  height: 85px;
  background: #fff;
  border: none !important;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0;
}
.searchList.row .detail .jobimg img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: calc(100% - 10px);
}
#projects_div > div[id*="project"] .detail img,
#experience_div div[id*="experience"] .detail img {
  display: none;
}
.jobinfo h3 a {
  text-overflow: ellipsis;
  max-width: 350px;
  height: 27px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#projects_div > div[id*="project"] .detail h3,
#experience_div div[id*="experience"] .detail h3,
#education_div div[id*="education"] .detail h3,
.searchList #position-title H3 {
  font-size: 20px;
  color: #21409a;
  font-weight: 500;
  padding: 20px 30px;
  margin: 0 -25px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.searchList .detail .jobinfo,
.searchList .detail p,
.profile-location {
  font-size: 14px;
}
.searchList .detail .jobinfo .location {
  font-size: 12px;
  text-overflow: ellipsis;
  max-width: 350px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.searchList .detail .jobinfo .pb-3 {
  padding: 10px 0;
}
.searchList .detail .jobinfo .pb-3 span[class*="icon-"] {
  padding: 0 3px 0 8px;
}

.searchList .detail .listbtn {
  margin: 0;
  padding: 0 0 30px 0;
}
#projects_div > div[id*="project"] .detail .action,
#experience_div div[id*="experience"] .detail .action,
#education_div div[id*="education"] .detail .action {
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
  margin: 0 -30px;
  position: absolute;
  right: 30px;
  top: 10px;
}
#projects_div > div[id*="project"] .detail .caption p span {
  display: block;
  font-size: 12px;
}

#experience_div,
#language_div,
#skill_div,
#cvs_div {

}

.middle #experience_div,
.middle #language_div,
.middle #skill_div,
.middle #projects_div,
.middle #education_div {
  border-bottom: none;
}
#experience_div > div.row, 
#education_div > div.row,
#organization_div > div.row,
#skills_div > div.row {
  margin: 0;
}
#experience_div div[id*="experience"] .detail h4 {
  font-size: 14px;
  color: #999;
}
#experience_div div[id*="experience"] .detail strong {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#experience_div div[id*="experience"] .detail span,
#projects_div > div[id*="project"] .detail span,
.certificateList li span,
#education_div div[id*="education"] .detail span {
  font-size: 14px;
  color: #aaa;
  display: block;
  padding: 0 0 10px;
}
.userPortfolio [id*="project"] span{
  color: #aaa;
  display: -webkit-box;
  line-height: 20px;
}

.userPortfolio [id*="project"] .profile-toggle-loadmore > span{
  color: #333;
}

.userPortfolio [id*="project"] h4 + span{
  font-size: 14px;
}

#experience_div div[id*="experience"] .detail p,
#projects_div > div[id*="project"] .detail p,
#education_div div[id*="education"] .detail p {
  font-size: 14px;
  margin: 10px 0 20px;
  line-height: 20px;
  color: #777;
  word-wrap: break-word;
}
#skill_div table,
#language_div table {
  margin: 0;
  border: none;
}
#skill_div table td,
#language_div table td {
  border: none;
}
#language_div table td:first-child,
#skill_div table td:first-child {
  width: 61.8%;
}

#add_skill_modal_body {
  padding: 0 20px 20px;
}
#add_skill_modal_body .head {
  padding: 10px 20px;
}
#add_skill_modal_body .head > div[class*="col"] {
  padding: 10px 20px;
}
#list_profile_skill > .row {
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #f2f2f2;
}
#list_profile_skill > .row:last-child {
  border-bottom: none;
}
#list_profile_skill > .row .formrow {
  margin: 0;
}
#list_profile_skill > .row i[class*="icon"] {
  color: #444;
}
#skill_div > div {
  padding: 0px;
}

.wrapper.messages {
  max-width: 1200px;
}
.messages .detail {
  padding: 20px 20px 20px 40px !important;
}
.messages .detail > a.message-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444;
}

.message-link > img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 999px;
}

.messages .col-4 .detail > a{
  max-width: 190px;
}
.messages .detail > a h5 {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-weight: 400;
}
.messages .detail > a span {
  color: #999;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.messages .detail span {
  font-size: 12px;
}
.messages .detail .icon-delete {
  float: right;
  font-size: 20px;
  color: #444;
}
.messages .detail[style*="border"] h5 {
  font-weight: 600;
}

.messages [class*="Message"] {
  padding: 0 20px;
}
.messages .systemMessage .col-md-12:last-child .detail,
.messages .myMessage .col-md-12:last-child .detail{
  border: none;
}
.messages .systemMessage .detail,
.messages .myMessage .detail {
  transition: all linear 0.3s;
  border-bottom: 1px solid #ccc;
}
.messages .systemMessage .detail:hover,
.messages .myMessage .detail:hover {
  background: #f2f2f2;
}
.messages .systemMessage .active,
.messages .myMessage .active {
  border-left: solid 3px #dd4b39;
}
.messages .systemMessage .active .detail,
.messages .myMessage .active .detail {
  background: none;
}

.right .detailMessage .informationInterview > p{
  border: 1px solid #999999 !important;
}

.right .detailMessage span{
  color: #212529;
}

.detailMessage h4 {
  color: #333;
}
.detailMessage span {
  display: block;
  color: #999;
  font-size: 16px;
}
.detailMessage span b {
  font-weight: 500;
}
.detailMessage .col-md-12 .contact-message span:nth-child(3) {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: solid 1px #f2f2f2;
}

.detailMessage br {
  display: none;
}
.messages .message-content-detail,
.messages .message-content-detail iframe {
  width: 100%;
  height: calc(100vh - 350px) !important;
  border-radius: 16px;
}

.messages [class*="Message"] .pagination {
  justify-content: center !important;
  margin-top: 15px;
}

.circle-job-bg {
  height: 200px;
  width: 200px;
  background-color: #f1f4f9;
  border-radius: 50%;
  display: inline-block;
}
.bg-buttonview {
  background: linear-gradient(
    270deg,
    #f2f2f2 52.65%,
    rgba(242, 242, 242, 0) 96.91%
  );
  border-radius: 0px;
  /* position: absolute; */
  /* top: 125px; */
  /* right: 1px; */
  padding: 0px;
  /* padding-right: 0px !important; */
  margin: 10px 0;
}
.img-partners {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.botview {
  position: absolute;
  top: 172px;
}
.btnview {
  text-align: right;
  margin: 0 -12px 0 0;
}
.ribbon2 {
  width: 28px;
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  right: 5px;
  padding: 5px 0px 2px;
  font-size: 9px;
  text-align: center;
  background: #ffc700;
  font-weight: bold;
  font-family: "Assistant", sans-serif;
  border-radius: 0;
}
.ribbon2:before {
  height: 0;
  /* width: 0; */
  /* right: -5.5px; */
  /* top: 0.1px; */
  /* font-size: 9px; */
  border-bottom: 6px solid #8d5a20;
  /* border-right: 6px solid transparent; */
}
.ribbon2:before,
.ribbon2:after {
  content: "";

  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -11px;
  left: 0;
  border-left: 14px solid #ffc700;
  border-right: 14px solid #ffc700;
  border-bottom: 11px solid transparent;
}
.view-circle {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -25px;
  background: orange;
  color: white;
  text-align: center;
  text-indent: 0.1em;
}
.view-circle:before {
  position: absolute;
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #8d5a20;
  border-right: 6px solid transparent;
  font-size: 9px;
}
.orange-sm {
  color: #ff0f03;
  font-size: 18px;
  font-weight: 800;
}
.orange-lg {
  /*	color: #ff0f03; */
  color: #142d99;
  font-weight: 800;
}

.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fefefe;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

#popupHomepage .modal-dialog{
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.carousel-item, .carousel-inner, .carousel{
  width: fit-content;
  max-width: 100%;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex !important;
  justify-content: center;
}
.carousel-indicators {
  bottom: -55px;
}
.carousel-indicators li {
  background-color: #888;
}
.carousel-indicators li.active {
  background-color: #ff6c03;
}
p.testi {
  padding: 25px;
  font-size: 12px;
  padding-bottom: 45px;
}
p.testi-orange {
  padding: 25px;
  font-size: 12px;
  background: #ff6c03;
  border-radius: 15px;
  color: #fefefe;
  padding-bottom: 45px;
}
p.testi:before {
  content: open-quote;
}
p.testi-orange:before {
  content: open-quote;
}
p.testi:after {
  content: close-quote;
}
p.testi-orange:after {
  content: close-quote;
}
p.testi:before {
  display: inline;
  font-size: 7em;
  color: #ccc;
  padding: 0;
  position: absolute;
  top: -35px;
  left: 15px;
  opacity: 0.7;
}
p.testi-orange:before {
  display: inline;
  font-size: 7em;
  color: #ccc;
  padding: 0;
  position: absolute;
  top: -35px;
  left: 15px;
  opacity: 0.7;
}
p.testi:after {
  display: inline;
  font-size: 7em;
  color: #ccc;
  padding: 0;
  position: absolute;
  -top: 30px;
  right: 15px;
  opacity: 0.7;
}
p.testi-orange:after {
  display: inline;
  font-size: 7em;
  color: #ccc;
  padding: 0;
  position: absolute;
  -top: 30px;
  right: 15px;
  opacity: 0.7;
}
.orange-box {
  background: #ff6c03;
  border-radius: 15px;
}
span#triangle {
  width: 60px;
  height: 30px;
  border-top: solid 30px #ff6c03;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  position: absolute;
  left: 42%;
  bottom: 58%;
}

.btn-theme,
.jobButtons a.apply,
input[type="button"] {
  background-image: linear-gradient(
    to right,
    #ff4b00,
    #ff7c00,
    #ff4b00
  ) !important;
  transition: all linear 0.3s;
  padding: 10px 20px !important;
  font-size: 16px !important;
  background-size: 300% 100% !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  height: 42px;
  line-height: 20px !important;
  font-weight: 500;
  white-space: nowrap;
}

.nav-item .btn-theme, .userccount button[type="submit"]{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .dropdown button {
  padding: 6px 20px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.jobButtons a[disabled].apply {
  background: #ddd !important;
  cursor: no-drop;
}

a.logout {
  position: relative;
  margin: 0 0 0 15px;
}

.btn-theme:hover,
.jobButtons a.apply:hover {
  background-position: 100% 0;
}

.btn-outline-theme {
  color: #d44205 !important;
  background-color: #fefefe;
}

.subscribe {
  padding: 5px;
  background: #fefefe;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.subscribe input {
  font-size: 14px;
}

span.centered-element > h4 {
  font-size: 26px !important;
}
.centered-element {
  height: 200px;
  width: 200px;
  position: absolute;
  left: 33.33%;
  margin-left: -55px;
  top: 33.33%;
  margin-top: -33px;
}

img.tab-icon {
  width: 40px;
}

.navbar-nav li.postjob > a {
  /*  background: #8aadff;*/
  background: #142d99;
  color: #fefefe;
  padding: 16px 15px;
  /*  border-bottom-color: #8aadff;*/
  border-bottom-color: #142d99;
}

/************************************************

           == Cms Pages css==

*************************************************/

.inner-page {
  padding: 50px 0;
  min-height: calc(100vh - 500px);
}
.inner-page .title {
  text-align: center;
  margin-bottom: 40px;
}
.inner-page .title > span {
  color: #292929;
  font-size: 17px;
  margin-bottom: 10px;
}
.inner-page .title h2 {
  color: #292929;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}
.inner-page .title > p {
  line-height: 24px;
}
.contact {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.contact > span {
  /*	color: #8aadff;*/
  color: #142d99;
  float: left;
  font-size: 50px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.inner-page .fa-home:before {
  content: "\f015";
}
.information {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 5px;
}
.information > strong {
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information > p {
  line-height: 22px;
  margin: 0;
}
.contact-form input,
.contact-form textarea,
textarea:not(.form-control),
.userccount input,
.wrapReset input,
.wrapChange input {
  color: #444 !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 32px !important;
  margin-bottom: 15px;
  padding: 8px 20px !important;
  width: 100%;
  height: 42px;
  background: rgba(0, 0, 0, 0.03) !important;
  transition: all linear 0.5s !important;
  border-radius: 3px !important;
  border: solid 1px rgba(0, 0, 0, 0) !important;
}

#candidate .input-group {
  margin-bottom: 15px;
}

#passwordHelp {
  color: #dd4b39 !important;
}

.userccount input[type="checkbox"] {
  height: 18px;
  width: 18px;
  margin: 15px 5px 25px;
  outline: none;
  content: none;
  position: relative;
  top: 5px;
}

.input-group-append .input-group-text {
  background-color: #eee;
  border: none;
}

.contact-form textarea {
  height: auto;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.userccount input:focus-visible {
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
textarea:focus,
input[type="text"]:focus:not(.form-home .form-control, .formRegister .form-control) {
  border: solid 1px #ff4b00 !important;
}
.contact-form {
  text-align: right;
}

.container .mt-2 .text-right {
  color: #999;
  font-size: 14px;
}

/************************************************

           == User Account css==

*************************************************/

.userccount {
  padding: 50px 20px 0 0;
}
.userccount p {
  text-align: center;
  line-height: 24px;
  color: #999;
}
.userccount h5 {
  font-size: 24px;
  color: #555;
  margin-bottom: 15px;
}

.userccount button[type="submit"] {
  width: 100%;
}

.photoProfile,
.fileattached,
.companyPhotoProfile {
  width: 160px;
  height: 160px;
  margin: 20px 0px;
  overflow: hidden;
  border: solid 10px #ffffff;
  position: relative;
  background: #fff;

}
.photoProfile,
.fileattached {
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px 0px #d9d3d3;
}
.companyPhotoProfile{
  box-shadow: var(--box-shadow-primary);
}
.fileattached {
  margin: 0;
}
.photoProfile img,
.fileattached img,
.companyPhotoProfile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-company{
  object-fit: contain;
  width: 120px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  padding: 3px;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  min-height: calc(100vh - 588px);
}

.wrapper .userccount {
  padding: 0px;
}

.selectimg {
  display: block;
  cursor: pointer;
  width: fit-content;
}
.selectimg ~ .form-label {
  font-size: 12px;
  width: 100%;
  color: #aaa;
}

.form-label {
  font-size: 14px;
}

.container .register {
  max-width: 980px !important;
  padding: 0 50px;
}

.registers {
  padding: 0px;
  font-size: 17px;
}

.registers button[type="submit"] {
  float: right;
  width: initial;
}

.socialLogin {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.socialLogin a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fefefe;
  font-size: 18px;
  margin: 0 5px;
  line-height: 36px;
}
.socialLogin a.fb {
  background: #3b5998;
}
.socialLogin a.gp {
  background: #dd4b39;
}
.socialLogin a.tw {
  background: #00aced;
}
.newuser p {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 15px 5px 5px;
  margin: 0;
}
.newuser a,
.btn-add {
  background-image: linear-gradient(
    to right,
    #142d99,
    #3e59cf,
    #142d99
  ) !important;
  transition: all linear 0.3s;
  padding: 8px 20px !important;
  font-size: 16px !important;
  background-size: 300% 100% !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  height: 42px;
  display: inline-block;
  line-height: 25px !important;
  text-align: center;
}

.btn-back {
  background-image: linear-gradient(to right, #ccc, #aaa, #ccc) !important;
  transition: all linear 0.3s;
  padding: 8px 20px !important;
  font-size: 16px !important;
  background-size: 300% 100% !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  height: 42px;
  display: inline-block;
  line-height: 25px !important;
  text-align: center;
}

.newuser a {
  width: 100%;
}
.newuser a:hover,
.btn-add:hover,
.btn-back:hover {
  background-position: 100% 0;
  border: none;
}
a.forgot {
  color: #ff4b00;
  display: block;
  font-size: 14px;
}

.select2-container{
  max-width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  padding-left: 20px !important;
  font-size: 15px !important;
  margin: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #999 !important;
}

.select-single .select2-container .select2-selection--single {
  min-height: 42px !important;
  background: #f9f9f9;
  border: none;
}

.select2-selection__placeholder{
  color: #cabbc1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  text-wrap-mode: wrap;
}

.registers .newuser {
  margin: 30px 0 0;
}

.userbtns .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.userbtns .nav-tabs > li {
  width: 50%;
  margin-bottom: 0;
}

.userbtns .nav-tabs > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.userbtns .nav-tabs > li:last-child a {
  border-radius: 0 5px 5px 0;
}

.userbtns .nav-tabs > li a {
  background: #f1f1f1;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
}

.userbtns .nav-tabs > li a.active {
  background-image: linear-gradient(to right, #ff4b00, #ff7c00, #ff4b00) !important;
  transition: all linear 0.3s;
  background-size: 300% 100%;
  border: none;
  color: #fefefe;
}
.userbtns .nav-tabs > li a.active:hover{
  background-position: 100% 0;
}
.userbtns .nav-tabs > li a.active:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff4b00;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}

.userbtns .nav > li > a {
  position: relative;
}

.formpanel .formrow {
  margin-bottom: 15px;
}
.formpanel .formrow h3 {
  text-align: center;
  margin: 20vh auto;
}

.userbtns .nav-tabs > li > a {
  transition: all linear 0.3s;
  border: none;
}

.userbtns .nav-tabs > li > a:not(.active) {
  background-image: linear-gradient(to right, #ffffff, #eff2ff, #ffffff);
  background-size: 300% 100%;
  transition: all linear 0.3s;
}

.userbtns .nav-tabs > li > a:not(.active):hover{
  background-position: 100% 0;
}

/************************************************

           == Search List css==

*************************************************/

.listpgWraper {
  min-height: calc(100vh - 200px - 300px);
}
.pageSearch {
  margin-bottom: 30px;
}
.pageSearch a.btn {
  background: #fed136;
  color: #fefefe;
  padding: 13px 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  display: block;
}
.pageSearch a.btn i {
  font-weight: 400;
  font-size: 24px;
  margin-right: 5px;
}
.pageSearch a.btn:hover {
  background: #fec810;
}
.searchform .row {
  margin: 0 -5px;
}
.searchform .col-md-3,
.searchform .col-md-2,
.searchform .col-sm-3,
.searchform .col-sm-2 {
  padding: 0 5px;
}
.searchform .form-control {
  border-radius: 0;
  height: auto;
  padding: 13px 12px;
  font-size: 16px;
}
.searchform select.form-control {
  padding: 13px 12px;
  background: #fefefe;
  line-height: 45px;
}

/************************************************

           == Sidebar css==

*************************************************/

.sidebar {
  /* background: #ff4b00; */
  margin-bottom: 30px;
}
.sidebar .widget {
  padding: 20px;
  background: #ff4b00;
  border-radius: 3px 3px 0 0;
}

.sidebar .widget span[role*="combobox"] {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 4px 0 0;
  height: 42px !important;
  padding: 4px 0;
}

.sidebar .widget span[role*="combobox"] > span {
  line-height: inherit !important;
  color: #fff;
  padding: 3px 20px 0 12px;
}

.sidebar .widget span[role*="combobox"] span {
  color: #fff;
  font-size: 14px;
}

.sidebar .widget span[role*="combobox"] span b {
  border-color: #fff transparent transparent transparent;
}

.sidebar .widget:nth-child(2) {
  background: rgb(255, 75, 0, 0.5);
  border-radius: 0px;
}

.sidebar .widget:nth-child(2) span[role*="combobox"] {
  background: rgba(255, 75, 0, 0.5);
}

.sidebar .widget-end {
  padding: 20px;
  background: rgb(255, 75, 0, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 75, 0, 0.1) 50%,
    rgba(255, 75, 0, 0) 100%
  ) !important;
  border-radius: 0 0 3px 3px;
}
.sidebar .widget-end span[role*="combobox"] {
  background: #fff;
  border: none;
  margin: 4px 0 0;
  height: 42px !important;
  font-size: 14px;
}
.sidebar .widget-end span[role*="combobox"] > span {
  line-height: inherit !important;
  padding: 6px 20px 0 12px;
}

.sidebar .searchnt {
  padding: 20px;
  background: rgba(255, 255, 255, 1);
}

.sidebar .widget-title {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 20px;
}
.optionlist {
  list-style: none;
  padding-inline-start: 0px;
}
.optionlist li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.optionlist li span {
  position: absolute;
  right: 0;
}
.optionlist li input[type="checkbox"] {
  display: none;
}
.optionlist li input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.optionlist li input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4ece00;
  padding-left: 2px;
  position: relative;
  top: 2px;
}
.sidebar a {
  /*  color: #8aadff; */
  color: #142d99;
  display: inline-block;
  margin-top: 10px;
}
.searchnt .btn {
  width: 100%;
}
.sidebar .gad {
  margin-top: 15px;
  text-align: center;
}
.social a {
  color: #00a8ff;
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
}
.social a:hover {
  color: #000;
}
/*Listing*/
.searchList {
  list-style: none;
  padding-inline-start: 0px !important;
  margin: 0;
}
.searchList li {
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 8px;
  transition: all linear 0.3s;
  font-size: 14px;
  max-height: 5000px;
  position: relative;
  height: inherit;
}

.searchList li .posted_date {
  color: #aaa;
}

.searchList li h4 {
  font-size: 14px;
}

.searchList li #company_logo {
  width: 100px;
  height: 100px;
  background: #fff;
  float: right;
  padding: 5px;
  border-radius: 3px;
  position: relative;
}

.searchList li #company_logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: calc(100% - 10px);
}

.searchList li.box-job-hidden {
  max-height: 280px;
  transition: all linear 0.3s;
}
.searchList li.box-job-hidden::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 0) 0%,
    rgba(249, 249, 248, 1) 40%
  ) !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
.searchList br,
.detailInterview br,
.informationInterview br {
  display: none;
}

.searchList li .jobimg {
  float: right;
  width: 100px;
  height: 100px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: solid 5px #fff;
}

.searchList li .jobimg img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.searchList li .jobinfo {
  float: left;
}

.searchList li .jobinfo h3 {
  margin: -20px 0 0;
  padding: 15px 0 0;
}

.searchList li .box-button-job {
  background: #a63506;
  color: #fff;
  border: none;
  padding: 6px 35px;
  font-size: 16px;
  transition: all linear 0.05s;
  z-index: 1;
  top: calc(100% + 32px);
  box-shadow: none;
  max-width: inherit;
  width: auto;
}

.relatedJobs .searchList li .box-button-job {
  top: 100%;
}

.searchList li .box-button-job:hover {
  background: #e34808;
}

.searchList li .box-job-top-class {
  top: 220px !important;
  transition-delay: 0.35s;
}

.searchList li h3 a {
  font-size: 20px;
  font-weight: 600;
}
.searchcandicate .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.searchcandicate .select2-container--default .select2-search--inline .select2-search__field{
  margin: 0;
  height: 27.5px;
}

.searchList li .companyName {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.searchList li .companyName a {
  color: #000 !important;
  font-size: 14px;
}
.searchList li a:hover {
  text-decoration: inherit;
}
.searchList li .location {
  color: #000;
  line-height: 22px;
  display: flex;
  flex-direction: column;
}

.searchList li .location span {
  color: #666;
  font-size: 14px !important;
}
.searchList li .listbtn {
  margin-top: 20px;
  /* position: absolute; */
  right: 0;
}
.searchList li .listbtn a {
  /*  background: #FED136;*/
  display: block;
  border-radius: 0;
  width: 100%;
  /* color: #fefefe; */
  /*  text-transform: uppercase;*/
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  /*  border: 1px solid #fed136;*/
}
.searchList li .listbtn a:hover {
  /*  background: #fec810;*/
  /* color: #fefefe; */
  text-decoration: none;
}
.searchList li p {
  line-height: 22px;
  color: #333;
  margin: 10px 0 0 0;
}
.searchList li .cateinfo {
  /*  color: #8aadff; */
  color: #142d99;
  margin: 10px 0;
}
.searchList li .minsalary {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  color: #a8d815;
}
.searchList li .minsalary span {
  color: #999;
  font-weight: 400;
}
.searchListNew .jobimg {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.searchListNew h3 a,
.searchListNew .relatedJobtitile a {
  font-size: 18px;
  font-weight: 200;
}

.searchListNew .relatedJobtitile {
  padding: 10px 20px 0 0;
}
.searchListNew .relatedJobtitile a {
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize !important;
  margin: 0 0 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchListNew .companyName {
  font-size: 13px;
  line-height: 15px;
  color: #555 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchListNew .companyName a {
  color: #969595;
}
.searchListNew .location {
  color: #555;
  font-size: 13px;
  margin: 10px 0;
}

.searchListNew .location:after {
  display: block;
  content: "";
  clear: both;
}

.searchListNew .location br {
  display: none;
}

.searchListNew .location .fulltime {
  float: right;
}

.searchListNew .location span {
  color: #333;
  float: left;
}
.searchListNew .listbtn {
  margin-top: 20px;
}
.searchListNew .listbtn a {
  background: #fefefe;
  display: block;
  border-radius: 0;
  width: 100%;
  /*  color: #8aadff; */
  color: #142d99;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  /*  border: 1px solid #8aadff;*/
  border: 1px solid #142d99;
}
.searchListNew .listbtn a:hover {
  /*  background: #8aadff;*/
  background: #142d99;
  color: #fefefe;
  text-decoration: none;
}
.searchListNew p {
  line-height: 22px;
  color: #333;
  margin: 10px 0 0 0;
}
.searchListNew .cateinfo {
  /*  color: #8aadff;*/
  color: #142d99;
  margin: 10px 0;
}
.searchListNew .minsalary {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  color: #a8d815;
}
.searchListNew .minsalary span {
  color: #999;
  font-weight: 400;
}

.myads h3 {
  font-size: 20px;
  margin: 0 0 25px 0;
}
.myads .searchList > div[class*="col"] {
  margin: 0 0 30px;
}
/*.companyjobs .searchList li.box-job-hidden {
  max-height: 260px;
}*/
.myads .detail > p {
  height: 70px;
}
.companyjobs .searchList li .jobinfo {
  float: inherit;
}
.companyjobs .searchList li .jobinfo .jobButtons {
  padding: 10px 20px;
  background: linear-gradient(90deg, #f2f2f2 50%, rgba(242, 242, 242, 0) 100%);
  margin: 10px -25px;
}
.userinfo .jobButtons {
  padding: 20px;
  margin: 20px -25px 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.jobdetail .jobButtons {
  padding: 0 0 30px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"],
.userinfo .jobButtons a[class*="icon-"],
.jobdetail .jobButtons a[class*="icon-"],
.myads .jobButtons a[class*="icon-"] {
  font-size: 28px;
  padding: 6px 10px;
  margin: 5px 2px;
  background: none;
  position: relative;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 42px;
}

.companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"]:hover,
.userinfo .jobButtons a[class*="icon-"]:hover,
.jobdetail .jobButtons a[class*="icon-"]:hover,
.myads .jobButtons a[class*="icon-"]:hover {
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"] i,
.userinfo .jobButtons a[class*="icon-"] i,
.jobdetail .jobButtons a[class*="icon-"] i,
.myads .jobButtons a[class*="icon-"] i,
.wrapButton a i {
  font-family: "Assistant", sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  border-radius: 0 0 5px 5px;
  opacity: 1;
  position: relative;
  z-index: 1;
  font-style: normal;
  margin: 0;
  top: -7px;
}

/*

.companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"]:hover i,
.userinfo .jobButtons a[class*="icon-"]:hover i,
.jobdetail .jobButtons a[class*="icon-"]:hover i,
.myads .jobButtons a[class*="icon-"]:hover i {
  opacity: 1;
  display: block;
  left: calc(-50% - 7px);
  top: 8px;
  position: relative;
  animation-name: tooltips;
  animation-duration: 0.3s;
}
*/
@keyframes tooltips {
  0% {
    top: 12px;
    opacity: 0;
  }
  100% {
    top: 8px;
    opacity: 1;
  }
}

a[class*="icon-"]:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: none;
}
a[class*="icon-"]:focus {
  box-shadow: none;
}
/*

html[lang*="id"] .jobButtons a.icon-report i {
  overflow-wrap: break-word;
  width: 120px;
  left: calc(-50% - 30px) !important;
}
.companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"]:hover i::before,
.userinfo .jobButtons a[class*="icon-"]:hover i::before,
.jobdetail .jobButtons a[class*="icon-"]:hover i::before,
.myads .jobButtons a[class*="icon-"]:hover i::before {
  content: "";
  height: 0px;
  position: absolute;
  top: -7px;
  left: calc(50% - 4px);
  width: 0px;
  border-bottom: solid 8px #ff7c00;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
}
*/
.jobButtons a.warning {
  color: #ff4b00 !important;
}
.jobButtons a[disabled][class*="icon-"] {
  color: #bbb !important;
}

.companyjobs .searchList li .jobinfo .job-posted-description em {
  font-style: normal;
}
.companyjobs .searchList li .box-button-job {
  top: 100% !important;
}
.companyjobs .searchList li .box-job-top-class {
  top: 242px !important;
}
.companyjobs .box-job-container .job-posted-description {
  min-height: auto;
}

.companyjobs .box-job-container .btn.btn-theme{ 
  text-wrap-mode: nowrap;
}

.companyjobs .box-job-container.box-container-premium {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1), 0px -5px 2px 0px rgba(255, 75, 0, 0.75) inset !important;
}

.companyjobs .box-job-container.box-container-expired {
  background-color: rgba(0, 0, 0, .2) !important;
}
.companymessages .icon-delete {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50px;
  color: #444;
}
.companymessages .searchList li h4 {
  font-size: 16px;
}

.searchcandicate h4 {
  font-size: 20px;
}
.searchcandicate label {
  display: block;
}
.searchcandicate .select2-container {
  margin: 0 0 20px;
}
.searchcandicate .select2-container--default .select2-selection--multiple {
  border-radius: 5px !important;
}
.searchcandicate .list {
  border-radius: 5px;
}
.searchcandicate .searchform {
  padding: 20px 20px 0;
  background: #ffffff;
  box-shadow: var(--box-shadow-primary);
  border-radius: 16px;
  color: #444444;
}
.searchcandicate .searchform .btn {
  border-radius: 3px;
  width: fit-content;
}
.searchcandicate .searchList .jobinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.searchcandicate .searchList p {
  margin: 5px 0;
}
.searchcandicate .searchList a.btn-theme, .btn-view-self-introduction {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
}
.searchcandicate .searchList .col-md-6 {
  padding: 0;
  margin: 0;
  background: none;
}
.searchcandicate .searchList .col-md-6 .detail {
  padding: 20px 10px;
  margin: 0 10px 10px;
}

/*Pagination*/

.pagiWrap .showreslt {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.pagiWrap .pagination {
  text-align: right;
  margin: 0;
}

.page-item.disabled .page-link {
  color: #ddd;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #eee;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff4b00;
  border-color: #ff4b00;
}
.page-item .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all linear 0.2s;
  color: #dd4b39;
}

.page-item .page-link:hover {
  color: #feaa87;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.strippckinfo {
  background: #fefefe;
  padding-top: 20px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.pkginfo {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #777;
}
.pkginfo strong {
  color: #fed136;
  font-weight: 700;
}

div.sidebar div.widget div.form-group input {
  border: none;
  background: rgb(255, 75, 0, 0.4);
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

div.sidebar div.widget div.form-group input::placeholder {
  color: #fff;
}

img {
  max-width: 100%;
}

/***************************
		Searh Tabs
***************************/
.tabswrap {
  border-bottom: 3px solid #ff6c03;
}
.tabswrap .nav-tabs {
  border-bottom: none;
  float: right;
}
.tabswrap .nav-tabs > li {
  margin-bottom: 0;
}
.tabswrap .nav-tabs > li > a {
  background: #eee;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding: 10px 30px;
}
.tabswrap .nav-tabs > li.active > a,
.tabswrap .nav-tabs > li.active > a:focus,
.tabswrap .nav-tabs > li.active > a:hover {
  background: #fed136;
  color: #fefefe;
  border-color: #fed136;
}
.tabswrap .nav-tabs > li.last {
  float: right;
}
.tabswrap .nav-tabs > li.last a {
  background: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 7px;
}
.tabswrap .nav-tabs > li.last a:hover {
  border: none;
  color: #fec810;
}

.largebanner {
  text-align: left;
  margin: 30px auto;
  max-width: 748px;
  position: relative;
  background: #fefefe;
  border: 1px solid #fefefe;
  padding: 10px;
  border-radius: 5px;
}
.largebanner img {
  display: block;
}
.shadow3,
.shadow4 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.shadow3:before,
.shadow3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 2px;
  left: 15px;
  right: 15px;
  z-index: -1;
  border-radius: 100px/30px;
  -webkit-box-shadow: 0 0 20px 2px #ccc;
  -moz-box-shadow: 0 0 20px 2px #ccc;
  box-shadow: 0 0 20px 2px #ccc;
}

.alligator .list-group-item.active {
  background-color: #fed136;
  border-color: #fed136;
}

.medium-news .btn-theme {
  padding: 8px 15px;
  position: absolute;
  right: 16px;
  bottom: 14px;
  border-radius: 0 3px 3px 0;
}

.medium-news .bdp-post-grid .bdp-post-grid-content h2 {
  text-align: left;
  padding: 5px 40px;
  line-height: 28px;
  font-size: 26px;
  letter-spacing: -0.5px;
  margin: 0 0 10px !important;
  color: #666;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.medium-news .bdp-post-grid .bdp-post-grid-content h2 a {
  color: #046bd2;
}

/************************************************

           == Job Detail css==

*************************************************/

.job-header .jobinfo {
  margin: 0 0 20px;
}

.jobButtons a [class*="icon"]{
  font-size: 35px;
  padding: 0 10px;
}

.job-header .jobinfo .candidateinfo > .loctext:nth-child(1) {
  margin: 40px 0 0;
}

.job-header .jobinfo h2 {
  font-size: 18pt;
  text-transform: uppercase;
  color: #dd4b39;
  margin: 0;
}
.job-header .jobinfo h2 + a{
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.job-header .jobinfo .ptext {
  color: #999;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.job-header .jobinfo .salary {
  font-size: 16px;
  /* font-weight: 700; */
  /* color: #888; */
  margin: 15px 0;
}
.job-header .jobinfo .salary strong {
  color: #ffac84;
  font-weight: normal;
}
.companyinfo {
  text-align: center;
  background: #fefefe;
  padding: 0 20px 20px;
}
.companylogo {
  display: flex;
  align-items: center;
  width: 170px;
  height: 170px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  padding: 10px;
}
.companyinfo .companylogo img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.companyinfo .ptext {
  color: #aaa;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
}
.companyinfo .title a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 18px;
  padding: 10px 0;
}

.userinfo.company .title{
  display: flex;
  justify-content: space-between;
}

.companyinfo .opening a {
  /* color: #555; */
  font-size: 12px;
}
/*Candidate Info*/

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #999999 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.job-header .jobinfo .candidateinfo .userPic,
.jobinfo .userPic {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  border: none !important;
  position: relative;
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
}

.userinfo .top {
  padding: 40px 0 0;
}

.userinfo .top .col-md-12,
.userinfo .middle .col-md-12 {
  max-width: 1100px;
  margin: 0 auto;
}

.userinfo .top .userPic {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: solid 10px #ffffff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  position: relative;
  background: #fff;
}
.userinfo .top .userPic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  transition: all linear 0.3s;
  max-width: 110%;
  object-fit: cover;
}
.userinfo .top .userPic:hover img {
  width: 110%;
  filter: brightness(1.1);
}
.userinfo .top .title h4 {
  margin: 0;
}
.userinfo .top .download {
  padding: 20px 0 10px;
  margin: 0;
  color: #fff;
}
.userinfo .top .download .btn-theme {
  margin: 0 0 10px;
}
.userinfo .top .download .btn-theme i {
  position: relative;
}

.userinfo .middle > .col-md-12 {
  margin: 30px auto;
  padding: 0 20px;
}

.userinfo .middle #skill_div,
.userinfo #language_div {
  border-bottom: none;
  font-size: 14px;
}
.userinfo .middle #projects_div {
  background: none;
  padding: 0;
  border-bottom: none;
}
.userinfo .middle #projects_div p {
  word-wrap: break-word;
}
.userinfo .middle h3 {
  font-size: 24px;
  margin: 25px 25px 15px 0;
}


.jobdetail [id*="_div"] h5 {
  font-size: 14px;
}

.job-header .jobinfo .candidateinfo serPic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: calc(100% - 10px);
}

.job-header .jobinfo .candidateinfo .title {
  font-size: 22px;
  color: #dd4b39;
}
.job-header .jobinfo .candidateinfo .desi {
  font-size: 18px;
  color: #666;
  margin: 0;
}
.job-header .jobinfo .loctext,
.job-header .jobinfo .cadsocial {
  line-height: 16px;
  color: #999;
  margin-top: 8px;
  font-size: 14px;
}

.job-header .jobinfo .loctext i,
.job-header .jobinfo .cadsocial i {
  width: 20px;
}

.job-header .jobinfo .loctext a {
  color: #444;
}

.cadsocial {
  margin-top: 10px;
}
.cadsocial a {
  color: #666;
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
  transition: all linear 0.3s;
}
.cadsocial a:hover {
  color: #ff4b00;
}

.wrapButton {
  overflow-x: auto;
  white-space: nowrap;
  margin: 20px -30px;
  padding: 10px 30px;
}
.wrapButton a {
  font-size: 28px;
  color: #555 !important;
  vertical-align: top;
  padding: 6px 10px;
  margin: 4px 2px;
  text-align: center;
  background: none;
  position: relative;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  visibility: visible;
}

.wrapButton a:hover {
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.public-profile .contentbox>div, .public-profile .contentbox>p,
.public-company .contentbox>div, .public-company .contentbox>p,
.public-jobs .contentbox>div, .public-jobs .contentbox>p,
.edu-container .contentbox>div, .edu-container .contentbox>p,
.company-profile-container .contentbox>div,
.job-post-container .contentbox>div,
.company-job-list .contentbox>div,
.job-application-container .contentbox>div,
.order-history .contentbox>div{
  background: #fff;
  padding: 20px 0;
  box-shadow: var(--box-shadow-primary);
  border-radius: 16px;
}

.public-company .contentbox>div {
  overflow-wrap: break-word;
}

.order-history .badge-status{
  color: #444;
  background-color: #eee;
  padding: 6px 16px;
  width: 100px;
  font-size: 14px;
  cursor: default;
}

.order-history .badge-theme{
  color: #fff;
  background-image: linear-gradient(to right, #2d6ae3, #4388ee, #2d6ae3);
  background-size: 300% 100%;
  transition: all linear 0.3s;
  padding: 6px 16px;
  width: 100px;
  font-size: 14px;
  cursor: default;
}

.order-history .dropdown-toggle{
  color: #222;
}

.order-history .dropdown-toggle:hover, .order-history .show > .dropdown-toggle{
  color: #ff4b00;
}

.order-history .dropdown-toggle::after{
  top: 0px;
  right: -20px;
}

.order-history .table tr td:first-child, .table tr th:first-child{
  padding-left: 30px;
}

.order-history .table tr td:last-child, .table tr th:last-child{
  padding-right: 30px;
}

.order-history .table thead th{
  border: none;
}

.company-profile-container .select-single .select2-selection__rendered, 
.job-post-container .select-single .select2-selection__rendered,
.job-post-container .radio-list{
  font-size: 14px;
}
.job-post-container .radio-list{
  display: flex;
}

.datepicker > div.datepicker-days{
  display: block !important;
}

.job-post-container .specialQuota > div > div > span {
  font-size: 12px;
}

.job-post-container .specialQuota .formrow,
.job-post-container .specialQuota .radio-list > label{
  margin: 0;
}

.job-post-container .select2-search__field{
  margin: 0 !important;
  padding: 8px 15px !important;
}
.job-post-container .select2-search__field{
  background-color: transparent !important;
}
.job-post-container .select2-container--default .select2-selection--multiple,
.job-post-container .select2-container--default.select2-container--focus .select2-selection--multiple{
  border: none;
}
.job-post-container .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.job-post-container .radio-list > .radio-inline{
  background-color: rgba(0, 0, 0, 0.03) !important;
  padding: 14px;display: flex;
  align-items: center;
  gap: 0.25rem;
}

.job-post-container .specialQuota .radio-list > .radio-inline{
  padding: 14px 17px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
}

.public-profile .contentbox p:first-child{
  padding: 20px;
  line-height: 20px;
  word-break: break-word;
}

.public-profile .contentbox h3.text-theme-3{
  font-size: 20px;
}

.public-profile .grade_div{
  width: 100px;
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  border-radius: 8px;
  padding: 10px;
}

.public-profile .grade_div > span{
  font-size: 15px;
  line-height: 10px;
}

.public-profile .grade_div > h4{
  font-size: 18px;
  margin: 0;
}

.public-company h3.text-theme-3, .public-jobs h3.text-theme-3, .public-profile h3.text-theme-3{
  font-size: 24px;
}

.public-jobs .jobdetail .jobButtons {
  gap: 1rem;
}

.public-jobs .jobdetail .jobButtons > a {
  color: #999;
}

.public-jobs .jobdetail .jobButtons{
  padding: 0;
}

.public-jobs .action-section-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 60px);
}

.public-company .three-dots-menu-container{
  position: relative;
  width: 100%;
}

.public-company .three-dots-menu{
  position: absolute;
  right: 0;
}

.public-profile .three-dots-menu > .dropdown > .btn,
.public-company .three-dots-menu > .dropdown > .btn{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.public-profile .dropdown-toggle::after{
  right: 11px;
}

.public-profile .btn-group > .dropdown-toggle-split{
  border-left: 1px solid;
}

.public-profile .three-dots-menu > .dropdown > .btn > svg,
.public-company .three-dots-menu > .dropdown > .btn > svg{
  width: 18px;
  height: 18px;
}

.public-profile .loctext,
.card-edu-banner-container .loctext,
.public-company .loctext{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 3px;
}
.card-edu-banner-container .loctext span,
.card-edu-banner-container .loctext sup,
.public-company .loctext span{
  font-size: 11pt;
}

.card-edu-banner-container .loctext sup{
  top: 0;
}

.public-company .candidateinfo {
  min-height: 180px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

.job-related-card .relatedJobtitile > a,
.job-related-card .companyName > a{
  color: #4d4d4d;
}

.job-related-card .relatedJobtitile > a{
  font-weight: 500;
}

.job-related-card .companyName > a{
  font-size: 13px;
}

.job-related-card .location {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 0;
  font-size: 14px;
}

/*

.wrapButton a i {
  display: block;
  max-width: 90px;
  text-align: center;
  font-size: 12px;
  font-family: "Assistant", sans-serif;
  font-style: normal;
  padding: 3px 0;
  white-space: initial;
  line-height: 15px;
}
*/
.companyjobs .wrapButton {
  background: linear-gradient(90deg, #f2f2f2 50%, rgba(242, 242, 242, 0) 100%);
  margin: 10px -25px;
}
.wrapButton.profile {
  border-top: solid 1px rgba(0, 0, 0, 0.07);
  margin: 15px -30px 10px;
  white-space: normal;
  overflow: inherit;
}

.applicant-logs {
  display: flex;
}
.applicant-logs p {
  padding: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #bbb;
}
.applicant-logs p span {
  display: block;
  color: #888;
}

.relatedJobs {
  margin: 30px 0;
}

.relatedJobs::after {
  display: block;
  content: "";
  clear: both;
}

.relatedJobs .searchList li .col-md-8 {
  width: 100%;
  max-width: 100%;
  flex: inherit;
  display: block;
}

.relatedJobs .searchList li .col-md-4 {
  flex: inherit;
}

.relatedJobs .col-md-6 {
  width: calc(50% - 20px);
  float: left;
  background: #f9f9f9;
  border-radius: 3px;
  margin: 10px;
  height: 145px;
}

.relatedJobs .col-md-6 .col-sm-4 a {
  display: block;
  width: 80px !important;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  position: relative;
}

.relatedJobs .col-md-6 .col-sm-4 a img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: calc(100% - 10px);
}

.relatedJobs .col-md-6 .border-warning {
  border-color: #ffc800 !important;
  border-radius: 3px;
  display: block;
}
.relatedJobs .col-md-6 .border {
  height: 145px;
}

.relatedJobs .col-md-6 .border .col-md-4 {
  width: 33.333333%;
  float: left;
  padding: 10px;
}
.relatedJobs .col-md-6 .border .col-md-8 {
  width: 66.666667%;
  float: left;
  padding: 8px 20px 5px 10px;
}
.relatedJobs .col-md-6 .border .col-md-12 {
  width: 100%;
  float: left;
}

.relatedJobs h3,
.relatedJobs .relatedJobtitle {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  margin: 20px 25px;
}
.relatedJobs .relatedJobtitle {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}
/*Buttons*/

.jobButtons a {
  background: #fefefe;
  color: #555;
  height: 27px;
  cursor: pointer;
  visibility: visible;
}
.jobButtons a i {
  font-size: 24px;
  margin: -10px -10px -10px 0;
}
.jbexpire i {
  font-size: 24px;
  margin: -10px 5px -10px -5px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.jobButtons a.report {
  background: #fefefe;
  color: #e01010 !important;
}
/* .jobButtons .btn.apply {
  display: flex;
  width: fit-content;
  align-items: center;
} */

.jobButtons .jbexpire {
  color: #faa89c !important;
  border: 1px solid #eee;
  border: 1px solid #e4e4e4;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: not-allowed;
}
.jobButtons a.download {
  background: #fefefe;
  /*  color: #8aadff !important; */
  color: #142d99 !important;
  border: 1px solid #e4e4e4;
}

.job-header .contentbox h1,
.job-header .contentbox h2,
.job-header .contentbox p {
  font-size: 14px;
  color: #777 !important;
  font-weight: 400 !important;
  margin: 0;
  line-height: 20px;
}
/*Arief: Dicomment karna teks jadi tidak rapih*/
/* .job-header .contentbox br {
  display: none;
} */

/*Arief GDPR*/
#acceptCookies {
  top: 0px;
  right: 0px;
}
#cookieConsent p {
  line-height: 20px;
    padding: 8px;
}
#cookieConsent {
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  padding: 10px;
}

.job-header .contentbox h3 {
  font-size: 20px;
  margin: 0;
  padding: 30px 0 15px;
}
.job-header .contentbox h4 {
  font-size: 16px;
}
.job-header .contentbox p {
  margin-bottom: 0;
  line-height: 24px;
  color: #444 !important;
}
.job-header .contentbox p strong {
  font-weight: 700;
  padding: 15px 0 10px;
  display: block;
  margin: 0;
}
.job-header .contentbox p strong + span {
  display: none;
}

.job-header .contentbox p em {
  font-style: inherit;
}
.job-header .contentbox p u {
  text-decoration: underline;
}

.job-header .contentbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.job-posted-description p,
.job-posted-description ul,
.job-posted-description li,
.job-posted-description p,
.job-posted-description span,
.job-header .contentbox ul,
.job-header .contentbox li,
.job-header .contentbox p,
.job-header .contentbox li span {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  font-family: "Assistant", sans-serif !important;
  color: #666 !important;
}
.job-posted-description li,
.job-header .contentbox ul li {
  padding: 0 0 0 30px;
  margin: 0 !important;
  position: relative;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  line-height: 26px !important;
  list-style: none !important;
}
.job-header .contentbox ol {
  margin: 0 0 0 25px;
  padding: 0;
}
.job-header .contentbox ol li {
  padding: 3px 5px;
}
.job-posted-description ul li:before,
.job-header .contentbox ul li:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  font-size: 5px;
  transform: rotate(45deg);
}
.job-posted-description p,
.job-posted-description strong,
.job-header .contentbox p,
.job-header .contentbox strong {
  margin: 10px 0 !important;
  display: block !important;
  font-weight: normal !important;
}
.job-header .contentbox strong,
.job-posted-description strong,
.job-posted-description p span,
.job-header .contentbox p span {
  font-size: 16px !important;
}
.job-posted-description li,
.job-posted-description span,
.job-header .contentbox span,
.job-header .contentbox li {
  font-size: 14px !important;
}
/*
ul.skillslist{margin-bottom: 0 !important;}
ul.skillslist li:before{display: none;}
ul.skillslist li{display: inline-block; padding: 0 !important;}
ul.skillslist li a{display: inline-block; background: #eee; color: #555; padding: 10px 20px; margin: 5px 10px 5px 0; border-radius: 5px; font-weight: 600;}
ul.skillslist li a:hover{text-decoration: none; background:#a8d815; color: #fff;}
*/

div.skillslist {
  margin-bottom: 0 !important;
}
div.skillslist span {
  background: #ffffff;
  color: #555;
  padding: 8px 15px;
  margin: 0 0 10px 10px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: var(--box-shadow-primary);
}

/*Job Info*/
.jobdetail .table-bordered {
  border: none;
  margin-bottom: 0;
}
.jobdetail iframe {
  width: 100%;
  height: 250px;
  border: none;
}
.jbdetail {
  color: #444;
  font-size: 14px;
  margin: 0 0 30px;
}

.jbdetail .row {
  margin: 0 !important;
  padding: 13px 16px;
}
.jbdetail .row > [class*="col"] {
  padding: 0;
}

.jbdetail .col-md-4,
.jbdetail .col-md-8 {
  max-width: 100%;
  width: 100%;
  display: block;
  line-height: 20px;
}

.jbdetail span,
#skill_div table td:last-child,
#language_div table td:last-child {
  color: #444;
  font-weight: 600;
}
.jbdetail span.permanent {
}
.jbdetail span.contract {
  /*  color: #8aadff; */
  color: #142d99;
}
.jbdetail span.freelance {
  background: none;
  padding: 0;
}
/*Skills*/

.skillswrap {
  margin-top: 20px;
}
.skillswrap h5 {
  color: #7b7b7b;
  font-weight: 400;
  margin-bottom: 5px;
}
/*Education*/

.educationList {
  margin-bottom: 0 !important;
}
/*Education*/
.educationList li {
  padding: 15px 0;
}
.educationList li:before {
  display: none;
}
.educationList li:last-child {
  border-bottom: 0;
}
.educationList li .date {
  min-width: 90px;
  background: #aaa;
  text-align: center;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 18px;
  float: right;
  color: #fff;
  margin:0;
}
.educationList li h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.educationList li h5 {
  font-size: 16px;
}
.educationList li p {
  margin-bottom: 0 !important;
  overflow-wrap: break-word;
  margin-right: 8px;
}
.educationList li .date p {
  font-size: 12px;
  opacity: 0.8;
}
/*Certificate*/
.certificateList li .date {
  min-width: 90px;
  border-radius: 3px 0 0 3px;
  background: #aaa;
  text-align: center;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 18px;
  float: right;
  color: #fff;
  margin: 0 -20px 0 0;
}
.certificateList li h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
/*Experience*/
.experienceList {
  margin-bottom: 0 !important;
}
.experienceList .col-md-2 {
  text-align: center;
}
.experienceList img[alt*="exper"] {
  width: 70%;
}
.experienceList li:before {
  display: none;
}
.experienceList li:last-child {
  border-bottom: 0;
}
.experienceList li h4 {
  font-size: 16px;
  font-weight: 500;
}
.organizationList li .detail,
.experienceList li .detail {
  color: #aaa;
  font-size: 15px;
}
.experienceList li .detail strong {
  color: #444;
}
.experienceList li .detail .title {
  color: #dd4b39;
  font-size: 20px;
}
.organizationList li p,
.experienceList li p {
  margin-bottom: 0 !important;
  margin-top: 10px;
  line-height: 20px;
  word-wrap: break-word;
}
/*Portfolio*/

.userPortfolio {
  margin: 0;
  padding: 0;
}

.userPortfolio [id*="project"] h4,
.certificateList h4 {
  font-size: 20px;
  color: #dd4b39;
  display: inline-block;
  padding: 15px 0 0;
  margin: -15px 0 15px;
}
.userPortfolio li {
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  list-style: none;
}
.userPortfolio li:before {
  display: none;
}
.userPortfolio li .imgbox {
  overflow: hidden;
  position: relative;
}
.userPortfolio li .itemHover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 34, 46, 0.9);
  transform: scale(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.userPortfolio li:hover .itemHover {
  transform: scale(1);
}
.userPortfolio li .zoombox {
  display: table;
  width: 100%;
  height: 20%;
  text-align: right;
}
.userPortfolio li .item-zoom {
  display: inline-block;
  border: 2px solid #fefefe;
  padding: 6px 12px;
  margin: 15px 15px 0 0;
  color: #fefefe;
}
.userPortfolio li .item-zoom:hover {
  background: #2079f2;
}
.userPortfolio li .infoItem {
  display: table;
  width: 100%;
  height: 70%;
  text-align: center;
}
.userPortfolio li .itemtitle {
  vertical-align: bottom;
  padding: 0 15px 15px;
  position: relative;
  display: table-cell;
}
.userPortfolio li .itemtitle h5 {
  color: #fefefe;
  font-size: 18px;
  margin: 0 0 5px;
}
.userPortfolio li .itemtitle p {
  color: #ccc;
  line-height: 18px;
}
.userPortfolio li .itemtitle a {
  color: #2079f2;
}
.userPortfolio li.shown,
.no-cssanimations .userPortfolio li,
.no-js .grid li {
  opacity: 1;
}
.userPortfolio li a,
.userPortfolio li img,
.certificateList li a {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%;
  white-space: nowrap;
}
.searchcandicate .rounded-circle > img{
  border-radius: 50%;
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.panel-heading-reset-password {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
}

.jobSalary .modal,
.jobLocation .modal,
.jobFilter .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.jobSalary .modal-dialog,
.jobLocation .modal-dialog,
.jobFilter .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.jobSalary .modal-content,
.jobLocation .modal-content,
.jobFilter .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #fed136;
  border-radius: 0;
  box-shadow: none;
}
.jobSalary .modal-header,
.jobLocation .modal-header,
.jobFilter .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #fed136;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jobSalary .modal-title,
.jobLocation .modal-title,
.jobFilter .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fefefe;
  line-height: 30px;
}
.jobSalary .modal-body,
.jobLocation .modal-body,
.jobFilter .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}
.jobSalary .modal-footer,
.jobLocation .modal-footer,
.jobFilter .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}

.reportModal > .modal-dialog{
  width: 100%
}

.reportModal .modal-body{
  overflow: hidden !important;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: transparent !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e4e4e4;
}

a.test {
  background-image: linear-gradient(
    to right,
    #ff4b00,
    #ff7c00,
    #ff4b00
  ) !important;
  color: #fff !important;
  padding: 7px !important;
  height: 42px;
  margin: 0 2px !important;
  transition: all linear 0.3s;
  background-size: 300% 100% !important;
  border: none !important;
}
a.test:hover {
  background-position: 100% 0 !important;
}

/*BREADCRUMB*/

.cst-breadcrumb {
  height: 30px;
  margin-top: 5px;
  padding: 0px;
  border-bottom: 1px solid #f5f5f5;
}

.page-title-breadcrumb {
  height: 30px;
  margin-top: 5px;
  padding: 0px 25px;
}

.cst-breadcrumb-inside {
  height: 100%;
  min-width: 20px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.cst-breadcrumb-inside > img {
  height: 100%;
  vertical-align: middle !important;
  height: 25px !important;
  margin-top: -3px !important;
  margin-left: 7px;
  margin-right: 7px;
}
.cst-breadcrumb-inside > a {
  color: #666666 !important;
  text-decoration: none;
}

.header-cat-product {
  box-shadow: none;
  border-radius: 0px;
  margin-left: -15px;
  border: none;
  background: transparent;
  border-top: 1px solid #0288b1;
  margin-bottom: 0px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}

.btn-normal {
  background: #fefefe !important;
  border: 1px solid #ddd !important;
  border-radius: 0px !important;
}

/************************************************

           == Dashboard Page css==

*************************************************/

.usernavdash {
  margin-bottom: 30px;
}
.usernavdash li a {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: #444;
  display: block;
  background: #fefefe;
}
.usernavdash li:last-child a {
  border-bottom: 1px solid #eee;
}
.usernavdash li a:hover {
  /*  background: #8aadff; */
  background: #142d99;
  color: #fefefe;
  text-decoration: none;
}
.usernavdash li i {
  margin-right: 2px;
  font-size: 18px;
  width: 25px;
  color: #999;
}
.usernavdash li.active a {
  /*  background: #8aadff; */
  background: #142d99;
  color: #fefefe;
}
.usernavdash li.active a i,
.usernavdash li a:hover i {
  color: #fefefe;
}

.dashboarduser {
  max-width: 900px;
  margin: 0 auto;
}
.dashboarduser .col3 {
  width: 33.3333333%;
  padding: 15px 5px;
  float: left;
}
.dashboardcompany {
  list-style: none;
  margin: 40px 0 20px 0;
  padding: 0;
}
.dashboardcompany .col-md-2 {
  float: left;
}
.dashboardcompany .inbox {
  padding: 10px !important;
  margin: 0;
  min-height: 100px;
}
.dashboarduser .inbox::after,
.dashboardcompany .inbox::after {
  content: "";
  display: block;
  clear: both;
}
.dashboarduser .inbox .col1,
.dashboardcompany .inbox .col1 {
  padding: 0;
  width: 60px;
  float: left;
  text-align: center;
}
.dashboarduser .inbox .col2,
.dashboardcompany .inbox .col2 {
  padding: 0 0 0 10px;
  width: calc(100% - 60px);
  float: left;
}
.dashboardcompany .col3 {
  width: 20%;
  padding: 15px 5px;
}
.dashboardcompany .col4 {
  width: 40%;
  padding: 10px 20px;
}
.dashboardcompany .col4 .credit h4 {
  margin: 0 0 10px;
}
.dashboardcompany .col4 .credit h4 span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.dashboardcompany .col4 .credit h4 span em {
  font-style: normal;
  font-size: 30px;
  color: #e46300;
}
.dashboardcompany .col4 .credit h4 span em i {
  font-style: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
}
.dashboardcompany .col4 .credit p strong {
  display: inline-block;
}

.profilestat li .inbox {
  background:#f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}
.profilestat li i[class*="icon"] {
  font-size: 30px;
  margin-bottom: 15px;
  background: linear-gradient(160deg, #8196f8 40%, #697ddd 100%);
  color: #fff;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  visibility: visible;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 0px -5px;
}
.profilestat li i::before {
  display: block;
  margin: 5px 0 0;
  text-align: center;
}
.profilestat li i.icon-cv,
.profilestat li i.icon-user {
  background: linear-gradient(160deg, #face69 40%, #fea967 100%);
}
.profilestat li i.icon-mail {
  background: linear-gradient(160deg, #54ebeb 40%, #6ccee0 100%);
}
.profilestat li h6 {
  font-size: 30px;
  font-weight: 600;
  /*  color: #8aadff; */
  color: #142d99;
  margin-bottom: 10px;
}
.profilestat li h6 span {
  font-size: 18px;
  color: #999;
}
.profilestat li p {
  font-size: 14px;
  color: #444;
  line-height: 18px;
  margin: 0;
}
.profilestat li strong {
  display: block;
  font-size: 14px;
  color: #333;
}
.instoretxt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #fefefe;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.instoretxt .credit {
  font-size: 24px;
  margin-bottom: 20px;
}
.instoretxt .currency {
  font-size: 16px;
  font-weight: 700;
}
.instoretxt .currency strong {
  /*  color: #8aadff; */
  color: #142d99;
}
.instoretxt strong {
  font-weight: 700;
  /*  color: #8aadff; */
  color: #142d99;
}
.instoretxt a {
  font-size: 18px;
  display: inline-block;
  padding: 9px 20px;
  /*  background: #8aadff; */
  background: #142d99;
  color: #fefefe;
  margin: 0 5px;
}
.instoretxt a:hover {
  background: #333;
  text-decoration: none;
}
.instoretxt a.history {
  background: #444;
}
/* The switch - the box around the slider */

.switchbox {
  margin: 0 10px 20px 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.switchbox .txtlbl {
  float: left;
  font-size: 16px;
  font-weight: 700;
  /*  margin-top: 5px; */
}
.switchbox .txtlbl i {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.switchbox strong {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  margin: 0;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px !important;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 30px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #ff6900;
}

.active-font-standard {
  color: #142d99 !important;
}
.font-standard a {
  color: #fd9537 !important;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

/**************************

	Pay Packages

**************************/

/*************************

	Three colum Packages

************************

.four-plan h3 {
  padding: 0px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.four-plan .boxes {
  list-style: none;
  border-radius: 5px;
  background: #fefefe;
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
}
.four-plan .boxes:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.four-plan .boxes li {
  display: block;
}
.four-plan .icon {
  font-size: 52px;
  color: #565656;
  padding: 30px 0;
}
.four-plan .plan-name {
  font-size: 26px;
  font-weight: 600;
  padding: 10px 0;
}
.four-plan .plan-date {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

*/
.plan-pages {
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #868686;
}
.plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2;
}
.order {
  font-size: 16px;
  padding: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.order a {
  /*  background: #8aadff; */
  background: #142d99;
  padding: 12px 20px;
  color: #fefefe;
  text-decoration: none;
  display: block;
}
.order.paypal a {
  background: #003087;
}
.order a:hover {
  background: #333;
}

.order button {
  /*  background: #8aadff; */
  background: #142d99;
  border-radius: 5px;
  padding: 12px 20px;
  color: #fefefe;
  text-decoration: none;
  display: block;
}
.order.paypal button {
  background: #003087;
}
.order button:hover {
  background: #333;
}

.main-plan {
  margin-bottom: 15px;
}
.main-plan .plan-price1-1 {
  font-size: 24px;
  float: left;
  color: #565656;
  padding-top: 22px;
  font-weight: 300;
}
.main-plan .plan-price1-2 {
  font-size: 48px;
  font-weight: bold;
  float: left;
  color: #222;
}
.main-plan .plan-price1-3 {
  font-size: 18px;
  float: left;
  line-height: 20px;
  margin-right: 30px;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 32px;
}
.main-plan .plan-price1-4 {
  display: block;
}
/*************************

	Three colum Packages

*************************/

.three-plan {
  padding: 100px 0;
}
.three-plan h3 {
  padding: 0px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.three-plan ul {
  list-style: none;
  background: #fefefe;
}
.three-plan li {
  padding: 0px;
}
.three-plan .boxes {
  background: #fefefe;
  margin-top: 30px;
}
.pricing-table1 {
  background: #ffc600;
  text-align: center;
  color: #fefefe;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1 strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.pricing-detail {
  list-style: none;
}
.pricing-detail li {
  display: block;
  text-align: center;
}
.pricing-unit1 {
  font-size: 57px;
  float: left;
  color: #ffc600;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit1-1 {
  font-size: 132px;
  font-weight: bold;
  color: #ffc600;
  float: left;
}
.pricing-unit1-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  float: left;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit1-3 {
  display: block;
}
.pricing-unit2 {
  font-size: 57px;
  float: left;
  color: #00aeff;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit2-1 {
  font-size: 132px;
  font-weight: bold;
  color: #00aeff;
  float: left;
}
.pricing-unit2-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit2-3 {
  display: block;
}
.pricing-unit3 {
  font-size: 57px;
  float: left;
  color: #56d700;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit3-1 {
  font-size: 132px;
  font-weight: bold;
  color: #56d700;
  float: left;
}
.pricing-unit3-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit3-3 {
  display: block;
}
.three-plan .plan-name-dt {
  font-size: 36px;
  font-weight: bold;
  color: #5c5c5c;
  padding: 0px 82px;
  padding-top: 75px;
  line-height: 44px;
  padding-bottom: 39px;
}
.three-plan .plan-good i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages {
  font-size: 16px;
  line-height: 43px;
  padding-left: 70px;
  font-weight: 300;
  color: #a8a8a8;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 i {
  color: green !important;
}
.three-plan .plan-detail i {
  color: red !important;
}
.pricing-table1-2 {
  background: #000;
  text-align: center;
  color: #fefefe;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1-2 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.pricing-table1-3 {
  background: #56d700;
  text-align: center;
  color: #fefefe;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1-3 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.three-plan .plan-pages i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2;
}
.three-plan .order-1 {
  background: #ffc600;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-1 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fefefe;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-2 {
  background: #000;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-2 a {
  background: #00aeff;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fefefe;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-3 {
  background: #56d700;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-3 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fefefe;
  text-decoration: none;
  display: inline-block;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 530px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.job-position-title a h3,
.jobinfo h3 {
  font-size: 20px;
  font-weight: 400;
  color: #dd4b39;
  margin: 10px 0 20px;
  padding: 17px 0 0;
  display: inherit;
}

.fnt-theme,
.fnt-theme a {
  color: #777 !important;
  transition: all linear 0.2s;
  line-height: 22px;
}
.fnt-theme-dark,
.fnt-theme-dark a {
  color: #555 !important;
}

.fnt-theme a:focus {
  text-decoration: none;
}

.fnt-theme:hover > a {
  background: #f2f2f2 !important;
}

.fnt-theme:hover > a + div a {
  color: #ff4b00 !important;
}

.btn-cancel {
  color: #333;
  background-color: #ddd;
  border-color: transparent;
}

.box-job-container .job-posted-description {
  margin: 20px 0;
  min-height: 110px;
}
.box-job-container .job-posted-description em {
  font-style: normal;
}

.job-posted-description {
  margin-bottom: 30px !important;
}

.job-posted-description li {
  border: none !important;
  padding: 0 0 0 30px !important;
  margin-bottom: 0 !important;
}

.job-posted-description li:hover {
  box-shadow: none !important;
  border: none !important;
}

.job-posted-description ul {
  margin: 0;
  padding: 0;
}

.job-posted-description ol {
  list-style-type: decimal !important;
  margin: 0 0 0 25px;
  padding: 0;
}
.job-posted-description ol li {
  padding: 0 5px !important;
  list-style: auto !important;
}

.relatedJobs .job-posted-description {
  margin: 0 15px;
}
.relatedJobs .job-posted-description em {
  font-style: normal;
}

.box-job-container .job-posted-description h2,
.box-job-container .job-posted-description h3 {
  font-size: 20px;
  margin: 20px 0;
}

.box-job-container .job-posted-description i,
.box-job-container .job-posted-description cite {
  font-style: normal;
}
.keywordlist {
  display: none;
}

.partners a {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 1px 2px 1px #ccc;
}
.partners a img {
  border-radius: 0px !important;
  width: 100px !important;
  max-width: initial;
  height: initial;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  margin: 0 auto;
}

.section-medium {
  color: #dd4b39;
}

section.companies, section.educations {
  padding: 20px 0;
}

section.educations > div.container:first-child {
  padding: 20px 40px 40px;

}

.ended-carousel .owl-stage-outer .owl-stage{
  padding-bottom: 10px;
}

section.companies h2, section.educations h2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 20px;
  text-align: center;
}
section.companies .fnt-theme > a {
  background: #f9f9f9;
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: solid 5px #f9f9f9;
  transition: all linear 0.5s;
}
section.companies .fnt-theme > a:hover {
  border: solid 5px #aaa;
}

section.companies .fnt-theme a img {
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px;
}

section.companies .fnt-theme a + .col-md-12 a {
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  padding: 10px 0;
}

section.companies .pagination li.page-item:nth-child(7),
section.companies .pagination li.page-item:nth-child(8),
section.companies .pagination li.page-item:nth-child(9) {
  display: none;
}

.test1234 {
  background-color: black;
}

.form-home {
  /* background: rgb(238 93 32);
  background: linear-gradient(160deg, rgb(216, 89, 35, 1) 0%, #ff4b00 100%); */
  border-radius: 3px;
  color: black;
  margin: 0 auto;
}

.form-home .form-group.select-single{
  margin-bottom: 0;
}

.form-home input,
.form-home select {
  border: none;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 20px;
  border-radius: 8px !important;
  height: 45px;
  border-radius: 0px;
}
.form-home select {
  margin-top: 4px;
}
.sidebar input::placeholder {
  color: #fff !important;
  opacity: 1;
}

.home-filter-container{
  display: flex;
  gap: 1rem;
}

.home-filter-item{
  width: 100%;
}

.home-filter-item:last-child{
  max-width: fit-content;
}

.home-filter-container .select2.select2-container.select2-container--default {
  width: 100% !important;
  display: block;
}

.form-control:focus:read-only {
  box-shadow: none;
}

.form-control:hover:read-only {
  cursor: not-allowed;
}

.form-control:focus:not(:read-only) {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0);
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-home .selection > span[role*="combobox"] {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  margin: 4px 0 0;
  height: 45px !important;
  padding: 7px 0 0;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.form-talents .selection > span[role*="combobox"] {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.form-home .selection > .select2-selection--single > span, .form-home .selection > .select2-selection--single > ul {
  color: #444;
  text-align: left;
  padding: 0 0 0 20px;
  font-size: 14px;
}

.toast-container{
  position: fixed;
  padding: 1rem;
  z-index: 99999;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

.toast{
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1px);
  text-wrap-mode: nowrap;
}

.toast-header{
  background-color: transparent;
  color: #fff;
}

.form-home .selection > .select2-selection--single span[role="presentation"] {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex: auto;
}
.form-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: unset;
}
.form-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  width: 10px;
  position: unset;
  border-style: unset;
  border-width: 0px;
  rotate: 90deg;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  margin-top: -10px;
}
.form-home
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\e906";
  color: #000;
}
.form-home .selection > .select2-selection--single span[role="presentation"] b {
  border-color: #000 transparent transparent transparent;
}

.form-home .selection > span[role*="combobox"][aria-expanded="true"] {
  background: #fff;
}
.form-home .selection > span[role*="combobox"][aria-expanded="true"] span {
  color: #777;
}

.form-home .select2-container--default .select2-selection--single .select2-selection__clear{
  margin-left: 10px;
  margin-right: 10px;
}

.form-home .selection .select2-selection__clear {
  position: absolute;
  right: 0;
  top: 5px;
}

.form-home button.btn-theme{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  height: 45px;
  border-radius: 8px;
  border: none;
  padding: 8px 10px !important;
  font-weight: normal;
  min-width: 100px;
  width: fit-content;
}

.form-left {
  padding: 0px 50px 0px 50px;
}

.form-button {
  padding-top: 15px;
}

.form-title {
  text-align: left;
}

.header-form-title {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  margin-bottom: 5px;
}

.header-form-desc {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #ff4b00;
}

.featured-jobs-button {
  justify-content: center;
}

.btn-explore {
  width: 200px !important;
  height: 75px !important;
  background-color: #ff4b00 !important;
}

.btn-search {
  background-color: #ff4b00 !important;
}

.featured-section {
  margin: 0px !important;
  padding-top: 0px !important;
}

.package-plan {
  justify-content: center;
  text-align: center;
}

.package-plan-company{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
}

.job-title-header {
  color: #333132 !important;
}

.jobButtons {
  padding: 0 20px 30px;
}
.myads .jobButtons {
  padding: 20px 0;
  margin: 20px 0 10px;
}
.middle .jobButtons {
  padding: 0 20px;
}
.middle .jobButtons a {
  margin: 0 0 10px;
  cursor: pointer;
}

.social-icon-item {
  margin-top: 10px;
}

.portfolio-caption {
}

.street-form {
  height: 70px !important;
}

.imgContact {
  text-align: center;
  padding: 30px 10px;
}

.alert-success {
  color: #444;
  background: linear-gradient(120deg, #ffb99c 0%, #ffb99c20 80%);
  border-radius: 3px;
  border: none;
}

.py-5.inner-page {
  min-height: calc(100vh - 200px - 292px);
}

#portfolio ~ .container {
  padding: 0 40px;
}

.wrapReset,
.wrapChange {
  min-width: 50%;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapReset > .row > div:first-child {
  margin: 20% 0 0;
}
.wrapChange.company .row > div:first-child {
  margin: 10% 0 0;
}
.wrapChange.company .row > div:last-child {
  margin: 0;
}

.paypackages {
  margin: 20px 0 40px;
}
.paypackages h3 {
  text-align: center;
  margin: 40px 0;
}
.paypackages .countpackage-1 .packages {
  width: 100% !important;
}
.paypackages .countpackage-2 .packages {
  width: 50%;
}
.paypackages .countpackage-3 .packages {
  width: 33.333333%;
}
.paypackages .countpackage-4 .packages {
  width: 25%;
}
.paypackages .countpackage-5 .packages {
  width: 20%;
}
.paypackages [class*="countpackage"] .packages {
  float: left;
  color: #333;
  position: relative;
}
.paypackages [class*="countpackage"]::after {
  content: "";
  display: block;
  clear: both;
}
.paypackages [class*="countpackage"] .packages.promo {
  color: #fff;
}
.paypackages [class*="countpackage"] .packages h3 {
  font-size: 20px;
  margin: 20px 0;
  text-wrap: nowrap;
}
.paypackages .packages .boxes {
  padding: 40px 20px 20px;
  margin: 10px;
  background: #f2f2f2;
  min-height: 400px;
  border-radius: 120px 0 50px;
  box-shadow: rgb(0 0 0 / 2%) 0px 15px 0px -5px;
}
.paypackages .packages .boxes .imgpackages {
  padding: 0 20px 15px;
  background: linear-gradient(
    -200deg,
    rgba(0, 0, 0, 0) 53%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: 0 0 120px;
  margin: -60px 0 0 -20px;
  width: 90%;
}
.paypackages .packages .boxes .imgpackages img {
  width: 50%;
}
.paypackages .packages .boxes .prices {
  font-size: 35px;
  font-weight: 600;
  color: #444;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 -20px 20px;
  padding: 20px 10px 10px 10px;
}
.paypackages .packages .boxes .prices span {
  opacity: 0.3;
  font-size: 28px;
  position: relative;
  top: -5px;
}
.paypackages .packages .boxes .plan-pages {
  font-size: 14px;
  line-height: 18px;
  color: #444;
  font-weight: 100;
}
.paypackages .packages.promo .boxes .plan-pages {
  color: #fff;
}
.paypackages .packages .boxes .order {
  margin: 20px 0 0;
}
.paypackages .packages.active .boxes {
  background: linear-gradient(160deg, #4c67e9 0%, #23368f 100%);
  box-shadow: rgb(0 0 0 / 6%) 0px 15px 0px -5px;
}
.paypackages .packages.active .boxes::before {
  content: "ACTIVE";
  display: block;
  position: absolute;
  right: 10px;
  top: 50px;
  background: linear-gradient(to bottom, #ff4b00, #ff7c00);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 11px;
  letter-spacing: -2px;
  padding: 3px 0 7px;
  animation: active 1.5s linear infinite;
}

@keyframes active {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
}

.paypackages .packages.active .boxes .prices {
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.paypackages .packages.active .boxes,
.paypackages .packages.active .boxes .prices,
.paypackages .packages.active .boxes .plan-pages {
  color: #ffffff;
}
.paypackages .packages .boxes .order a {
  background-image: linear-gradient(to right, #4c67e9, #23368f, #4c67e9);
 transition: all linear 0.3s;
  padding: 8px !important;
  font-size: 13px !important;
  background-size: 300% 100% !important;
  color: #fff !important;
  border: none;
  line-height: 20px !important;
}

.paypackages .packages.active .boxes .order a {
  background: rgba(255, 255, 255, 0.15);
}
.paypackages .packages.promo .boxes {
  background: linear-gradient(-210deg, #fa7c82 40%, #fed494 100%);
  box-shadow: rgb(0 0 0 / 4%) 0px 15px 0px -5px;
}
.paypackages .packages.active .boxes .imgpackages,
.paypackages .packages.promo .boxes .imgpackages {
  background: linear-gradient(
    -200deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.4) 100%
  );
}
.paypackages .packages.promo .boxes .prices {
  background:rgba(0,0,0,0.1);
  color: #fff;
}
.paypackages .packages.promo .boxes .order a,
.paypackages .packages.active .boxes .order a {
  width: 50%;
  display: unset;
}
.paypackages .packages.promo .boxes .order a[href*="wa.me"],
.paypackages .packages.active .boxes .order a[href*="wa.me"] {
  background-image: linear-gradient(to right, #2cac43, #238f32, #2cac43);
  padding: 10px 20px !important;
  font-size: 20px;
}
.paypackages .packages.promo .boxes .order a[href*="t.me"],
.paypackages .packages.active .boxes .order a[href*="t.me"] {
  background-image: linear-gradient(to right, #35a4f1, #308cc2, #35a4f1);
  padding: 10px 20px !important;
}
.paypackages .packages.promo .boxes .order a i,
.paypackages .packages.active .boxes .order a i {
  margin: 0;
}
.paypackages .packages.used .boxes {
  opacity: 0.5;
}
.paypackages .packages.used .boxes .order {
  display: none;
}
.paypackages .packages .boxes .order a:hover {
  background-position: 100% 0;
}

/*------------------ POPUP ----------------------------------------*/
.modal.show .modal-dialog .modal-header,
.modal.show .modal-dialog .modal-footer {
  border: none !important;
}

.modal-backdrop.fade.show {
  background: rgba(255, 255, 255, 0.2);
  transition: all linear 0.2s;
}
.modal.fade.loginModal.show,
.modal.fade.reportModal.show,
.modal.fade.shareModal.show{
  z-index: 99999;
}
.modal.fade.reportModal.show,
.modal.fade.shareModal.show{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal.fade.show {
  z-index: 9999;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
}
/* .modal.show .modal-dialog {
  top: 50px !important;
} */
.modal.show .modal-dialog .modal-content {
  border: none;
}
/*
.modal.show .modal-dialog .modal-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  position: absolute;
  top: 61px;
  z-index: 999999;
}

.modal.show .modal-dialog .modal-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
  position: absolute;
  bottom: 73px;
  z-index: 999999;
}*/
.modal.show .modal-dialog .modal-content .modal-header h4 {
  font-size: 20px;
  padding: 0 5px;
}
.modal.show .modal-dialog .modal-content > .modal-body {
  height: calc(100vh - 400px);
  overflow: auto;
}

.modal.shareModal.show .modal-dialog .modal-content > .modal-body{
  overflow: unset;
}

#popupHomepage .modal-dialog .modal-content > .modal-body {
  overflow: inherit;
}

.modal-body .select2-container {
  width: 100% !important;
}

.modal.fade.show[id*="show_test"] .modal-dialog .modal-content > .modal-body {
  height: calc(100vh - 300px);
  overflow: auto;
  margin: 0;
  padding: 0;
}
.modal.fade.show[id*="show_test"] .modal-dialog .modal-content::after {
  bottom: 0;
}
.modal.fade.show[id*="show_test"]
  .modal-dialog
  .modal-content
  > .modal-body
  iframe {
  width: 100% !important;
  height: 99% !important;
}
.modal.fade.show[id*="show_test"] .modal-title {
  width: 100%;
}
.modal.fade.show[id*="show_test"] .modal-title span:first-child {
  font-size: 14px;
}
.modal.fade.show[id*="show_test"] .modal-title span:last-child {
  color: #ff4b00;
}

.modal.show#shareModal .modal-dialog .modal-content::after {
  display: none;
}
.modal.show#shareModal .modal-dialog .modal-content > .modal-body {
  height: auto;
}

.personality-report,
.psychology-report {
  padding: 20px;
}

.personality-report table {
  margin-top: 30px;
}
.personality-report table,
.personality-report td,
.psychology-report table,
.psychology-report table td {
  border: none;
}
.psychology-report table tr:nth-child(odd),
.personality-report table tr:nth-child(odd) {
  background: #f9f9f9;
}
.psychology-report table tr:first-child,
.personality-report table tr:first-child {
  background: none;
  border-bottom: solid 1px #ff4b00;
}
.psychology-report table td img,
.personality-report table td img {
  width: 70px;
}

.wrapChange input::placeholder,
.modal-body input::placeholder,
.modal-body textarea::placeholder,
.login input::placeholder,
.registers input::placeholder,
input::placeholder,
textarea::placeholder,
.subscribe input::placeholder,
.userccount input::placeholder,
.contact-form input::placeholder {
  color: #bbb !important;
}

input[type="radio"] {
  height: 20px;
}

.select2-container {
  z-index: 1000;
}
.modal-open > .select2-container {
  z-index: 99999;
}

.login .col6 {
  width: 50%;
  float: right;
  padding: 20px;
}
.login::after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

.wrapperTest {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  min-height: calc(100vh - 467px);
}

.psychology-test .carousel-inner .questions {
  border-radius: 5px;
  margin: 10px 0;
}
.psychology-test .carousel-inner .questions > .row {
  margin: 0;
  background: #f6f6f6;
  padding: 20px;
}
.psychology-test .carousel-inner .questions > .row:first-child {
  margin: 0;
  padding: 40px 20px 40px 30px;
  background: #fbfbfb;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.psychology-test .carousel-inner .questions > .row:first-child > .col {
  padding: 0 0 0 25px;
}
.psychology-test .carousel-inner .questions > .row span {
  position: absolute;
  left: -30px;
  top: -5px;
  background: #aaa;
  color: #fff;
  width: 30px;
  padding: 5px 0;
  text-align: center;
}
.psychology-test .carousel-inner .questions.not-valid > .row span {
  background: #e94804;
  animation-name: notvalid;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
@keyframes notvalid {
  0% {
    background-color: #e94804;
  }
  50% {
    background-color: #fbbea4;
  }
  100% {
    background-color: #e94804;
  }
}
.psychology-test .carousel-inner .questions.not-valid > .row:first-child {
  color: #e94804;
}

.psychology-test .carousel-inner .questions :checked + label:before {
  display: none;
}
.psychology-test .carousel-inner .questions :checked + label {
  background: none;
  font-family: "Assistant", sans-serif !important;
}

.personality-test .carousel-inner h4 {
  font-size: 20px;
}
.personality-test .carousel-inner table {
  border-radius: 5px;
  overflow: hidden;
}
.personality-test .carousel-inner table,
.personality-test .carousel-inner table td {
  border: none;
}
.personality-test .carousel-inner table tbody tr {
  background: #f6f6f6;
  border-bottom: solid 1px #fff;
}
.personality-test .carousel-inner table tbody tr:first-child {
  background: #fbfbfb;
}
.personality-test .carousel-inner table tbody tr:first-child td {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
}
.personality-test .carousel-inner table tbody tr:first-child td span {
  position: absolute;
  left: 15px;
  top: 25px;
  background: #aaa;
  color: #fff;
  width: 30px;
  padding: 5px 0;
  text-align: center;
}
.personality-test .carousel-inner table.not-valid tr:first-child td span {
  background: #e94804;
  animation-name: notvalid;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.personality-test .carousel-inner table.not-valid tr:first-child td {
  color: #e94804;
}
.personality-test .carousel-inner table tbody tr td:last-child {
  width: 70%;
}
.personality-test .carousel-inner table tbody tr:nth-child(2) td {
  padding: 25px 10px 10px;
}
.personality-test .carousel-inner table tbody tr:last-child td {
  padding: 10px 10px 25px;
}

input[type="radio"] {
  accent-color: #ff4b00;
  background-color: #fff !important;
  margin: 0;
  font: inherit;
  color: currentColor !important;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #999 !important;
  border-radius: 50% !important;
  transform: translateY(-0.075em);
  place-content: center;
  display: inline-grid;
  cursor: pointer;
  padding: 0 !important;
}

.jobdetails .userccount {
  padding: 0 20px 30px;
}

.userccount .select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 14px;
  padding-left: 20px;
}

.datepicker-dropdown {
  z-index: 99999;
}

.footer-logo{
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.footer-logo a img {
  width: 120px;
  height: auto;
}

.psychology-test img {
  width: 100px;
}

.wrapperTest .test-indicators-1 {
  top: -40px;
  z-index: 0;
  height: fit-content;
}

.wrapperTest .carousel-indicators {
  bottom: -90px;
}

.wrapperTest .carousel-indicators li {
  pointer-events: none;
}

/*-------------------- FAQ ---------------------------*/
.faqs .nav-tabs .nav-link,
.job-applications .nav-tabs .nav-link {
  border-radius: 0;
  background: #f2f2f2;
  margin: 0 1px 0 0;
  height: 45px;
}
.faqs .nav-tabs .nav-item:first-child button,
.job-applications .nav-tabs .nav-item:first-child button {
  border-radius: 5px 0 0;
}
.faqs .nav-tabs .nav-item:last-child button,
.job-applications .nav-tabs .nav-item:last-child button {
  border-radius: 0 5px 0 0;
}
.faqs .nav-tabs .nav-link.active,
.job-applications .nav-tabs .nav-link.active {
  background: #999;
  border: none;
  color: #fefefe;
  position: relative;
}
.faqs .nav-tabs .nav-link.active:after,
.job-applications .nav-tabs .nav-link.active:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}

.under-maintenance {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    324deg,
    #8e2685,
    #f1634b 70%,
    rgba(241, 99, 75, 0)
  );
}

.under-maintenance .header {
  background: url(../img_new/bg.png) center top no-repeat;
  background-size: 1200px;
  height: 60vh;
}

.under-maintenance .header .logo {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px;
}
.under-maintenance h3 {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}

.under-maintenance h5 {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}

#popupHomepage .modal-dialog {
  margin: 0 auto;
  top: calc(50vh - 250px) !important;
}
#popupHomepage .modal-content button.close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
  font-size: 30px;
}

#popupHomepage .modal-content {
  width: auto;
  height: 500px;
  background: none;
}
#popupHomepage .modal-content::before,
#popupHomepage .modal-content::after {
  display: none;
}
#popupHomepage .modal-content > .modal-body {
  padding: 0;
}
#popupHomepage .modal-content > .modal-body img {
  width: 100%;
}
#popupHomepage .modal-content > .modal-body img.mobile {
  display: none;
}

.floating-button {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 50vh;
}
.move-right {
  right: 20px;
}
.move-right:before {
  content: "›";
  margin-right: -8px;
}
.move-left {
  right: -60px;
}
.move-left:before {
  content: "‹";
  margin-right: -8px;
}
.promoBtn {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 50vh;
  z-index: 99999;
}
.promoBtn a {
  width: 100px;
  display: block;
}
.promoBtn a span {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: -25px; /*-webkit-text-stroke: 1px #780f0f;*/
  color: #ef0017;
  font-weight: 900;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  padding: 0 30px 0 20px;
  margin: 0 -35px 0 -10px;
}
.promoBtn a img {
  float: right;
}
.promoBtn a img[src*="02"],
.promoBtn a img[src*="03"] {
  position: absolute;
  right: 53px;
  top: 15px;
}
.promoBtn a img[src*="03"] {
  display: none;
}
.promoBtn:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 30px;
}
.promoBtn a img[src*="02"] {
  animation: promoBtn 0.5s linear infinite;
}
@keyframes promoBtn {
  0% {
    right: 45px;
    top: 15px;
  }
  50% {
    right: 50px;
    top: 13px;
  }
  100% {
    right: 45px;
    top: 15px;
  }
}
.promoBtn a:hover img[src*="02"] {
  animation: promoBtn 0.2s linear infinite;
}

.promoBtn.move-left a img[src*="01"] {
  opacity: 0;
}
.promoBtn.move-left a img[src*="02"],
.promoBtn.move-left span {
  display: none;
}
.promoBtn.move-left a img[src*="03"] {
  display: block;
}

.descTest {
  margin: 0 -20px;
  padding: 7px 20px 15px;
  width: calc(100% + 40px);
  background: rgba(0, 0, 0, 0.02);
}
.descTest [class*="icon"] {
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
}

/*====================== RESUME ===================*/

.wrapFormResume {
  background: #f9f9f9;
  width: 100%;
  padding: 40px;
}
.formResume {
  max-width: 980px;
  margin: 0 auto;
}

#msform {
  position: relative;
  padding: 40px;
}
#msform fieldset {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#msform .profile {
  margin: 0 0 10px;
  padding: 20px 10px;
  background: #f9f9f9;
}
#msform .profile {
  font-size: 15px;
}
#msform .profile i {
  font-size: 22px;
  left: -4px;
  top: 4px;
  position: relative;
}
#msform .profile .aboutus p {
  background: #f2f2f2;
  font-size: 14px;
  padding: 20px 25px;
  margin: 20px -25px -20px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea,
#msform select {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #dd4b39;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#msform button[class*="btn"] {
  margin: 5px;
  display: flex;
  align-items: center;
}

#msform .btn-theme-previous {
  background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  border-radius: 3px;
  transition: all linear 0.3s;
  padding: 10px 20px !important;
  font-size: 16px !important;
  background-size: 300% 100% !important;
  color: #fff !important;
  border: none;
  height: 42px;
  line-height: 20px !important;
  width: 100px;
  margin: 5px;
}

#msform .btn-edit-profile{
  position: absolute;
  right: 0;
  top: 110px;
  font-size: 25px;
  z-index: 2;
}

#msform .btn-plus{
  width: 30px; 
  height: 30px; 
  border-radius: 50% !important; 
  padding: 0; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

#msform .btn-plus > .icon-add{
  font-size: 25px; 
  font-weight: 700;
}

#msform .contentbox>div:has(>:checked) {
  border: 1px solid #ff4b00;
}

#msform :checked + label span{
  background: #e94804;
  color: #fff;
  padding: 3px 10px 3px;
  font-family: "Assistant", sans-serif;
}

#msform .public-profile .contentbox>div{
  background-color: #f9f9f9;
}

#msform input[type="radio"][id^="cb"],
#msform label .selected,
#msform :checked + label .unselected {
  display: none;
}

#msform .text-center label {
  display: block;
  position: relative;
  cursor: pointer;
  background: #f9f9f9;
}

#msform label:before {
  background-color: #fff;
  color: #fff;
  content: " ";
  display: block;
  border-radius: 5px;
  border: 1px solid #dd4b39;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

#msform .text-center label img {
  width: 50%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  display: block;
  margin: 10px auto;
}

#msform :checked + label {
  border-color: #f9f9f9;
  font-family: icomoon !important;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 10px;
  z-index: -1;
}

#msform :checked + label:before {
  display: none;
  content: "\e92a";
  background-color: #dd4b39;
  transform: scale(1);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

#msform :checked + label .selected {
  display: block;
  background: #e94804;
  color: #fff;
  padding: 3px 10px;
  font-family: Assistant, sans-serif;
  margin: 10px auto 0;
  height: 42px;
}

#msform label span {
  padding: 9px 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

#msform .badge-premium-cv {
  position: absolute;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

#msform .badge-free-cv {
  position: absolute;
  top: 10px;
  width: fit-content;
  height: 36px;
  padding: 0 10px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
/*progressbar*/
#progressbar {
  overflow: hidden;
  counter-reset: step;
  padding: 0;
  max-width: 800px;
  margin: 30px auto 10px;
}

#progressbar li {
  list-style-type: none;
  color: #666;
  font-size: 16px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #333;
  background: #f2f2f2;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f2f2f2;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #ff4b00;
  color: white;
}

.select-single .select2-selection__rendered {
  line-height: 33px !important;
}

.select-single .select2-container .select2-selection--single {
  height: 37px !important;
}

.select-single .select2-selection__arrow {
  height: 36px !important;
}

.graphicContent {
  float: left;
}
.graphicContent img {
  padding: 40px;
}
.colright .graphicContent {
  float: right;
}
.colright .graphicContent img {
  padding: 0 40px 40px;
}

.formResume .progress {
  height: 8px;
  width: 80%;
  margin: 30px auto 0;
}
.formResume .progress .progress-bar {
  background-color: #ff4b00 !important;
}

#showSearch {
  margin: -30px 15px 15px;
}
#mobile-jobFilterSideBar {
  margin: 0 15px 30px;
}

.orders {
  max-width: 1300px;
  margin: 50px auto;
  position: relative;
}
.orders .col-md-12 table.table {
  display: block;
  border-top: solid 1px #ff4b00;
}
.orders .col-md-12 table.table td,
.orders .col-md-12 table.table th {
  border-top: none;
}
.orders .col-md-12 table.table tbody tr th {
  padding: 20px 10px;
}
.orders .col-md-12 table.table tbody tr td {
  padding: 15px;
}
.orders .col-md-12 table.table tbody tr td a {
  color: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.orders .col-md-12 table.table tbody tr td a i.icon-download {
  font-size: 28px;
}
.orders .col-md-12 table.table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
.orders .col-md-12 table.table tbody tr td .badge {
  padding: 7px 10px;
}

.orders .table td.files{
  display: flex;
  gap: 1rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
  height: 80px;
  top: calc(50% - 40px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.carousel-control-next [class*="icon"],
.carousel-control-prev [class*="icon"] {
  top: 0;
  margin: 0;
}

.loadingoverlay::after {
  content: "";
  width: 150px;
  height: 150px;
  border: dashed 2px #ddd;
  position: absolute;
  border-radius: 100px;
  animation-name: loadingoverlay_animation__rotate_right;
  animation-duration: 5000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loadingoverlay_element {
  animation-name: unset !important;
}

/* Blog Post */

.bdp-post-grid {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  width: calc(100% - 20px);
  padding: 0 0 25px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
}

#youtube-video .bdp-post-grid {
  position: relative;
}

#youtube-video .bdp-post-grid > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 54px;
  opacity: 0;
  transition: all linear 0.3s;
}

#youtube-video .bdp-post-grid > a:hover {
  opacity: 1;
}

.bdp-post-grid:hover {
  border: 1px solid #ff4b00;
  box-shadow: var(--box-shadow-primary);
}

.bdp-post-grid-content {
  display: flex;
  flex-direction: column;
  height: 490px;
}

.bdp-post-grid-content.youtube {
  height: 430px;
}

.bdp-post-grid .bdp-post-grid-content h2 {
  text-align: left;
  padding: 5px 40px;
  line-height: 26px;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin: 0 0 10px !important;
  color: #666;
}

.bdp-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-content {
  text-align: left;
  padding: 10px 40px 0;
}

.bdp-post-short-content {
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bdp-post-short-content .read-more {
  display: none;
}

.bdp-post-categories a {
  display: inline-block;
  color: #777;
  z-index: 9;
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  border: none;
  padding: 3px 7px;
  margin: 0 0 5px;
}

.bdp-post-categories {
  text-align: left;
  padding: 0 40px;
  margin: 0;
  width: 100%;
}

.bdp-post-meta {
  line-height: normal !important;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  padding: 5px 40px;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-meta {
  color: #aaa;
}

.bdp-post-meta span.bdp-post-meta-innr {
  font-size: 12px;
  display: inline-block;
}

.bdp-post-image-bg {
  margin: 0 0 20px;
}

/* Navbar */

.ast-icon .icon-arrow {
  font-size: 25px;
  margin: -10px 5px -10px -5px;
  position: relative;
  top: 5px;
  display: inline-block;
}

.ast-icon svg {
  height: 9.59375px;
  width: 9.59375px;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
  top: -2px;
}

.dropdown-resign {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-content a {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-content a:hover {
  color: #d44205 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #fff;
}

.header-content {
  margin-top: -64px;
  height: 64px;
  top: 0px;
  z-index: 10;
}

.header-content.is-pinned{
  position: sticky;
  box-shadow: 0 4px 5px rgba(0,0,0,0.05);
  width: 100%;
  max-width: inherit !important;
  background-color: #ffffff;
  /* background-color: rgba(255,255,255,0.8); */
}

.main-navigation-homepage.is-pinned, .main-navigation.is-pinned{
  position: sticky;
  top: -186px;
  z-index: 10;
}

.main-navigation .dropdown-toggle {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-content .form-home .col-md-3, .header-content .form-home .col-md-5, .header-content .form-home .col-md-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.header-content .form-header .col-md-12 .form-home{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  height: 64px;
  margin-left: -15px;
  margin-right: -15px;
  transition: all linear 0.2s;
}

.header-content .form-header .col-md-12 .form-home form{
  width: 100%;
  padding: 0 10px 0 0;
  margin-right: 15px;
}

.header-content.is-pinned .form-header .col-md-12 .form-home .main-logo{
  display: block !important;
  text-align: left;
  margin-left: 40px;
}

.header-content .form-header .col-md-12 .form-home .main-logo img{
  object-fit: contain;
}

#btnnavbar .dropdown:first-child button{
  border-radius: 8px 0px 0px 8px;
}

#btnnavbar .dropdown:last-child button{
  border-radius: 0px 8px 8px 0px;
}

.btn-outline-theme{
  background-image: linear-gradient(to right, #ffffff, #eff2ff, #ffffff);
  background-size: 300% 100%;
  transition: all linear 0.3s;
}

.btn-outline-theme:hover{
  background-position: 100% 0;
}

.talent-card.row .detail {
  padding: 20px 0;
  margin: 0;
  border-radius: 16px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.talent-card.row .detail .image {
  float: left;
  width: 85px;
  height: 85px;
  margin: 0 20px 0 20px;
  border-radius: 100%;
  border: none !important;
  position: relative;
  overflow: hidden;
  display: flex;
}

.talent-card.row .detail .jobinfo {
  position: relative;
  margin: 0px;
  width: 100% !important;
  height: 120px;
  padding: 0 30px 15px 125px;
  border-bottom: 1px solid #e0e0e0;
}

.talent-card.row .detail .jobinfo h3 {
  font-size: 20px;
  font-weight: 600;
  color: #21409a;
  display: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.talent-card.row .detail .jobinfo h3 ~ .d-flex {
  margin: 0 !important;
}

.talent-card.row .detail p {
  color: #444444;
  margin: 0;
  min-height: 30px;
}

.talent-card.row .detail span.px-2  {
  font-size: 14px;
}

.talent-card.row .detail a [class*="icon"] {
  margin: 0px 2px -10px -5px;
}
.talent-card.row .detail .jobinfo .skills {
  padding: 5px 0;
  overflow-y: hidden;
  height: 36px;
}

.talent-card.row .detail .skills span {
  background: #e9e9e9;
  padding: 2px 6px;
  margin: 3px 3px 0 0;
  font-size: 13px;
  display: inline-block;
}

.talent-card.row .detail p.summary {
  padding: 20px 30px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  height: 104px;
}

.talent-card.row .detail p.skills,
.experience-point {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
}

.talent-card.row .detail p.skills span,
.experience-point > span {
  background: #e9e9e9;
  padding: 2px 6px;
  margin: 3px 3px 0 0;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.talent-card.row .detail .action-button {
  padding: 20px 30px 0;
}

.talent-status {
  color: #D85923;
  font-size: 14px;
  font-weight: 600;
}
.contact-me {
  background-image: linear-gradient(#d85923, #ff4b00);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.16px;
  padding: 12px 15px;
  cursor: pointer;
  margin: 10px 0 10px 20px;
}
.contact-me:hover {
  color: #ffffff;
  box-shadow: var(--box-shadow-primary);
}
.talent-job {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  color: #aa3404;
  padding: 20px 0px;
  margin: 0px;
  display: inherit;
  border-top: 0px;
  border-bottom: 1px solid #e0e0e0;
}
.talent-detail h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 0;
  margin-bottom: 0;
}
.talent-detail p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.31px;
  color: #444444;
}
.talent-detail .skills {
  color: #21409a;
}
.talent-body {
  padding: 20px 0px;
}
.sign-in-talent {
  border: 1px solid #d85923;
  color: #d85923;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.16px;
  padding: 5px 10px;
  cursor: pointer;
}


/*Arief*/
.form-home .selection > span[role*="combobox"]{
  padding: 0;
}
.main-navigation-homepage {
  background: linear-gradient(
    260.55deg,
    #779cf7 -7.37%,
    #f0f4ff 62.05%,
    #ef9d78 96.81%,
    #f2787f 134.63%
  );
  height: 250px;
}
.main-navigation {
  background-image: url(../img_new/graphic-header.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 200px;
}
.building-art {
  position: absolute;
  width: 100%;
  height: 250px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.person-art {
  position: absolute;
  top: 50px;
  height: 200px;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20%;
  right: 20%;
}
.graphics-art {
  position: absolute;
  height: 250px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 10%;
  right: 20%;
}

.default-jobs .btn-icon{
  color: #999999;
}

.default-jobs{
  color: #444444;
}

.default-jobs .list-default-jobs, .default-jobs .job-preview{
  padding-right: 10px;
}

.default-jobs .job-preview{
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  min-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 30px 0px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.default-jobs .job-preview .company-profile{
  padding-bottom: 20px;
}

#previewModal .job-preview .company-profile {
  overflow-wrap: break-word;
}

.default-jobs .job-preview .job-preview-header, .default-jobs .job-preview .job-preview-action, .default-jobs .job-preview .job-preview-content{
  padding: 0px 30px;
}

.default-jobs .short-description ul {
  padding-left: 15px;
  margin: 0;
}

.default-jobs .job-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: -30px;
    width: calc(100% + 60px);
    padding: 0 30px 20px !important;
}

.default-jobs .job-title h4 {
  color: #333333;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.default-jobs .job-title > p{
  color: #333333;
  height: 36px;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.job-preview .job-title > span > a,
.default-jobs .job-title > span > a{
  font-size: 18px;
  color: #21409a;
}

.default-jobs .job-header button{
  background: transparent;
  outline: none;
  border: 0px;
  padding: 0px;
  display: flex;
  color: #999;
}

.default-jobs button.saved svg path {
  fill: #ff4b00;
  fill-opacity: 1;
}

.default-jobs .list-default-jobs{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faqs .card,
.default-jobs .list-default-jobs .card{
  display: flex;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16px;
  transition: all linear 0.2s;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.faqs .card {
  padding: 12px 20px;
  border-radius: 8px !important;
  gap: 15px;
}

.default-jobs .list-default-jobs .card{
  padding: 25px 30px 35px !important;
  gap: 25px;
}

.card:has(.collapse.show), 
.default-jobs .list-default-jobs .card.active, 
.default-jobs .list-default-jobs .card:hover{
  border:1px solid #ff4b00;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
}

.default-jobs .list-default-jobs .card textarea{
  display: none;
}

.default-jobs .list-default-jobs .job-header .icon, .default-jobs .list-default-jobs .job-header .icon img{
  min-width: 50px;
  max-width: 50px;
}

.default-jobs .list-default-jobs .card .short-description {
  font-size: 15px;
}

.default-jobs .list-default-jobs .card .short-description ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.default-jobs .list-default-jobs .card .short-description ul li span:first-child{
  font-size: 24px;
  line-height: 17px;
}

.default-jobs .list-default-jobs .card .location-status-job {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.default-jobs .list-default-jobs .card .short-description ul li{
  display: flex;
  gap: 0.25rem;
}

.default-jobs .list-default-jobs .card .short-description ul li span:last-child{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.default-jobs .list-default-jobs .job-preview-favorite [class*="icon"]{
  font-size: 25px;
}

.job-title .location-status-job {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 0.25rem;
}

.job-title .location-status-job span { 
  font-size: 14px;
}

.job-title .location-status-job > .job-location > span, .job-title .location-status-job > .job-status > span, .job-title .location-status-job > .job-salary > span{
  margin-left: 10px;
}

.w-full{
  width: 100%;
}

#previewModal .modal-dialog{
  padding: 30px 20px;
}

#previewModal .modal-body {
  padding: 30px 0;
}

#previewModal.modal.show .modal-dialog .modal-content { 
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  height: calc(100vh - 60px);
}

.job-preview{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.job-preview .border-top{
  height: 0px;
}

.preview-job-logo {
  width: 190px;
}

.preview-job-logo img {
  object-fit: contain;
}

.job-preview .job-preview-header{
  display: flex;
  padding: 0 30px;
}

.job-preview .job-preview-header h4{
  font-size: 20pt;
}

.job-preview .job-preview-header span{
  font-size: 12pt;
}

.job-preview .job-title{
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}

.job-preview-action{
  padding: 0 30px;
  display: flex;
  gap: 1rem;
}

.job-preview-action button{
  background-color: transparent;
  outline: none;
}

.job-preview .job-preview-content{
  font-size: 17px;
  padding: 0 30px;
}

.card-talent .detail.active{
  border: 1px solid #ff6500;
}

.card-talent.col-md-12 .jobinfo .d-flex{
  flex-direction: column !important;
  align-items: start !important;
}

.card-talent.col-md-12 .jobinfo .d-flex .px-2{
  padding: 0 !important;
}

.formFloating .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.formFloating .form-label-group > input,
.formFloating .form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.formFloating .form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all .1s ease-in-out;
  cursor: text;
  z-index: 3;
}

.formFloating .form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.formFloating .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.formFloating .form-label-group > .form-control{
  height: 50px;
  border-radius: 8px;
}

.formFloating .form-label-group > input.form-control::placeholder{
  opacity: 0 !important;
}

.formFloating .form-label-group > .form-control:focus{
  border: solid 1px #ff4b00 !important;
}

.formFloating .form-label-group.select-wrapper::before{
  content: '\f0d7';
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 13px;
  pointer-events: none;
}

.formFloating .form-label-group .select2-selection{
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formFloating .form-label-group .select2-selection .select2-selection__placeholder{
  color: #495057;
}

.formFloating .form-label-group .select2-selection > .select2-selection__arrow{
  top: 10px;
  right: 10px;
}

.formFloating .form-label-group .select2-selection > .select2-selection__arrow > b{
  margin: 0;
  position: inherit;
}

.formFloating .form-label-group > select.form-control:invalid ~ .select2-container .select2-selection > span:first-child::after{
  content: " *";
  color: #ff4b00;
}

.formFloating .form-label-group > input.form-control[required] ~ label:after {
  content:" *";
  color: #ff4b00;
}

.no-search .select2-search {
  display: none;
}

.formFloating .form-label-group.input-group > .form-control{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.formFloating .form-label-group.input-group > .form-control:focus{
  border-right: 0 !important;
}

.formFloating .form-label-group.input-group > .input-group-append{
  z-index: 3;
}

.formFloating .form-label-group.input-group > .input-group-append > .input-group-text{
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.formFloating .form-label-group.input-group > .form-control:focus ~ .input-group-append > .input-group-text{
  border: solid 1px #21409a !important;
  border-left: 0 !important;
}

.formFloating .form-label-group.input-group > .input-group-append > .input-group-text{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 8px 8px 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.formFloating .form-label-group.input-group.has-error > .input-group-append > .input-group-text{
  border-color: #a94442;
}

.formFloating .form-label-group.input-group > .help-block{
  flex-basis: 100%;
}

.formFloating .has-error > .help-block{
  margin-bottom: 0;
  font-size: 12px;
}

.formFloating .action-column, #contactForm .action-column{
  border-bottom: 1px solid #eee;
}

.loginModal .close-modal-login svg{
  width: 14px;
  height: 14px;
}

.loginModal .close-modal-login{
  border: 0;
  background: transparent;
  position: relative;
  top: -20px;
}

.loginModal .modal-title{
  color: #21409A;
  font-size: 28px;
}

.loginModal .modal-content{
  padding: 40px;
  border-radius: 16px;
}

.loginModal .modal-body{
  height: auto !important;
  padding-bottom: 0px;
}

.loginModal .modal-body > form{
  margin: 0;
}

.loginModal button.btn.btn-theme{
  border-radius: 8px;
  font-weight: 600;
}

.loginModal a.btn.btn-theme-secondary{
  background-color: #21409A;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 30px;
}

.loginModal a.forgot.disabled {
  color: #ffd3a5;
}

.loginModal a.forgot {
  text-align: left;
  color: #ff4b00;
  padding: 10px 0;
}

.loginModal .button-action-group{
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.nav-item.translate{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale {
  position: relative;
  display: inline-block;
}

.sale::before {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid green;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.card-edu-banner-container{
  max-width: 1100px !important;
  margin: 0 auto;
  padding: 0 40px;
}

.card-edu-banner-container .card {
  margin: 40px 0px;
}

.card-edu-banner-container .card .card-body{
  padding: 0;
}

.card-edu-banner-container .card .card-title {
  font-weight: 600;
  font-size: 30px;
}

.card-edu {
  overflow: hidden;
  min-height: 450px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: var(--box-shadow-primary);
}

.card-edu:hover {
  box-shadow: 0 0 2px rgba(10, 10, 10, 0.3);
}

.card-edu-img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
/* .card-edu-img::after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  color: #f9f9f9;
} */

.card-edu-img img{
  width: 100%;
}

.card-edu-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}

.card-edu .card-body{
  overflow-y: auto;
  padding: 0px 30px 10px 30px;
  border-top: 1px solid #e7e7e7;
}

.card-edu .card-status{
  overflow-y: auto;
  padding: 20px 30px;
  border-top: 1px solid #e7e7e7;
}

.card-edu .card-status p{
  margin: 0px;
  line-height: 20px;
  color: #333333;
}

.card-edu .card-body .text-lecturer{
  padding: 2px 30px;
  margin: 0 -30px;
  font-size: 20px;
  font-weight: 600;
  color: #ff4b00;
}

.card-edu .card-body .text-position{
  padding: 3px 0;
  margin: 0 0 8px;
  width: fit-content;
  font-size: 14px;
  margin-top: -10px;
  color: #333;
}

.card-edu .card-body .card-title{
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-edu .card-body .card-text{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-edu .card-body .card-text.summary{
  height: 60px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
}

.card-edu .card-footer{
  border-top: 0px;
  background: inherit;
  border-color: inherit;
  padding: 10px 30px;
}

.ratings{
  margin-right:10px;
}

.ratings i{
  
  color:#cecece;
  font-size:20px;
}

.rating-color{
  color: #ff4b00 !important;
}

.review-count{
  font-weight:400;
  margin-bottom:2px;
  font-size:16px !important;
}

.card-edu .price{
  font-weight:600;
  margin:0px;
  font-size:20px !important;
  color: #333333;
}

.edu-container .navbar-primary{
  background-color: transparent;
  border: none;
}

.edu-container .navbar-primary .container{
  max-width: 1100px !important;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.edu-container h3.text-theme-3{
  font-size: 24px;
}

.edu-main-content{
  padding: 40px 0;
}

.navbar-primary{
  position: sticky;
  top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  z-index: 1;
}

.navbar-primary.is-pinned{
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  z-index: 10;
  border-bottom: none;
  height: 64px;
  background-color: #ffffff;
}

.navbar-primary.is-pinned .container > .nav {
  margin: 18px 0 0 0;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
  flex-wrap: nowrap;
}

.navbar-primary.is-pinned .action-button{
  display: flex !important;
}

.navbar-primary .nav-item .nav-link,
.navbar-primary .nav-item.nav-link {
  color: #999999;
}

.navbar-primary .nav-item .nav-link:hover,
.navbar-primary .nav-item.nav-link:hover{
  color: #666666;
}

.navbar-primary .nav-item.active .nav-link {
  color: #ff4b00;
  padding: 5px 20px;
}

.navbar-primary .nav-item.active.nav-link:hover,
.navbar-primary .nav-item.active .nav-link:hover{
  color: #aa3404;
}

.navbar-primary .nav-item {
  font-size: 20px;
  display: inline-block;
}

.navbar-primary .nav-item.active {
  border-bottom: solid 3px #ff4b00;
}

.edu-container{
  position: relative;
}

.edu-collapse .scrollspy{
  height: 65px;
  display: block;
  height: 65px;
  margin-top: -45px;
  visibility: hidden;
}

.edu-collapse:first-child .scrollspy{
  margin-top: -65px;
}

.edu-collapse-content p{
  line-height: 32px;
}

.edu-collapse-content{
  position: relative;
  transition-duration: 500ms;
  height: 350px;
  padding: 20px 0px;
  overflow: hidden;
}

.edu-collapse-content::after{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, rgba(255, 255, 255, 1) 40%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.edu-collapse-content.bg-gray {
  padding: 25px 30px;
}

.edu-collapse-content.bg-gray p{
  padding: 0;
}

.edu-collapse-content.show{
  height: fit-content;
}

.edu-collapse-content.show::after{
  background: transparent;
}


.edu-toggle-content{
  margin-top: -25px;
  z-index: 5;
  position: relative;
}

.edu-feature, .edu-schedule, .edu-language{
  padding: 20px 0;
}

.edu-right-area{
  min-width: 300px;
  max-width: 100%;
  height: fit-content;
  position: sticky;
  top: 70px;
}

.edu-information .pricing-area, .edu-information .event-status-area{
  background-color: #f9f9f9;
  padding: 10px 20px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.edu-information .real-price{
  text-decoration: line-through;
  margin-bottom: 0px;
  color: #333333;
}

.edu-information .discount-price{
  color: #dd4b39;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}

.edu-main-content .offer-dedicated-nav .nav-link.active,
.edu-main-content .offer-dedicated-nav .nav-link:hover,
.edu-main-content .offer-dedicated-nav .nav-link:focus {
  border-color: #3868fb;
  color: #3868fb;
}
.edu-main-content .offer-dedicated-nav .nav-link {
  border-bottom: 2px solid #fff;
  color: #000000;
  padding: 16px 0;
  font-weight: 600;
}
.edu-main-content .offer-dedicated-nav .nav-item {
  margin: 0 37px 0 0;
}
.edu-main-content .detailed-action-btn {
  margin-top: 12px;
}
.edu-main-content .detailed-header-right .btn-success {
  border-radius: 3px;
  height: 45px;
  margin: -18px 0 18px;
  min-width: 130px;
  padding: 7px;
}
.edu-main-content .text-black {
  color: #000000;
}
.edu-main-content .icon-overlap {
  bottom: -23px;
  font-size: 74px;
  opacity: 0.23;
  position: absolute;
  right: -32px;
}
.edu-main-content .menu-list img {
  width: 41px;
  height: 41px;
  object-fit: cover;
}
.edu-main-content .detailed-header-left img {
  width: 88px;
  height: 88px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.edu-main-content .reviews-members .media .mr-3 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.edu-main-content .rounded-pill {
  border-radius: 50rem!important;
}
.edu-main-content .total-like-user {
  border: 2px solid #fff;
  height: 34px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
  width: 34px;
}
.edu-main-content .total-like-user-main a {
  display: inline-block;
  margin: 0 -17px 0 0;
}
.edu-main-content .total-like {
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  height: 34px;
  line-height: 33px;
  padding: 0 13px;
  vertical-align: top;
}
.edu-main-content .ratings-and-reviews .reviews-members:nth-last-child(-n + 1 of .reviews-members:not(.d-none))  {
  border-bottom: 0px !important;
}
.edu-main-content .graph-star-rating-header{
  width: 170px;
}
.edu-main-content .graph-star-rating-body{
  width: 100%;
}
.edu-main-content .graph-star-rating-header .star-rating {
  font-size: 17px;
}
.edu-main-content .progress {
  background: #f2f4f8 none repeat scroll 0 0;
  border-radius: 0;
  height: 20px;
}
.edu-main-content .progress-bar {
  background: #21409a;
}

.edu-main-content .rating-list {
  display: inline-flex;
  margin-bottom: 10px;
  width: 100%;
}
.edu-main-content .rating-list-left {
  height: 16px;
  width: fit-content;
  padding: 0 20px;
  white-space: nowrap;
}
.edu-main-content .rating-list-center {
  width: 100%;
}
.edu-main-content .rating-list-right {
  text-align: right;
  width: fit-content;
}
.edu-main-content .slider-pics {
  bottom: 0;
  font-size: 12px;
  left: 0;
  z-index: 999;
  padding: 0 10px;
}
.edu-main-content .slider-view-all {
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
.modal-content { border-radius: 0;}

.event-status-container{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--box-shadow-primary);
}

.event-status{
  position: absolute;
  color: #fff;
  font-weight: 600;
  rotate: -45deg;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: -39px;
  top: -8px;
}

.event-status.event-status-ended{
  background-image: linear-gradient(to right, #666666, #999999) !important;
}

.event-status.event-status-upcoming{
  background-image: linear-gradient(to right, #21409a, #2d6ae3) !important;
}

.event-status.event-status-ongoing{
  background-image: linear-gradient(to right, #ff4b00, #ff7c00) !important;
}

.public-company .owl-carousel .owl-item img,
.jobdetail .owl-carousel .owl-item img{
  max-width: 54px;
}



/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -75px;
  padding: 10px;
  width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: 5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ribbon {
  background: #e6e6e6;
  height: 30px;
  width: fit-content;
  padding-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

.ribbon:after{
  content: '';
  border: 15px solid #e6e6e6;
  border-right-color: transparent;
  border-right-width: 10px;
  position: absolute;
  top: 0;
  right: -25px;
}

.ribbon-reverse {
  background: #e6e6e6;
  height: 30px;
  width: fit-content;
  padding-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  padding-left: 15px;
}

.ribbon-reverse:after{
  content: '';
  border: 15px solid #e6e6e6;
  border-left-color: transparent;
  border-left-width: 10px;
  position: absolute;
  top: 0;
  left: -10px;
}

.ribbon-reject{
  color: #ff4b00;
}
.ribbon-hire{
  color: #21409a;
}
.badge-unvisited{
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
  color: #ff4b00;
  border-radius: 0px;
}

.message-content-detail{
  margin-top: 20px;
}

.message-content-wrapper{
  background-color: #fff;
  border-radius: 16px;
  box-shadow: var(--box-shadow-primary);
  position: sticky;
  top: 40px;
  margin-top: 20px;
}

.message-action{
  display: flex;
  justify-content: right;
  margin-top: 25px;
  right: 20px;
  gap: 1rem;
  z-index: 1;
  position: absolute;
}

.message-action > a, .message-action > button{
  color: #444;
}

.unread > a > h5 {
  font-weight: 700 !important;
}

.unread > a > h5:before {
  content: '•';
  font-size: 32px;
  color: #ff4b00;
  position: absolute;
  top: 6px;
  left: 25px;
}

.messages .badge-message{
  font-size: 12px;
  font-weight: 700;
  background-color: #eee;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 15px;
}

.messages .badge-before{
  position: absolute;
  left: 10px;
  color: #ff4b00;
  font-weight: 700;
}

.message-content{
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

/*****************CHAT BODY *******************/
.chat{
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  height: calc(100dvh - 124px) !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-body h6 {
  font-size: 20px;
  margin: 0 0 20px;
}
.chat-body .answer.left {
  padding: 20px 0 0 18px;
  text-align: left;
  float: left;
}
.chat-body .answer {
  position: relative;
  max-width: 500px;
  clear: both;
}
.chat-body .answer.left .avatar {
  left: 0;
}
.chat-body .answer .avatar {
  bottom: 36px;
}
.chat .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
}
.chat .avatar img {
  display: block;
  border-radius: 20px;
  height: 100%;
}
.chat-body .answer .name {
  font-size: 14px;
  line-height: 36px;
}
.chat-body .answer.left .avatar .status {
  right: 4px;
}
.chat-body .answer .avatar .status {
  bottom: 0;
}
.chat-body .answer.left .text {
  background: #ebebeb;
  color: #333333;
  border-radius: 8px 8px 8px 0;
}
.chat-body .answer .text {
  padding: 12px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.chat-body .answer.left .text:before {
  left: -30px;
  border-right-color: #ebebeb;
  border-right-width: 12px;
}
.chat-body .answer .text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border: 18px solid transparent;
  border-bottom-width: 0;
}
.chat-body .answer.left .time {
  color: #666666;
}
.chat-body .answer .time {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  padding-bottom: 1px;
}
/*RIGHT*/
.chat-body .answer.right {
  padding: 20px 18px 0 0;
  text-align: right;
  float: right;
}

.chat-body .answer.right .avatar {
  right: 0;
}
.chat-body .answer.right .avatar .status {
  left: 4px;
}
.chat-body .answer.right .text {
  background: #ffd3a5;
  border-radius: 8px 8px 0 8px;
}
.chat-body .answer.right .text:before {
  right: -30px;
  border-left-color: #ffd3a5;
  border-left-width: 12px;
}
.chat-body .answer.right.pending .text{
  background: #ebebeb;
}
.chat-body .answer.right.pending .text:before{
  border-left-color: #ebebeb;
}
.chat-body .answer.right .time {
  color: #666666;
}

.chat .formMessage{
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  padding: 0 40px 0 0;
}

.user-info{
  display: flex;
  gap: 0.5rem;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: var(--box-shadow-primary);
  padding: 10px 30px;
}

.user-info > .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.user-info > .avatar > img {
  border-radius: 50%;
}

.user-info > .info > h3{
  font-size: 20px;
}

.user-info > .info > span{
  font-size: 14px;
}

html:not(root) body{
  overflow-x: hidden;
}

.dashboard-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  color: #444444;
  border-radius: 8px;
  box-shadow: var(--box-shadow-primary);
  padding: 20px;
}

.dashboard-card:hover > .dashboard-value{
  color: #ff4b00;
}

.dashboard-card > [class^="icon-"],
.dashboard-card > [class*=" icon-"] {
  font-size: 42px;
  color: #ff4b00;
}

.dashboard-value{
  font-size: 42px;
  line-height: 56px;
  color: #21409a;
  font-weight: 600;
}

.dashboard-caption{
  text-align: center;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.company-job-list{
  min-height: calc(100vh - 492px);
}

.company-job-list div.companyName,
.job-application-container div.companyName{
  color: #444 !important;
  font-size: 14px;
  font-weight: 500;
}

.company-job-list div.companyName > .location{
  color: #999;
}

.section-2fa{
  min-height: calc(100vh - 492px);
}

.radio-list{
  display: flex;
  gap: 1rem;
}
label.radio-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.select2-container--default .select2-selection--single{
  border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #aaa;
}
textarea.form-control{
  border-radius: 8px;
}
.must-login{
  color: #ff4b00 !important;
}
#headlessui-portal-root > div > div{
  z-index: 10;
}
.company-job-list .jobimg{
  display: flex;
  align-items: center;
  height: 75px;
}

#selectedCv > .icon-close{
  cursor: pointer;
  font-weight: 600;
}

#selectedCv > .icon-close:hover{
  color: #ff4b00;
}

.companyName > .fulltime{
  display: block;
  height: 39px;
}

.talents-latest-position{
  font-size: 14px;
  color: #666;
  position: relative;
  top: 8px;
}

#cv_file,
#certificate_file,
#logo{
  display: none !important;
  cursor: pointer;
}

.card-status .schedule-text{
  font-size: 16px;
}

.faqs .accordion{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faqs .card a {
  font-weight: 600;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 24px;
}

.faqs .card a::after{
  font-family: "icomoon";
  content: "\e906";
  color: #000;
  position: absolute;
  right: 0;
  rotate: 90deg;
  font-size: 24px;
}

.card:has(.collapse.show){
  border-bottom: 1px solid #ff4b00 !important;
}

.registers .select2-container{
  width: 100% !important;
}

.userinfo > .dropdown {
  z-index: 3000;
  width: fit-content;
}

.userinfo > .dropdown > .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}

.experience_div .contentbox .row .col-md-12 > span.px-4 {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  display: block;
}

.main-navigation.remove-background {
  background-image: unset !important;
  height: 150px;
}

.site-footer.remove-background {
  background-image: unset;
}

.prohire-container {
  background-image: url(../img_new/graphics-prohire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 20px 100px 20px;
}

.prohire-container > h2 {
  color: transparent;
  font-weight: 900;
  font-size: 80px;
  text-align: center;
  margin: 0;
  background-image: linear-gradient(to right, #ff4b00, #ff7c00) !important;
  background-clip: text;
  width: fit-content;
  margin: 0 auto;
}

.prohire-container > h3 {
  color: #333;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
}

.prohire-container > p {
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 40px auto;
}

.prohire-card {
  background-color: #fff;
  width: 340px;
  height: 400px;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

.prohire-card > h3 {
  height: 80px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.prohire-card > p {
  font-size: 14px;
}

.prohire-card > a {
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px !important;
  height: 50px;
  display: flex;
  align-items: center;
}

.prohire-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin-top: 72px;
}

#pdf-container {
  background-color: #aaa;
}
#pdf-container > canvas {
  width: 100%;
  padding: 5px 10px;
}

.cv-download-history{
  max-height: 136px;
  overflow: auto;
}

#subscribe_newsletter_form input[type="email"]{
  z-index: 1;
}

.grecaptcha-badge{
  display:none;
}

h4.real_prices {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fb8885;
}

h4.real_prices::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #f00;
  left: -4px;
  top: 15px;
  transform: rotate(-5deg);
}

.font-weight-semibold{
  font-weight: 600 !important;
}

.position-relative .usernamelist {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 26px;
  text-overflow: ellipsis;
}

.badge-candidate{
  border-radius: 999px;
  background-color: #fff;
  color: #ff4b00;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.badge-light{
  background-color:#E6E6E6;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
}

.badge-theme-secondary{
  background-image:linear-gradient(to right, #244190, #217acc, #244190);
  background-size: 300% 100%;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
}

.text-dark{
  font-weight: 400;
}

.-ml-4{
  margin-left:-25px !important
}

#msform .badge-free-cv,
#msform .badge-premium-cv{
  background-color:rgba(0,0,0,.6);
  right:30px;
  display:flex;
  z-index: 1;
}

#msform .badge-premium-cv{
  position:absolute;
  top:10px;
  width:36px;
  height:36px;
  border-radius:50%;
  align-items:center;
  justify-content:center
}

#msform .badge-free-cv{
  position:absolute;
  top:10px;
  width:fit-content;
  height:36px;
  padding:0 10px;
  border-radius:20px;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px
}

.assessment-container {
  background-image: url(./img_new/graphics-prohire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 20px 100px
}

.assessment-container > h2 {
  color: transparent;
  font-weight: 900;
  font-size: 80px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  background-image: linear-gradient(to right,#ff4b00,#ff7c00);
  background-clip: text;
  width: fit-content;
}

.assessment-container > h3 {
  color: #333;
  font-weight: 700;
  font-size: 46px;
  text-align: center
}

.assessment-container > p {
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 40px auto
}

.assessment-card {
  max-width: 100%;
  width: 380px;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .15);
  position: relative;
  background-color: #fff;
}

.assessment-card h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700
}

.assessment-card a {
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px !important;
  height: 50px;
  display: flex;
  align-items: center
}

.assessment-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 72px
}

.assessment-action {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
  justify-content: center;
}

.assessment-action .dropdown-toggle {
  width: 100%;
  justify-content: center;
  padding-right: 30px;
}

.assessment-action .dropdown-toggle::after {
  right: 10px;
}

.assessment-container > :not(div) {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.assessment-card.disabled {
  color: #666;
}

.assessment-card.disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 0;
  color: #FFF9F2;
  font-weight: 700;
  pointer-events: none;
  z-index: 0;
}

.assessment-card.disabled > * {
  position: relative;
  z-index: 1;
}

.assessment-card > .icon > svg {
  width: 50px;
  height: 50px;
}

.copy-clipboard {
  white-space: nowrap;
}

.ribbon-test {
  right: -15px;
  bottom: 5px;
}

.talentPremium {
  position: absolute;
  top: -20px;
  right: 20px;
}

.box-active-package {
  box-shadow: var(--box-shadow-primary);
  background-color: #fff;
  padding: 20px;
  margin: 0 10px;
  border-radius: 12px;
  min-height: 400px;
}

.line-spacer {
  border-top: 1px solid #ddd;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 20px;
}

.progress.progress-theme,
.progress.progress-reached {
  height: 10px;
}

.progress.progress-theme > .progress-bar {
  background-image: linear-gradient(90deg, #244190 0%, #217ACC 100%);
  height: 10px !important;
}

.progress.progress-reached > .progress-bar {
  background-image: linear-gradient(90deg, #666 0%, #666 100%);
  height: 10px !important;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
  box-shadow: 0 0px 50px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0px 50px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  text-align: left;
  max-width: 250px;
  padding: 16px 24px;
}

.package-group {
  display: flex;
  list-style: none;
  background-color: #fff;
  width: fit-content;
  padding: 8px 6px;
  border-radius: 8px;
  box-shadow: var(--box-shadow-primary);
}

.package-group > li > a {
  color: #888;
  padding: 4px 12px;
  transition: all linear 0.3s;
}

.package-group > li.active > a {
  background-color: #ff4b00;
  color: #fff;
  border-radius: 6px;
}

.available-company-packages {
  display: flex;
  gap: 40px;
}

.company-list-packages {
  width: 65%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: var(--box-shadow-large);
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
}

.company-list-packages h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.company-list-packages > .company-package-card {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all linear 0.1s;
}

.company-list-packages > .company-package-card:not(.disabled):hover,
.company-list-packages > .company-package-card:not(.disabled).active {
  background-image: linear-gradient(90deg, #F14E1E -0.3%, #FF6B00 100.29%);
  color: #fff;
}

.company-list-packages > .company-package-card:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.company-list-packages > .company-package-card:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 0;
}

.company-package-card .package-active-icon {
  border-radius: 50%;
  border: 2px solid #ff4b00;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-package-card .package-detail .package-title {
  font-size: 20px;
  font-weight: 600;
}

.company-package-card:hover .package-active-icon,
.company-package-card.active .package-active-icon {
  background-color: #fff;
}

.company-package-card .package-active-icon > i {
  opacity: 0;
  transition: all linear 0.3s;
}

.company-package-card:not(.disabled):hover .package-active-icon> i,
.company-package-card:not(.disabled).active .package-active-icon> i {
  opacity: 1;
  color: #ff4b00;
}

.company-list-packages > .company-package-card:hover .package-price-container .package-original-price::after,
.company-list-packages > .company-package-card.active .package-price-container .package-original-price::after{
  background-color: #244190;
}

.company-package-card-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-package-card .company-package-card-detail .package-detail .package-title {
  margin: 0;
  color: #244190;
}

.company-package-card .package-price-container {
  text-align: right;
  text-wrap-mode: nowrap;
}

.company-package-card .package-price-container .package-price {
  font-size: 25px;
  font-weight: 600;
  color: #244190;
}

.company-package-card .package-price-container .package-original-price {
  position: relative;
}

.company-package-card .package-price-container .package-original-price::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff4b00;
  left: 0;
  top: 50%;
}

.company-package-card .package-price-container .package-save {
  background-color: #E6E6E6;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  color: #ff4b00;
}

.company-package-card:hover .package-price-container .package-save,
.company-package-card.active .package-price-container .package-save {
  background-color: #fff;
}

.company-package-card.disabled {
  cursor: not-allowed;
}

.company-package-card.disabled .package-active-icon {
  border: 2px solid #ccc;
}

.company-package-card.disabled .company-package-card-detail .package-detail .package-title,
.company-package-card.disabled .company-package-card-detail .package-detail .package-description,
.company-package-card.disabled .package-price-container .package-price {
  color: #ccc;
}

.preview-package {
  background-color: #fff;
  padding: 0;
  border-radius: 16px;
  box-shadow: var(--box-shadow-large);
  height: fit-content;
  width: 35%;
}

.company-list-packages-mobile .preview-package {
  min-height: 520px;
}

.preview-package ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 20px 30px 30px 30px;
  margin: 0;
}

.preview-package .preview-active-icon img {
  width: 60px;
}

.preview-package .preview-active-icon {
  position: relative;
  top: -30px;
}

.preview-package .preview-package-card-detail {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #ccc;
}

.preview-package .preview-title {
  font-size: 25px;
  font-weight: 600;
  color: #244190;
  margin: 0;
}

.preview-package ul > li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.preview-package .in-package.include-package {
  background: #ff4b00;
}

.preview-package .in-package {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.preview-package .in-package.exclude-package {
  background-color: #ccc;
}

.in-package.exclude-package + div > span[class^="quota-"] {
  display: none;
}

.preview-package .order.paypal{
  padding: 0 30px 30px 30px;
}

.close-profile-sidebar {
  display: none;
}

.radialProgress {
  --hue: 18;
  --holesize: 60%;
  --progress: 25%;
  
  right: 20px;
  block-size: 20vmin;
  inline-size: 20vmin;
  min-inline-size: 50px;
  min-block-size: 50px;
  display: grid;
  place-items: center;
  position: absolute;
  font-weight: 700;
  font-size: 25px;
  
  &::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    background: conic-gradient(#ff4b00 var(--progress, 0%), #f2e8e4 var(--progress, 0%) 100%);
    transition: color 0.4s linear;
    mask-image: radial-gradient(
      transparent var(--holesize),
      black calc(var(--holesize) + 0.5px)
    );
  }
}

.job-preview-content .company-profile {
  overflow-wrap: break-word;
}

.home-filter-container .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.company-list-packages-mobile .package-price-container > .package-save {
  top: 20px;
  right: 20px;
}

/*----------------------------------------------------- RESPONSIVE ---------------------------*/

@media (max-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }

  .job-application-container .contentbox a>img{
    max-width: 65px;
    max-height: 65px;
  }

  .navbar .dropdown button {
    font-size: 0px !important;
  }
  .navbar .dropdown button .icon-notepen,
  .navbar .dropdown button#registerBtn .ast-icon {
    top: 0;
  }
  .userbtns .nav-tabs > li a {
    font-size: 16px;
    line-height: 18px;
  }

  .default-jobs { padding: 0 40px;}

}

@media (max-width: 1070px) {
  #navbarResponsive .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  #navbarResponsive .navbar-nav .nav-item.mr-4 {
    margin-right: 10px !important;
  }
  .header-content .form-header .col-md-12 .form-home{
    padding: 0 40px;
  }
  .prohire-card-container {
    gap: 4rem !important;
  }
}

@media (max-width: 992px) {
  .searchcandicate .rounded-circle > img{
    width: 50px;
    height: 50px;
  }
  .wrapper {
    padding: 15px;
  }
  .default-jobs{
    padding: 0 20px !important;
  }
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
  .person-art {
    height: 150px;
    top: 100px;
  }

  .is-pinned {position: inherit !important;}

  .listpgWraper {
    min-height: 0;
    margin: 50px 20px 20px;
  }

  .wrapReset > .row > div:first-child,
  .wrapChange > .row > div:last-child {
    margin: 0;
  }
  .py-5 {
    padding: 50px 20px 20px !important;
  }
  .userinfo .top {
    font-size: 15px;
    padding: 0;
  }
  .userinfo .top .title h4 {
    margin: 15px 0;
  }
  .userinfo .top .download {
    text-align: center;
  }
  .experienceList img[alt*="exper"] {
    width: 60px;
  }
  .experienceList .col-md-2 {
    text-align: left;
    padding: 0 0 10px;
  }
  .searchcandicate .searchform .col-md-2 {
    padding: 0 15px;
  }
  .paypackages [class*="countpackage"] .packages {
    float: inherit;
    width: 33.33333%;
    margin: 20px 0;
  }
  .dashboardcompany {
    margin: 0;
  }
  .dashboardcompany .col-md-2 {
    width: 33.3333333%;
  }
  .dashboardcompany .col-md-6 {
    width: 100%;
    float: inherit;
  }
  .dashboardcompany .inbox {
    margin-bottom: 0 !important;
  }
  .dashboardcompany .col3 {
    width: 33.3333333%;
  }
  .dashboardcompany .col4 {
    width: 100%;
  }
  .navbarResponsive {
    display: block !important;
    background:#fff;
    position: absolute;
    top: -105vh;
    left: 0;
    backdrop-filter: blur(7px);
    width: 100% !important;
    padding: 100px 0  0;
    transition: all linear 0.3s;
    height: calc(100vh);
    overflow: auto;
  }
  .navbarResponsive[style*="display: none;"] {
    top: 0px;
    height: calc(100vh + 50px);
  }
  .mainNav {
    padding: 0px;
    position: fixed !important;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(7px);
  }
  .mainNav .container {
    padding: 0 !important;
  }
  .mainNav .navbar-brand {
    margin: 0 0 0 25px;
    z-index: 1;
  }
  .mainNav .mobile-header{
    padding: 10px 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
  }
  .mainNav .navbar-toggler {
    color: #d44205 !important;
    background: none;
    background-image: none !important;
    padding: 0 !important;
    z-index: 2;
    margin: 13px 0 0;
  }
  .mainNav .navbar-toggler i {
    font-size: 45px;
    padding: 0 16px;
    margin: -16px 0 0;
  }
  .mainNav #secondNav {
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  }
  .mainNav .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .mainNav .navbar-nav .nav-item .nav-link {
    color: #777;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 100%;
  }
  .mainNav .dropdown-toggle::after{
    position: static;
  }
  .mainNav .dropdown-menu.show a:last-child{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  div.dropdown-menu.show {
    padding: 0;
    background: rgba(0, 0, 0, 0.07) !important;
  }
  div.dropdown-menu.show a {
    margin: 0;
    line-height: 24px;
    padding: 14px 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  div.dropdown-menu.show a:hover {
    background: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    box-shadow: none;
  }
  .navbar .container {
    padding: 10px 10px 0;
  }
  .header-content { height: auto;}

  /*
  .navbar:not(.navbar-primary) .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 75%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
    position: absolute;
    z-index: 1;
  }
*/
  .snapFigur .banner01 {
    left: 0;
    width: 250px;
  }

  .userccount {
    padding: 0;
  }
  .login .userccount {
    padding: 50px 0 0;
  }
  button[id*="search_btn"] i {
    font-size: 22px;
  }
  .form-home button#search_btn .icon-search {
    font-size: 30px;
  }
  section.companies {
    padding: 115px 20px 20px;
  }
  section.companies .col-sm-6 {
    max-width: 25%;
  }
  .wrapperTest {
    padding: 120px 40px 40px;
  }
  .paypackages {
    margin: 20px;
  }
  .modal-dialog {
    max-width: 80%;
  }
  #progressbar {
    margin: 50px auto 0;
    padding: 0 20px;
  }
  #progressbar li {
    font-size: 12px;
  }
  #desktop-jobFilterSideBar {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .site-footer .social-icons {
    text-align: center;
  }
}
@media only screen and (max-width: 820px) {
  .form-header {
    padding: 0px 20px;
    margin: 0;
  }
  .header-background {
    height: 1000px;
  }
  .snapFigur .banner01 {
    width: 200px;
    top: 12vh;
  }
  .snapFigur .graphicFigur .graphic02 {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: inline-block !important;
  }
  .panel-tabs > li {
    width: 100%;
  }
  .testimonials {
    max-height: 700px;
  }
  .bg-buttonview {
    top: 200px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btnview {
    text-align: right;
    position: absolute;
    left: 295px;
  }

  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: 0.7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
  .dashboarduser .col3 {
    width: 100%;
    padding: 0 20px;
  }
  .profilestat li .inbox {
    margin-bottom: 10px;
  }
  .login {
    margin: 0 -15px;
  }
  .login .col6 {
    width: 100%;
  }
  .register {
    padding: 0 20px;
  }
  .registers button[type="submit"] {
    width: 100%;
    margin: 10px 0 0;
  }
  .imgContact img {
    width: 70%;
  }
  button[id*="search_btn"] {
    margin: 0 0 15px;
  }
  #mobile-jobFilterSideBar button[id*="search_btn"] {
    margin: 0;
  }

  .portfolio-caption .bg-buttonview {
    top: inherit;
  }
  .portfolio-caption .bg-buttonview .btnview {
    position: initial;
  }
  .relatedJobs .col-md-6 {
    width: calc(100% - 20px);
  }
  .job-header .jobinfo .salary strong {
    display: block;
  }
  button[id*="search_btn"] {
    font-size: 16px !important;
  }
  section.companies .col-sm-6 {
    max-width: 33.333333%;
  }
  .psychology-test .carousel-inner .questions > .row .col {
    width: 100%;
    flex-basis: auto;
    padding: 7px 10px;
  }
  .paypackages [class*="countpackage"] .packages {
    width: 50%;
  }
  .paypackages .packages .boxes .imgpackages img {
    width: 40%;
  }
  #add_skill_modal_body .head > .col-md-6,
  #list_profile_skill > .row > .col-md-6 {
    width: 50%;
  }
  #add_skill_modal_body .head > .col-md-4,
  #list_profile_skill > .row > .col-md-4 {
    width: 33.333333%;
  }
  #list_profile_skill > .row > .col-md-2 {
    width: 16.666667%;
  }
  #add_skill_modal_body .head > .col-md-2 {
    display: none;
  }
  .myads .detail > p {
    height: auto;
  }
  .form-home .form-group.select-single {
    margin-bottom: 5px;
  }
  .default-jobs .col-4 {  width: 100%; max-width: 100%;}
 .form-home #search_desktop, .form-home .selection > span[role*="combobox"] { background:rgba(242,242,242,0.95);}
 .modal:not(.loginModal) .modal-header { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); }
 .modal.show:not(.loginModal) .modal-dialog .modal-content > .modal-body { padding: 30px;}
 .modal.show.reportModal .modal-dialog .modal-content > .modal-body { width: 90vw; padding: 30px 0;}
 .ribbon-test {
  right: -15px;
  top: -54px;
 }
}

@media (min-width: 767px) {
  #previewModal, .modal-backdrop.show {
    display: none !important;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .translateMobile {
    display: none;
  }

  .header-content .select2-container {
    width: 100% !important;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .job-application-container .contentbox a>img{
    max-width: 90px;
    max-height: 90px;
  }
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  #contactForm  .container, .container.register, .container.register ~ .action-column .container, .educations .container, .talents .container {
    max-width: 1100px !important;
    padding: 0 40px;
  }
}

@media (min-width: 576px) {
  #mobile-jobFilterSideBar,
  #showSearch {
    display: none;
    margin: 0 15px;
  }
  .modal-open {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right:0 !important ;
  }
 
}

@media (max-width: 576px) {
  .modal-detail {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }

  .modal-detail-content {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: var(--box-shadow-primary);
    margin: 20px;
    position: relative;
  }

  .modal-detail-content h3{
    font-size: 22px;
  }

  .modal-detail .btn-progress-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
  }

  #progressbar li.active {
      color: #ff4b00;
  }

  #progressbar {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #progressbar::before {
    content: " ";
    position: absolute;
    top: 40px;
    left: 38px;
    height: 100%;
    width: 3px;
    background-color: #f2f2f2;
  }

  #progressbar li {
    display: flex;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #808080;
  }

  #progressbar li:first-child {
    margin-top: 10px;
  }

  #progressbar li:before {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    color: #808080;
  }

  .modal-detail #progressbar li > span {
    float: left;
  }

  #progressbar {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .public-profile .userinfo .middle > .col-md-12,
  .public-profile .userinfo .middle h3 {
    margin-top: 0;
  }
  .company-list-packages-mobile .owl-item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .preview-package .preview-title {
    margin-top: 30px;
  }
  .ribbon {
    top: 0;
  }

  .header-content {
    margin-top: -94px;
  }

  #previewModal {
    z-index: 99998;
  }
  .modal-dialog {
    max-width: 100%;
  }

  .under-maintenance .header {
    background-size: 900px;
    height: 55vh;
  }
  .under-maintenance .header .logo {
    padding: 50px 20px;
  }
  .under-maintenance h5 {
    font-size: 16px;
  }
  .searchList li .jobinfo {
    float: inherit;
  }

  #popupHomepage .modal-content > .modal-body img {
    display: none;
  }
  #popupHomepage .modal-content > .modal-body img.mobile {
    display: block;
  }
  #popupHomepage .modal-dialog {
    width: 80%;
    height: 80vh;
    top: 10% !important;
  }
  #popupHomepage .modal-content {
    height: 100%;
  }
  .promoBtn {
    bottom: 30px;
    top: auto !important;
  }
  #msform {
    padding: 40px 30px;
  }
  #desktop-jobFilterSideBar {
    display: none;
    max-width: 100%;
    flex: none;
  }
  button [class*="icon"],
  a [class*="icon"] {
    margin: -10px 0;
  }

  .job-application-container .contentbox img{
    max-width: 70px !important;
    max-height: 70px !important;
  }

  body.nobg .user-info .info h3{
    max-width: calc(100vw - 120px);
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: clip; 
  }

  .edu-container .navbar-primary.is-pinned .action-button{
    display: none !important;
  }

  .default-jobs{
    padding: 0 20px;
  }

  .default-jobs .list-default-jobs{
    padding-right: 0;
  }

  .upload-profile-container{
    gap: 0.5rem;
    padding-bottom: 20px;
  }

  .photoProfile, .fileattached, .companyPhotoProfile {
    width: 100px;
    height: 100px;;
  }

  .upload-profile-info {
    margin: 0;
  }

  .assessment-card-container {
    gap: 15px;
  }

  .main-profile-sidebar {
    display: none;
  }

  .profile-menu > .main-profile-sidebar {
    display: block;
  }

  .main-navigation{
    height: 78px;
  }

  .searchcandicate .nav{
    overflow-x: auto;
    padding-bottom: 5px;
    flex-wrap: nowrap;
  }

  .h-200{
    height: 200px;
  }

  .chat-body .answer.right .text,
  .chat-body .answer.left .text{
    /* font-size: 14px; */
    padding: 6px 12px;
  }

  .chat-body .answer.left{
    padding: 10px 0 0 18px !important;
  }

  .chat-body .answer.right{
    padding: 10px 28px 0 0 !important;
  }

  .message-content-wrapper{
    border-radius: 0 !important;
    position: fixed !important;
    top: 78px !important;
    left: 0;
    right: 0;
    margin-top: 0px !important;
    height: calc(100dvh - 78px);
    z-index: 99;
  }

  .messages .message-content-detail,
  .messages .message-content-detail iframe {
    position: fixed;
    height: calc(100vh - 78px) !important;
    border-radius: 0;
  }

  [data-tooltip]:before,
  [data-tooltip]:after {
    display: none;
  }

  .row.top .col, .row.top .col-1, .row.top .col-10, .row.top .col-11, .row.top .col-12, .row.top .col-2, .row.top .col-3, .row.top .col-4, .row.top .col-5, .row.top .col-6, .row.top .col-7, .row.top .col-8, .row.top .col-9, .row.top .col-auto, .row.top .col-lg, .row.top .col-lg-1, .row.top .col-lg-10, .row.top .col-lg-11, .row.top .col-lg-12, .row.top .col-lg-2, .row.top .col-lg-3, .row.top .col-lg-4, .row.top .col-lg-5, .row.top .col-lg-6, .row.top .col-lg-7, .row.top .col-lg-8, .row.top .col-lg-9, .row.top .col-lg-auto, .row.top .col-md, .row.top .col-md-1, .row.top .col-md-10, .row.top .col-md-11, .row.top .col-md-12, .row.top .col-md-2, .row.top .col-md-3, .row.top .col-md-4, .row.top .col-md-5, .row.top .col-md-6, .row.top .col-md-7, .row.top .col-md-8, .row.top .col-md-9, .row.top .col-md-auto, .row.top .col-sm, .row.top .col-sm-1, .row.top .col-sm-10, .row.top .col-sm-11, .row.top .col-sm-12, .row.top .col-sm-2, .row.top .col-sm-3, .row.top .col-sm-4, .row.top .col-sm-5, .row.top .col-sm-6, .row.top .col-sm-7, .row.top .col-sm-8, .row.top .col-sm-9, .row.top .col-sm-auto, .row.top .col-xl, .row.top .col-xl-1, .row.top .col-xl-10, .row.top .col-xl-11, .row.top .col-xl-12, .row.top .col-xl-2, .row.top .col-xl-3, .row.top .col-xl-4, .row.top .col-xl-5, .row.top .col-xl-6, .row.top .col-xl-7, .row.top .col-xl-8, .row.top .col-xl-9, .row.top .col-xl-auto {
    position: unset;
  }

  .public-profile .three-dots-menu-container > .three-dots-menu,
  .public-company .three-dots-menu-container > .three-dots-menu {
    position: absolute;
    top: 80px;
    right: 15px;
  }

  .public-profile .three-dots-menu > .dropdown > .btn,
  .public-company .three-dots-menu > .dropdown > .btn {
    border: 0px;
  }

  .public-company .three-dots-menu-container {
    position: unset;
  }

  .prohire-card-container {
    flex-direction: column;
    gap: 2rem !important;
  }

  .prohire-container {
    background-size: cover !important;
    background-position: center !important;
  }

  .job-preview .job-preview-header h4 {
    margin-bottom: 0;
  }

  .assessment-container > h2 {
    font-size: 60px;
  }

  .assessment-container > h3 {
    font-size: 36px;
  }

  .assessment-card-container {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .prohire-container > h2 {
    font-size: 48px;
  }
  .prohire-container > h3 {
    font-size: 24px;
  }
  .prohire-container > p {
    font-size: 16px;
  }
  .prohire-container > p > br {
    display: none;
  }
  .assessment-card {
    display: flex;
    gap: 16px;
  }
  .assessment-card.disabled::after {
    width: 100%;
    font-size: 50px;
    justify-content: center;
  }
  .assessment-card h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
  .assessment-card p {
    font-size: 12px;
    text-align: left;
    margin: 0;
  }
  .assessment-action {
    gap: 4px;
  }
  .header-content .form-header .col-md-12 .form-home{
    padding: 0;
    margin: 0;
  }
  .header-title {
    font-size: 30px;
    line-height: 32px;
  }
  .header-desc {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px;
  }
  .snapFigur {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background-size: 170%;
    height: 36vh;
  }
  .snapFigur > img {
    width: 110px;
  }
  .snapFigur .graphicFigur {
    display: none;
  }
  .form-home {
    margin: 0 auto;
  }
  .paypackages [class*="countpackage"] .packages {
    width: 100%;
  }
  .personality-test .carousel-inner table tbody tr:first-child td:first-child {
    width: 120px;
  }
  .personality-test .carousel-inner table tbody tr td:last-child {
    width: 55%;
  }
  .wrapperTest .carousel-indicators {
    left: 0;
    right: auto;
    margin: 0;
  }
  .wrapper.messages > .row > .col-4 {
    display: none;
  }
  .wrapper.messages > .row > .col-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .wrapper.messages .message-content-detail {
    margin: 0;
    border-top: none;
  }
  .messages [class*="Message"] {
    max-height: inherit;
  }
  .companyjobs .searchList li .jobinfo .jobButtons {
    padding: 10px 15px;
  }
  /*
  .companyjobs .searchList li .jobinfo .jobButtons a[class*="icon-"],
  .userinfo .jobButtons a[class*="icon-"],
  .jobdetail .jobButtons a[class*="icon-"],
  .myads .jobButtons a[class*="icon-"] {
    margin: 0;
  }*/

  .modal.show .modal-dialog {
    top: 0 !important;
  }

  .graphics-art { width: 90%;}


  .messages button.back {
    position: fixed;
    top: 112px;
    left: 5px;
    z-index: 999999;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .detailMessage {
    padding: 30px 20px 20px 0;
  }
  .detailMessage .formrow textarea.form-control {
    height: 150px;
  }

  div#toggleFilter {
    margin-top: 10px;
  }

  .home-filter-container{
    gap: 0.5rem;
    position: relative;
    flex-direction: column;
  }

  .home-filter-item{
    flex: 1 1 0%;
  }
  .home-filter-item .select-single{
    margin: 0;
  }
  .home-filter-item:last-child{
    max-width: unset;
    flex: 0;
  }

  .home-filter-item:last-child .btn-theme{
    min-width: 50px;
    margin: 0;
  }

  .header-content .form-header .col-md-12 .form-home form,
  .header-content .form-header .col-md-12 .form-home,
  .form-header{
    margin: 0;
    padding: 0;
  }

  .truncate-text + a > span.icon-send {
    margin-top: -10px;
  }

  #certificates_div a.fnt-theme::after {
    display: none;
  }

  .searchcandicate .list {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .edu-container ul.nav.nav-pills > li {
    white-space: nowrap;
  }
  .edu-container ul.nav.nav-pills {
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 10px;
  }
  .preview-job-logo{
    width: fit-content;
  }

  .listpgWraper{
    margin: 0;
  }
  .site-footer .container {
    padding: 0 30px !important;
  }
  .dashboardcompany .col3 {
    width: 50%;
  }
  .paypackages [class*="countpackage"] .packages {
    width: 100%;
  }
  .login .userccount {
    padding: 0 0;
  }
  section.companies .col-sm-6 {
    max-width: 50%;
  }
  .snapFigur .banner01 {
    width: 150px;
    top: 0vh;
    left: 20px;
  }
  .pagination > li.page-item:nth-child(6),
  .pagination > li.page-item:nth-child(7),
  .pagination > li.page-item:nth-child(8),
  .pagination > li.page-item:nth-child(9) {
    display: none;
  }
  .talent-card.row .detail .jobinfo {
    height: auto;
  }
 

}

@media (max-width: 360px) {
  .snapFigur .banner01 {
    width: 100px;
  }
}

@media (min-width: 0px) {
  #portfolio .portfolio-item .portfolio-link .col-md-4 {
    max-width: 33.333333% !important;
  }
  #portfolio .portfolio-item .portfolio-link .col-md-8 {
    max-width: 66.666667% !important;
  }
  .portfolio-caption .col-md-6 {
    max-width: 50% !important;
  }
}