@charset "UTF-8";
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "circular-std";
  src: url("../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tm-icons";
  src: url("../fonts/TM-fonts/tm-icons.eot?gh5so3");
  src: url("../fonts/TM-fonts/tm-icons.eot?gh5so3#iefix") format("embedded-opentype"), url("../fonts/TM-fonts/tm-icons.ttf?gh5so3") format("truetype"), url("../fonts/TM-fonts/tm-icons.woff?gh5so3") format("woff"), url("../fonts/TM-fonts/tm-icons.svg?gh5so3#tm-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=tm-], [class*=" tm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tm-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-cancel-circle:before {
  content: "\e917";
}

.tm-cancel:before {
  content: "\e919";
}

.tm-checkmark:before {
  content: "\e916";
}

.tm-tick:before {
  content: "\e916";
}

.tm-bars:before {
  content: "\e915";
}

.tm-navicon:before {
  content: "\e915";
}

.tm-reorder:before {
  content: "\e915";
}

.tm-info:before {
  content: "\e91c";
}

.tm-check_circle_outline:before {
  content: "\e900";
}

.tm-info1:before {
  content: "\e91d";
}

.tm-plus:before {
  content: "\e91a";
}

.tm-calendar:before {
  content: "\e91b";
}

.tm-chevron-up:before {
  content: "\e901";
}

.tm-chevron-down:before {
  content: "\e902";
}

.tm-chevron-left:before {
  content: "\e903";
}

.tm-chevron-right:before {
  content: "\e904";
}

.tm-search:before {
  content: "\e905";
}

.tm-check:before {
  content: "\e906";
}

.tm-minus-circle:before {
  content: "\e907";
}

.tm-check-circle:before {
  content: "\e908";
}

.tm-plus-circle:before {
  content: "\e909";
}

.tm-edit-2:before {
  content: "\e90a";
}

.tm-eye:before {
  content: "\e90b";
}

.tm-trash-2:before {
  content: "\e90c";
}

.tm-close-solid:before {
  content: "\e918";
}

.tm-checkmark-outline:before {
  content: "\e90d";
}

.tm-chevron-small-up:before {
  content: "\e90e";
}

.tm-chevron-small-down:before {
  content: "\e90f";
}

.tm-chevron-small-left:before {
  content: "\e910";
}

.tm-chevron-small-right:before {
  content: "\e911";
}

.tm-circle-with-minus:before {
  content: "\e912";
}

.tm-circle-with-plus:before {
  content: "\e913";
}

.tm-dots-three-horizontal:before {
  content: "\e914";
}

.tm-form .form_group {
  position: relative;
  padding: 0 10px 0;
  margin-bottom: 42px;
}
.tm-form .form_group label[for=termsAndCondition_] {
  max-width: inherit;
  top: 0 !important;
}
.tm-form .form_group.error {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .tm-form .form_group {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group {
    margin-bottom: var(--px42);
  }
  .tm-form .form_group.error {
    margin-bottom: var(--px20);
  }
}
.tm-form .form_group.d-flex .input-group-text {
  margin-left: -55px;
  border-left: 0;
  display: inline-grid;
  background: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #99999987 !important;
}
@media screen and (min-width: 1920px) {
  .tm-form .form_group.d-flex .input-group-text {
    margin-left: -2.8645833333vw;
  }
}
.tm-form .form_group .input-group {
  display: flex;
  flex-wrap: nowrap;
}
.tm-form .form_group .input-group .input-group-addon {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
}
.tm-form .form_group .input-group .br-half {
  border-right: 2px solid !important;
  -o-border-image: linear-gradient(to top, #80808000 25%, #d2d2d2 0%, #d2d2d2 75%, #ff000000 0, #ff000000 0, #00808000 0) 1 !important;
     border-image: linear-gradient(to top, #80808000 25%, #d2d2d2 0%, #d2d2d2 75%, #ff000000 0, #ff000000 0, #00808000 0) 1 !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group .input-group .br-half {
    border-right: var(--px2) solid !important;
  }
}
.tm-form .form_group .input-group .form_field {
  padding: 7px 10px 7px 0;
  color: #353849 !important;
}
.tm-form .form_group .input-group .form_field:-moz-placeholder-shown ~ .form_label {
  cursor: text;
  top: 15px;
  left: 110px;
}
.tm-form .form_group .input-group .form_field:placeholder-shown ~ .form_label {
  cursor: text;
  top: 15px;
  left: 110px;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group .input-group .form_field {
    padding: var(--px7) var(--px10) var(--px7) 0;
  }
  .tm-form .form_group .input-group .form_field:-moz-placeholder-shown ~ .form_label {
    top: var(--15);
    left: var(--110);
  }
  .tm-form .form_group .input-group .form_field:placeholder-shown ~ .form_label {
    top: var(--15);
    left: var(--110);
  }
}
.tm-form .form_group .input-group label,
.tm-form .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;
  text-transform: capitalize;
  left: 30px;
  background: white;
  padding: 0 10px;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group .input-group label,
  .tm-form .form_group .input-group .form_field:focus ~ .form_label {
    font-size: var(--px14);
    top: -0.5208vw;
    left: 0;
    bottom: var(--px65);
    padding: 0 var(--px10);
  }
}
@media screen and (max-width: 769px) {
  .tm-form .form_group .input-group label,
.tm-form .form_group .input-group .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form .form_group .input-group .form_field:focus ~ .form_label {
  color: #9b9b9b;
}
.tm-form .form_group .input-group .form_field:focus {
  padding-bottom: 6px;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group .input-group .form_field:focus {
    padding-bottom: var(--px6);
  }
}
@media screen and (min-width: 1200px) {
  .tm-form .form_group.pt-10 {
    position: relative;
    top: 9px;
  }
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group.pt-10 {
    top: var(--px9);
  }
}
.tm-form .form_group.max {
  width: 303px;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group.max {
    width: var(--px303);
  }
}
.tm-form .form_group .iti .iti__selected-flag {
  background: transparent;
}
.tm-form input[disabled],
.tm-form input[disabled] ~ label {
  background: #dcdcdc !important;
}
.tm-form .form_field,
.tm-form .form_textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  outline: 0;
  border-radius: 3px;
  font-size: 16px;
  line-height: 36px;
  color: #353849 !important;
  font-family: "circular-std" !important;
  padding: 10px 12px;
  height: 42px;
  background: transparent;
  resize: none;
  transition: border-color 0.2s;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_field,
.tm-form .form_textarea {
    font-size: var(--px16);
    line-height: var(--px36);
    padding: var(--px10) var(--px10);
    height: var(--px54);
    max-width: var(--px302);
  }
}
@media screen and (max-width: 769px) {
  .bottom-fixed-button {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
  }
  .tm-form .form_field,
.tm-form .form_textarea {
    font-size: 16px;
  }
}
.tm-form .form_field .input_file,
.tm-form .form_textarea .input_file {
  border: 1px solid;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tm-form .form_field::-moz-placeholder {
  color: transparent;
}
.tm-form .form_field::placeholder {
  color: transparent;
}
.tm-form .form_field:-moz-placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  cursor: text;
  top: 15px;
  left: 13px;
  font-family: "circular-std" !important;
}
.tm-form .form_field:placeholder-shown ~ .form_label {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  cursor: text;
  top: 15px;
  left: 13px;
  font-family: "circular-std" !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_field:-moz-placeholder-shown ~ .form_label {
    font-size: var(--px16);
    top: var(--px15);
    left: var(--px13);
  }
  .tm-form .form_field:placeholder-shown ~ .form_label {
    font-size: var(--px16);
    top: var(--px15);
    left: var(--px13);
  }
}
@media screen and (max-width: 769px) {
  .tm-form .form_field:-moz-placeholder-shown ~ .form_label {
    font-size: 16px;
  }
  .tm-form .form_field:placeholder-shown ~ .form_label {
    font-size: 16px;
  }
}
.tm-form label:not(.error),
.tm-form .form_field:focus ~ .form_label {
  white-space: nowrap;
  position: absolute;
  top: -9px;
  display: block;
  transition: 0.2s;
  font-family: "circular-std" !important;
  font-weight: 400;
  font-size: 14px;
  color: #9b9b9b;
  left: 20px;
  background: white;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: -webkit-fill-available;
  margin-right: 20px;
}
@media screen and (min-width: 1921px) {
  .tm-form label:not(.error),
.tm-form .form_field:focus ~ .form_label {
    font-size: var(--px14);
    top: -0.46875vw;
    left: var(--px20);
    margin-right: var(--px20);
  }
}
@media screen and (max-width: 769px) {
  .tm-form label:not(.error),
.tm-form .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form label.error {
  color: #d16e61 !important;
  font-weight: 450 !important;
  font-size: 12px !important;
  line-height: 34px;
  position: absolute;
  left: 10px;
  bottom: -40px;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .tm-form label.error {
    font-size: var(--px12) !important;
    line-height: var(--px34);
    left: var(--px10);
    bottom: -2.0833vw;
  }
}
.tm-form .no-abst:has(input.error).form_group,
.tm-form .no-abst:has(select.error).form_group {
  margin-bottom: 0 !important;
}
.tm-form .no-abst:has(input.error) label.error,
.tm-form .no-abst:has(select.error) label.error {
  position: unset !important;
}
.tm-form .form_group.no-abst .error {
  bottom: -34px !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_group.no-abst .error {
    bottom: -1.770833vw;
  }
}
.tm-form .error.form_field,
.tm-form .form_field ~ .form_label ~ span[data-server-error] {
  border-color: #d16e61;
}
.tm-form span[data-server-error] {
  display: block;
  color: #d16e61;
}
.tm-form input[type=password] {
  font-size: 16px !important;
}
@media screen and (min-width: 1921px) {
  .tm-form input[type=password] {
    font-size: var(--px16);
  }
}
.tm-form .form_field:focus ~ .form_label {
  color: #9b9b9b;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_field:focus ~ .form_label {
    font-size: var(--px14);
  }
}
@media screen and (max-width: 769px) {
  .tm-form .form_field:focus ~ .form_label {
    font-size: 12px;
  }
}
.tm-form .form_field:focus {
  padding-bottom: 6px;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_field:focus {
    padding-bottom: var(--px6);
  }
}
.tm-form .form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/desktop/candidate/icons/Arrow_drop_down.png) 95%/24px no-repeat #fff;
}
.tm-form .form_group select ~ .select_label {
  display: none;
}
.tm-form .max-h {
  max-height: 342px;
}
@media screen and (min-width: 1921px) {
  .tm-form .max-h {
    max-height: var(--px342);
  }
}
.tm-form .lang-details label.error,
.tm-form .lang-details span[data-server-error] {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .tm-form .lang-details .row {
    position: relative;
  }
}
.tm-form .language_btn {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1518px) {
  .tm-form .language_btn {
    right: -52px;
  }
}
@media screen and (max-width: 1276px) {
  .tm-form .language_btn {
    right: -70px;
  }
}
@media screen and (max-width: 1200px) {
  .tm-form .language_btn {
    right: -32px;
    bottom: 0;
  }
  .tm-form .language_btn button {
    padding: 0.5rem 1.6rem !important;
  }
}
@media screen and (max-width: 990px) {
  .tm-form .language_btn {
    right: 11px;
  }
}
@media screen and (max-width: 860px) {
  .tm-form .language_btn {
    right: -39px;
  }
}
.tm-form .language_box {
  width: 10%;
  margin: 0 11px 0 0;
}
@media screen and (min-width: 1921px) {
  .tm-form .language_box {
    margin: 0 var(--px11) 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .tm-form .language_box .round {
    top: 10px;
  }
  .tm-form .language_box .round label {
    left: 14px;
  }
}
@media screen and (max-width: 990px) {
  .tm-form .language_box {
    padding-right: 80px !important;
    margin: 0 3px 0 0;
  }
  .tm-form .language_box .round label {
    left: 14px;
  }
}
.tm-form .round {
  position: relative;
}
.tm-form .round label {
  background-color: #e5f6ff;
  border: 1px solid #e5f6ff;
  cursor: pointer;
  height: 12pt;
  top: 25%;
  width: 12pt;
  left: 0;
  overflow: visible;
  padding: 0;
  border-radius: 3px;
}
@media screen and (min-width: 1921px) {
  .tm-form .round label {
    height: var(--px17);
    top: var(--px4);
    width: var(--px14);
  }
}
.tm-form .round span {
  left: 28px;
  position: absolute;
  top: -1px;
  cursor: pointer;
  width: 200px;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  color: #353849 !important;
  text-transform: capitalize;
}
@media screen and (min-width: 1921px) {
  .tm-form .round span {
    font-size: var(--px16);
    left: var(--px28);
    top: -0.05208vw;
    width: var(--px200);
    line-height: var(--px22);
  }
}
.tm-form .round label:after {
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 8px;
}
@media screen and (min-width: 1921px) {
  .tm-form .round label:after {
    height: var(--px7);
    left: var(--px3);
    top: var(--px3);
    width: var(--px10);
  }
}
.tm-form .round input[type=checkbox] {
  visibility: hidden;
}
.tm-form .round input[type=checkbox]:checked + label {
  border-color: transparent;
  background: linear-gradient(180deg, #005581 0%, #2f95d2 100%);
}
.tm-form .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.tm-form .overflow-visible {
  overflow: visible !important;
}
.tm-form .box {
  width: 150%;
  border: 0px solid #e9eaeb !important;
  height: 112px;
  margin-top: 9px;
}
.tm-form .box .sub-title {
  padding: 30px 10px 0;
}
@media screen and (min-width: 1921px) {
  .tm-form .box {
    height: var(--px112);
    margin-top: var(--px9);
  }
  .tm-form .box .sub-title {
    padding: var(--px30) var(--px10) 0;
  }
}
.tm-form .skillbox {
  color: #343a40 !important;
}
.tm-form .skillbox .select2-container {
  max-width: 358px !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .select2-container {
    max-width: var(--px358);
  }
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-left: 20px;
  padding: 0 !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    margin-left: var(--px20);
  }
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  align-items: center !important;
  color: black;
  background-color: #e5f6ff;
  padding: 0.25em 0.4em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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 .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #0077b3 !important;
  top: 0;
  font-weight: bold !important;
  padding-left: 0.2em !important;
  border-color: #0077b3;
  height: 13px;
  padding-bottom: 0.6rem;
  width: 13px;
  border-width: 1px;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding-left: var(--px16) !important;
    padding-right: var(--px16) !important;
    padding: var(--px8) !important;
    margin-left: var(--px8) !important;
    margin-right: var(--px8) !important;
    padding: var(--px4) 0.333vw;
    border-radius: var(--px4);
  }
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    padding-left: 0.1666vw !important;
    height: var(--px13);
    padding-bottom: 0.5vw;
    width: var(--px13);
  }
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__clear {
  left: 59%;
  top: -192%;
  font-size: 20px;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__clear {
    font-size: var(--px20);
  }
}
.tm-form .skillbox .box {
  width: 100%;
  border: 0px solid #e9eaeb !important;
  height: 112px;
  margin-top: 9px;
}
@media (max-width: 1600px) {
  .tm-form .skillbox .box {
    width: 100%;
  }
}
.tm-form .skillbox .box span {
  font-size: 16px;
  color: #7e7e7e;
  margin: 14px 0 16px 20px;
  display: flex;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .box {
    height: var(--px112);
    margin-top: var(--px9);
  }
  .tm-form .skillbox .box span {
    font-size: var(--px16);
    color: #7e7e7e;
    margin: var(--px14) 0 var(--px16) var(--px20);
  }
}
.tm-form .skillLists .skill-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  width: 100%;
  border-radius: 5px;
}
.tm-form .skillLists .skill-pill span {
  color: #0077b3 !important;
  font-weight: 500;
  border-color: #0077b3;
  height: 15px;
  width: 15px;
  font-size: 11px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.tm-form .skillLists .list {
  font-size: 14px;
  line-height: 24px;
  font-family: "circular-std" !important;
}
.tm-form .skillLists .list i {
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillLists .skill-pill {
    font-size: var(--px14);
    padding: var(--px5) var(--px13);
    border-radius: var(--px5);
  }
  .tm-form .skillLists .skill-pill span {
    height: var(--px15);
    width: var(--px15);
    font-size: var(--px11);
    margin-left: var(--px10);
  }
  .tm-form .skillLists .list {
    font-size: var(--px14);
    line-height: var(--px24);
  }
  .tm-form .skillLists .list i {
    font-size: var(--px16);
  }
}
.tm-form .skillbox {
  color: #343a40 !important;
}
.tm-form .skillbox .select2-container {
  max-width: 358px !important;
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-left: 20px;
  padding: 0 !important;
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  align-items: center !important;
  color: black;
  background-color: #e5f6ff;
  padding: 0.25em 0.4em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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 .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #0077b3 !important;
  top: 0;
  font-weight: bold !important;
  padding-left: 0.2em !important;
  border-color: #0077b3;
  height: 13px;
  padding-bottom: 0.6rem;
  width: 13px;
  border-width: 1px;
}
.tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__clear {
  left: 59%;
  top: -192%;
  font-size: 20px;
}
.tm-form .skillbox .box {
  width: 100%;
  border: 0px solid #e9eaeb !important;
  height: 112px;
  margin-top: 9px;
}
@media (max-width: 1600px) {
  .tm-form .skillbox .box {
    width: 100%;
  }
}
.tm-form .skillbox .box span {
  font-size: 16px;
  color: #7e7e7e;
  margin: 14px 0 16px 20px;
  display: flex;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillbox .select2-container {
    max-width: var(--px358) !important;
  }
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    margin-left: var(--px20);
  }
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding-left: var(--px16) !important;
    padding-right: var(--px16) !important;
    padding: var(--px8) !important;
    margin-left: var(--px8) !important;
    margin-right: var(--px8) !important;
    padding: var(--px4) 0.3333vw;
    border-radius: var(--px4);
  }
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    padding-left: 0.166666vw !important;
    height: var(--px13);
    padding-bottom: 0.5vw;
    width: var(--px13);
  }
  .tm-form .skillbox .select2-container .select2-selection--multiple .select2-selection__clear {
    font-size: var(--px20);
  }
  .tm-form .skillbox .box {
    height: var(--px112);
    margin-top: var(--px9);
  }
  .tm-form .skillbox .box span {
    font-size: var(--px16);
    margin: var(--px14) 0 var(--px16) var(--px20);
  }
}
.tm-form .skillLists .skill-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  width: auto;
  border-radius: 5px;
}
.tm-form .skillLists .skill-pill span {
  color: #0077b3 !important;
  font-weight: 500;
  border-color: #0077b3;
  height: 15px;
  width: 15px;
  font-size: 11px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.tm-form .skillLists .list {
  font-size: 14px;
  line-height: 24px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  font-family: "circular-std" !important;
}
.tm-form .skillLists .list i {
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1921px) {
  .tm-form .skillLists .skill-pill {
    font-size: var(--px14);
    padding: var(--px5) var(--px13);
    border-radius: var(--px5);
  }
  .tm-form .skillLists .skill-pill span {
    height: var(--px15);
    width: var(--px15);
    font-size: var(--px11);
    margin-left: var(--px10);
  }
  .tm-form .skillLists .list {
    font-size: var(--px14);
    line-height: var(--px24);
    gap: var(--px10);
  }
  .tm-form .skillLists .list i {
    font-size: var(--px16);
  }
}
.tm-form .checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 8px;
  top: -6px !important;
  left: 0 !important;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media screen and (min-width: 1921px) {
  .tm-form .checkbox-container {
    font-size: var(--px22);
    margin-left: var(--px8);
    top: -0.3125vw !important;
  }
  .tm-form .checkbox-container .checkmark {
    height: var(--px15) !important;
    width: var(--px15) !important;
  }
  .tm-form .checkbox-container .checkmark:after {
    left: var(--px4) !important;
    top: var(--px2);
    width: var(--px4) !important;
    height: var(--px7) !important;
    border-width: 0 var(--px3) var(--px3) 0;
  }
}
.tm-form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tm-form .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #e5f6ff;
  border: 1px solid #e5f6ff;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.tm-form .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
@media screen and (min-width: 1921px) {
  .tm-form .checkbox-container .checkmark {
    height: var(--px15);
    width: var(--px15);
    border: var(--px1) solid #e5f6ff;
  }
}
.tm-form .checkbox-container:hover input ~ .checkmark {
  background: linear-gradient(180deg, #005581 0%, #2f95d2 100%);
}
.tm-form .checkbox-container input:checked ~ .checkmark {
  background: linear-gradient(180deg, #005581 0%, #2f95d2 100%);
}
.tm-form .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.tm-form .checkbox-container .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}
@media screen and (min-width: 1921px) {
  .tm-form .checkbox-container {
    left: var(--px4);
    top: var(--px2);
    width: var(--px4);
    height: var(--px7);
    border-width: 0 var(--px2) var(--px2) 0;
  }
}
.tm-form .form_check_label {
  text-align: center;
  color: #777777;
  font-family: circular-std, Serif !important;
}
.tm-form .form_check_label.form_label {
  color: #333333 !important;
  left: 25px !important;
  line-height: 0.8;
  font-size: 18px;
  white-space: nowrap;
  width: auto;
  top: -6px !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .form_check_label {
    font-size: var(--px12);
    line-height: var(--px36);
    top: var(--px10);
  }
  .tm-form .form_check_label.form_label {
    line-height: 0.04166vw;
    top: -0.3125vw;
    left: var(--px25) !important;
    font-size: var(--px18);
  }
}
.tm-form .form_field:checked {
  outline: none;
  background: linear-gradient(180deg, #005581 0%, #2f95d2 100%);
}
.tm-form .form_field:active, .tm-form .form_field:hover, .tm-form .form_field:focus {
  outline: none;
}
.tm-form + .form_group {
  margin-left: 15px;
}
@media screen and (min-width: 1921px) {
  .tm-form + .form_group {
    margin-left: var(--px15);
  }
}
.tm-form .form_label {
  text-transform: capitalize;
}
.tm-form .form_label.txt-normal {
  text-transform: none;
}
.tm-form .fresher .form-check .form-check-label {
  top: 2px !important;
  left: 0px !important;
}
@media screen and (min-width: 1921px) {
  .tm-form .fresher .form-check .form-check-label {
    top: var(--px2);
  }
}

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

.face-box {
  border: 1px solid #00ff08;
  position: absolute;
  display: none !important;
}

.no-face-box {
  display: none !important;
  border: 1px solid red;
  position: absolute;
}

label.error,
span[data-server-error] {
  color: #d16e61 !important;
}

span#facepic-error {
  color: #d16e61 !important;
  font-weight: 450;
  font-size: 12px;
}

@media screen and (min-width: 1921px) {
  span#facepic-error {
    font-size: var(--px12);
  }

  .face-box {
    border: var(--px1) solid #00ff08;
  }

  .no-face-box {
    border: var(--px1) solid red;
  }
}
body .form-control::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
body .form-control::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

.talentmate-Mobile-Wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1040;
  box-shadow: 0 0 3px 1px #00000012;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header.title-left {
  z-index: 1040;
  display: flex;
  align-items: center;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header.title-left .back-btn {
  position: revert;
  padding: 7px 10px;
  background-color: #e5f6ff;
  border-color: #e5f6ff;
  margin-left: 15px;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header .default-header {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 5px 30px;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header .default-header .img-wrapper {
  max-width: 246px;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header .back-btn {
  position: absolute;
  bottom: 15px;
  padding: 7px 12px 7px 10px;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-header h1 {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
  color: #353849;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 380px) {
  .talentmate-Mobile-Wrapper .talentmate-mobile-header h1 {
    font-size: 16px;
  }
}
.talentmate-Mobile-Wrapper.three .talentmate-mobile-body {
  height: calc(100vh - 134px);
  overflow: auto;
}
.talentmate-Mobile-Wrapper.two .talentmate-mobile-body {
  overflow: auto;
  margin-bottom: 91px;
}
.talentmate-Mobile-Wrapper .talentmate-mobile-body .requirement {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #353849;
  padding-top: 58px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .banner-btns .btn {
  height: 50px;
  min-width: 130px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .banner-btns .btn.btn-primary-outlined {
  margin-left: 11px;
  color: #0077B3;
  border: 1px solid #0077B3;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper small {
  font-weight: 450;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #222222;
  padding-bottom: 30px;
  display: block;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .profile-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-1 .img-wrapper {
  padding: 0 15px 75px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-1 .img-wrapper img {
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 2px solid black;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #222222;
  margin-bottom: 23px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-1 {
  padding: 45px 28px 0;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-1 p {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 28px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-1 ul li.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-1 ul li.step .icon-img {
  background: #0077b3;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-1 ul li.step .stepper {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-2 {
  padding: 0 10px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 {
  padding: 48px 10px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .heading {
  width: 75%;
  margin: 0 auto;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .heading p {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .img-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .img-collection .img-card {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex: 0 0 45%;
  height: 140px;
  text-align: center;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .img-collection .img-card h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 6px;
}
.talentmate-Mobile-Wrapper .landingpage-body-wrapper .landingpage-section-2 .section-3 .img-collection .img-card span {
  font-weight: 450;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #777777;
}
.talentmate-Mobile-Wrapper .talentmate-footer {
  background-color: #00334D;
}
.talentmate-Mobile-Wrapper .talentmate-footer h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.talentmate-Mobile-Wrapper .talentmate-footer .summary p {
  font-weight: 450;
  font-size: 16px;
  line-height: 30px;
  color: #DDDDDD;
}
.talentmate-Mobile-Wrapper .talentmate-footer .summary p a {
  color: #DDDDDD;
}
.talentmate-Mobile-Wrapper .talentmate-footer li a {
  font-weight: 450;
  font-size: 16px;
  line-height: 48px;
  color: #DDDDDD;
}
.talentmate-Mobile-Wrapper .talentmate-footer ul {
  list-style: none;
  padding: 0;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 {
  padding: 46px 30px 60px;
  background: #0077b3;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .input-group {
  height: 68px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .input-group input {
  border-radius: 5px;
  z-index: 0;
  padding-right: 41%;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .input-group input::-moz-placeholder {
  font-size: 14px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .input-group input::placeholder {
  font-size: 14px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .input-group button {
  position: absolute;
  background: #0077b3;
  right: 5px;
  top: 5px;
  height: 58px;
  color: #fff;
  z-index: 1;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-a4 form.subscribe-panel .error-text-danger.help-block {
  width: 100%;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-1 {
  padding: 48px 28px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-2 {
  padding: 1px 28px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-3,
.talentmate-Mobile-Wrapper .talentmate-footer .section-4 {
  padding: 20px 30px 0;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 {
  padding: 20px 0 30px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 hr {
  margin: 0;
  background: #ffffff1a;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 .footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 .footer .copyright-wrapper {
  padding: 40px 15px 20px;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 .footer .copyright-wrapper p {
  font-weight: 450;
  font-size: 16px;
  line-height: 28px;
  color: #DDDDDD;
  width: 70%;
  margin: 0 auto;
}
.talentmate-Mobile-Wrapper .talentmate-footer .section-5 .footer .footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #353849;
  padding: 58px 30px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper small {
  text-align: center;
  color: #777777;
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
  display: block;
  width: 75%;
  margin: auto;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #222222;
  margin-bottom: 23px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-1 {
  text-align: center;
  padding: 45px 28px 60px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-1 p {
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 28px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-1 button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 19px 0px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 {
  padding: 46px 30px 60px;
  background: #0077b3;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel h4 {
  width: 75%;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 33px;
}
@media screen and (min-width: 1921px) {
  .talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel h4 {
    font-size: 1.45833vw;
  }
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel .input-group {
  height: 68px;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel .input-group input {
  border-radius: 5px;
  z-index: 0;
  padding-right: 41%;
}
.talentmate-Mobile-Wrapper .talentmate-contact-wrapper .landingpage-section-2 .section-4 form.subscribe-panel .input-group button {
  position: absolute;
  background: #0077b3;
  right: 5px;
  top: 5px;
  height: 58px;
  color: #fff;
  z-index: 1;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-1 {
  background-color: #E5F6FF;
  padding: 70px 30px 65px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-1 h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #353849;
  padding-bottom: 21px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-1 small {
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #777777;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 {
  padding: 30px 24px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .search-box {
  display: flex;
  height: 48px;
  gap: 10px;
  margin-bottom: 32px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .search-box .input-group .form-control {
  border-right: none;
  height: 100%;
  margin-right: -1px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .search-box .input-group .input-group-text {
  background: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .articlesection {
  border-left: 3px solid #E5F6FF;
  padding-left: 30px;
  position: relative;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .articlesection .articleCard .date_wrapper .fa-circle {
  position: absolute;
  left: -37px;
  top: 30px;
  font-size: 12px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .articlesection .articleCard .date_wrapper p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 450;
  padding: 2px 20px;
  margin: 0 0 11px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .articleCard {
  border: none;
  padding: 22px 0;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 h5.card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
  color: #353849;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .card-body {
  padding: 0 !important;
  margin: 32px 0 0;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 p.card-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 450;
  color: #777777;
  margin-bottom: 23px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 a.btn.btn-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 13px 24px;
  border-radius: 5px;
}
.talentmate-Mobile-Wrapper .talentmate-article-wrapper .section-2 .pagination a.page-link {
  border: 1px solid #0077b3 !important;
  border-radius: 6px !important;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 15px 16.18px;
  margin-left: 12px;
  text-align: center;
  text-decoration: none !important;
  line-height: 0.5;
  font-size: 12px;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-1 {
  padding: 30px 30px 19px;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-1 h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #353849;
  margin: 14px 0 0;
  display: inline-block;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 {
  padding: 0 24px 50px;
  border-bottom: 1px solid #0000001a;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .img-wrapper {
  margin-bottom: 22px;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content {
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 51px;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content table {
  display: block;
  width: 100% !important;
  overflow-x: auto;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: 100%;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul {
  counter-reset: item;
  padding-left: 1.5em;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul {
    padding-left: 0.5em;
  }
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul.first-level {
  padding-left: 0;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul li {
  color: #666666;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul li a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
  font-size: 14px;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-content .toc-wrapper nav ul li a:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-ad {
  text-align: center;
}
.talentmate-Mobile-Wrapper .talentmate-articleView-wrapper .section-2 .article-ad img {
  max-width: 380px;
  max-height: 254px;
  height: auto;
  width: 100%;
}
.talentmate-Mobile-Wrapper .form-group.comp_email {
  position: relative;
}
.talentmate-Mobile-Wrapper .form-group.comp_email #user_email-error {
  position: absolute;
  top: 73px;
}
.talentmate-Mobile-Wrapper .form-group .control-label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #00334D;
}
.talentmate-Mobile-Wrapper .form-group .error.form_field,
.talentmate-Mobile-Wrapper .form-group .form_field ~ .form_label ~ span[data-server-error] {
  border-color: #d16e61;
}
.talentmate-Mobile-Wrapper .form-group .select2-container {
  max-width: 100% !important;
}
.talentmate-Mobile-Wrapper .form-group .iti {
  width: 100%;
}
.talentmate-Mobile-Wrapper .form-group .iti .iti__flag-container {
  max-height: 55px;
}
.talentmate-Mobile-Wrapper .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 42px;
}
.talentmate-Mobile-Wrapper .form-group .form-control::-moz-placeholder {
  font-size: 14px;
}
.talentmate-Mobile-Wrapper .form-group .form-control::placeholder {
  font-size: 14px;
}
.talentmate-Mobile-Wrapper .form-group .input-group .input-group-addon .btn {
  margin-left: 10px;
  height: 55px;
  width: 95px;
}
.talentmate-Mobile-Wrapper .form-group .font-weight-light {
  font-size: 12px !important;
}
.talentmate-Mobile-Wrapper .form-group input[type=file] {
  position: relative;
  padding: 15px 10px;
  font-size: 14px;
  color: #777777;
}
.talentmate-Mobile-Wrapper .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;
}
.talentmate-Mobile-Wrapper .form-group .skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
}
.talentmate-Mobile-Wrapper .form-group .skillLists .skill-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 5px;
}
.talentmate-Mobile-Wrapper .form-group .skillLists .skill-pill span {
  color: #0077b3 !important;
  font-weight: 500;
  border-color: #0077b3;
  height: 15px;
  width: 15px;
  font-size: 11px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.talentmate-Mobile-Wrapper .form-group .skillLists .list {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  font-family: "circular-std" !important;
}
.talentmate-Mobile-Wrapper .form-group .skillLists .list i {
  font-size: 16px;
  cursor: pointer;
}
.talentmate-Mobile-Wrapper .form-group.skillbox {
  color: #343a40 !important;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .select2-container {
  max-width: 358px !important;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-left: 20px;
  padding: 0 !important;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  align-items: center !important;
  color: black;
  background-color: #e5f6ff;
  padding: 0.25em 0.4em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #0077b3 !important;
  top: 0;
  font-weight: bold !important;
  padding-left: 0.2em !important;
  border-color: #0077b3;
  height: 13px;
  padding-bottom: 0.6rem;
  width: 13px;
  border-width: 1px;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .select2-container .select2-selection--multiple .select2-selection__clear {
  left: 59%;
  top: -192%;
  font-size: 20px;
}
.talentmate-Mobile-Wrapper .form-group.skillbox .box {
  width: 100%;
  border: 0px solid #e9eaeb !important;
  height: 112px;
  margin-top: 9px;
}
@media (max-width: 1600px) {
  .talentmate-Mobile-Wrapper .form-group.skillbox .box {
    width: 100%;
  }
}
.talentmate-Mobile-Wrapper .form-group.skillbox .box span {
  font-size: 16px;
  color: #7e7e7e;
  margin: 14px 0 16px 20px;
  display: flex;
}

.tab-content .tab-pane.in {
  opacity: 1;
}

.talentmate-mobile-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 23px 0;
  box-shadow: 0 0 3px 1px #00000012;
}
.talentmate-mobile-footer .btn-wrapper {
  display: flex;
  gap: 0;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 0;
}
@media screen and (max-width: 340px) {
  .talentmate-mobile-footer .btn-wrapper {
    align-items: center;
  }
}
.talentmate-mobile-footer .btn-wrapper .btn-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.talentmate-mobile-footer .btn-wrapper p {
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  color: #353849;
  white-space: nowrap;
}
@media screen and (max-width: 340px) {
  .talentmate-mobile-footer .btn-wrapper p {
    display: none;
  }
}

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

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

.landing-page-main .find-job-wrapper {
  padding: 50px 30px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  background: linear-gradient(0deg, rgba(0, 119, 179, 0.9), rgba(0, 119, 179, 0.9)), url("../images/mobile/banner_bg.webp");
  background-repeat: no-repeat;
  background-position: top;
}
.landing-page-main .find-job-wrapper .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 64px;
  margin: 0 0 18px;
}
.landing-page-main .find-job-wrapper .search-group {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 30px;
}
.landing-page-main .find-job-wrapper .search-group .form-control {
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group .form-control ::-moz-placeholder {
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group .form-control ::placeholder {
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group ::-moz-placeholder {
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group ::placeholder {
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group .select2-container {
  max-height: 35px;
}
.landing-page-main .find-job-wrapper .search-group .select2-container .select2-selection {
  border: none;
  max-height: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  padding: 3px 7px;
  display: flex;
  align-items: center;
}
.landing-page-main .find-job-wrapper .search-group .select2-container .select2-selection .select2-selection__placeholder {
  font-size: 14px;
  color: #666666;
}
.landing-page-main .find-job-wrapper .search-group .select2-container .select2-selection .select2-selection__arrow {
  top: 15px;
}
.landing-page-main .find-job-wrapper .search-group .select2-container .select2-selection .select2-selection__clear {
  line-height: 1;
  margin-top: 3px;
}
.landing-page-main .find-job-wrapper .search-group select {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  width: auto;
}
.landing-page-main .find-job-wrapper .search-group button.btn-primary {
  min-width: auto;
}
.landing-page-main .find-job-wrapper ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.landing-page-main .find-job-wrapper ul li.popular-text-wrapper {
  background: transparent;
}
.landing-page-main .find-job-wrapper ul li.popular-text-wrapper .popular-job-text {
  background: transparent;
  color: #ffffff;
  cursor: auto;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.landing-page-main .find-job-wrapper ul li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.landing-page-main .find-job-wrapper ul li a span {
  background: rgba(255, 255, 255, 0.1);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-main .title-s {
  ont-weight: 500;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #353849;
}
.landing-page-main h1.categories-title {
  padding: 60px 0 45px;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #00111A;
}
.landing-page-main .browse-categories-area {
  padding: 30px 5px 40px;
}
.landing-page-main .browse-categories-area .categories-list {
  display: grid;
  flex-wrap: wrap;
  gap: 15px 20px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
.landing-page-main .browse-categories-area .categories-list .category-box {
  min-width: 150px;
  background: #FFFFFF;
  border: 1px solid #E5F6FF;
  border-radius: 10px;
  padding: 21px 10px;
  text-align: center;
}
.landing-page-main .browse-categories-area .categories-list .category-box img {
  margin-bottom: 10px;
}
.landing-page-main .browse-categories-area .categories-list .category-box h5 {
  font-size: 16px;
  line-height: 18px;
  color: #00334D;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}
.landing-page-main .browse-categories-area .categories-list .category-box p {
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  margin: 4px 0 0;
}
.landing-page-main .browse-categories-area .btn {
  margin-top: 30px;
}
.landing-page-main .browse-location {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 63px 20px 80px;
}
.landing-page-main .browse-location .form-group {
  margin-bottom: 20px;
}
.landing-page-main .browse-location .form-group .form-control {
  width: 100%;
  border: 1px solid #E5F6FF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}
.landing-page-main .browse-location ul {
  padding: 0;
  list-style-type: none;
}
.landing-page-main .browse-location ul li {
  padding: 20px 0;
  position: relative;
}
.landing-page-main .browse-location ul li img {
  margin-right: 24px;
  border-radius: 50%;
}
.landing-page-main .browse-location ul li .location-detail h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #00334D;
}
.landing-page-main .browse-location ul li .location-detail p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}
.landing-page-main .browse-location ul li .btn-right-arrow {
  position: absolute;
  right: 10px;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  padding: 3px 5px;
  background: #e5f6ff;
  color: #0077b3;
}
.landing-page-main .browse-location ul li .btn-right-arrow span {
  color: #0077B3;
}
.landing-page-main .browse-location ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.landing-page-main .dashboard-images {
  padding: 0 23px;
}
.landing-page-main .dashboard-images .img-responsive + .img-responsive {
  margin-top: 21px;
}
@media screen and (max-width: 360px) {
  .landing-page-main .dashboard-images .img-responsive img {
    width: 100%;
  }
}
.landing-page-main .dashboard-images .divider {
  margin-top: 43px;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.landing-page-main .latest-articles {
  padding: 30px;
}
.landing-page-main .latest-articles .box-wrapper {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #B3E5FF;
  padding: 15px;
}
.landing-page-main .latest-articles .box-wrapper a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}
.landing-page-main .latest-articles .box-wrapper .date-wrapper {
  display: flex;
  align-items: center;
  margin: 7px 0;
}
.landing-page-main .latest-articles .box-wrapper .date-wrapper svg {
  margin-right: 5px;
}
.landing-page-main .latest-articles .box-wrapper p {
  margin: 0;
}
.landing-page-main .top-categories {
  padding: 61px 30px 70px;
  text-align: center;
}
.landing-page-main .top-categories .company_box {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 81px;
  width: 178px;
  min-width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 370px) {
  .landing-page-main .top-categories .company_box {
    min-width: 148px;
  }
}
.landing-page-main .top-categories .company_box img {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.landing-page-main .top-categories .company_box + .company_box {
  margin-left: 11px;
}
.landing-page-main .top-companies-section {
  padding: 63px 0 0;
  text-align: center;
  background: #E5F6FF;
}
.landing-page-main .top-companies-section h3 {
  padding: 0 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.landing-page-main .top-companies-section p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding: 0 20px;
}
.landing-page-main .top-companies-section img {
  width: 100%;
}

.login-page-sm {
  background-image: url("../images/mobile/auth/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: 55px;
}
.login-page-sm .login-content .form-group label.error {
  color: #FF0000;
  font-size: 13px;
}
.login-page-sm .login-content .btn {
  margin: 15px 0 11px;
  height: 55px;
}
.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;
}

.forgot-psw-wrapper .page-contents {
  position: relative;
  height: calc(100vh - 60px);
  padding: 11px 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: 55px;
}
.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::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 .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: 55px;
  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%;
  height: 55px;
}

.profile-selector-page {
  padding: 35px 23px 0;
  background: #fff;
}
.profile-selector-page .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  position: relative;
  height: calc(100vh - 100px);
}
.profile-selector-page .wrapper .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.profile-selector-page .wrapper .boxes .box {
  width: 311px;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile-selector-page .wrapper .boxes .box input[type=radio]:checked:before {
  content: "\f058";
  background: #0077b3;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  top: -6px;
  font-size: 26px;
  padding: 0px 2px;
}
.profile-selector-page .wrapper .boxes .box input[type=radio] {
  position: relative;
  cursor: pointer;
  color: #e5f6ff;
  margin: 30px;
}
.profile-selector-page .wrapper .boxes .box input[type=radio]:before {
  content: "\f1db";
  background: #e5f6ff;
  border-radius: 20px;
  position: absolute;
  font-size: 0px;
  top: -6px;
  width: 26px;
  left: -4px;
  height: 26px;
}
.profile-selector-page .wrapper .boxes .box .content {
  margin: 0;
}
.profile-selector-page .wrapper .boxes .box .content h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.profile-selector-page .wrapper .boxes .box .content p {
  font-weight: 450;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.profile-selector-page .wrapper .boxes .box.active {
  background-color: #0077B3 !important;
  color: #fff !important;
}
.profile-selector-page .wrapper .bg-info.rounded {
  max-height: 65px;
}
.profile-selector-page .wrapper .bg-info.rounded .watch-video {
  display: flex;
  gap: 21px;
  padding: 13px 18px;
}
.profile-selector-page .wrapper .bg-info.rounded .watch-video i:before {
  font-size: 25px;
  color: #fff;
  background-color: #EF5350;
  padding: 1px 8px 1px 12px;
  border-radius: 3px;
}
.profile-selector-page .wrapper .bg-info.rounded .watch-video span {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: block;
  color: #2B2F33;
}
.profile-selector-page .wrapper .terms-and-Condition {
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.profile-selector-page .wrapper .terms-and-Condition label {
  font-weight: 565;
  font-size: 16px;
  line-height: 14px;
  color: #430A26;
}
.profile-selector-page .wrapper .terms-and-Condition label a {
  font-weight: 450;
  font-size: 16px;
  line-height: 46px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0077B3;
}
.profile-selector-page .wrapper .btn-bottom {
  position: absolute;
  bottom: 0px;
}
.profile-selector-page .wrapper .btn-bottom button.btn-primary {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0 17px;
}

.summernote_content_default_class {
  font-family: "circular-std", Serif !important;
  font-size: 14px !important;
  color: #999999 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.upload-resume-page {
  margin: auto;
}
.upload-resume-page h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #00334D;
  margin: 30px 50px 21px;
}
.upload-resume-page p {
  margin-bottom: 26px;
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #777777;
}
.upload-resume-page .box {
  background: #e5f6ff;
  border-radius: 10px;
  padding: 43px 23px;
  margin: 0 23px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-resume-page .box h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #00334D;
}
.upload-resume-page .box .custom-list {
  list-style: none;
  padding: 0;
}
.upload-resume-page .box .custom-list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #00334D;
  padding: 0;
  display: flex;
  gap: 20px;
  padding: 21px 0;
  border-color: #0000001a;
}
.upload-resume-page .box .custom-list li span {
  background: #0077b3;
  text-align: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50px;
  line-height: 2;
  color: #fff;
  font-weight: 450;
  font-size: 14px;
}

label.error {
  font-size: 14px;
  margin-bottom: 0;
}

.btn-bottom {
  display: flex;
  justify-content: space-around;
  padding: 0 23px 33px;
  gap: 20px;
}
.btn-bottom .btn {
  padding: 16px;
  width: 100%;
}

.modal#tmModal {
  bottom: 0;
  height: auto;
}
.modal#tmModal .modal-dialog {
  margin: 0;
}
.modal#tmModal .modal-dialog .modal-content {
  border-radius: 0 !important;
  padding: 41px 75px 70px;
}
.modal#tmModal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
  justify-content: center !important;
  padding: 0;
}
.modal#tmModal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 44px;
  color: #00334D;
}
.modal#tmModal .modal-dialog .modal-content .modal-body {
  margin-bottom: 26px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.modal#tmModal .modal-dialog .modal-content .modal-body .modal-files {
  font-weight: 450;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #777777;
}
.modal#tmModal .modal-dialog .modal-content .modal-footer {
  border: none;
}
.modal#tmModal .modal-dialog .modal-content .modal-footer .btn {
  background: #0077B3;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.modal#tmModal .modal-dialog .modal-content .modal-footer .bottom-btn {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 22px;
  height: auto;
}

.share-jobs-body .btn-text {
  padding: 0 5px;
}

.modal-backdrop {
  background-color: #00000069;
}

.modal.full-page-modal .modal-dialog {
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
}
.modal.full-page-modal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100vh;
}

.modal#navbarModal .modal-content {
  overflow: hidden;
  left: 0;
  border: none;
  transition: opacity 0.7s linear, right 0.7s ease-out;
}
.modal#navbarModal .modal-content .modal-body {
  padding: 0;
  background: linear-gradient(180deg, #0099E6 0%, #005580 100%);
}
.modal#navbarModal .modal-content .modal-body .modal-header {
  margin: 7% 0 0 20px;
  border: none;
  display: block;
  padding: 0;
}
.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/sidebar/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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal#navbarModal .modal-content .modal-body .modal-header h6 {
  margin: 19px 0 17px;
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  color: #fff;
}
.modal#navbarModal .modal-content .modal-body .modal-header p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  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;
  position: relative;
  height: calc(100vh - 156px);
  align-items: center;
}
.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: none;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li {
  margin-bottom: 3vh;
}
.modal#navbarModal .modal-content .modal-body .d-flex ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.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: #fff;
}
.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 .img_wrapper {
  position: absolute;
  bottom: 75px;
  right: 0;
  height: calc(100vh - 200px);
}
.modal#navbarModal .modal-content .modal-body .img_wrapper img {
  width: 100%;
  height: 100%;
}

.modal.bottomAlertModal .modal-dialog {
  margin: 0;
  position: absolute;
  max-width: none;
  width: 100%;
  bottom: 0;
}
.modal.bottomAlertModal .modal-dialog .modal-content {
  padding: 0 57px;
  border: none;
  border-radius: 0;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 47px 0 0;
  text-align: center;
  position: relative;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-header h5.modal-title {
  text-transform: capitalize;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #00334D;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: -15px;
  border-radius: 50%;
  color: #0077B3;
  background: #E5F6FF;
  border: none;
  height: 27px;
  width: 26px;
  font-weight: bold;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-body {
  padding: 10px 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding-top: 0;
  /* padding-bottom: 50px; */
  padding-bottom: env(safe-area-inset-bottom);
  justify-content: center;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-footer.p-none {
  padding-bottom: 0;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-footer .btn {
  border: none;
}
.modal.bottomAlertModal .modal-dialog .modal-content .modal-footer .btn.btn-warning {
  color: white;
  background: #DD6D49;
}

:root {
  --completed: 0%;
}

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

.dashboard-page-wrapper.container-fluid {
  padding: 7px 25px;
}
.dashboard-page-wrapper .profile-header {
  margin-bottom: 23px;
}
.dashboard-page-wrapper .profile-header h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #00334D;
  text-transform: capitalize;
  padding: 10px 0 10px;
}
.dashboard-page-wrapper .profile-header p {
  font-weight: 450;
  font-size: 14px;
  line-height: 14px;
  color: #777777;
}
.dashboard-page-wrapper .profile-header img.rounded-circle {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.dashboard-page-wrapper .row .slider {
  height: 8px;
  width: 100%;
  border-radius: 20px;
  background-color: #e5f6ff;
  position: relative;
}
.dashboard-page-wrapper .row .slider::after {
  content: "";
  background-color: #0077B3;
  width: var(--completed);
  height: 8px;
  border-radius: 20px;
  position: absolute;
  transition: all 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.dashboard-page-wrapper .row h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #00334D;
}
.dashboard-page-wrapper .row h4 span {
  color: #0077B3;
}
.dashboard-page-wrapper .row h4.c-gray {
  color: #777777;
}
.dashboard-page-wrapper .row .box {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 18px;
}
.dashboard-page-wrapper .row .box.bg-gradient-to-info {
  background: linear-gradient(180deg, #E5F6FF 0%, rgba(229, 246, 255, 0) 100%);
  padding: 25px 18px;
  border: 1px solid #E5F6FF;
}
.dashboard-page-wrapper .row .box.filled {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-page-wrapper .row .box.filled a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
}
.dashboard-page-wrapper .row .box.filled a .dp {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}
.dashboard-page-wrapper .row .box.filled a .dp ~ img {
  right: 0;
  width: 15px;
  height: 15px;
}
.dashboard-page-wrapper .row .box.filled p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #00334D;
  margin: 10px;
  white-space: nowrap;
}
.dashboard-page-wrapper .row .box.filled .btn-sm {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding: 5px 0px;
  width: 45%;
}
.dashboard-page-wrapper .row .box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00334D;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dashboard-page-wrapper .row .box h3.f-18 {
  font-size: 18px;
}
.dashboard-page-wrapper .row .box h3.f-20 {
  font-size: 20px;
}
.dashboard-page-wrapper .row .box h3.f-24 {
  font-size: 24px;
  display: block;
  text-align: center;
}
.dashboard-page-wrapper .row .box .btn-nn {
  font-weight: 500;
  font-size: 8px;
  line-height: 0;
  text-align: center;
  color: #FFFFFF;
  height: 14px;
  width: 35px;
  padding: 0;
}
.dashboard-page-wrapper .row .box .btn-nn.btn-lg {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  height: auto;
  width: auto;
}
.dashboard-page-wrapper .row .box .btn-nn.btn-block {
  height: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  width: 90%;
  padding: 20px;
  margin: 0 40px 30px;
}
.dashboard-page-wrapper .row .box .close {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 20px !important;
}
.dashboard-page-wrapper .row .box p {
  color: #777777;
  font-style: normal;
  font-weight: 450;
  font-size: 10px;
  line-height: 14px;
}
.dashboard-page-wrapper .row .box p.f-14 {
  font-size: 14px;
  line-height: 24px;
  color: #353849;
}
.dashboard-page-wrapper .row .box p.f-16 {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: center;
}
.dashboard-page-wrapper .row .box .results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.dashboard-page-wrapper .row .box .results .badge {
  background: #d6d6d633;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 15px;
  color: #353849;
}
.dashboard-page-wrapper .row .box .table tr:nth-child(1) td {
  border-top: none;
}
.dashboard-page-wrapper .row .box .table tr td {
  padding: 15px 0;
  border-color: #E5F6FF;
  vertical-align: middle;
}
.dashboard-page-wrapper .row .box .table h4 {
  line-height: 0;
}
.dashboard-page-wrapper .row .box .table p {
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin: 0;
}
.dashboard-page-wrapper .row .box .table .job-details {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-page-wrapper .row .box .table .job-details .job-name a {
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  color: #00334D;
}
.dashboard-page-wrapper .row .box .table .job-details .job-name a:hover {
  color: #00334D;
  text-decoration: none;
}
.dashboard-page-wrapper .row .box .table .job-details .job-name p {
  font-weight: 450;
  font-size: 12px;
  line-height: 22px;
  color: #777777;
  margin: 0;
}
.dashboard-page-wrapper .row .box .table .job-details .job-name p span {
  margin: 0 3px;
  display: inline-block;
}
.dashboard-page-wrapper .row .box a, .dashboard-page-wrapper .row .box span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #0077B3;
  white-space: nowrap;
}
.dashboard-page-wrapper .row .box a.active, .dashboard-page-wrapper .row .box span.active {
  font-weight: 600;
}
.dashboard-page-wrapper .row .box .img-collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dashboard-page-wrapper .row .box .img-collection img {
  margin-left: -10px;
}
.dashboard-page-wrapper .row .box .img-collection p {
  position: relative;
}
.dashboard-page-wrapper .row .box .img-collection p span {
  position: absolute;
  top: 13px;
  right: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.dashboard-page-wrapper .row .box .img-collection ~ span {
  font-weight: 700;
  font-size: 48px;
  line-height: 22px;
  text-align: center;
  color: #0077B3;
  display: block;
  margin: 15px 0;
}
.dashboard-page-wrapper .row .box.bg-image {
  background: url(../images/mobile/thumsup-girl.png) #e3e7eb;
  background-position: 0;
  background-size: cover;
  height: 368px;
  background-repeat: no-repeat;
}
.dashboard-page-wrapper .row .box.bg-image p {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  color: #0077B3;
  position: absolute;
  bottom: 50px;
}
.dashboard-page-wrapper .row .box.bg-image span {
  font-weight: 700;
  display: block;
  font-size: 10px;
  line-height: 24px;
  height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 45px;
  padding: 0px 15px;
}
@media screen and (max-width: 576px) {
  .dashboard-page-wrapper .row .box .btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding: 8px 10px !important;
    height: auto;
    width: auto;
    min-width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 340px) {
  .dashboard-page-wrapper .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .dashboard-page-wrapper .profile-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.tm-Flag_light {
  background: url("../images/mobile/icons/jobs/img-combined.png") 0px -6px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.tm-briefcase {
  background: url("../images/mobile/icons/jobs/img-combined.png") -16px -11px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.tm-Wallet_light {
  background: url("../images/mobile/icons/jobs/img-combined.png") -28px -7px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.tm-map-pin {
  background: url("../images/mobile/icons/jobs/img-combined.png") -43px -13px;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.tm-whatsapp {
  background: url("../images/mobile/icons/jobs/img-combined.png") -55px -1px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.tm-whatsapp-icon {
  background: url("../images/mobile/icons/jobs/img-combined-1.png") -53px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.tm-whatsapp {
  background: url("../images/mobile/icons/jobs/image-combined1.png") -2px -1px;
  width: 17px;
  height: 17px;
  display: inline-block;
  padding: 0;
}

.tm-whatsapp1 {
  background: url("../images/mobile/icons/jobs/image-combined1.png") 0px 0px;
  width: 17px;
  height: 17px;
  display: inline-block;
}

.tm-share {
  background: url("../images/mobile/icons/jobs/image-combined1.png") -17px 0px;
  width: 15px;
  height: 17px;
  display: inline-block;
}

.tlnmate-calendar {
  background: url("../images/mobile/icons/jobs/image-combined.png") 0px 0px;
  width: 10px;
  height: 11px;
  display: inline-block;
}

.tm-flag {
  background: url("../images/mobile/icons/jobs/image-combined.png") -10px 0px;
  width: 9px;
  height: 11px;
  display: inline-block;
}

.tm-location {
  background: url("../images/mobile/icons/jobs/image-combined.png") -19px 0px;
  width: 10px;
  height: 11px;
  display: inline-block;
}

.tm-suitcase {
  background: url("../images/mobile/icons/jobs/image-combined.png") -39px 0px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.tm-wallet {
  background: url("../images/mobile/icons/jobs/image-combined.png") -51px 0px;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.job-wrapper.find-job .search-bar {
  padding: 30px 24px;
  background-color: #E5F6FF;
  position: relative;
}
.job-wrapper.find-job .search-bar h1 {
  font-size: 1.6rem;
  color: #353849;
}
.job-wrapper.find-job .search-bar .form-group {
  display: flex;
  align-items: center;
}
.job-wrapper.find-job .search-bar .form-group form {
  flex-grow: 1;
}
.job-wrapper.find-job .search-bar .form-group button {
  padding: 0.375rem 0 0.375rem 0.75rem;
}
.job-wrapper.find-job .search-bar .form-group .form-control {
  height: 40px;
}
.job-wrapper.find-job .tab-content {
  padding: 15px 0 0;
}
.job-wrapper.find-job .tab-content.job-list ul.pagination {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.job-wrapper.find-job.application .search-bar {
  display: none;
}
.job-wrapper.find-job table tr:last-child td {
  border-bottom: none;
}
.job-wrapper.find-job table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job-wrapper.find-job .autocomplete {
  position: relative;
  display: inline-block;
}
.job-wrapper.find-job input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.job-wrapper.find-job input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.job-wrapper.find-job input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.job-wrapper.find-job .search-option {
  display: none;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 99;
  top: 68%;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 90px 0 25px;
  border-bottom: 3px solid #0077b3;
  box-shadow: 11px 15px 12px -7px #00000052;
  background: #fff;
  padding: 0 20px;
}
.job-wrapper.find-job .search-option a {
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: end;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
.job-wrapper.find-job .search-option .autocomplete-items {
  max-height: 250px;
  overflow: auto;
}
.job-wrapper.find-job .search-option .autocomplete-items div {
  padding: 10px 0;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
}
.job-wrapper.find-job .search-option .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.job-wrapper.find-job .search-option .autocomplete-items div + div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.job-wrapper.find-job .search-option .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.job-wrapper .job-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.job-wrapper .job-row img.c-pic {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.job-wrapper .job-row .job-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.job-wrapper .job-row .job-details h3.c-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #353849;
  width: 75%;
}
.job-wrapper .job-row .job-details h3.c-name span.j-time {
  font-weight: 450;
  font-size: 12px;
  position: absolute;
  right: 0;
  padding: 4px 10px;
  top: 0;
  color: #046393;
  border-radius: 15px;
}
.job-wrapper .job-row .job-details h3.c-name .tm-whatsapp {
  position: absolute;
  right: 0;
  top: 50px;
  padding: 0;
}
.job-wrapper .job-row .job-details .j-details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 0.5rem;
}
.job-wrapper .job-row .job-details .j-details.jobs-view {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.job-wrapper .job-row .job-details .description {
  margin-bottom: 0.5rem;
}
.job-wrapper .job-row .job-details .description p {
  margin-bottom: 0;
  font-size: 14px;
}
.job-wrapper .job-row .job-details .j-d-set {
  display: flex;
  align-items: baseline;
  min-width: 65px;
}
.job-wrapper .job-row .job-details .j-d-set img {
  transform: translate(0px, 1px);
}
.job-wrapper .job-row .job-details .j-d-set span {
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #666666;
}
.job-wrapper .job-row .job-details .j-d-set span:last-child {
  padding-left: 4px;
}
.job-wrapper .job-row .job-details .j-d-set.status span {
  color: #0077b3;
}
.job-wrapper .job-row .job-details .whatsapp-wrapper {
  flex-grow: 1;
  text-align: right;
}
.job-wrapper.remaining .search-bar {
  display: none;
}
.job-wrapper.remaining table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  border-radius: 5px;
}
.job-wrapper.remaining .job-row img.c-pic {
  width: 67px;
  height: 67px;
}
.job-wrapper.remaining .job-row {
  justify-content: center;
  gap: 13px;
  align-items: center;
}
.job-wrapper.remaining .job-row .job-details h3.c-name {
  width: 65%;
}
.job-wrapper.remaining .job-row .job-details .j-details {
  gap: 10px;
}
.job-wrapper.remaining .job-row .job-details h3.c-name span.j-time {
  font-size: 12px;
  color: #777777;
}
.job-wrapper.remaining .job-row .job-details .j-d-set {
  width: auto;
}
.job-wrapper.remaining .job-row .job-details .j-d-set p {
  font-weight: 450;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.job-wrapper .nav {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  flex-wrap: nowrap;
}
.job-wrapper .nav .nav-item button.nav-link {
  background: transparent !important;
  font-weight: 450;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #777777;
  border: none;
  padding: 8px 0 0 0;
}
.job-wrapper .nav .nav-item button.nav-link.active {
  font-weight: 500;
  color: #00334D;
  border-bottom: 3px solid #0077B3;
}
.job-wrapper .pagination li {
  margin: 0 2px;
  border: 1px solid #0077B3;
  border-radius: 5px;
}
.job-wrapper .pagination li a.page-link {
  border: none;
  background-color: transparent !important;
  border-radius: 5px;
  color: #0077b3 !important;
}
.job-wrapper .pagination .active a.page-link {
  background-color: #0077b3 !important;
  border-radius: 5px;
  color: #ffffff !important;
}

.job-details-page-wrapper {
  padding: 21px 23px;
}
.job-details-page-wrapper .job-info-brief {
  justify-content: space-between;
}
.job-details-page-wrapper .job-info-brief .img-wrapper > img {
  border-radius: 5px;
  height: 50px;
  width: 50px;
}
.job-details-page-wrapper .job-info-brief .info-wrap h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #00334D;
  margin: 0 3px 0 0;
}
.job-details-page-wrapper .job-info-brief .info-wrap .job-wrapper img {
  margin-right: 5px;
}
.job-details-page-wrapper .job-info-brief .info-wrap .job-wrapper span {
  font-size: 12px;
  line-height: 20px;
  color: #353849;
}
.job-details-page-wrapper .job-info-brief .info-wrap .job-wrapper span.divider {
  margin: 0 5px;
}
.job-details-page-wrapper .job-info-brief .share-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.job-details-page-wrapper .job-info-brief .share-buttons button {
  padding: 0 0 2px;
}
.job-details-page-wrapper .text-grp {
  padding: 8px 12px;
  justify-content: space-between;
}
.job-details-page-wrapper .text-grp .set {
  width: 33%;
  text-align: center;
}
.job-details-page-wrapper .text-grp .set span {
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #353849;
}
.job-details-page-wrapper .col-12 + .col-12 {
  border-top: 1px solid #0000001a;
}
.job-details-page-wrapper .col-12 h3 {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #00334D;
  margin: 21px 0 10px;
}
.job-details-page-wrapper .col-12 p,
.job-details-page-wrapper .col-12 li {
  font-weight: 450;
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
}
.job-details-page-wrapper .col-12 p.disclaimer,
.job-details-page-wrapper .col-12 li.disclaimer {
  font-size: 12px;
  line-height: 23px;
}
.job-details-page-wrapper .col-12 p.disclaimer a,
.job-details-page-wrapper .col-12 li.disclaimer a {
  color: #0077b3;
}
.job-details-page-wrapper .col-12 ul {
  list-style: inside;
  padding: 0;
}
.job-details-page-wrapper .col-12 ul ::marker {
  color: #0077b3;
  font-size: 14px;
}
.job-details-page-wrapper .col-12 table td {
  font-weight: 450;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
}
.job-details-page-wrapper .col-12 table th {
  font-weight: 450;
  font-size: 14px;
  line-height: 28px;
  color: #353849;
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.job-details-page-wrapper .col-12.offers ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 20px;
}
.job-details-page-wrapper .col-12.offers ul li::marker {
  margin-right: 0;
}
.job-details-page-wrapper .col-12 .buttons {
  display: flex;
  justify-content: center;
  margin: 45px 0;
}
.job-details-page-wrapper .col-12 .buttons .btn + .btn {
  margin-left: 10px;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing {
  margin-top: 30px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  padding: 30px 15px;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper h5 {
  color: #353849;
  font-weight: 500;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper a {
  text-decoration: none;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box {
  display: flex;
  align-items: center;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .logo-wrapper {
  height: 52px;
  width: 52px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .logo-wrapper img {
  padding: 10px;
  width: 100%;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .job-header {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .job-header h6 {
  margin: 0;
  color: #353849;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .job-header .company {
  display: flex;
  align-items: center;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing .jobs-wrapper .jobs-box .job-header .company p {
  margin: 0;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing.similar-jobs {
  border: none;
  padding: 0;
  gap: 15px;
  margin-bottom: 20px;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing.similar-jobs .jobs-wrapper {
  border-bottom: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.job-details-page-wrapper .recentJobs-wrapper .recent-jobs-listing.similar-jobs .jobs-wrapper .jobs-box {
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 10px;
}

.notifications-page {
  padding: 11px 23px;
}
.notifications-page ul {
  list-style-type: none;
  padding: 0;
}
.notifications-page ul li {
  padding: 0 0 23px;
}
.notifications-page ul li .header {
  justify-content: space-between;
}
.notifications-page ul li .header span {
  height: 10px;
  width: 14px;
  border-radius: 50%;
  position: relative;
  top: 10px;
}
.notifications-page ul li .header span.new {
  background: #0077B3;
}
.notifications-page ul li .header .contents {
  padding: 0 10px 0 12px;
}
.notifications-page ul li .header .contents h6 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 26px;
  color: #00334D;
}
.notifications-page ul li .header .contents p {
  font-size: 10px;
  line-height: 13px;
  color: #777777;
  margin: 0;
}
.notifications-page ul li .header .contents p span {
  margin: 0 10px;
  font-size: 10px;
  top: 0;
}
.notifications-page ul li .header img {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
.notifications-page ul li + li {
  padding: 16px 0 23px;
  border-top: 1px solid rgba(0, 119, 179, 0.1);
}

.download-cv-wrapper .img-checkbox {
  display: flex;
  flex-direction: column;
  padding: 12px 25px;
}
.download-cv-wrapper .img-checkbox .resume {
  position: relative;
}
.download-cv-wrapper .img-checkbox .resume input {
  visibility: hidden;
  position: absolute;
}
.download-cv-wrapper .img-checkbox .resume img.cv {
  border: 3px solid transparent;
}
.download-cv-wrapper .img-checkbox .resume input:checked ~ img.cv {
  border: 3px solid #0077b3;
}
.download-cv-wrapper .img-checkbox .resume .download {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.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: #ffffff3b;
  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;
}

.modal#filterModal .modal-dialog, .modal.filterModal .modal-dialog {
  margin: 0 0 0 calc(100vw - 75%);
}
.modal#filterModal .modal-dialog .modal-content, .modal.filterModal .modal-dialog .modal-content {
  border-radius: 10px 0 0 10px;
  height: 100vh;
  justify-content: space-between;
  border: 1px solid white;
}
.modal#filterModal .modal-dialog .modal-content.br-0, .modal.filterModal .modal-dialog .modal-content.br-0 {
  border-radius: 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-header, .modal.filterModal .modal-dialog .modal-content .modal-header {
  padding: 23px 26px;
}
.modal#filterModal .modal-dialog .modal-content .modal-header h5, .modal.filterModal .modal-dialog .modal-content .modal-header h5 {
  font-weight: 500;
  font-size: 18px;
  color: #353849;
  margin: 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-header h4.title, .modal.filterModal .modal-dialog .modal-content .modal-header h4.title {
  font-size: 20px;
  line-height: 25px;
  color: #00334D;
  margin: 0 0 0 20px;
}
.modal#filterModal .modal-dialog .modal-content .modal-header .btn-back, .modal.filterModal .modal-dialog .modal-content .modal-header .btn-back {
  height: 34px;
  width: 34px;
}
.modal#filterModal .modal-dialog .modal-content .modal-header .btn-back span, .modal.filterModal .modal-dialog .modal-content .modal-header .btn-back span {
  color: #0077B3;
}
.modal#filterModal .modal-dialog .modal-content .modal-body, .modal.filterModal .modal-dialog .modal-content .modal-body {
  padding: 23px 25px;
  overflow: auto;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label, .modal.filterModal .modal-dialog .modal-content .modal-body label {
  display: block;
  font-weight: 450;
  color: #353849;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox], .modal.filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox] {
  position: relative;
  width: 15px !important;
  min-width: 15px !important;
  top: 3px;
  margin-right: 15px;
  height: 15px;
  border: none !important;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #E5F6FF;
  outline: 0;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.1, 0.1, 0.25, 1);
}
.modal#filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:checked, .modal.filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:checked {
  color: #fff;
  border-color: #0077B3;
  background: #0077B3;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:checked:before, .modal.filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:checked:before {
  opacity: 1;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:before, .modal.filterModal .modal-dialog .modal-content .modal-body label input[type=checkbox]:before {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label + label, .modal.filterModal .modal-dialog .modal-content .modal-body label + label {
  margin-top: 15px;
}
.modal#filterModal .modal-dialog .modal-content .modal-body label:hover input ~ .checkmark, .modal.filterModal .modal-dialog .modal-content .modal-body label:hover input ~ .checkmark {
  background-color: #ccc;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel {
  background: transparent;
  box-shadow: none;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading {
  padding: 15px 0 20px;
  border: none !important;
  display: flex;
  justify-content: space-between;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading h4.panel-title, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading h4.panel-title {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #353849;
  width: 100%;
  margin: 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading::after, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading::after {
  content: "\f078";
  color: #808C98;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 11px;
  transition: transform 0.5s;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading.active::after, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-heading.active::after {
  content: "\f078";
  color: #808C98;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 11px;
  transform: rotate(180deg);
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body {
  border: none !important;
  padding: 5px 0;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:hover, .modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:active, .modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:focus, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:hover, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:active, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse .panel-body .form-control:focus {
  box-shadow: none;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse.in, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel .panel-collapse.in {
  display: block;
  border: none !important;
}
.modal#filterModal .modal-dialog .modal-content .modal-body .panel-group .panel + .panel, .modal.filterModal .modal-dialog .modal-content .modal-body .panel-group .panel + .panel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal#filterModal .modal-dialog .modal-content .modal-footer, .modal.filterModal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 10px 30px;
  box-shadow: 0px 0px 5px 0px #80808012;
}
.modal#filterModal .modal-dialog .modal-content .modal-footer.filter-footer, .modal.filterModal .modal-dialog .modal-content .modal-footer.filter-footer {
  width: 100%;
}
.modal#filterModal .modal-dialog .modal-content .modal-footer .btn, .modal.filterModal .modal-dialog .modal-content .modal-footer .btn {
  height: 55px;
  background: #0077B3;
  border-radius: 5px;
  font-size: 16px;
}
.modal.auto-height .modal-body {
  max-height: calc(100vh - 155px);
}

.modal.send-message-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5%;
}
.modal.send-message-modal .modal-dialog .modal-content {
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  padding: 14px 18px;
  border: none;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-header h5.modal-title {
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #430A26;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-header .close {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #E5F6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
  margin: 0;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-header .close span {
  color: #0077B3;
  font-size: 30px;
  opacity: 1;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body {
  padding: 0 35px 8px;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group {
  padding: 0;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group label.help-block {
  font-size: 12px;
  color: #FF0000;
  margin-bottom: 0;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .flags_Drop .iti .iti__flag-container {
  background: transparent;
  max-height: 63px !important;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .flags_Drop .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .select2 .select2-selection .select2-selection__rendered {
  line-height: 44px;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .select2 .select2-selection__arrow {
  top: 21px;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .select2 .select2-selection__clear {
  margin-top: 11px;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  min-height: 63px;
  background: #E5F6FF;
  border-radius: 10px;
  border: none;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .form-control::-moz-placeholder {
  font-weight: 400 !important;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  font-weight: 400 !important;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group textarea {
  min-height: 200px !important;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .form-group + .form-group {
  margin-bottom: 10px !important;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-body .select2-container--default .select2-selection--single {
  min-height: 70px;
  background: #E5F6FF;
  border-radius: 10px;
  border: none;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-footer {
  width: 100%;
  border: none;
  padding: 0 20px 50px;
}
.modal.send-message-modal .modal-dialog .modal-content .modal-footer .btn {
  height: 60px;
  font-size: 16px;
  background: #0077B3;
  border-radius: 5px;
}

.modal {
  transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
  background: rgba(0, 0, 0, 0.25);
}
.modal.navbar-modal .modal-dialog {
  margin: 0;
  max-width: none;
}
.modal.navbar-modal .modal-dialog .modal-content {
  border: none;
  padding: 24px 30px;
  background: #0077B3;
  color: white;
  border-radius: 0;
}
.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: 33px;
  width: 31px;
  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: 18px;
  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;
}
.modal.navbar-modal .modal-dialog .modal-content .modal-body ul li + li {
  border-top: 1px solid #ffffff2e;
}

.modal#responsibilitiesModal .modal-header {
  border: none;
}
.modal#responsibilitiesModal .modal-body .btn-primary {
  height: 50px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  max-width: none;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content {
  border-radius: 10px 10px 0px 0px;
  padding: 0;
  border: none;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.br-0 {
  border-radius: 0 !important;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content {
  border-radius: 0;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content .modal-body {
  padding: 50px 40px 30px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content h5.title {
  margin: 0;
  padding: 0 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #00334D;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  max-width: 307px;
  margin: 9px auto 34px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content .btn {
  height: 55px;
  border: none;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content.settings-content .btn.btn-warning {
  color: white;
  background: #DD6D49;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
  width: 100%;
  padding: 50px 0 0;
  display: block;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  width: 100%;
  color: #00334D;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-header p {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-header .btn.close {
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 50%;
  border: 1px solid black;
  position: absolute;
  top: 43px;
  right: 33px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body {
  padding: 0 49px;
  text-align: center;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.share-jobs-body {
  padding: 51px 27px 70px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.share-jobs-body .modal-title {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  margin: 0 0 18px;
  color: #353849;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.share-jobs-body p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0 35px;
  margin: 0 0 31px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.share-jobs-body .d-flex a + a {
  margin-left: 10px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .btn-group {
  margin-bottom: 10px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .btn-group .btn {
  height: 30px;
  width: 30px;
  font-size: 12px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .note-editor {
  margin: 15px 0;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .note-editor .note-toolbar {
  display: none;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .note-editor .note-editing-area {
  min-height: 160px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .note-editor .note-editing-area .note-editable p {
  padding: 0;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body.job-responsibility-body .btn-primary {
  margin-top: 10px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body ul {
  list-style-type: none;
  padding-left: 0;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body ul li {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #777777;
  padding-bottom: 17px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body ul li + li {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body .form-group select {
  height: 54px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body #selectedFile {
  transform: translate(11%, 0);
  padding: 9px;
  background: #E5F6FF;
  border-radius: 2px;
  margin-bottom: 11px;
  margin-right: 5px;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body #selectedFile img {
  height: 21px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body #selectedFile p {
  margin: 0 7px;
  font-size: 12px;
  color: #777777;
  max-width: 209px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body #selectedFile span {
  color: rgba(0, 119, 179, 0.9);
  font-size: 18px;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-body .btn-primary.btn-yes {
  max-width: 235px;
  display: block;
  margin: auto;
}
.modal:not(#responsibilitiesModal).bottomViewModal .modal-dialog .modal-content .modal-footer {
  border: none;
  justify-content: center;
}
.modal .job-responsibility-body .btn-group {
  margin-bottom: 10px;
}
.modal .job-responsibility-body .btn-group .btn {
  height: 30px;
  width: 30px;
  font-size: 12px;
}
.modal .job-responsibility-body .note-editor {
  margin: 15px 0;
}
.modal .job-responsibility-body .note-editor .note-toolbar {
  display: none;
}
.modal .job-responsibility-body .note-editor .note-editing-area {
  min-height: 160px;
}
.modal .job-responsibility-body .note-editor .note-editing-area .note-editable p {
  padding: 0;
}
.modal .job-responsibility-body .btn-primary {
  margin-top: 10px;
}
.modal.error .modal-dialog {
  max-width: none;
}
.modal.error .modal-dialog .modal-content {
  background: linear-gradient(180deg, #DD6D49 0%, #A84525 100%);
}
.modal.error .modal-dialog .modal-content .modal-header h5.modal-title {
  text-transform: capitalize;
  color: white;
}
.modal.error .modal-dialog .modal-content .modal-body {
  color: white;
}
.modal.error .modal-dialog .modal-content .modal-footer .btn {
  background: white;
  color: #0077B3;
}
.modal.bottomViewModal .modal-dialog {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  max-width: none;
}
.modal.bottomViewModal .modal-dialog .modal-content {
  border-radius: 10px 10px 0px 0px !important;
  padding: 0;
  border: none;
}

.note-popover.popover {
  display: none;
}

.my-profile-wrap {
  padding: 24px 23px 111px;
}
.my-profile-wrap .profile-box {
  border-radius: 10px;
  padding: 31px 18px 21px;
}
.my-profile-wrap .profile-box:first-child {
  background: #E5F6FF;
}
.my-profile-wrap .profile-box:first-child .profile_img_wrapper {
  position: relative;
}
.my-profile-wrap .profile-box:first-child .profile_img_wrapper img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-profile-wrap .profile-box:first-child .profile_img_wrapper .edit-icon-btn {
  position: absolute;
  top: 105px;
  left: 49px;
}
.my-profile-wrap .profile-box:first-child .profile_img_wrapper .edit-icon-btn img {
  height: 22px;
  width: 22px;
}
.my-profile-wrap .profile-box:first-child .user-details {
  margin-left: 27px;
}
.my-profile-wrap .profile-box:first-child .user-details h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #00334D;
  margin: 0;
}
.my-profile-wrap .profile-box:first-child .user-details h6 {
  font-size: 12px;
  line-height: 21px;
  color: #00334D;
  margin: 0 0 7px;
}
.my-profile-wrap .profile-box:first-child .user-details .d-flex {
  justify-content: space-between;
  align-items: center;
}
.my-profile-wrap .profile-box:first-child .user-details .d-flex ._count h6 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0;
  color: #0077B3;
}
.my-profile-wrap .profile-box:first-child .user-details .d-flex ._count p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  color: #777777;
}
.my-profile-wrap .profile-box:first-child .user-details .d-flex .divider {
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
}
.my-profile-wrap .profile-box:first-child .user-details .btn {
  margin-top: 20px;
}
@media screen and (max-width: 367px) {
  .my-profile-wrap .profile-box:first-child .user-details .btn {
    font-size: 13px;
    padding: 0 7px;
  }
}
.my-profile-wrap .profile-box.profile-complete-section {
  background: linear-gradient(180deg, #0077B3 0%, #005581 100%) !important;
  color: white;
  justify-content: space-between;
  position: relative;
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img {
  position: relative;
  margin-top: 11px;
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img svg {
  position: relative;
  height: 110px;
  width: 110px;
  transform: rotate(-90deg);
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.1019607843);
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img svg circle:nth-child(2) {
  transition: all ease-in-out 2s;
  stroke: #ffffff;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img .num {
  position: absolute;
  top: 37px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img .num h4 {
  color: white;
  font-weight: 700;
  font-size: 32px;
  transition: 0.5s;
}
.my-profile-wrap .profile-box.profile-complete-section .percent-img .num h4 span {
  font-size: 16px;
}
.my-profile-wrap .profile-box.profile-complete-section .details {
  margin-left: 25px;
}
.my-profile-wrap .profile-box.profile-complete-section .details h6 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 7px;
}
.my-profile-wrap .profile-box.profile-complete-section .details p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.my-profile-wrap .profile-box.profile-complete-section .details .btn-white {
  margin: 15px 0;
  font-weight: bold;
  height: 40px;
  background: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0077B3;
}
.my-profile-wrap .profile-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 9px;
}
.my-profile-wrap .profile-box .header h6.box-title {
  font-weight: 500;
  font-size: 20px;
  color: #00334D;
  margin: 0;
}
.my-profile-wrap .profile-box .header .btn {
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
}
.my-profile-wrap .profile-box .header .btn:active, .my-profile-wrap .profile-box .header .btn:hover, .my-profile-wrap .profile-box .header .btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.my-profile-wrap .profile-box p.text-gray {
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  margin: 12px 0 0;
}
.my-profile-wrap .profile-box ul.skills-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 20px;
}
.my-profile-wrap .profile-box ul.skills-list li {
  margin: 7px 0;
  font-size: 12px;
  color: #777777;
}
.my-profile-wrap .profile-box ul.skills-list li::marker {
  color: #0077B3;
}
.my-profile-wrap .profile-box table {
  width: 100%;
}
.my-profile-wrap .profile-box .experiences-table {
  margin: 0;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td {
  padding: 15px 0 15px;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td .desc {
  max-height: 200px;
  overflow: auto;
  padding: 15px 0 0;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td .desc * {
  font-size: 14px !important;
  line-height: 28px !important;
  color: #777777 !important;
  margin: 12px 0 0 !important;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td span {
  margin: 0 12px;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td h5 {
  margin: 0;
  font-size: 16px;
  line-height: 44px;
  color: #00334D;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td h5 span {
  font-size: 12px;
  color: #777777 !important;
  margin-left: 5px !important;
}
.my-profile-wrap .profile-box .experiences-table tbody tr td h6 {
  font-size: 14px;
  color: #00334D;
  margin: 0;
}
.my-profile-wrap .profile-box .experiences-table tbody tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.my-profile-wrap .profile-box .languages-table {
  margin: 0;
}
.my-profile-wrap .profile-box .languages-table tbody tr:first-child td {
  font-size: 12px;
  color: #777777;
}
.my-profile-wrap .profile-box .languages-table tbody tr td:first-child {
  width: 39%;
}
.my-profile-wrap .profile-box .languages-table tbody tr td h5 {
  margin: 0;
  font-size: 16px;
  line-height: 44px;
  color: #00334D;
}
.my-profile-wrap .profile-box .languages-table tbody tr td + td {
  text-align: center;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container {
  position: relative;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container input[type=checkbox] {
  position: absolute;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: -7px;
  height: 15px;
  width: 15px;
  background-color: #E5F6FF;
  border: 1px solid #E5F6FF;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container:hover input ~ .checkmark {
  background: #E5F6FF;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container input:checked ~ .checkmark {
  background: linear-gradient(180deg, #005581 0%, #2F95D2 100%);
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.my-profile-wrap .profile-box .languages-table tbody tr td .checkbox-container .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}
.my-profile-wrap .profile-box .languages-table tbody tr:nth-child(2) {
  border: none;
}
.my-profile-wrap .profile-box .languages-table tbody tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.my-profile-wrap .profile-box .video-box {
  background: #E5F6FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 162px;
  width: 100%;
}
.my-profile-wrap .profile-box .video-box a {
  text-align: center;
  color: #00334D;
}
.my-profile-wrap .profile-box .video-box img.mb-10 {
  margin-bottom: 10px;
}
.my-profile-wrap .profile-box .profile-detail-table {
  width: 107% !important;
  margin: 0 0 0 -15px;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr:not(:first-child) td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr td {
  width: 50%;
  padding: 5px 0;
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr td label {
  font-size: 12px;
  color: #777777;
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr td label span {
  margin: 0 6px;
  font-size: 15px;
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr td h6 {
  font-size: 14px;
  color: #00334D;
}
.my-profile-wrap .profile-box .profile-detail-table tbody tr td h6.pt-10 {
  padding-top: 10px;
}
.my-profile-wrap .profile-box + .profile-box {
  margin-top: 20px;
  border: 1px solid #D9D9D9;
  background: #FFFDFD;
}

.subscription-wrapper {
  padding: 22px;
}
.subscription-wrapper .box {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 40px 17px 44px;
}
.subscription-wrapper .box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.subscription-wrapper .box .box-header h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #353849;
  margin: 0;
}
.subscription-wrapper .box .box-header p {
  font-weight: 450;
  font-size: 14px;
  line-height: 23px;
  color: #353849;
  opacity: 0.5;
  margin: 0;
}
.subscription-wrapper .box .box-header .rounded-pill {
  font-size: 12px;
  line-height: 20px;
  padding: 2px 12px !important;
}
.subscription-wrapper .box .box-body p {
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #353849;
  margin: 20px 0 0;
}
.subscription-wrapper .box .box-body span {
  background: linear-gradient(180deg, #0077B3 0%, #2F95D2 100%);
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  padding: 2px;
  font-size: 12px;
  margin-right: 10px;
}
.subscription-wrapper .box.active {
  opacity: 0.4;
}

.image-upload-wrapper {
  padding: 15px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.image-upload-wrapper .img-contents {
  height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}
.image-upload-wrapper .img-contents h6 {
  margin: 0 0 31px;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  text-align: left;
}
.image-upload-wrapper .img-contents .img_wrapper {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  height: 186px;
  width: 186px;
  background: #E5F6FF;
}
.image-upload-wrapper .img-contents .img_wrapper img {
  border-radius: 50%;
}
.image-upload-wrapper .img-contents .img_wrapper img.newImg {
  height: 186px;
  width: 186px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-upload-wrapper .img-contents .img_wrapper .editBtn {
  position: absolute;
  background: #0077B3;
  border: 2px solid white;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  bottom: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-upload-wrapper .img-contents .img_wrapper .editBtn span {
  color: white;
}
.image-upload-wrapper .btn-primary {
  height: 55px;
}

.edit-resume-page {
  display: flex;
  height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 23px;
}
.edit-resume-page .resume-wrapper {
  /* height: calc(100vh - 250px); */
  overflow: auto;
}
.edit-resume-page .resume-wrapper .uploaded_resume {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 12px 20px;
  justify-content: space-between;
}
.edit-resume-page .resume-wrapper .uploaded_resume .file_detail {
  display: flex;
  align-items: center;
}
.edit-resume-page .resume-wrapper .uploaded_resume .file_detail p {
  font-size: 14px;
  line-height: 20px;
  color: #353849;
  margin: 0 11px;
}
.edit-resume-page .footer-btns {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
.edit-resume-page .footer-btns .btn {
  height: 55px;
  border-radius: 5px;
  width: 100%;
}
.edit-resume-page .footer-btns .btn.btn-primary-outlined {
  border: 1px solid #0077B3;
  color: #0077B3;
  margin-right: 10px;
}
.profile-edit-sm {
  height: 80vh;
  overflow: auto;
  padding-bottom: 60px;
}
.profile-edit-sm .visible-0 {
  visibility: hidden;
}
.profile-edit-sm [data-server-error=change_mail-error] {
  position: absolute;
  bottom: -18px;
  font-size: 14px;
}
.profile-edit-sm .textareaBtn {
  text-align: left;
  padding-left: 25px;
}
.profile-edit-sm .textareaBtn span {
  color: #777777;
  text-align: left;
}
.profile-edit-sm .edit-forms {
  /* height: calc(100vh - 200px); */
  overflow: auto;
  padding-top: 10px;
  display: block;
  overflow-x: hidden;
}
.profile-edit-sm .edit-forms label.error {
  font-size: 14px;
  margin-bottom: 0;
}
.profile-edit-sm .edit-forms .cv_wrap {
  position: relative;
}
.profile-edit-sm .edit-forms .cv_wrap > img {
  height: 538px;
  width: 100%;
}
.profile-edit-sm .edit-forms .cv_wrap .download-icon {
  position: absolute;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
}
.profile-edit-sm .edit-forms .cv_wrap + .cv_wrap {
  margin-top: 35px;
}
.profile-edit-sm .edit-forms.profile-visibility label {
  display: revert;
}
.profile-edit-sm .edit-forms.subscriptions .form-group + .form-group {
  margin-top: 30px !important;
}
.profile-edit-sm .edit-forms.subscriptions .checkbox-container {
  top: 10px;
}
.profile-edit-sm .edit-forms .select2-container--default .select2-selection--multiple {
  border: 1px solid #D9D9D9;
}
.profile-edit-sm .edit-forms .select2-container--default .select2-selection--multiple .select2-search__field {
  color: #999;
  font-family: "circular-std";
}
.profile-edit-sm .edit-forms input[type=radio] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #0077b3;
  border-radius: 50%;
  outline: none;
  margin-right: 9px;
}
.profile-edit-sm .edit-forms input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.profile-edit-sm .edit-forms input[type=radio]:checked:before {
  background: #0077b3;
}
.profile-edit-sm .edit-forms .checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 25px;
  top: 3px;
}
.profile-edit-sm .edit-forms .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.profile-edit-sm .edit-forms .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #e5f6ff;
  border: 1px solid #e5f6ff;
}
.profile-edit-sm .edit-forms .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.profile-edit-sm .edit-forms .checkbox-container:hover input ~ .checkmark {
  background: #e5f6ff;
}
.profile-edit-sm .edit-forms .checkbox-container input:checked ~ .checkmark {
  background: #0077b3;
}
.profile-edit-sm .edit-forms .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.profile-edit-sm .edit-forms .checkbox-container .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}
.profile-edit-sm .edit-forms .form-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.profile-edit-sm .edit-forms .form-group.text-right .btn {
  height: 40px;
  font-size: 14px;
}
.profile-edit-sm .edit-forms .form-group.text-right .btn:hover, .profile-edit-sm .edit-forms .form-group.text-right .btn:active, .profile-edit-sm .edit-forms .form-group.text-right .btn:focus {
  background: inherit;
  box-shadow: none;
}
.profile-edit-sm .edit-forms .form-group.mt-20 {
  margin-top: 20px;
}
.profile-edit-sm .edit-forms .form-group label.control-label {
  font-size: 15px;
  line-height: 20px;
  color: #00334D;
  margin: 0 0 5px;
}
.profile-edit-sm .edit-forms .form-group label.control-label.mb-20 {
  margin-bottom: 20px;
}
.profile-edit-sm .edit-forms .form-group label.text-secondary {
  font-size: 12px;
}
.profile-edit-sm .edit-forms .form-group .form-control {
  font-size: 14px;
}
.profile-edit-sm .edit-forms .form-group .form-control.one-row {
  line-height: 40px;
}
.profile-edit-sm .edit-forms .form-group .form-control::-moz-placeholder {
  font-size: 14px;
}
.profile-edit-sm .edit-forms .form-group .form-control::placeholder {
  font-size: 14px;
}
.profile-edit-sm .edit-forms .form-group textarea:not(.one-row):not([type=search]) {
  min-height: 300px !important;
}
.profile-edit-sm .edit-forms .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057 !important;
}
.profile-edit-sm .edit-forms .form-group .dropdownDatePicker-wrapper .jsRapDateTimePicker table {
  width: 100%;
}
.profile-edit-sm .edit-forms .form-group .dropdownDatePicker-wrapper .jsRapDateTimePicker table select {
  height: 42px;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  color: #999;
}
.profile-edit-sm .edit-forms .form-group.skillbox .input-group {
  border-radius: 5px;
  align-items: center;
  padding-right: 5px;
}
.profile-edit-sm .edit-forms .form-group.skillbox .input-group input {
  border: none;
  height: 53px;
}
.profile-edit-sm .edit-forms .form-group.skillbox .input-group .input-group-btn .btn-primary {
  height: 45px;
  width: 45px;
}
.profile-edit-sm .edit-forms .form-group.skillbox .selected-skills {
  margin-top: 20px;
}
.profile-edit-sm .edit-forms .form-group.skillbox .selected-skills ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.profile-edit-sm .edit-forms .form-group.skillbox .selected-skills ul li {
  padding: 5px 11px;
  background: #E5F6FF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #00334D;
  margin-bottom: 15px;
  margin-right: 5px;
}
.profile-edit-sm .edit-forms .form-group.skillbox .selected-skills ul li span {
  margin-left: 6px;
  color: #00558042;
  cursor: pointer;
  font-size: 15px;
}
.profile-edit-sm .edit-forms .form-group .lang_checkboxes .form-group {
  padding-left: 3px;
  align-items: center;
  margin-top: 16px;
}
.profile-edit-sm .edit-forms .form-group .lang_checkboxes .form-group .form-control {
  height: auto;
}
.profile-edit-sm .edit-forms .form-group .lang_checkboxes .form-group label {
  margin-bottom: 0;
}
.profile-edit-sm .edit-forms .form-group .lang_checkboxes .form-group label span {
  margin-left: 5px;
}
.profile-edit-sm .edit-forms .form-group .input-group {
  max-height: 55px;
  flex-wrap: nowrap;
}
.profile-edit-sm .edit-forms .form-group .input-group input {
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.profile-edit-sm .edit-forms .form-group .input-group.change-none .iti__flag-container {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.profile-edit-sm .edit-forms .form-group .input-group .input-group-text {
  background: none;
  border-left: none;
  border-radius: 0 5px 5px 0;
  height: 42px;
}
.profile-edit-sm .edit-forms .form-group .input-group .input-group-text.text-primary {
  cursor: pointer;
}
.profile-edit-sm .submitBtn {
  position: sticky;
  bottom: 7px;
  width: 90%;
  margin: auto;
  display: block;
}
.profile-edit-sm .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
  font-size: 14px;
}
.profile-edit-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
}
.profile-edit-sm .short-panel .panels {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin: 10px;
}
.profile-edit-sm .short-panel .panels .set {
  display: flex;
}
.profile-edit-sm .short-panel .panels .editer {
  background: #e5f6ff;
  padding: 20px;
  border-radius: 5px;
}
.profile-edit-sm .short-panel .panels .editer .language_btn {
  width: 95%;
}
.profile-edit-sm .short-panel .panels .editer .language_btn .btn {
  margin: 0 0 0 auto;
  display: block;
}
.profile-edit-sm .short-panel.languages-box {
  width: 100%;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box {
  padding: 8px 14px 14px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #E5F6FF;
  border-radius: 5px;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box .lang-detail h5 {
  font-size: 16px;
  line-height: 44px;
  margin: 0;
  color: #00334D;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box .lang-detail p {
  margin: 0;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box .lang-detail p span {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  padding-right: 3px;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box .lang-detail p span + span {
  padding-left: 7px;
  border-left: 1px solid #CCCCCC;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box span.fa-times-circle {
  color: #00558042;
  cursor: pointer;
  font-size: 23px;
}
.profile-edit-sm .short-panel.languages-box .selected-language-box + .selected-language-box {
  margin-top: 15px;
}
.profile-edit-sm .short-panel.exp .panels h2 span.year {
  font-size: 12px;
  color: #777777;
}
.profile-edit-sm .short-panel h2 {
  font-weight: 450;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #00334D;
}
.profile-edit-sm .short-panel a {
  font-size: 20px;
}
.profile-edit-sm .short-panel .pr-2 a .fa-times-circle {
  color: rgba(0, 85, 128, 0.4);
  font-size: 21px;
}
.profile-edit-sm .short-panel p {
  font-weight: 450;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  margin: 0;
  padding: 0;
}
.profile-edit-sm .footer-btns {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: white;
  padding: 11px 23px 25px;
}
.profile-edit-sm .footer-btns .btn {
  height: 55px;
  width: 100%;
}
.profile-edit-sm .footer-btns .btn.btn-primary-light {
  background: #E5F6FF;
  color: #0077B3;
}
.profile-edit-sm .footer-btns .btn.btn-primary-outlined {
  background: white;
  color: #0077B3;
  border: 1px solid #0077B3;
}
.profile-edit-sm .footer-btns .btn + .btn {
  margin-left: 10px;
}

.profile-complete-sm .page-header {
  padding: 26px 22px 41px;
  position: sticky;
  top: 0;
  background: #0077B3;
  color: white;
}
.profile-complete-sm .page-header .btn-text {
  border: 1px solid white;
  height: 34px;
  width: 34px;
  padding: 2px 5px;
  z-index: 7;
}
.profile-complete-sm .page-header .btn-text span {
  color: white;
  font-size: 12px;
}
.profile-complete-sm .page-header .percent-img {
  position: relative;
  bottom: 15px;
}
.profile-complete-sm .page-header .percent-img svg {
  position: relative;
  height: 100px;
  width: 100px;
  z-index: 0;
  transform: rotate(-90deg);
}
.profile-complete-sm .page-header .percent-img svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.1019607843);
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}
.profile-complete-sm .page-header .percent-img svg circle:nth-child(2) {
  transition: stroke-dashoffset ease-in-out 2s;
  stroke: #ffffff;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.profile-complete-sm .page-header .percent-img .num {
  position: absolute;
  top: 31px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.profile-complete-sm .page-header .percent-img .num h4 {
  color: white;
  font-weight: 700;
  font-size: 32px;
}
.profile-complete-sm .page-header .percent-img .num h4 span {
  font-size: 16px;
}
.profile-complete-sm .page-header h6 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.profile-complete-sm .page-header p {
  margin: 5px auto 0;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  max-width: 243px;
}
.profile-complete-sm .page-content {
  padding: 20px 22px;
  overflow: auto;
}
.profile-complete-sm .page-content table.profile-list-table {
  width: 100%;
}
.profile-complete-sm .page-content table.profile-list-table tbody tr td {
  font-size: 16px;
  line-height: 50px;
  color: #353849;
}
.profile-complete-sm .page-content table.profile-list-table tbody tr td a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  margin-left: 7px;
}
.profile-complete-sm .page-content table.profile-list-table tbody tr td + td {
  text-align: right;
}
.profile-complete-sm .page-footer {
  padding: 25px 22px;
  position: sticky;
  bottom: 0;
  background: white;
}
.profile-complete-sm .page-footer .btn-primary {
  height: 55px;
}

.video-update-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100vh - 63px);
  padding: 15px 23px;
}
.video-update-wrapper .header-contents p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 43px;
}
.video-update-wrapper .header-contents .video-box {
  background: #E5F6FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 181px;
  width: 100%;
}
.video-update-wrapper .header-contents .video-box img.mb-10 {
  margin-bottom: 10px;
}
.video-update-wrapper .header-contents .video-box p {
  margin: 0;
}
.video-update-wrapper .btn {
  height: 55px;
}

.settings-page-sm {
  padding: 15px 23px;
  height: calc(100vh - 161px);
  overflow: auto;
}
.settings-page-sm ul {
  padding: 0;
  list-style-type: none;
}
.settings-page-sm ul li {
  padding: 15px 5px 15px 0;
  font-size: 16px;
  line-height: 22px;
  color: #353849;
}
.settings-page-sm ul li:after {
  content: "∟";
  float: right;
  color: #0077B3;
  font-weight: bold;
  transform: rotate(220deg);
  font-family: monospace;
}
.settings-page-sm ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #353849;
  text-decoration: none;
}
.settings-page-sm ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.messages-wrapper-sm {
  padding: 11px 23px;
}
.messages-wrapper-sm .choose-message-type .form-group {
  margin-bottom: 16px;
}
.messages-wrapper-sm .choose-message-type .form-group .form-control {
  background: #0077B3;
  border-radius: 5px;
  width: 100%;
  color: white;
}
.messages-wrapper-sm .choose-message-type .form-group .form-control option {
  background: white;
  color: #777777;
}
.messages-wrapper-sm .no-msg {
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 280px);
  align-content: center;
  justify-content: center;
  align-items: center;
}
.messages-wrapper-sm .no-msg p {
  font-size: 25px;
  margin-top: 30px;
}
.messages-wrapper-sm .messages_list .message-container {
  padding: 15px;
  border: 1px solid #E5F6FF;
  border-radius: 5px;
  position: relative;
  background: #E5F6FF !important;
}
.messages-wrapper-sm .messages_list .message-container > img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.messages-wrapper-sm .messages_list .message-container .content {
  margin-left: 14px;
}
.messages-wrapper-sm .messages_list .message-container .content h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #353849;
  margin: 0 0 2px;
}
.messages-wrapper-sm .messages_list .message-container .content p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin: 0;
}
.messages-wrapper-sm .messages_list .message-container .content .attachment-box {
  margin-top: 17px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16.5px;
  padding: 5px 7px;
  width: -moz-fit-content;
  width: fit-content;
}
.messages-wrapper-sm .messages_list .message-container .content .attachment-box > img {
  height: 10px;
  width: 10px;
}
.messages-wrapper-sm .messages_list .message-container .content .attachment-box span {
  margin: 0 3px;
  font-size: 10px;
}
.messages-wrapper-sm .messages_list .message-container .content .attachment-box p {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  color: #1B1A57;
}
.messages-wrapper-sm .messages_list .message-container .received_detail {
  position: absolute;
  right: 10px;
}
.messages-wrapper-sm .messages_list .message-container .received_detail p {
  margin-top: 3px;
  font-size: 12px;
  line-height: 24px;
}
.messages-wrapper-sm .messages_list .message-container .received_detail p.count {
  background: #0077B3;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.messages-wrapper-sm .messages_list .message-container .received_detail p.time {
  white-space: nowrap;
  text-align: right;
  color: #999999;
}
.messages-wrapper-sm .messages_list .message-container + .message-container {
  margin-top: 10px;
  background: transparent !important;
}

.messages-content-body {
  position: absolute;
  top: 75px;
  width: 100%;
}
.messages-content-body .toolbar-area {
  position: absolute;
  top: -55px;
  z-index: 1042;
  right: 15px;
  display: flex;
}
.messages-content-body .toolbar-area .star-switch {
  margin-right: 10px;
}
.messages-content-body .toolbar-area .star-switch label {
  background: url(../images/desktop/candidate/icons/gray/star.png) 100%/20px no-repeat #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.messages-content-body .toolbar-area .star-switch input[type=checkbox] {
  visibility: hidden;
  margin: 0;
}
.messages-content-body .toolbar-area .star-switch input[type=checkbox]:checked + label {
  background: url(../images/desktop/candidate/icons/gray/starred.png) 100%/20px no-repeat;
}
.messages-content-body .toolbar-area .dropdown {
  color: #777777;
}
.messages-content-body .toolbar-area .dropdown.open .dropdown-menu {
  display: block;
  min-width: 111px;
  left: -85px;
}
.messages-content-body .msg_body .pdf {
  background: url(../images/desktop/candidate/icons/PDF_file_icon.png) no-repeat 100%;
  width: 78px;
  background-size: contain;
  height: 78px;
}
.messages-content-body .message-inner {
  padding: 12px 23px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.messages-content-body .message-inner .message-body {
  height: calc(100vh - 191px);
  overflow: auto;
}
.messages-content-body .message-inner .message-body .message {
  border-radius: 5px;
  padding: 21px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 91%;
  display: flex;
  flex-direction: column;
}
.messages-content-body .message-inner .message-body .message span {
  font-size: 10px;
  line-height: 24px;
}
.messages-content-body .message-inner .message-body .message p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  white-space: normal;
  word-break: break-all;
}
.messages-content-body .message-inner .message-body .message .attachments {
  margin-top: 23px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.messages-content-body .message-inner .message-body .message .attachments .attachment-box > img {
  height: 9px;
  width: 9px;
}
.messages-content-body .message-inner .message-body .message .attachments .attachment-box p {
  margin: 0 0 0 7px;
  color: #222222;
}
.messages-content-body .message-inner .message-body .message .attachments .attached_list {
  margin: 15px 0 7px;
}
.messages-content-body .message-inner .message-body .message .attachments .attached_list img {
  height: 43px;
  width: 43px;
  border-radius: 5px;
}
.messages-content-body .message-inner .message-body .message .attachments .attached_list img + img {
  margin-left: 7px;
}
.messages-content-body .message-inner .message-body .message.received {
  background: #E5F6FF;
  color: #777777;
  justify-content: flex-start;
}
.messages-content-body .message-inner .message-body .message.received .attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.messages-content-body .message-inner .message-body .message.sent {
  background: #0077B3;
  color: white;
  justify-content: flex-end;
  margin-left: auto;
}
.messages-content-body .message-inner .message-body .message.sent .attachments {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.messages-content-body .message-inner .message-body .message + .message {
  margin-top: 20px;
}
.messages-content-body .bottom-toolbar {
  padding: 7px 23px 0;
  position: sticky;
  bottom: 0;
  background: white;
  width: 100%;
  justify-content: space-between;
}
.messages-content-body .bottom-toolbar .selected-attachments {
  flex-wrap: wrap;
  padding: 11px 0 0;
  position: sticky;
  bottom: 73px;
  background: white;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list {
  width: 100%;
  overflow-x: hidden;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  overflow: auto;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul li .inner-detail {
  padding: 9px;
  background: #E5F6FF;
  border-radius: 2px;
  margin-bottom: 11px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul li .inner-detail img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul li .inner-detail small {
  margin: 0 7px;
  font-size: 14px;
  color: #777777;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul li .inner-detail span {
  color: #0077B3;
  font-size: 16px;
  height: 18px;
  width: 18px;
  display: block;
  cursor: pointer;
  float: right;
}
.messages-content-body .bottom-toolbar .selected-attachments .file-list ul li input {
  display: none;
}
.messages-content-body .bottom-toolbar .bt-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.messages-content-body .bottom-toolbar .form-group {
  margin-bottom: 0;
  width: 100%;
}
.messages-content-body .bottom-toolbar .form-group textarea {
  border: none !important;
  resize: none;
}
.messages-content-body .bottom-toolbar .form-group textarea:active, .messages-content-body .bottom-toolbar .form-group textarea:hover, .messages-content-body .bottom-toolbar .form-group textarea:focus {
  border: none;
  box-shadow: none;
}
.messages-content-body .bottom-toolbar .form-group textarea::-moz-placeholder {
  font-size: 14px;
  color: rgba(103, 115, 127, 0.5);
}
.messages-content-body .bottom-toolbar .form-group textarea::placeholder {
  font-size: 14px;
  color: rgba(103, 115, 127, 0.5);
}
.messages-content-body .bottom-toolbar .other-options {
  margin-left: 17px;
}
.messages-content-body .bottom-toolbar .other-options .attachment .badge {
  right: 5px;
}
.messages-content-body .bottom-toolbar .other-options > img {
  height: 21px;
  width: 21px;
}
.messages-content-body .bottom-toolbar .other-options a {
  margin-left: 7px;
}
.messages-content-body .bottom-toolbar .other-options a img {
  height: 42px;
  width: 42px;
}

#imageViewerModal .modal-sm #fullScreenPic {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}
#imageViewerModal .modal-sm .btn {
  height: 48px;
  width: 48px;
  background: #E5F6FF;
  color: #0077B3;
}
#imageViewerModal .modal-sm .btn#next {
  margin-left: 28px;
}
#imageViewerModal .modal-sm .btn#prev {
  margin-right: 28px;
}

.modal#reportJobModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 67px 0 0;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  height: 27px;
  width: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-header h4.modal-title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 44px;
  color: #353849;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-body {
  padding: 20px 40px 25px;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-body .form_group {
  margin-bottom: 20px;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-body .form_group .form_field {
  border-radius: 5px;
  max-width: none !important;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0 40px 47px;
}
.modal#reportJobModal .modal-dialog .modal-content .modal-footer .btn {
  height: 55px;
}

.btn-outline-primary {
  color: #0077b3;
  border-color: #0077b3 !important;
  padding: 8px 25px;
  min-width: 80px;
}
.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;
  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;
  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;
}

.landing-page-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background: #E5F6FF;
}
.landing-page-buttons-wrapper a {
  background: #0077B3;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.landing-page-buttons-wrapper a:first-child {
  background: #0077B3;
  border: 2px solid #0077B3;
  color: #ffffff;
}
.landing-page-buttons-wrapper a:last-child {
  background: transparent;
  border: 2px solid #0077B3;
  color: #035e8d;
}

.landing-page-main .find-job-wrapper {
  text-align: center;
  padding: 50px 30px;
  background-size: auto;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .landing-page-main .find-job-wrapper {
    padding: 50px 15px;
  }
}
.landing-page-main .find-job-wrapper .search-group input, .landing-page-main .find-job-wrapper .search-group span.select2-container {
  width: 45% !important;
}
.landing-page-main .find-job-wrapper .search-group .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #666666;
}
.landing-page-main .browse-categories-area .job-wrapper table tr:last-child td {
  border-bottom: none;
}
.landing-page-main .browse-categories-area .job-wrapper .job-row .job-details h3.c-name {
  text-align: left;
}
.landing-page-main .job-category {
  background: #0077B3;
  color: #fff;
  padding: 50px 15px;
  text-align: center;
}
.landing-page-main .job-category .job-text h3 {
  margin-bottom: 25px;
}
.landing-page-main .job-category a {
  padding: 8px 25px;
  background: #FFFFFF;
  border-radius: 5px;
  color: #0077B3;
  font-weight: 500;
  margin: auto 0;
}

body {
  font-family: "circular-std" !important;
}

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

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

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

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

::-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;
}

.modal-content {
  border-radius: 10px !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.badge {
  color: #3e3e3e;
}

.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;
}

a.no-underline-onhover:hover {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .dataTables_wrapper .dataTables_paginate ul.pagination {
    display: block;
  }
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button {
  padding: 0;
  border: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #0077b3;
  background-color: #FFFFFF;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button a:hover {
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button.active {
  border: 1px solid #0077b3;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button.active a {
  background-color: #0077b3;
  color: #FFFFFF;
}
.dataTables_wrapper .dataTables_paginate ul.pagination li.paginate_button.disabled:hover {
  border: 1px solid #dee2e6;
}

.jconfirm .jc-bs3-container {
  display: flex;
  justify-content: center;
}
.jconfirm .jc-bs3-container .jconfirm-box-container {
  min-width: 508px;
}
.jconfirm .jc-bs3-container .jconfirm-box-container .jconfirm-box {
  background: #fff;
  text-align: center;
  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 .jc-bs3-container .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
  padding: 15px 10px;
}

a {
  color: #0077b3;
  text-decoration: none;
}

ul.pagination {
  justify-content: center;
}
ul.pagination li.page-item .page-link {
  color: #0077b3;
  background-color: #fff;
}
ul.pagination li.page-item.active .page-link {
  background-color: #0077b3 !important;
  border: 1px solid #0077b3 !important;
  color: #fff !important;
}
ul.pagination li.page-item.disabled {
  border: 1px solid #dee2e6;
}
ul.pagination li.page-item.disabled .page-link {
  color: #6c757d !important;
  pointer-events: none;
  cursor: auto;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
}

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

.btn-outline-primary {
  color: #0077b3;
  border-color: #0077b3 !important;
  padding: 8px 25px !important;
  min-width: 80px;
}
.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-danger, .btn-danger.disabled, .btn-danger:disabled, .btn-outline-danger:hover, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dd6d49;
  border-color: #dd6d49;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (min-width: 1550px) {
  .container {
    max-width: 1470px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 1840px;
  }

  .mt-80 {
    margin-top: var(--px80);
  }

  .mb-120 {
    margin-bottom: var(--px120);
  }

  ::-webkit-scrollbar {
    width: var(--px6) !important;
    height: var(--px4) !important;
  }

  .modal-content {
    border-radius: var(--px10) !important;
  }
  .modal.bottomViewModal .modal-content {
    border-radius: 10px 10px 0 0!important;
  }
}

.btn.ask_AI {
  background: linear-gradient(198deg, #97c7de, #2559b2, #a378e9, #00d7ff) !important;
  color: #fff !important;
  font-size: 16px;
  box-shadow: none;
  padding: 6px 30px;
  border: none;
  border-radius: 20px;
  margin-left: auto;
  margin-bottom: 10px;
}
