@charset "UTF-8";
.btn-page {
  border-radius: 40px;
  background: #495156;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  border: none;
  color: #FFFFFF;
}

.btn-cancel {
  border-radius: 40px;
  background: #f6f7f8;
  font-size: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  border: none;
  color: #36344b;
  border: 1px solid #686778;
  box-sizing: border-box;
}

.btn-blue {
  border-radius: 40px;
  background: #3460DA;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  border: none;
  color: #FFFFFF;
}

.btn-white {
  border-radius: 40px;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  border: none;
  color: #C436AD;
}

.btn-border-blue {
  border-radius: 40px;
  border: 2px solid #3460DA;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #C436AD;
}

.btn-border-gray {
  border-radius: 43px;
  border: 2px solid #D8D8D8;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #686778;
}

.btn-circle-active {
  background: #C436AD;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55px;
  border-radius: 50%;
}

.btn-circle-inactive {
  background: #E6E6E9;
  color: #050021;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 55px;
  border-radius: 50%;
}

.tick-employee {
  background: #FFFFFF;
}

.btn-view-company {
  width: 98px;
  height: 52px;
  border: 1px solid #E6E6E9;
  box-sizing: border-box;
  border-radius: 40px;
  text-align: center;
  color: #3460DA;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.btn-edit-company {
  width: 44px;
  height: 44px;
  background: #E6E6E9;
  border: 1px solid #3460DA;
  box-sizing: border-box;
  border-radius: 200px;
  vertical-align: middle;
}

.padding-default {
  padding: 17px 40px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .padding-default {
    padding: 16px 8px;
  }
}

input.input-control {
  font-weight: 600 !important;
}

input::-webkit-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input:-o-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

.remove .fa {
  cursor: pointer;
}
.remove .fa:hover {
  color: red;
}

.btn-nom {
  border-radius: 31px;
}

.btn-wh {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #374147;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .btn-wh {
    padding: 12px 12px;
  }
}

.btn-bl {
  background: #495156;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .btn-bl {
    padding: 12px 12px;
  }
}

.btn-change {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #686778;
  border: 1px solid #8b9397;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .btn-change {
    padding: 12px 12px;
  }
}

input::-webkit-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input:-o-input-placeholder {
  color: #9b99a5;
  font-weight: normal;
}

input.form-control {
  font-size: 16px;
}

.radio-custom .form-check-input {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(/images/down-1.svg?2e0eb4fc1301c184974b75ad554ab593);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-de-ac {
  border: 2px solid #495156;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 17px 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #495156;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.text-content {
  font-size: 16px;
  line-height: 26px;
  color: #686778;
}

.text-content-small {
  font-size: 14px;
  line-height: 24px;
  color: #686778;
}

.text-content-smalldark {
  font-size: 14px;
  line-height: 24px;
  color: #050021;
}

.text-input {
  font-size: 16px;
  line-height: 26px;
  color: #686778;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
}

.text-bold {
  font-weight: 600;
}

.text-bold700 {
  font-weight: 700;
}

.text-content-dark500 {
  font-size: 16px;
  line-height: 26px;
  color: #050021;
}

.text-confirm {
  font-size: 20px;
  line-height: 30px;
  color: #050021;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-1 {
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
}

.limit-2 {
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
}

.limit-3 {
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
}

.limit-4 {
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
}

.limit-5 {
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
}

.text-20-dark500 {
  font-size: 20px;
  line-height: 30px;
  color: #050021;
}

.text-title-24 {
  font-size: 24px;
  line-height: 34px;
  color: #374147;
}

.text-red {
  color: #DD5050;
}

.text-pink-500 {
  color: #C436AD;
}

.input-title {
  font-size: 14px;
  line-height: 24px;
  color: #686778;
}

.text-content-12 {
  font-size: 12px;
  line-height: 18px;
  color: #737B81;
}

.text-dark500 {
  color: #050021;
}

.input.form-control {
  font-weight: 600;
}

.header-section {
  height: 90px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .header-section {
    margin-bottom: 12px;
  }
}
.header-section .header-inner .navbar .navbar-nav .notification {
  border: 1px solid #e6e6e9;
  box-sizing: border-box;
  filter: drop-shadow(0px 30px 90px rgba(83, 83, 83, 0.07));
  border-radius: 43px;
  width: 44px;
  height: 44px;
  padding: 0.5em 0em !important;
  text-align: center;
}
.header-section .header-inner .navbar .navbar-nav .individual {
  padding: 0 1.25em !important;
}
@media screen and (max-width: 767px) {
  .header-section .header-inner .navbar .navbar-nav .individual {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
.header-section .header-inner .navbar .navbar-nav .individual img {
  margin-right: 1em;
}
.header-section .header-inner .navbar .navbar-nav .nav-item {
  cursor: pointer;
}
.header-section .header-inner .navbar .navbar-nav .nav-item .icon-down {
  width: 12px;
  height: 7px;
  margin-top: 15px;
}
.header-section .header-inner .navbar .navbar-nav .nav-item ul {
  position: absolute;
  list-style: none;
  background: #FFFFFF;
  padding: 10px 15px;
  right: 5px;
  border-radius: 20px;
}
.header-section .header-inner .navbar .navbar-nav .nav-item ul a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #050021;
}
.header-section .header-inner .navbar .navbar-nav .nav-item ul a:hover {
  text-decoration: none;
  color: #FFBB56;
}
.header-section .header-inner .navbar .navbar-nav .nav-item ul a li {
  padding: 10px 5px;
}

.input-control {
  border: 1px solid #CDCCD2;
  border-radius: 43px;
  border-top-right-radius: 43px !important;
  border-bottom-right-radius: 43px !important;
  height: 58px;
  width: 100%;
  font-size: 16px;
  margin-top: 16px;
  background-color: unset;
  padding: 0 20px;
}
.input-control:focus {
  outline: none;
}
.input-control.salary {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.select-custom {
  border: 1px solid #CDCCD2;
  border-radius: 43px;
  background-color: #FFFFFF;
  height: 58px;
  width: 100%;
  padding: 0 38px 0 20px;
  font-size: 16px;
  margin-top: 1em;
  background-position: right 20px center;
}
.select-custom:focus {
  outline: none;
  border-color: unset;
  box-shadow: none;
}

.input-select {
  padding: 0 40px 0 20px;
}

.card-main {
  border-radius: 20px;
  width: 100%;
  background-color: #ffffff;
}
.card-main .card-padding {
  padding: 30px;
}
.card-main .card-top {
  padding: 23px;
  border-bottom: 1px solid #e6e6e9;
}
.card-main .card-content {
  padding: 30px 40px;
  border-bottom: 1px solid #e6e6e9;
}
.card-main .card-end {
  padding: 40px;
}

.card {
  border-radius: 14px;
  width: 100%;
  background-color: #ffffff;
  margin-top: 20px;
}

.form-dark {
  background: #f6f7f8;
}

.card-img {
  height: 190px;
  width: 248px;
  border-radius: 16px;
  background: #e6e6e9;
}
.card-img.dark {
  background: #cdccd2;
}

.count {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: inline-block;
  background: #e6e6e9;
  text-align: center;
  font-size: 18px;
  color: #686778;
  font-weight: 600;
  padding-top: 3px;
}
.count.active {
  background: #3460da;
  color: #ffffff;
}

.sign-up-step {
  background-color: #F6F7F8;
}
.sign-up-step .step-sidebar {
  width: 25%;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .sign-up-step .step-sidebar {
    margin-left: 15px;
  }
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 25.5px;
  width: 10px;
  height: 100%;
  border-left: 1px solid #e6e6e9;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 45px;
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: counter(list);
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  color: #C436AD;
  background-color: #F3D7EF;
}
.StepProgress-item.is-done::after {
  content: url(/images/step-done.svg?6fd28fb8bbbf3ba265ed93668e47a4c5);
  text-align: center;
  border: 1px solid #C436AD;
  background-color: #C436AD;
  height: 36px;
  width: 36px;
  padding-top: 7px;
}
.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 3px;
  width: 36px;
  height: 36px;
  top: 0px;
  left: -36px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #C436AD;
  color: #C436AD;
  background-color: #F3D7EF;
}
.StepProgress strong {
  display: block;
  padding-top: 8px;
  padding-left: 12px;
}

.logo .logo-img {
  width: 44px;
  height: 44px;
  background: #36344b;
  border-radius: 50%;
}
.logo .text-logo {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #36344b;
  margin-left: 1em;
  margin-top: 6px;
}

.header-inner {
  height: 90px;
}
.header-inner .logo .logo-img {
  background: #36344b;
}
.header-inner .logo .text-logo {
  color: #36344b;
}
.header-inner .nav-link {
  color: #36344b;
  padding: 0.5em 1.25em !important;
}
.header-inner .eng {
  padding: 0 12px;
}

textarea {
  resize: none;
}

.text-control {
  border: 1px solid #e6e6e9;
  border-radius: 20px;
  width: 100%;
  padding: 8px 8px;
  margin-top: 1em;
  outline: none !important;
}
@media screen and (min-width: 1200px) {
  .text-control {
    padding: 16px 20px;
  }
}

.phone-group .input-group {
  margin-top: 1em;
  height: 58px;
  padding: 12px 20px;
  border: 1px solid #CDCCD2;
  border-radius: 40px;
}
.phone-group .input-group .input-group-prepend {
  width: 86px;
}
.phone-group .input-group .input-group-prepend .phone-sl {
  height: 100%;
  border: none;
  width: 90%;
  border-right: 1px solid #CDCCD2;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-color: unset;
}
.phone-group .input-group .phone-inp {
  width: calc(100% - 86px);
  height: 100%;
  border: none;
  padding-left: 16px;
  background-color: unset;
}
.phone-group .input-group .phone-inp:focus {
  outline: none !important;
}

.phone-select .input-group {
  margin-top: 1em;
}
.phone-select .input-control {
  width: calc(100% - 88px);
  margin-top: 0;
}
.phone-select .input-group-prepend {
  width: 88px;
}
.phone-select .input-group-prepend .phone-sl {
  outline: none !important;
  width: 100%;
  height: 100%;
  border: 1px solid #CDCCD2;
  border-top-left-radius: 43px;
  border-bottom-left-radius: 43px;
  outline: none !important;
  padding: 0 20px;
}

.add-img {
  color: #FFFFFF;
  width: 113px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  background-color: #3460DA;
  border-radius: 40px;
  padding: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .add-img {
    width: 48px;
  }
}
.add-img::before {
  content: "+ Add";
}
@media screen and (max-width: 767px) {
  .add-img::before {
    content: "+";
    font-size: 28px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .header .navbar {
    position: absolute;
    top: 68px;
    right: 0px;
    background-color: #E6E6E9;
    border: 14px;
    z-index: 100;
  }
  .header .header-inner {
    position: relative;
  }
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #050021;
  width: 100%;
  height: 58px;
  margin-top: 1em;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 14px 20px;
  filter: drop-shadow(0px 30px 90px rgba(83, 83, 83, 0.07));
  border-radius: 43px;
  transition: all 0.2s ease-in;
}
.select-styled::before {
  content: url(/images/select.svg?2d11d0aa12bc5a487d9f698894221ebc);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.select-styled:active, .select-styled.active {
  background-color: #FFFFFF;
}

.select-options {
  margin-top: 13px !important;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 12px 0;
  text-indent: 24px;
  list-style: none;
  background: #FFFFFF;
  box-shadow: 0px 30px 90px rgba(83, 83, 83, 0.08);
  border-radius: 20px;
  border: 1px solid #CDCCD2;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  position: relative;
}
.select-options li::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 48px);
}
.select-options li:hover {
  background-color: #E6E8F6;
  border-left: 4px solid #3460DA;
}
.select-options li.is-selected {
  color: #050021;
  background: #FFFFFF;
}
.select-options li[rel=hide] {
  display: none;
}

.form-check-custom .form-check-input[type=checkbox] {
  border-radius: 6px;
  height: 26px;
  width: 26px;
  margin-right: 15px;
}
.form-check-custom .form-check-label {
  margin-top: 5px;
}
.form-check-custom .form-check-input:checked {
  background: #3460DA;
  border-color: #3460DA;
  background-image: url(/images/check-icon.svg?c2f54bc1e3473b88311fe05d9a80566c);
  background-repeat: no-repeat;
  background-position: center;
}

.location-item {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 30px 120px rgba(83, 83, 83, 0.1);
}

.map-block {
  border-radius: 20px;
  height: 349px;
}
@media screen and (max-width: 767px) {
  .map-block {
    height: 260px;
  }
}

.tag-item {
  border: 1.5px solid #E6E6E9;
  padding: 13px 20px;
  border-radius: 43px;
  width: auto;
  margin-bottom: 12px;
}

.select-styled {
  border: 1px solid #CDCCD2;
}

.item-content {
  margin-left: 16px;
}

.tag-credit {
  height: 32px;
  background: #C436AD;
  border-radius: 50px;
  padding: 7px 14px;
  width: 104px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tag-credit {
    padding: 7px 6px;
    width: auto;
  }
}

.btn-cf {
  height: 52px;
  border: 2px solid #3460DA;
  box-sizing: border-box;
  border-radius: 40px;
  color: #3460DA;
  padding: 13px 36px;
}
@media screen and (max-width: 767px) {
  .btn-cf {
    padding: 12px 12px;
  }
}

.selectBox {
  border: 1px solid #D8D8D8;
  position: relative;
  padding: 12px 44px 12px 24px;
  border-radius: 43px;
  height: 52px;
  cursor: pointer;
}
.selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.selectBox:after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-in-out;
  content: url(/images/select.svg?2d11d0aa12bc5a487d9f698894221ebc);
}
.selectBox .dropdown-menu {
  margin-top: 6px;
  background: #FFFFFF;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
  padding: 20px 0;
}
.selectBox .dropdown-menu .dropdown-item {
  position: relative;
  height: 48px;
  font-size: 16px;
  padding: 11px 20px;
}
.selectBox .dropdown-menu .dropdown-item:hover, .selectBox .dropdown-menu .dropdown-item.active {
  background-color: #F6F7F8;
  color: #3460DA !important;
  font-weight: 600;
}
.selectBox .dropdown-menu .dropdown-item:hover::after, .selectBox .dropdown-menu .dropdown-item.active::after {
  content: "";
  border-left: 2px solid #3460DA;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.selectBox.show {
  background-color: #fff;
}
.selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}

.individual-bl {
  position: relative;
}
.individual-bl .dropdown-menu {
  right: 28px;
  left: auto;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 20px 140px rgba(83, 83, 83, 0.18);
  border-radius: 20px;
  position: absolute;
}
.individual-bl .dropdown-item {
  padding: 12px 25px;
}
.individual-bl .dropdown-item:hover {
  color: #3460DA !important;
  font-weight: 600px;
}

.job-navbar {
  padding: 0;
}

.avatar {
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .avatar {
    height: 32px;
    width: 32px;
  }
}
.avatar img {
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .avatar img {
    height: 32px;
    width: 32px;
  }
}

.dropdown-menu-cus {
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 20px 140px rgba(83, 83, 83, 0.18);
  border-radius: 20px;
  position: absolute;
  top: -110px;
  left: -95px;
}

.swal2-title {
  padding: 22px !important;
  font-size: 16px !important;
  line-height: 26px;
  color: #36344B !important;
  border-bottom: 1px solid #D8D8D8;
  height: 70px !important;
}

.swal2-top-end .swal2-title {
  border-bottom: none !important;
}

.swal2-popup {
  border-radius: 20px !important;
}

.swal2-close {
  align-items: unset !important;
  justify-content: unset !important;
  outline: none !important;
}
.swal2-close:focus {
  box-shadow: none !important;
}

.swal2-container.swal2-center > .swal2-popup {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .swal2-popup {
    width: 650px !important;
    padding: 0 !important;
  }
}
.swal2-html-container {
  background: #F6F7F8 !important;
  margin: 0 !important;
}

.swal2-actions {
  width: 100% !important;
  background: #F6F7F8 !important;
  margin: 0 !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.swal2-actions .swal2-confirm {
  border-radius: 40px !important;
  padding: 17px;
  width: 100%;
  margin: 0 1.5em 1em 1.5em;
}
.swal2-actions .swal2-cancel {
  border-radius: 40px !important;
  padding: 17px;
  width: 100%;
  margin: 0 1.5em 1em 1.5em;
}

label.error {
  color: #dc3545;
  font-size: 14px;
  margin-bottom: 0px;
  position: absolute;
  left: 21px;
  top: 104px;
}

.form-group {
  position: relative;
  margin-top: 2em;
}

* {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.screen {
  height: 100%;
  width: 100vw;
}

a:hover {
  color: #FFBB56 !important;
}

.btn:hover {
  color: #FFBB56 !important;
}

.btn-upload:hover {
  color: #FFBB56 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.logo .logo-img {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
}
.logo .text-logo {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 1em;
  margin-top: 6px;
}

.sign-up-banner {
  background-color: #3460DA;
  height: 900px;
  width: 41.5%;
  position: relative;
}
@media screen and (min-height: 900px) {
  .sign-up-banner {
    height: 100vh;
  }
}
.sign-up-banner .block {
  position: absolute;
  width: 50%;
  height: 19em;
  background: linear-gradient(32.19deg, #99a2d9 -25.82%, rgba(153, 162, 217, 0) 118.41%);
}
.sign-up-banner .block-1 {
  top: 0;
  right: 0;
}
.sign-up-banner .block-1 img {
  margin-top: 40px;
  margin-left: 57px;
}
.sign-up-banner .block-2 {
  bottom: 0;
  left: 0;
}
.sign-up-banner .block-2 img {
  position: absolute;
  bottom: 38px;
  left: 38px;
}
.sign-up-banner .logo {
  position: absolute;
  left: 12.5%;
  top: 33px;
}
.sign-up-banner .card {
  z-index: 100;
  position: absolute;
  border-radius: 30px;
  width: 75%;
  left: 0;
  right: 0;
  top: 15%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .sign-up-banner .card {
    width: 90%;
    top: 10%;
  }
}
.sign-up-banner .card .banner {
  padding: 15px 15px 0;
}
.sign-up-banner .card .banner img {
  width: 100%;
}
.sign-up-banner .text-block .title {
  font-size: 20px;
  color: #050021;
  font-weight: 600;
}
.sign-up-banner .text-block {
  padding: 40px 30px;
}

.sign-up-form {
  padding: 50px 150px 82px 60px;
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .sign-up-form {
    padding: 50px 20px 40px;
    width: 100%;
  }
}
.sign-up-form .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
.sign-up-form .form-group {
  margin-top: 1.75em;
}
.sign-up-form .main-form {
  margin-top: 0.75em;
}
.sign-up-form .main-form .show-pass {
  position: relative;
  cursor: pointer;
}
.sign-up-form .main-form .show-pass span {
  position: absolute;
  right: 17px;
  top: 56px;
}
.sign-up-form .main-form .show-pass span.active::after {
  content: " \2572";
  position: absolute;
  right: 5px;
  z-index: 100;
}
.sign-up-form .main-form .show-pass .input-control {
  padding: 0 46px 0 20px;
}
.sign-up-form .main-form span.text-danger {
  position: unset;
}
.sign-up-form .btn-page {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .sign-up-form .btn-page {
    width: 100%;
  }
}
.sign-up-form .nav-link {
  padding: 0 0 25px 0;
  border: none;
  margin-right: 50px;
  font-size: 18px;
  line-height: 28px;
  color: #686778;
}
.sign-up-form .nav-link:hover, .sign-up-form .nav-link:focus {
  border: none;
}
.sign-up-form .nav-link.active {
  background-color: unset;
  border: none;
  color: #050021;
  font-weight: 700;
  border-bottom: 5px solid #C436AD;
}
.sign-up-form .tab-select {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sign-up-form .nav-tabs {
    border-radius: 40px;
    background: white;
    padding: 5px;
    box-shadow: 0px 10px 120px rgba(83, 83, 83, 0.14);
    justify-items: center;
    align-content: center;
    justify-content: center;
    height: 65px;
  }
  .sign-up-form .tab-select {
    width: 335px;
    margin: 21px auto 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .sign-up-form .tab-select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sign-up-form .nav-link {
    width: 50%;
    padding: 0;
    margin-right: 0;
    text-align: center;
    padding: 11px 0px 12px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sign-up-form .nav-link.active {
    background-color: #3460DA;
    border: none;
    color: white !important;
  }
}

label.error {
  color: red;
  position: absolute;
  left: 21px;
  bottom: -28px;
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  label.error {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  label.error {
    font-size: 12px;
  }
}

.form-group {
  position: relative;
}

.header .nav-link.end {
  padding-right: 0 !important;
}

.step-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step-main {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .step-main {
    padding-right: 24px;
  }
}
.step-main .card {
  margin-top: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 22px 0px;
}
@media screen and (max-width: 767px) {
  .step-main .card {
    position: absolute;
    margin-top: 0;
    top: 10px;
    border-radius: 0px;
    width: 100%;
    left: 0;
  }
}
.step-main .card .card-header {
  padding: 0px 23px 22px;
}
@media screen and (max-width: 767px) {
  .step-main .card .card-header {
    padding: 0px 22px 22px;
  }
}
.step-main .card .card-body {
  padding: 0px 28px 40px 28px;
}
@media screen and (max-width: 1023px) {
  .step-main .card .card-body {
    padding: 0 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .step-main .card .card-body {
    padding: 0 0 40px 0;
  }
}
.step-main .card .card-footer {
  padding: 40px 28px 18px;
}
@media screen and (max-width: 767px) {
  .step-main .card .card-footer {
    padding: 40px 0px 18px;
  }
}
.step-main .form-group {
  margin-top: 1.75em;
}
.step-main .btn-page {
  width: 100%;
}

form label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #686778;
}

.sign-up-step {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .sign-up-step {
    position: relative;
    padding-bottom: 0px;
  }
}

input {
  outline: none !important;
}

.step-prev {
  position: absolute;
  left: 23px;
}

.step-2-main .card-header {
  position: relative;
}
.step-2-main .profile-img {
  margin: 30px auto 24px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.step-2-main .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-radius: 50%;
}
.step-2-main .text-content-small {
  color: #050021;
  margin-top: 24px;
  margin-bottom: 0;
}
.step-2-main .text-content {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #050021;
  margin-top: 30px;
}
.step-2-main .text-content:hover {
  color: #3460DA;
}
.step-2-main .btn-page {
  margin-bottom: 30px;
}

.btn-upload {
  height: 52px;
  width: 200px;
  border-radius: 40px;
  border: 2px solid #3460DA;
  color: #3460DA;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0 auto 8px;
  display: block;
  padding: 13px;
}

.create-pre .form-hr {
  margin: 30px 0;
}
.create-pre .text-title {
  margin-bottom: 24px;
}
.create-pre .add-location {
  margin-top: 30px;
}

.add-logo .logo-block {
  position: relative;
  max-width: 162px;
}
.add-logo .logo-img {
  width: 100%;
  height: 10rem;
  background: #CDCCD2;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .add-logo .logo-img {
    height: 120px;
  }
}
.add-logo .logo-img img {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.add-logo .logo-val {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .add-logo .logo-val {
    margin-top: 1em;
  }
}
.add-logo .logo-val .text-content-small {
  color: #050021;
}
@media screen and (max-width: 767px) {
  .add-logo .logo-val .text-content-small {
    margin-bottom: 0.75em;
  }
}

.add-photo .photo-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
}
.add-photo .photo-block .photo-item {
  width: calc(50% - 11px);
  margin-left: 11px;
  background-color: #E6E6E9;
  border-radius: 16px;
  height: 190px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .add-photo .photo-block .photo-item {
    height: 125px;
  }
}
.add-photo .photo-block .photo-item .photo {
  height: 100%;
}
.add-photo .photo-block .photo-item .photo img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: none;
}
.add-photo .photo-block .active {
  background-color: #CDCCD2;
}
.add-photo .photo-block .active .add-img {
  display: block;
}
.add-photo .photo-block .add-img {
  display: none;
}

.add-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.location-item {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 30px 120px rgba(83, 83, 83, 0.1);
}

img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.accolades {
  margin-top: 30px;
}
.accolades .award-item {
  background: #E6E6E9;
  border: 1px dashed #495156;
  border-radius: 20px;
  height: 272px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .accolades .award-item {
    height: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .accolades .award-item {
    height: 200px;
  }
}
.accolades .award-item .award {
  height: 100%;
}
.accolades .award-item .award img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 100;
  position: absolute;
  display: none;
}
.accolades .add-img {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .accolades .add-img {
    width: 48px;
  }
}
.accolades .add-img::before {
  content: "Add Award";
  color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
  .accolades .add-img::before {
    content: "+";
    font-size: 28px;
    font-weight: 400;
  }
}

.award-add .award-name {
  font-size: 15px;
  line-height: 22px;
  color: #787D80;
}
.award-add .award-name .input-control {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #374147;
}
.award-add .btn-page {
  margin-top: 40px;
}
.award-add .award-img img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 0 auto;
}
.award-add .err-award .text-danger {
  font-size: 15px;
}

.btn-100 {
  width: 100%;
}

.map-block {
  border-radius: 20px;
  height: 349px;
}
@media screen and (max-width: 767px) {
  .map-block {
    height: 260px;
  }
}

.off-checkout .text-title {
  margin-bottom: 12px;
  margin-top: 30px;
}
.off-checkout .form-group {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .off-checkout .text-content {
    font-size: 15px;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
  }
}
@media screen and (max-width: 575px) {
  .off-checkout .text-content {
    font-size: 15px;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
  }
}
.off-checkout .form-check-label {
  display: block;
}

@media screen and (max-width: 767px) {
  .off-checkout .form-check-label {
    display: inline;
  }
}

.form-group input {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.form-group input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
}
.form-group select {
  font-weight: 600;
}
.form-group .phone-sl {
  font-weight: 500;
  background-color: #FFFFFF !important;
  color: #050021 !important;
}

.show-pass-cf .error-span {
  position: initial !important;
}

.auth-box-custom {
  max-width: 500px !important;
}

.btn-info {
  background-color: #495156;
  border-color: #495156;
}

.auth-wrapper {
  background-image: linear-gradient(to right, rgba(5, 0, 33, 0.6) 14.51%, rgba(5, 0, 33, 0.27) 82.88%), url(/images/employee.png?34a22e7861a27c1145f37991257aea9b) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.auth-wrapper .btn-primary {
  background-color: #495156;
  border-color: #495156;
}
.auth-wrapper input::-webkit-input-placeholder {
  color: #9B99A5;
  font-weight: normal;
  font-size: 14px;
}
.auth-wrapper input::-moz-placeholder {
  color: #9B99A5;
  font-weight: normal;
  font-size: 14px;
}
.auth-wrapper input:-ms-input-placeholder {
  color: #9B99A5;
  font-weight: normal;
  font-size: 14px;
}
.auth-wrapper input:-o-input-placeholder {
  color: #9B99A5;
  font-weight: normal;
  font-size: 14px;
}
.auth-wrapper input {
  font-weight: 700;
}
.auth-wrapper input.form-control {
  font-size: 16px;
}

.btn-back {
  position: absolute;
}

#to-recover:hover {
  color: #FFBB56 !important;
}

span.show-pass {
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}

span.show-pass.active::after {
  position: absolute;
  content: " \2572";
  top: 1px;
  right: 5px;
  z-index: 10;
}