@import url(https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;500&display=swap);
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.employer-xs-wrapper .talentmate-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.employer-xs-wrapper .talentmate-mobile-header img {
  width: 67% !important;
}
.employer-xs-wrapper .talentmate-mobile-header #menuBtn:active, .employer-xs-wrapper .talentmate-mobile-header #menuBtn:hover, .employer-xs-wrapper .talentmate-mobile-header #menuBtn:focus {
  border: none !important;
  box-shadow: none !important;
}
.employer-xs-wrapper .talentmate-mobile-header .burgarIcon {
  z-index: 3;
}
.employer-xs-wrapper .talentmate-mobile-header .burgarIcon:focus, .employer-xs-wrapper .talentmate-mobile-header .burgarIcon:active, .employer-xs-wrapper .talentmate-mobile-header .burgarIcon:visited {
  border: none !important;
  box-shadow: none !important;
}
.employer-xs-wrapper .talentmate-mobile-header .img-wrapper {
  margin-bottom: 0;
}
.employer-xs-wrapper .talentmate-mobile-header #burgerBtn {
  margin-top: 0 !important;
}
.employer-xs-wrapper .talentmate-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.employer-xs-wrapper .talentmate-dashboard-header .notificationIcon:active, .employer-xs-wrapper .talentmate-dashboard-header .notificationIcon:hover, .employer-xs-wrapper .talentmate-dashboard-header .notificationIcon:focus {
  border: none !important;
  box-shadow: none !important;
}
.employer-xs-wrapper .talentmate-dashboard-header .btn-menu {
  border: none;
  background: white;
}
.employer-xs-wrapper .talentmate-dashboard-header .btn-menu:active, .employer-xs-wrapper .talentmate-dashboard-header .btn-menu:hover, .employer-xs-wrapper .talentmate-dashboard-header .btn-menu:focus {
  border: none !important;
  box-shadow: none !important;
}
.employer-xs-wrapper .talentmate-dashboard-header .img-wrapper {
  margin-bottom: 0;
}
.employer-xs-wrapper .talentmate-dashboard-header #burgerBtn {
  margin-top: 0 !important;
}

.modal.navbar-modal .modal-dialog {
  margin: 0;
}
.modal.navbar-modal .modal-dialog .modal-content {
  padding: 24px 30px;
  background: #0077B3;
  color: white;
  border-radius: 0;
  -webkit-animation: animatebottom 0.5s;
          animation: animatebottom 0.5s;
}
@-webkit-keyframes animatebottom {
  from {
    top: -400px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    top: -400px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal.navbar-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none !important;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-header .close {
  height: 42px;
  width: 42px;
  border: 1px solid #ffffff;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 3px;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 25px;
  font-family: "Roboto Thin" !important;
  color: white;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body {
  margin-top: 10px;
  padding: 0;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 15px;
  list-style-type: none;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body ul li {
  padding: 14px 0;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body ul li a {
  color: white;
  text-decoration: none;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.modal.full-page-modal .modal-dialog {
  margin: 0;
}
.modal.full-page-modal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100vh;
}

.modal#navbarModal .modal-content {
  overflow: hidden;
  left: 0;
  transition: opacity 0.7s linear, right 0.7s ease-out;
}
.modal#navbarModal .modal-content .modal-body {
  padding: 0;
}
.modal#navbarModal .modal-content .modal-body .modal-header {
  margin: 55px 0 0 20px;
  border: none;
  display: block;
}
.modal#navbarModal .modal-content .modal-body .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
}
.modal#navbarModal .modal-content .modal-body .modal-header .btn-close:active, .modal#navbarModal .modal-content .modal-body .modal-header .btn-close:focus, .modal#navbarModal .modal-content .modal-body .modal-header .btn-close:hover {
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal#navbarModal .modal-content .modal-body .modal-header .profile_wrapper {
  width: 78px;
  padding: 6px;
  background-image: url("../images/mobile/v3/circle_with_dots.png");
  background-repeat: no-repeat;
  background-position: top;
}
.modal#navbarModal .modal-content .modal-body .modal-header .profile_wrapper img {
  height: 66px;
  width: 66px;
  border-radius: 50%;
}
.modal#navbarModal .modal-content .modal-body .modal-header h6 {
  margin: 19px 0 17px;
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  color: #00334D;
}
.modal#navbarModal .modal-content .modal-body .modal-header p {
  font-size: 16px;
  line-height: 20px;
  color: #00334D;
  margin: 0 0 5px;
}
.modal#navbarModal .modal-content .modal-body .modal-header p span {
  margin: 0 15px;
  color: #D9D9D9;
}
.modal#navbarModal .modal-content .modal-body .d-flex {
  justify-content: space-between;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul {
  display: flex;
  flex-direction: column;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul.main-nav {
  height: calc(100vh - 225px);
  overflow: auto;
  padding-bottom: 25px;
  padding-left: 30px;
  list-style-type: none;
  width: 53%;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li {
  margin-bottom: 30px;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li a span.nav-a-text {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #353849;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li a:hover, .modal#navbarModal .modal-content .modal-body .d-flex ul li a:active, .modal#navbarModal .modal-content .modal-body .d-flex ul li a:visited {
  text-decoration: none;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li a .fa {
  float: right;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul.nav-second-level {
  padding-left: 15px;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul.nav-second-level:not(.in) {
  display: none;
}
.modal#navbarModal .modal-content .modal-body.sidebar-body {
  background: linear-gradient(90deg, #F7FCFF 14.72%, #9BCCE7 92.99%);
}

.modal#notificationsPage .modal-content .modal-header {
  padding: 25px 30px;
  border: none;
  justify-content: start;
}
.modal#notificationsPage .modal-content .modal-header .btn-close {
  background: #E5F6FF;
  margin-right: 15px;
  height: 35px;
  width: 35px;
}
.modal#notificationsPage .modal-content .modal-header .btn-close span {
  color: #0077B3;
}
.modal#notificationsPage .modal-content .modal-header h3.modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #00334D;
}
.modal#notificationsPage .modal-content .modal-body {
  padding: 0 30px;
}
.modal#notificationsPage .modal-content .modal-body ul {
  list-style-type: none;
  padding: 0;
}
.modal#notificationsPage .modal-content .modal-body ul li {
  padding: 0 0 23px;
}
.modal#notificationsPage .modal-content .modal-body ul li .header {
  justify-content: space-between;
}
.modal#notificationsPage .modal-content .modal-body ul li .header span {
  height: 10px;
  width: 14px;
  border-radius: 50%;
  position: relative;
  top: 10px;
}
.modal#notificationsPage .modal-content .modal-body ul li .header span.new {
  background: #0077B3;
}
.modal#notificationsPage .modal-content .modal-body ul li .header .contents {
  padding: 0 10px 0 12px;
}
.modal#notificationsPage .modal-content .modal-body ul li .header .contents h6 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 26px;
  color: #00334D;
}
.modal#notificationsPage .modal-content .modal-body ul li .header .contents p {
  font-size: 10px;
  line-height: 13px;
  color: #777777;
  margin: 0;
}
.modal#notificationsPage .modal-content .modal-body ul li .header .contents p span {
  margin: 0 10px;
  font-size: 10px;
  top: 0;
}
.modal#notificationsPage .modal-content .modal-body ul li .header img {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
.modal#notificationsPage .modal-content .modal-body ul li + li {
  padding: 16px 0 23px;
  border-top: 1px solid rgba(0, 119, 179, 0.1);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4117647059);
}

.bg-primary {
  background-color: #0077b3 !important;
}

.bg-info {
  background-color: #e5f6ff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 42px !important;
}

.text-primary {
  color: #0077b3 !important;
}

.btn-outline-primary {
  color: #0077b3;
  border-color: #0077b3 !important;
  padding: 8px 20px;
  min-width: 80px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
}

.btn-primary {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
  padding: 8px 25px;
  min-width: 80px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #005d88;
  border-color: #005176;
  color: #fff;
}

.tm-form span[data-server-error] {
  display: block;
  color: #d16e61;
  font-size: 12px;
  padding-top: 7px;
}

.login-page-sm {
  background-image: url("../images/mobile/v3/logo_round.png");
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.login-page-sm .login-content h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #00334D;
  margin: 0 0 37px;
}
.login-page-sm .login-content .form-group {
  margin-bottom: 12px;
}
.login-page-sm .login-content .form-group .form-control {
  height: 42px;
}
.login-page-sm .login-content .form-group label.error {
  color: #FF0000;
  font-size: 13px;
}
.login-page-sm .login-content .btn {
  margin: 15px 0 11px;
}
.login-page-sm .login-content .text-right {
  padding-right: 15px;
  width: 100%;
}
.login-page-sm .login-content .text-right a {
  font-size: 16px;
}
.login-page-sm .otp-outer-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #353849;
}
.login-page-sm .otp-outer-wrapper p span {
  color: #0077b3;
  font-weight: 500;
  font-size: 20px;
}
.login-page-sm .otp-outer-wrapper button.resend-btn {
  background: transparent;
  border: none;
  color: #0077b3;
  font-weight: 500;
}
.login-page-sm .otp-outer-wrapper .otp-field-wrapper {
  display: flex;
  justify-content: space-between;
}
.login-page-sm .otp-outer-wrapper .otp-field-wrapper .otp_field {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
}
.login-page-sm .otp-outer-wrapper .otp-field-wrapper .otp_field.active {
  background: #0077b3;
  border: none !important;
  color: white !important;
}
.login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=text],
.login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=tel] {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  color: #353849;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=text],
.login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=tel] {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 370px) {
  .login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=text],
.login-page-sm .otp-outer-wrapper .otp-field-wrapper input[type=tel] {
    width: 45px;
    height: 45px;
  }
}
.login-page-sm .pull-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.login-page-sm .pull-bottom a {
  text-decoration: none;
}

.register_wrapper .page-header {
  position: fixed;
  height: 111px;
  width: 100%;
}
.register_wrapper .page-header .text-center {
  height: 59px;
  padding: 15px 0;
  background: linear-gradient(270deg, #00A1ED 0%, #005993 100%);
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
}
.register_wrapper .page-header .text-center .btn-text {
  position: absolute;
  left: 10px;
  top: 10px;
}
.register_wrapper .page-header .text-center .btn-text span {
  color: #ffffff;
}
.register_wrapper .page-header .text-center h3.title {
  font-weight: 500;
  font-size: 20px;
}
.register_wrapper .page-header .text-center h1.title {
  font-weight: 500;
  font-size: 20px;
}
.register_wrapper .page-header .signup-tabs ul {
  justify-content: center;
}
.register_wrapper .page-header .signup-tabs ul.nav li {
  width: 45%;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.register_wrapper .page-header .signup-tabs ul.nav li .nav-link {
  background: white;
  border: none;
  font-size: 12px;
  color: #777777;
  height: 51px;
}
.register_wrapper .page-header .signup-tabs ul.nav li.active {
  border-bottom: 3px solid #357EBD;
}
.register_wrapper .page-header .signup-tabs ul.nav li.active .nav-link {
  color: #00334D;
  font-weight: 500;
}
.register_wrapper .page-header .signup-tabs .tab-content {
  position: relative;
  padding: 34px 0 20px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane h5.heading {
  padding: 0 25px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00334D;
  margin: 0 0 5px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row {
  padding: 0 25px 111px;
  overflow: auto;
  height: calc(100vh - 196px);
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .file-field-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 55px;
  padding: 0 15px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .file-field-box p {
  margin: 0;
  color: #495057;
  font-size: 14px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .file-field-box p:last-child {
  height: 40px;
  color: #353849;
  font-weight: 500;
  border: none;
  background: #E5F6FF;
  border-radius: 5px;
  padding: 8px 15px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group {
  margin-bottom: 15px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group.comp_email {
  position: relative;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group.comp_email #user_email-error {
  position: absolute;
  top: 73px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .control-label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #00334D;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .select2-container {
  max-width: 100% !important;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .iti {
  width: 100%;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .iti .iti__flag-container {
  max-height: 55px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 42px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .form-control::-moz-placeholder {
  font-size: 14px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .form-control::placeholder {
  font-size: 14px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .input-group {
  height: 55px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .input-group .input-group-addon .btn {
  margin-left: 10px;
  height: 55px;
  width: 95px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group .font-weight-light {
  font-size: 12px !important;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group input[type=file] {
  position: relative;
  padding: 15px 10px;
  font-size: 14px;
  color: #777777;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group input[type=file]::-webkit-file-upload-button {
  height: 40px;
  font-size: 14px;
  color: #353849;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 7px;
  border: none;
  background: #E5F6FF;
  border-radius: 5px;
}
.register_wrapper .page-header .signup-tabs .tab-content .tab-pane .row .form-group input[type=file]::file-selector-button {
  height: 40px;
  font-size: 14px;
  color: #353849;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 7px;
  border: none;
  background: #E5F6FF;
  border-radius: 5px;
}
.register_wrapper .page-header .signup-tabs .tab-content .page-footer {
  background: white;
  width: 100%;
  padding: 10px 24px 12px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.register_wrapper .page-header .signup-tabs .tab-content .page-footer .btn {
  margin-bottom: 10px;
}
.register_wrapper .page-header .signup-tabs .tab-content .page-footer p {
  margin: 0;
  color: #777777;
  font-size: 16px;
}
.register_wrapper .page-header .signup-tabs .tab-content .page-footer p a {
  text-decoration: none;
  color: #357EBD;
}
.register_wrapper #fileName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px;
}
.register_wrapper span[data-server-error],
.register_wrapper label.error {
  font-size: 14px;
  display: block;
  color: #d16e61;
}

.input-group.mobile-code {
  display: flex;
  flex-wrap: nowrap;
}
.input-group.mobile-code span.select2-container {
  width: 30% !important;
}
.input-group.mobile-code span.select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.mobile-code input[type=tel] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.tm-form-xs .form_group {
  position: relative;
  margin-bottom: 15px;
}
.tm-form-xs .form_group label.error {
  display: none !important;
}
.tm-form-xs .form_group .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-left: 20px;
  padding: 0 !important;
}
.tm-form-xs .form_group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px 7px;
  align-items: center !important;
  background-color: #e5f6ff;
  font-size: 12px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 700;
  line-height: 1;
}
.tm-form-xs .form_group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #0077b3 !important;
  top: 0;
  font-weight: bold !important;
  border-color: #0077b3;
  height: 13px;
  width: 13px;
  border-width: 1px;
}
.tm-form-xs .form_group .select2-selection--multiple .select2-selection__clear {
  left: 59%;
  top: -192%;
  font-size: 20px;
}
.tm-form-xs .form_group .input-group {
  display: flex;
  flex-wrap: nowrap;
}
.tm-form-xs .form_group .input-group input {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.tm-form-xs .form_group .input-group select {
  border-left: none;
  border-radius: 0 3px 3px 0;
  max-width: 60px;
}
.tm-form-xs .form_group .input-group .input-group-addon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
}
.tm-form-xs .form_group .input-group span {
  border-left: 1px solid #d2d2d2;
  height: 25px;
  align-self: center;
}
.tm-form-xs .form_group .input-group .form_field {
  padding: 7px 10px 7px 0;
  color: #353849 !important;
}
.tm-form-xs .form_group .input-group .form_field:-moz-placeholder-shown ~ .form_label {
  cursor: text;
  top: 15px;
  left: 110px;
}
.tm-form-xs .form_group .input-group .form_field:-ms-input-placeholder ~ .form_label {
  cursor: text;
  top: 15px;
  left: 110px;
}
.tm-form-xs .form_group .input-group .form_field:placeholder-shown ~ .form_label {
  cursor: text;
  top: 15px;
  left: 110px;
}
.tm-form-xs .form_group .input-group label,
.tm-form-xs .form_group .input-group .form_field:focus ~ .form_label {
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 65px;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #9b9b9b;
  left: 30px;
  background: white;
}
@media screen and (max-width: 769px) {
  .tm-form-xs .form_group .input-group label,
.tm-form-xs .form_group .input-group .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form-xs .form_group .input-group .form_field:focus ~ .form_label {
  color: #9b9b9b;
}
.tm-form-xs .form_group .input-group .form_field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #9b9b9b;
}
@media screen and (min-width: 1200px) {
  .tm-form-xs .form_group.pt-10 {
    position: relative;
    top: 9px;
  }
}
.tm-form-xs .form_group.max {
  width: 303px;
}
.tm-form-xs .form_group.inputGroup {
  border: 1px solid #d2d2d2;
  margin: 0 0px 36px 0;
  border-radius: 3px;
  padding: 0 10px;
}
.tm-form-xs .form_group.inputGroup button {
  height: 46px;
}
.tm-form-xs .form_group .iti .iti__selected-flag {
  background: transparent;
}
.tm-form-xs input:-moz-read-only:not([NoReadOnlyBackground]) {
  background: #eee !important;
}
.tm-form-xs input:read-only:not([NoReadOnlyBackground]) {
  background: #eee !important;
}
.tm-form-xs .form_field,
.tm-form-xs .form_textarea {
  font-family: inherit;
  width: 100%;
  border: 0;
  border: 1px solid #d2d2d2;
  outline: 0;
  border-radius: 3px;
  font-size: 16px;
  line-height: 36px;
  color: #353849 !important;
  font-family: inherit;
  padding: 10px 10px;
  height: 54px;
  max-width: 302px;
  background: transparent;
  resize: none;
  transition: border-color 0.2s;
}
@media screen and (max-width: 769px) {
  .tm-form-xs .form_field,
.tm-form-xs .form_textarea {
    font-size: 16px;
  }
}
.tm-form-xs .form_field .input_file,
.tm-form-xs .form_textarea .input_file {
  border: 1px solid;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tm-form-xs input::-webkit-file-upload-button {
  font-weight: 450;
  color: #353849;
  padding: 0px 11px 0px 12px;
  border: none;
  border-radius: 5px;
  height: 30px;
  background: #e5f6ff;
}
.tm-form-xs input::file-selector-button {
  font-weight: 450;
  color: #353849;
  padding: 0px 11px 0px 12px;
  border: none;
  border-radius: 5px;
  height: 30px;
  background: #e5f6ff;
}
.tm-form-xs .form_field::-moz-placeholder {
  color: transparent;
}
.tm-form-xs .form_field:-ms-input-placeholder {
  color: transparent;
}
.tm-form-xs .form_field::placeholder {
  color: transparent;
}
.tm-form-xs .form_field:-moz-placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 15px;
  left: 20px;
}
.tm-form-xs .form_field:-ms-input-placeholder ~ .form_label {
  white-space: nowrap;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 15px;
  left: 20px;
}
.tm-form-xs .form_field:placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 15px;
  left: 20px;
}
@media screen and (max-width: 769px) {
  .tm-form-xs .form_field:-moz-placeholder-shown ~ .form_label {
    font-size: 16px;
  }
  .tm-form-xs .form_field:-ms-input-placeholder ~ .form_label {
    font-size: 16px;
  }
  .tm-form-xs .form_field:placeholder-shown ~ .form_label {
    font-size: 16px;
  }
}
.tm-form-xs label:not(.error),
.tm-form-xs .form_field:focus ~ .form_label {
  display: block;
  transition: 0.2s;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  color: #9b9b9b;
  left: 20px;
  padding: 0 5px;
  background: white;
}
@media screen and (max-width: 769px) {
  .tm-form-xs label:not(.error),
.tm-form-xs .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form-xs label.error {
  color: #d16e61 !important;
  font-weight: 450 !important;
  font-size: 12px !important;
  line-height: 34px;
  position: absolute;
  left: 10px;
  bottom: -40px;
}
.tm-form-xs .error.form_field,
.tm-form-xs .form_field ~ .form_label ~ span[data-server-error] {
  border-color: #d16e61;
}
.tm-form-xs span[data-server-error] {
  display: block;
  color: #d16e61;
}
.tm-form-xs input[type=password] {
  font-size: 24px !important;
}
.tm-form-xs input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.tm-form-xs .form_field:focus ~ .form_label {
  color: #9b9b9b;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .tm-form-xs .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form-xs .form_field:focus {
  padding-bottom: 6px;
}
.tm-form-xs .form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tm-form-xs .form_group select ~ .select_label {
  display: none;
}

input,
textarea,
select {
  outline: none;
}

textarea {
  border: 1px solid #d2d2d2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal.bottomModal {
  bottom: 0;
  height: auto;
  top: revert;
}
.modal.bottomModal.in {
  bottom: 0;
  opacity: 1;
}
.modal.bottomModal .modal-dialog {
  margin: 0;
}
.modal.bottomModal .modal-dialog .modal-content {
  border-radius: 0 !important;
  padding: 41px 75px 70px;
}
.modal.bottomModal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
  justify-content: center !important;
  padding: 0;
}
.modal.bottomModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  line-height: 44px;
  color: #00334D;
}
.modal.bottomModal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 30px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 13px;
  color: #357EBD;
  background: transparent;
  border: 1px solid #357EBD;
  font-weight: 700;
}
.modal.bottomModal .modal-dialog .modal-content .modal-body {
  margin-bottom: 26px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.modal.bottomModal .modal-dialog .modal-content .modal-footer {
  border: none;
  justify-content: center;
}
.modal.bottomModal .modal-dialog .modal-content .modal-footer .btn {
  background: #0077B3;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.modal.in {
  opacity: 1;
}
.modal.lessBottom .modal-dialog .modal-content {
  padding-bottom: 0;
}
@media screen and (max-width: 450px) {
  .modal.lessBottom .modal-dialog .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal.sameBtn .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9%;
  flex-wrap: nowrap;
}
.modal.sameBtn .modal-footer .btn {
  max-width: 141px;
  margin: 0;
}
.modal.sameBtn .modal-footer .btn.uploadPhotocancelBtn {
  border: #0077B3 1px solid;
}
.modal#descriptionModal .modal-dialog .modal-content {
  padding: 37px 40px 50px;
}
.modal#descriptionModal .modal-dialog .modal-content .modal-header {
  margin-bottom: 10px;
}
.modal#descriptionModal .modal-dialog .modal-content .modal-body {
  margin-bottom: 0;
}
.modal#descriptionModal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border: none;
}
.modal#descriptionModal .modal-dialog .modal-content .modal-footer .btn {
  margin: 0;
}
.modal#imageUploadModal .modal-dialog .modal-content {
  padding: 35px 0 0;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #00334D !important;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 15px 45px 0;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0;
  list-style-type: none;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body ul li {
  padding: 15px 0;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body ul li a {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #777777;
  text-decoration: none;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body ul li a input[type=file] {
  display: none;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-body ul li + li {
  border-top: 1px solid #cccccc;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  margin: 0;
}
.modal#imageUploadModal .modal-dialog .modal-content .modal-footer .btn {
  height: 55px;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.modal#emailVerificationModal .modal-dialog .modal-content {
  padding: 37px 40px 50px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-header {
  margin-bottom: 10px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #00334D !important;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body {
  margin-bottom: 0;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body h6 {
  font-size: 14px;
  text-align: center;
  color: #777777;
  font-weight: 400;
  text-decoration: none;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body .form-group {
  margin: 25px 0;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 45px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body .form-group .form-control::-moz-placeholder {
  font-size: 14px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  font-size: 14px;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border: none;
}
.modal#emailVerificationModal .modal-dialog .modal-content .modal-footer .btn {
  margin: 0;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4117647059);
}

.download-app-page {
  background: linear-gradient(180deg, #005A95 0%, #0096E0 100%);
  height: 100vh;
  text-align: center;
  color: white;
  padding: 0 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.download-app-page .logo-wrapper p {
  margin: 14px 0 0;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
}
.download-app-page .divider {
  background: rgba(255, 255, 255, 0.231372549);
  height: 1px;
}
.download-app-page .description h3 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 38px;
}
.download-app-page .description h5 {
  margin: 0;
  font-weight: 450;
  font-size: 18px;
  line-height: 30px;
}
.download-app-page .download-btns .btn {
  height: 85px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: black;
  border-radius: 7px;
}
@media screen and (max-width: 380px) {
  .download-app-page .download-btns .btn {
    height: 62px;
  }
  .download-app-page .download-btns .btn img {
    max-width: 150px;
  }
}
.download-app-page .download-btns .btn + .btn {
  margin-top: 10px !important;
  margin-bottom: 17px;
}
.download-app-page .download-btns p {
  margin: 0;
}

body {
  font-size: 14px !important;
}

.bg-primary {
  background-color: #0077b3 !important;
}

.bg-info {
  background-color: #e5f6ff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 42px !important;
}

.text-primary {
  color: #0077b3 !important;
}

.btn-outline-primary {
  color: #0077b3;
  border-color: #0077b3 !important;
  padding: 8px 25px;
  min-width: 80px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
}

.btn-primary {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
  padding: 8px 25px;
  min-width: 80px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #005d88;
  border-color: #005176;
  color: #fff;
}

.dashboard-sm-wrapper {
  padding: 0 23px 30px;
}
.dashboard-sm-wrapper .dashboard_container {
  border-radius: 8px;
  padding: 20px;
}
.dashboard-sm-wrapper .dashboard_container h4 {
  font-weight: bold;
  font-size: 19px;
  line-height: 44px;
  color: #00334D;
  margin: 0;
}
.dashboard-sm-wrapper .dashboard_container p {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin: 0;
}
.dashboard-sm-wrapper .dashboard_container p span.msg_count {
  color: #0077B3;
}
.dashboard-sm-wrapper .dashboard_container table.table {
  --bs-table-striped-bg: #F2F9FF;
  --bs-table-hover-bg: #F2F9FF;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul {
  padding: 0;
  list-style-type: none;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li {
  padding-bottom: 12px;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 3px;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li p span {
  height: 8px;
  width: 8px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50%;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:first-child h6 {
  color: #BC6083;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:first-child p span {
  background: #BC6083;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:nth-child(2) h6 {
  color: #6F6498;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:nth-child(2) p span {
  background: #6F6498;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:last-child h6 {
  color: #F4BAD1;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li:last-child p span {
  background: #F4BAD1;
}
.dashboard-sm-wrapper .dashboard_container .all-time-statistics ul li + li {
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dashboard-sm-wrapper .dashboard_container .message_lists {
  margin: 27px 0 15px;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box {
  padding: 18px;
  border: 1px solid #D9D9D9;
  background: #E5F6FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box .content {
  display: flex;
  align-items: center;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box .content img {
  margin-right: 5px;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box .content .details h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2A2C36;
  margin: 0;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box .content .details p {
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin: 0;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box span.fa {
  color: #0077B3;
}
.dashboard-sm-wrapper .dashboard_container .message_lists .message_box + .message_box {
  margin-top: 10px;
}
.dashboard-sm-wrapper .dashboard_container .openings-list {
  overflow-x: scroll;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box {
  padding: 18px 0 0;
  min-width: 118px;
  border-radius: 5px;
  background: #E5F6FF;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #2A2C36;
  margin: 0 0 3px 14px;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box h6 {
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin: 0 0 12px 14px;
  white-space: nowrap;
  max-width: 101px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box .response_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 69px;
  border-radius: 5px;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box .response_ .count {
  width: 56px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  padding: 0 15px;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box .response_ p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 15px;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+1) .response_, .dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:first-child .response_ {
  background: url("../images/desktop/employer/job_box1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+1) .response_ .count, .dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:first-child .response_ .count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+1) .response_ p, .dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:first-child .response_ p {
  color: white;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+2) .response_ {
  background: url("../images/desktop/employer/job_box2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+2) .response_ .count {
  background: white;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+2) .response_ p {
  color: #353849;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+3) .response_ {
  background: url("../images/desktop/employer/job_box3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+3) .response_ .count {
  background: white;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box:nth-child(3n+3) .response_ p {
  color: white;
}
.dashboard-sm-wrapper .dashboard_container .openings-list .openings_box + .openings_box {
  margin-left: 10px;
}
.dashboard-sm-wrapper .dashboard_container .d-flex {
  justify-content: space-between;
  align-items: center;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box span {
  width: 50px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box span.purple {
  background: #9155FD;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box span.green {
  background: #56CA00;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box span.yellow {
  background: #FFB400;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box span.blue {
  background: #16B1FF;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box h6 {
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #353849;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .status_box p {
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 12px;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes h5 {
  font-weight: 900;
  font-size: 32px;
  line-height: 85px;
  text-align: center;
  color: #FFFFFF;
  width: 81px;
  height: 85px;
  border-radius: 5px;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes p {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 10px 0 0;
  color: #353849;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes .bg_light h5 {
  background: #0077B3;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes .bg_dark {
  margin-left: 18px;
}
.dashboard-sm-wrapper .dashboard_container .d-flex .count_boxes .bg_dark h5 {
  background: #00334D;
}
.dashboard-sm-wrapper .dashboard_container.blue {
  border: 1px solid #E5F6FF;
}
.dashboard-sm-wrapper .dashboard_container.blue.fill {
  background: #E5F6FF;
}
.dashboard-sm-wrapper .dashboard_container.grey {
  border: 1px solid #D9D9D9;
}
.dashboard-sm-wrapper .dashboard_container + .dashboard_container {
  margin-top: 30px;
}

.modal.redirectionModal .modal-dialog {
  margin: auto;
}
.modal.redirectionModal .modal-dialog .modal-content {
  border: none;
  border-radius: 5px;
}
.modal.redirectionModal .modal-dialog .modal-content .modal-body {
  padding: 5px;
  text-align: center;
}
.modal.redirectionModal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal.redirectionModal .modal-dialog .modal-content .modal-body h2 {
  margin: 28px 0 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #00334D;
}
.modal.redirectionModal .modal-dialog .modal-content .modal-body p {
  margin: 0 auto 33px;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  max-width: 225px;
}
.modal.redirectionModal .modal-dialog .modal-content .modal-body .btn {
  margin: 0 auto 42px;
  min-width: 180px;
  height: 55px;
}

.forgot-psw-wrapper .page-header {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 23px;
}
.forgot-psw-wrapper .page-header .btn-back {
  padding: 0;
  box-shadow: none;
  margin-right: 15px;
}
.forgot-psw-wrapper .page-header .btn-back:focus, .forgot-psw-wrapper .page-header .btn-back:hover, .forgot-psw-wrapper .page-header .btn-back:active {
  background: none;
  box-shadow: none;
  border: none;
}
.forgot-psw-wrapper .page-header .page-title {
  margin: 0;
  font-size: 20px;
  line-height: 44px;
  color: #353849;
  font-weight: 500;
}
.forgot-psw-wrapper .page-contents {
  position: relative;
  top: 90px;
  height: calc(100vh - 90px);
  padding: 0 23px 30px;
}
.forgot-psw-wrapper .page-contents section h6 {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 35px;
}
.forgot-psw-wrapper .page-contents section .form-group .form-control {
  height: 42px;
}
.forgot-psw-wrapper .page-contents section .form-group .form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.forgot-psw-wrapper .page-contents section .form-group .form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.forgot-psw-wrapper .page-contents section .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.forgot-psw-wrapper .page-contents section .form-group .form-control + .form-control {
  margin-top: 10px;
}
.forgot-psw-wrapper .page-contents section .form-group label.error {
  color: #FF0000;
  font-size: 14px;
}
.forgot-psw-wrapper .page-contents section .form-group .iti {
  width: 100%;
}
.forgot-psw-wrapper .page-contents section .form-group .iti .iti__flag-container .iti__selected-flag {
  background: white;
}
.forgot-psw-wrapper .page-contents section#section-form-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83%;
}
.forgot-psw-wrapper .page-contents section .center-box h6 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  color: #00334D;
  margin: 0 0 10px;
}
.forgot-psw-wrapper .page-contents section .center-box p {
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 25px;
  color: #777777;
  padding: 0 50px;
}
.forgot-psw-wrapper .page-contents section .center-box p.text-primary {
  color: #0077B3;
  font-weight: bold;
}
.forgot-psw-wrapper .page-contents section .center-box p span {
  color: #0077B3;
}
.forgot-psw-wrapper .page-contents section .center-box .otp-fields {
  margin: 45px 0 35px;
  display: flex;
  align-items: center;
}
.forgot-psw-wrapper .page-contents section .center-box .otp-fields input {
  text-align: center;
  height: 42px;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.forgot-psw-wrapper .page-contents section .center-box .otp-fields input + input {
  margin-left: 5px;
}
.forgot-psw-wrapper .page-contents section .btn {
  position: absolute;
  bottom: 20px;
  width: 89%;
}

.modal.bottomAlertModal .modal-dialog {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.modal.bottomAlertModal .modal-dialog .modal-content {
  padding: 41px 81px 70px;
  border-radius: 0;
  border-color: #ffffff;
  text-align: center;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 44px;
  color: #00334D;
}
.modal.bottomAlertModal .modal-dialog .modal-content p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 24px;
}

.reset_psw_sm {
  height: calc(100vh - 71px);
  padding: 0 24px 30px;
}
.reset_psw_sm h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
  text-transform: capitalize;
  color: #353849;
  margin: 0;
}
.reset_psw_sm h6 {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 15px;
}
.reset_psw_sm .form-group {
  position: relative;
  margin-top: 10px;
}
.reset_psw_sm .form-control {
  height: 42px;
  font-family: inherit;
  width: 100%;
  border: 1px solid #d2d2d2;
  outline: 0;
  font-size: 14px;
  line-height: 36px;
  color: #000000;
  padding: 5px 10px;
  background: transparent;
  transition: border-color 0.2s;
}
.reset_psw_sm .form-control::-moz-placeholder {
  color: transparent;
}
.reset_psw_sm .form-control:-ms-input-placeholder {
  color: transparent;
}
.reset_psw_sm .form-control::placeholder {
  color: transparent;
}
.reset_psw_sm .form-control:-moz-placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 18px;
  left: 15px;
}
.reset_psw_sm .form-control:-ms-input-placeholder ~ .form_label {
  white-space: nowrap;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 18px;
  left: 15px;
}
.reset_psw_sm .form-control:placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  cursor: text;
  top: 18px;
  left: 15px;
}
.reset_psw_sm label.error {
  color: #FF0000;
  font-size: 14px;
}
.reset_psw_sm label:not(.error),
.reset_psw_sm .form-control:focus ~ .form_label {
  display: block;
  transition: 0.2s;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  background: white;
}
.reset_psw_sm .form-control:focus ~ .form_label {
  color: #00141A;
  font-size: 12px;
  font-weight: 400;
}
.reset_psw_sm .form-control:focus {
  padding-bottom: 6px;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  overflow-x: hidden !important;
  font-family: "Roboto", SansSerif !important;
}

form.tm-form {
  font-family: "Roboto", SansSerif !important;
}

.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-120 {
  margin-bottom: 120px;
}

.bg-darkblue {
  background-color: #00334d !important;
}

b,
strong {
  font-weight: bold !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.plr-30 {
  padding: 0 30px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

a {
  color: #0077b3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #005d88;
  text-decoration: none;
}

.radio-wrapper {
  display: flex;
  align-items: center;
}
.radio-wrapper input {
  margin-right: 5px;
}

@media screen and (min-width: 1550px) {
  .container {
    max-width: 1470px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 1840px;
  }
}
.bg-primary {
  background-color: #0077b3 !important;
}

.bg-info {
  background-color: #e5f6ff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 42px !important;
}

.text-primary {
  color: #0077b3 !important;
}

.btn-outline-primary {
  color: #0077b3;
  padding: 8px 25px !important;
  min-width: 80px;
  border: 1px solid #0077b3 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #0077b3 !important;
  background-color: #ffffff !important;
  border-color: #0077b3;
}

.btn-primary {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
  padding: 8px 25px !important;
  min-width: 80px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #005d88 !important;
  border-color: #005176;
  color: #fff !important;
}

.btn-info, .btn-info.disabled, .btn-info:disabled, .btn-outline-info:hover, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #0077b3;
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  padding: 8px 25px !important;
  min-width: 80px;
}
.btn-info:hover, .btn-info:focus, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-outline-info:hover:hover, .btn-outline-info:hover:focus, .btn-outline-info:not(:disabled):not(.disabled).active:hover, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:hover, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:hover, .show > .btn-outline-info.dropdown-toggle:focus {
  background-color: #e5f6ff !important;
  border-color: #e5f6ff;
  color: #0077b3 !important;
}

.btn-cancel {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 60px;
  top: 40px;
  margin: 0;
}

.dropdown-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

::-webkit-scrollbar-thumb {
  background-color: #0077b3 !important;
}

::-webkit-scrollbar-track {
  background: #e5f6ff !important;
}

::-webkit-scrollbar {
  width: 6px !important;
  height: 4px !important;
}

.h-0 {
  height: 0 !important;
}

.w-0 {
  width: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.btn-dark-primary {
  color: #fff !important;
  background-color: #00334d !important;
  border-color: #00334d !important;
  min-width: 80px;
  padding: 8px 25px !important;
  width: auto !important;
  display: flex;
  align-items: center;
}

.btn-dark-primary:hover {
  color: #fff !important;
  background-color: #0077b3 !important;
  border-color: #005176 !important;
}

.btn-dark-primary.focus,
.btn-dark-primary:focus {
  color: #fff !important;
  background-color: #0077b3 !important;
  border-color: #005176 !important;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5) !important;
}

.form-control {
  font-size: 14px;
  color: #000000 !important;
  font-family: inherit;
  padding: 8px 10px;
  height: 42px;
  background: #FFFFFF;
}

.select2-container {
  height: 42px !important;
}
.select2-container .select2-selection--multiple {
  height: 42px !important;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 42px;
  color: #444;
}
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0;
  margin: 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.form-group .control-label {
  text-transform: capitalize;
  margin: 0;
  padding: 0 !important;
  color: #000000 !important;
  font-size: 14px !important;
}

.input-group.mobile-code span.select2-container {
  width: 30% !important;
}
.input-group.mobile-code span.select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.mobile-code input[type=tel] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

label.error {
  color: #d16e61;
  font-size: 11px;
}

.add-or-edit-page .criteria-wrapper {
  max-height: calc(100vh - 230px);
  overflow: auto;
}
.add-or-edit-page .criteria-wrapper .row {
  margin: 0;
}

.benefits-wrapper {
  max-height: calc(100vh - 250px);
  min-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}

.jconfirm .jconfirm-box {
  max-width: 400px;
  padding: 60px 35px !important;
  border-bottom: 5px solid #2973A6;
  border-radius: 10px !important;
  border-left: 1px solid #C1E8FD;
  border-right: 1px solid #C1E8FD;
  border-top: 1px solid #C1E8FD;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  padding: 0;
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content {
  padding: 0;
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 0 !important;
  text-align: center;
  float: none !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  font-weight: 400 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-primary {
  color: #fff;
  background-color: #0077b3;
  border-color: #0077b3;
  padding: 8px 25px;
  min-width: 80px;
  font-weight: 400 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  -webkit-animation-name: type-primary !important;
          animation-name: type-primary !important;
}

@-webkit-keyframes type-primary {
  1%, 100% {
    border-color: #0077b3 !important;
  }
}

@keyframes type-primary {
  1%, 100% {
    border-color: #0077b3 !important;
  }
}
.repeater-wrapper {
  display: flex;
  justify-content: space-between;
}
.repeater-wrapper .field-wrapper {
  width: 86%;
}
.repeater-wrapper .repeater-plus,
.repeater-wrapper .repeater-trash {
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #e5f6ff;
  border-radius: 4px;
  height: 42px;
  width: 42px;
  background: #e5f6ff;
  margin-top: 21px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0077b3;
  cursor: pointer;
}
.repeater-wrapper .repeater-plus:hover, .repeater-wrapper .repeater-plus:focus, .repeater-wrapper .repeater-plus:active,
.repeater-wrapper .repeater-trash:hover,
.repeater-wrapper .repeater-trash:focus,
.repeater-wrapper .repeater-trash:active {
  border: 1px solid #e5f6ff;
  background: #e5f6ff;
  color: #0077b3;
}

.filter-white {
  filter: invert(100%) sepia(82%) saturate(2%) hue-rotate(315deg) brightness(162%) contrast(101%);
}

table tr td.actions a.fa-eye {
  color: #0077b3 !important;
  background: #caecfe;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 12px;
  text-decoration: none;
}
table tr td.actions a.fa-eye:hover {
  background: #caecfe;
}

.summernote_content_default_class {
  font-family: "Roboto", Serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  word-break: break-all;
}

@media screen and (min-width: 1921px) {
  .mt-80 {
    margin-top: var(--px80);
  }
  .mb-120 {
    margin-bottom: var(--px120);
  }
  ::-webkit-scrollbar {
    width: var(--px6) !important;
    height: var(--px4) !important;
  }
  .btn-dark-primary.focus,
.btn-dark-primary:focus {
    box-shadow: 0 0 0 0.1666666667vw rgba(38, 143, 255, 0.5) !important;
  }
}
.form-wrapper {
  margin: 50px 0;
  border-top: 10px solid #0077b3;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px;
  height: calc(100vh - 100px);
  overflow: auto;
  background: #FFFFFF;
}
.form-wrapper::-webkit-scrollbar-thumb {
  background-color: #0077b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.form-wrapper::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.form-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.form-wrapper .logo-wrapper {
  margin-bottom: 30px;
}
.form-wrapper .logo-wrapper img {
  max-width: 200px;
}
.form-wrapper .panel-wrapper .panel-content.job-add-edit {
  max-height: calc(100vh - 250px) !important;
  min-height: calc(100vh - 250px);
}
.form-wrapper .panel-wrapper .panel-content {
  font-size: 12px;
}
.form-wrapper .panel-wrapper .panel-content .panel-header {
  background: #0077b3;
  padding: 10px 20px;
}
.form-wrapper .panel-wrapper .panel-content .panel-header h4 {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}
.form-wrapper .panel-wrapper .panel-content .panel-body.auto-scroll {
  max-height: calc(100vh - 290px);
  overflow: auto;
}
.form-wrapper .panel-wrapper .panel-content .panel-body.auto-scroll::-webkit-scrollbar-thumb {
  background-color: #0077b3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.form-wrapper .panel-wrapper .panel-content .panel-body.auto-scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.form-wrapper .panel-wrapper .panel-content .panel-body.auto-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.form-wrapper .panel-wrapper .panel-content .panel-body {
  padding: 10px 12px;
  margin-bottom: 10px;
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border {
  border: 1px solid #dee4ef;
}
@media screen and (min-width: 992px) {
  .form-wrapper .panel-wrapper .panel-content .panel-body .table-border:nth-child(6n+4), .form-wrapper .panel-wrapper .panel-content .panel-body .table-border:nth-child(6n+5), .form-wrapper .panel-wrapper .panel-content .panel-body .table-border:nth-child(6n+6) {
    background: rgba(229, 246, 255, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .form-wrapper .panel-wrapper .panel-content .panel-body .table-border:nth-last-child(odd) {
    background: rgba(229, 246, 255, 0.5);
  }
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border p {
  padding: 10px 0;
  margin: 0;
  line-height: 2;
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border table {
  width: 100%;
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border table tr th {
  font-weight: 500;
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border table tr th, .form-wrapper .panel-wrapper .panel-content .panel-body .table-border table tr td {
  height: 40px;
  min-width: 100px;
  width: 30%;
}
.form-wrapper .panel-wrapper .panel-content .panel-body .table-border table tr td {
  height: 40px;
  min-width: 150px;
  width: 70%;
}
.form-wrapper .panel-wrapper .panel-footer {
  padding: 20px;
}
.form-wrapper .panel-wrapper .panel-footer .text-right {
  text-align: right;
}
.form-wrapper .panel-wrapper .panel-footer .text-right a {
  margin-left: 5px;
  color: #2a4574;
  font-weight: 500;
}
.form-wrapper .rating-box {
  border-radius: 10px;
  border: 1px solid #C7D4EB;
  padding: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form-wrapper .rating-box img.rating-desk {
    display: block;
    margin: 0 auto;
  }
  .form-wrapper .rating-box img.rating-mob {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .form-wrapper .rating-box img.rating-desk {
    display: none;
  }
  .form-wrapper .rating-box img.rating-mob {
    display: block;
    margin: 0 auto;
  }
}
.form-wrapper h5 {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .form-wrapper h5 {
    font-size: 1.1rem;
  }
}
.form-wrapper table.table {
  --bs-table-striped-bg: #F2F9FF;
  --bs-table-hover-bg: #F2F9FF;
}
.form-wrapper table.table thead th {
  background: #0077b3;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  min-width: 150px;
  border-top: 1px solid #dee2e6;
}
.form-wrapper table.table td {
  font-size: 12px;
  border-bottom: 1px solid #dee2e6;
}
.form-wrapper table.table td:nth-child(2), .form-wrapper table.table td:nth-child(3) {
  padding: 0;
}
.form-wrapper table.table td input, .form-wrapper table.table td select {
  background: transparent;
  border: none !important;
  font-size: 12px;
  height: 40px;
  padding: 0 5px;
}
.form-wrapper table.table td input:focus, .form-wrapper table.table td select:focus {
  box-shadow: none !important;
}
.form-wrapper .button-wrapper {
  margin-top: 30px;
  text-align: right;
}

#employer_profile_picture {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 grey;
  margin-left: 30px;
}

section.hero-section.hero-bg {
  padding: 80px 15px;
  background: url(../images/desktop/landingpage/hero-bg.png);
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: top;
}
section.hero-section.hero-bg h1 {
  font-weight: 500;
}
section.hero-section.hero-bg h1 span {
  font-size: calc(1rem + 1vw);
}
section.hero-section.hero-bg .btn {
  letter-spacing: 0;
  text-align: center;
  width: auto;
  margin-top: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

section.exclusive-description {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.exclusive-description {
    padding: 50px 5px;
  }
}
@media screen and (min-width: 992px) {
  section.exclusive-description .content {
    margin: 30px auto 0 0;
  }
}
@media screen and (min-width: 1200px) {
  section.exclusive-description .content {
    width: 75%;
  }
}
section.exclusive-description .content h2 {
  font-weight: 500;
  color: #353749;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  section.exclusive-description .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.exclusive-description .content h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  section.exclusive-description .content h2 {
    font-size: 2.5rem;
  }
}
section.exclusive-description .content h2 span {
  color: #0077B3 !important;
}
section.exclusive-description .content p {
  font-weight: 400;
  font-size: 18px;
  color: #053144;
}
section.exclusive-description img {
  width: 100%;
}

section.feature-section {
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  section.feature-section {
    padding: 0 15px 50px;
  }
}
section.feature-section .part {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.feature-section .part {
    background: rgba(0, 119, 179, 0.05);
    border-radius: 10px;
    padding: 30px 30px 0;
    margin-bottom: 30px;
  }
}
section.feature-section .part .img-icon {
  background: linear-gradient(180deg, #0099e6 0%, #005580 100%);
  height: 80px;
  width: 80px;
  box-shadow: 0 0 0 10px rgba(0, 119, 179, 0.1019607843);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  section.feature-section .part .img-icon {
    height: 60px;
    width: 60px;
  }
}
section.feature-section .part h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #353749;
}
section.feature-section .part ul {
  padding-left: 20px;
}
section.feature-section .part ul li {
  color: #053144;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  section.feature-section .part ul li {
    font-size: 16px;
    line-height: 40px;
  }
}
section.feature-section .part ul li::marker {
  color: #0077b3;
  width: 6px;
  height: 6px;
}

section.steps-section {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.steps-section {
    padding: 50px 5px;
  }
}
section.steps-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
section.steps-section p {
  margin-bottom: 2rem;
}
section.steps-section .img-wrapper {
  background: rgba(88, 99, 248, 0.05);
  padding: 50px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  section.steps-section .img-wrapper {
    background: transparent;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  section.steps-section .full-width {
    background: rgba(88, 99, 248, 0.05);
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

section.steps-section.why-talenmate {
  padding: 0 15px 80px;
}

section.recruitment-section {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  section.recruitment-section {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  section.recruitment-section .img-wrapper img {
    width: 100%;
  }
}
@media screen and (min-width: 2100px) {
  section.recruitment-section .img-wrapper {
    text-align: right;
  }
}
section.recruitment-section .texts {
  display: flex;
  align-items: center;
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  section.recruitment-section .texts {
    padding: 0 40px;
  }
}
section.recruitment-section .texts h2 {
  margin-bottom: 20px;
}
section.recruitment-section .texts ul li {
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  section.recruitment-section .texts .row {
    justify-content: center;
  }
}

section.requirement-form {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  section.requirement-form {
    padding: 50px 15px;
  }
}
section.requirement-form h3, section.requirement-form p {
  margin-bottom: 20px;
}

.TM-modal.modal .modal-dialog.modal-xl .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-xl .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-lg {
  max-width: 820px;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content {
  padding: 40px 35px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-lg .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md {
  max-width: 581px;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content {
  padding: 50px 35px;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-header {
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-header h5 {
  color: #053144;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-body {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-md .modal-content .modal-footer {
  padding: 20px 0;
}
.TM-modal.modal .modal-dialog.modal-sm {
  max-width: 400px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content {
  padding: 60px 35px;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header {
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-header h5 {
  color: #053144;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .content {
  padding: 20px 0;
  color: #000000;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper {
  display: flex;
  justify-content: center;
}
.TM-modal.modal .modal-dialog.modal-sm .modal-content .modal-body .button-wrapper button:first-child {
  margin-right: 10px;
}
.TM-modal.modal .modal-dialog .modal-header.bg-primary {
  color: #ffffff;
  padding: 10px 30px;
}
.TM-modal.modal .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.TM-modal.modal .modal-dialog .modal-header button.fa-times-circle {
  font-size: 24px;
  color: #fff;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper {
  display: block;
  width: 100%;
}
.TM-modal.modal .modal-dialog .modal-header .header-content-wrapper .modal-title {
  font-size: 26px !important;
  line-height: 44px;
  margin: 0;
  font-weight: 500;
}
.TM-modal.modal .modal-dialog .modal-content {
  border-bottom: 5px solid #2973A6;
  border-radius: 10px;
  border-left: 1px solid #C1E8FD;
  border-right: 1px solid #C1E8FD;
  border-top: 1px solid #C1E8FD;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header {
  justify-content: flex-start;
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .btn-close {
  height: 18px;
  width: 18px;
  font-size: 16px;
  background: #E5F6FF;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 35px;
  top: 40px;
  margin: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  max-width: none !important;
  color: #212529;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.TM-modal.modal .modal-dialog .modal-content .modal-body .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.modal-open .select2-container {
  z-index: 1060;
}

.tm-form {
  font-family: "Roboto", SansSerif !important;
}
.tm-form .form_group {
  margin-bottom: 15px;
  z-index: 999;
}
.tm-form .form_group .input-group .br-half {
  border-right: 2px solid !important;
  -o-border-image: linear-gradient(to top, rgba(128, 128, 128, 0) 25%, #d2d2d2 0%, #d2d2d2 75%, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, 0) 0, rgba(0, 128, 128, 0) 0) 1 !important;
     border-image: linear-gradient(to top, rgba(128, 128, 128, 0) 25%, #d2d2d2 0%, #d2d2d2 75%, rgba(255, 0, 0, 0) 0, rgba(255, 0, 0, 0) 0, rgba(0, 128, 128, 0) 0) 1 !important;
}
.tm-form .form_field, .tm-form .form_textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  outline: 0;
  font-size: 14px;
  line-height: 36px;
  color: #353849 !important;
  font-family: inherit;
  padding: 8px 10px;
  height: 42px;
  background: #FFFFFF;
  resize: none;
  transition: border-color 0.2s;
}

.form_group .select2-container {
  z-index: 1;
}

ul.ui-autocomplete {
  max-height: 214px;
  overflow: auto;
  z-index: 1060;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  font-size: 14px;
  padding: 6px;
}
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  color: #005d88;
}

.mt-15 {
  margin-top: 15px;
}

.body_wrapper .body-content .maintable {
  min-height: calc(100vh - 280px);
  max-height: calc(100vh - 225px);
  overflow: auto;
}

.employer-verification-wrapper .tab-header {
  padding: 10px 50px;
}
.employer-verification-wrapper .tab-header h2 {
  color: #353849;
  text-align: center;
  font-family: "Roboto", SansSerif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  margin: 0;
}
.employer-verification-wrapper .tabs-wrapper {
  border-radius: 5px;
  border: 1px solid #ced4da;
  margin: 10px 50px 30px;
  padding: 30px 50px 50px;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ced4da;
  list-style-type: none;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item {
  text-align: center;
  cursor: pointer;
  color: #333;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #E5F6FF;
  border-radius: 50%;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 450;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item .tab-text {
  padding: 0 0 10px;
  font-weight: 450;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active {
  color: #0077B3;
  border-bottom: 3px solid;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active span {
  background: #0077B3;
  color: #ffffff;
  font-weight: 500;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.active .tab-text {
  font-weight: 500;
}
.employer-verification-wrapper .tabs-wrapper ul.nav-tabs li.tab-item.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper {
  min-height: calc(100vh - 500px);
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .border-grey {
  border: 1px solid #ced4da;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .h-200 {
  min-height: 200px;
  max-height: 200px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .h-200 img {
  max-width: 150px;
  max-height: 180px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .note-editor.note-frame {
  border: 1px solid #C1E8FD;
  border-radius: 5px;
  height: 265px;
  padding: 0 10px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .panel-heading.note-toolbar {
  background: #F2F9FF;
  border: 1px solid #C7D4EB;
  border-radius: 4px;
  margin: 10px 0 0;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper #business_description-error {
  position: relative;
  top: 300px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper label {
  margin-bottom: 0.2rem;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group {
  margin-bottom: 15px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group .form-control {
  border-radius: 5px;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group.img-upload {
  border: 1px solid #ced4da;
  border-radius: 5px;
  min-height: 240px;
  padding: 15px;
  display: flex;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper .form_group.img-upload .edit_on {
  margin: auto;
}
.employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper.tab3 {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 30px 100px;
}
@media screen and (max-width: 1199px) {
  .employer-verification-wrapper .tabs-wrapper .tab-content .content-wrapper.tab3 {
    padding: 30px 50px;
  }
}

.emailVerificationPage {
  min-height: calc(100vh - 82px);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emailVerificationPage .content-wrapper {
  background: #e5f6ff;
  border: 1px solid #e5f6ff;
  padding: 30px;
  border-radius: 5px;
}

.header {
  font-family: "Readex Pro", sans-serif;
  border: none !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header img {
  z-index: 2;
  position: relative;
  max-width: 13.13vw;
}
.header.LANDING-PAGE.bg-info,
.header.LANDING-PAGE .bg-info {
  background: transparent !important;
}
.header .navbar {
  padding: 1rem 0.5rem;
}
.header .navbar .navbar-toggler {
  background: #0077b3;
}
.header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse {
    background: #0077B3;
    transition: all 0.25s ease-in-out 0s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    padding: 0;
  }
}
.header .navbar-collapse .navbar-nav {
  color: #353849;
  z-index: 2;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: flex-end;
}
.header .navbar-collapse .navbar-nav .nav-item a {
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse .navbar-nav .nav-item a {
    color: #FFFFFF;
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse .navbar-nav {
    justify-content: space-evenly;
    flex-direction: column;
    gap: 0 9px !important;
    align-items: flex-start;
    padding: 15px;
  }
  .header .navbar-collapse .navbar-nav .dropdown .btn {
    padding: 15px 0 !important;
  }
}
.header .navbar-collapse .navbar-nav .w-375 {
  width: 18.25vw;
}
.header .navbar-collapse .navbar-nav a {
  font-size: 0.833333vw;
  font-weight: 500;
}
.header .navbar-collapse .navbar-nav button {
  font-weight: 400;
  font-size: 0.833333vw;
  padding: 14px 33px;
  border: 2px solid #0077b3;
}
.header .navbar-collapse .navbar-nav button:hover {
  border: 2px solid #005176;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li {
  background: #0077b3 !important;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li a {
  color: white !important;
  padding: 20px;
  text-align: center;
}
.header .navbar-collapse .navbar-nav .dropdown .primary-dropdown-menu li a:hover {
  background: #005d88 !important;
  color: white !important;
}
.header .navbar-collapse .navbar-nav .dropdown .light-dropdown-menu li {
  background: white !important;
}
.header .navbar-collapse .navbar-nav .dropdown .light-dropdown-menu li a {
  color: #0077b3;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .header .w-375 {
    width: 335px !important;
  }
  .header button {
    font-size: 16px !important;
  }
  .header img {
    max-width: 246px;
    height: 43px;
  }
}
@media screen and (max-width: 850px) {
  .header img {
    max-width: 200px;
  }
  .navbar .dropdown .btn {
    padding: 10px 15px !important;
  }
}
.landingpage-section-3-footer {
  font-size: 16px;
  color: #dddddd;
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer {
    padding: 0 50px 0 50px;
  }
}
.landingpage-section-3-footer span[data-server-error] {
  color: #ff8e80 !important;
  position: absolute;
  top: 70px;
}
.landingpage-section-3-footer .copy-right {
  line-height: 45px;
  font-weight: 300;
}
.landingpage-section-3-footer hr {
  margin: 60px 0 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.landingpage-section-3-footer .footer-icon {
  margin-right: 15px;
  max-width: 40px;
  max-height: 40px;
}
.landingpage-section-3-footer .footer-icon img {
  width: 100%;
  height: 100%;
}
.landingpage-section-3-footer section {
  height: 248px;
  z-index: -2;
  width: 1328px;
  border-radius: 20px;
  position: relative;
  top: -124px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .landingpage-section-3-footer section {
    width: 100%;
  }
}
.landingpage-section-3-footer section.h-136 {
  height: 136px;
}
.landingpage-section-3-footer section h4 {
  font-size: 36px;
  color: white;
  padding-left: 50px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section h4 {
    padding-left: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer section .col-sm-8.px-5 {
    padding-left: 0 !important;
  }
}
.landingpage-section-3-footer section .subscribe-panel {
  display: flex !important;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
.landingpage-section-3-footer section .subscribe-panel .input-group {
  padding-right: 50px;
}
.landingpage-section-3-footer section .subscribe-panel button {
  height: 62px;
  width: 168px;
  border-radius: 3px;
  margin-left: -10px;
}
.landingpage-section-3-footer .footer-links {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.landingpage-section-3-footer .footer-links .link-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .landingpage-section-3-footer .footer-links .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.landingpage-section-3-footer .footer-links .find-jobs .summary li, .landingpage-section-3-footer .footer-links .discover .summary li {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .show-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .show-mob {
    display: block;
  }
  .landingpage-section-3-footer .footer-links .hide-mob {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .heading.hide-head {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
  }
}
.landingpage-section-3-footer .footer-links .summary ul {
  list-style-type: none;
  padding: 0;
}
.landingpage-section-3-footer .footer-links .summary ul li {
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .landingpage-section-3-footer .footer-links .summary ul li {
    padding: 7px 0;
  }
}
.landingpage-section-3-footer .footer-links .summary ul li a {
  font-weight: 450;
  font-size: 16px;
  color: #DDDDDD;
}
.landingpage-section-3-footer .footer {
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer {
    display: block;
    text-align: center;
  }
}
.landingpage-section-3-footer .footer .social-icons {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .landingpage-section-3-footer .footer #siteseal {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .landingpage-section-3-footer {
    font-size: 16px !important;
    padding: 30px 5px !important;
  }
  .landingpage-section-3-footer .footer-links .heading h5 {
    font-size: 24px !important;
  }
  .landingpage-section-3-footer .footer-links .summary p {
    font-size: 14px;
    line-height: 30px;
  }
  .landingpage-section-3-footer .footer-links .summary ul {
    list-style-type: none;
    padding: 0;
  }
  .landingpage-section-3-footer .footer-links .summary ul li a {
    font-weight: 450;
    font-size: 14px;
    color: #DDDDDD;
  }
  .landingpage-section-3-footer .copy-right {
    line-height: 42px !important;
  }
  .landingpage-section-3-footer hr {
    margin: 30px 0 35px !important;
  }
  .landingpage-section-3-footer section h4 {
    font-size: 32px;
  }
  .landingpage-section-3-footer section button {
    height: 58px;
    width: 168px;
  }
}
