@font-face {
  font-family: "google sans";
  src: url("fonts/google-sans/GoogleSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "google sans";
  src: url("fonts/google-sans/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "google sans";
  src: url("fonts/google-sans/GoogleSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {font-family: "akkurat";src: url(fonts/akkurat/Akkurat.ttf);}

:root {
  --gray500: #161616;
  --gray400: #6a6c72;
  --principal-color: #FF5C30;
  --principal-color-hover: #ff7a55;
  --bg-color: #fcfcfc;
  --theme-color: #333333;
  --border-color-gray: #dfdfdf;
  --blue-text: #187fff;
  --amarelo: #ffcc00;
  --cinza: #cccccc;
  --sidebar-menu: rgb(245 241 240);
}

* {
  outline: none;
}

html,
body {
  min-height: 100%;
  background-color: #f5f1f0;
  color: var(--theme-color);
  font-family: google sans, akkurat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  overscroll-behavior: none; /* Prevê comportamento estranho em iOS / Remove o efeito "elástico" (bounce) ao chegar ao topo ou final da página*/
  -webkit-overflow-scrolling: touch; /* Garante scroll suave em dispositivos com WebKit (como o Safari/iOS). */
}
body.modal-open-fix {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
body.transparent-backdrop-page .modal-backdrop {
  background-color: rgba(0, 0, 0, 0) !important;
}
.color-gray{
  color: #7b8087;
}

.input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

a {
    color: #404040;
}

a:hover {
    text-decoration: none;
    color: #666;
}

.open-contratos{
    color: #007bff;
}
.open-contratos:hover {
    color: #0056b3;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none!important;
}

.dropdown-menu {
    padding: .5rem!important;
}
.dropdown-item {
    padding: .5rem!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.append-icone {
  padding-right: 36px; /* espaço para o ícone */
  height: 40px;
  font-size: 16px;
}

.input-wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #adadad;
  font-size: 18px;
  pointer-events: none; /* ícone não clicável */
}

.input-wrapper input.is-valid ~ i, .input-wrapper input.is-invalid ~ i {
  display: none;
}

#resposta {
  padding: 20px 0;
  text-align: center;
}
#resposta .payment-success{
  display: block;
  background: #ebfbf0;
  border: 1px solid #c3ebd9;
  color: #0e8b12;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
}

#resposta .payment-rejected, #resposta .payment-cancelled{
  display: block;
  background: #fff5f2;
  border: 1px solid #f5cfc4;
  color: #e7180c;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
}

.rating-user .rating-image-user{
    text-align: center;
}
.rating-user .rating-image-user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    padding: 2px;
    border: solid 2px #ddd;
}
.rating-user .rating-name-user {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.5rem 0 0;
    font-size: 20px;
    font-weight: 500;
}
.rating-user .rating-category {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #838383;
}
.rating-user .rating-age-user{
    display: block;
    text-align: left;
}
.rating-user .rating-address-user {
    display: block;
    text-align: left;
}
.rating-user .rating-salary-user {
    display: block;
    text-align: left;
    padding-bottom: 2rem;
}
.rating-user .rating-age-user i, .rating-user .rating-address-user i, 
.rating-user .rating-salary-user i {
    margin-right: 5px;
    color: #ff6541;
}

.estrelas-rating{
    text-align: center;
}
.estrelas-rating label{
    cursor: pointer;
}
/* Não exibir o input radio */
.estrelas-rating input[type=radio] {
    display: none;
}

/* Criar as estrelas preenchidas de amarelo*/
.estrelas-rating label i.opcao.fa:before {
    content: '\f005';
    color: var(--amarelo);
}

/* Atribuir o cinza nas estrelas, quando selecionar a estrela retirar o cinza*/
.estrelas-rating input[type=radio]:checked~label i.fa:before {
    color: var(--cinza);
}

/* Personalizar a estrela preenchida */
.estrela-preenchida {
    color: var(--amarelo);
}

/* Personalizar a estrela vazia */
.estrela-vazia{
    color: var(--cinza);
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.form-signin .form-control {
  border: none; /* default B5 color or set your own color*/
  background: #f5f6fa;
} 

.form-signin .form-control:focus {
  border-color: none; /* default B5 color or set your own color*/
  outline: none !important;
  box-shadow: none !important;
  background: #f5f6fa;
}

.login_form-terms {
  padding: 50px 24px 12px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.login_form-terms a{
  color: #666;
  text-decoration: underline;
}

.login-foot {
  margin-top: 28px;
}

.login-foot a {
  color: #ff293b;
  font-weight: 500;
}

.form-group, .input-group {
  position: relative;
}

.input-group input, .form-group input {
  width: 100%;
  height: 48px;
  border: 1px solid #d8dbde;
  border-radius: 4px;
  color: var(--theme-color);
  padding-left: 12px;
}
.input-group select, .form-group select {
  height: 48px;
  border: 1px solid #d8dbde;
}

.input-group:focus-within, .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
.input-group .form-control:focus {
  box-shadow: none !important;
}
.input-group-text {
  background-color: #ffffff;
  color: var(--principal-color);
}

.v-label {
  position: absolute;
  top: 0;
  padding: 12px 0 12px 12px;
  transition: all 200ms;
  opacity: 1;
  pointer-events: none;
  color: #818181;
}
.v-input:focus + .v-label, .v-textarea:focus + .v-label {
  font-size: 75%;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  background-color: white;
  padding: 0 5px;
  margin-left: 8px;
  z-index: 3;
  color: #2486ff;
}

.v-input::placeholder {
  opacity: 0;
}

.v-input:not(:placeholder-shown) ~ label {
  font-size: 75%;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  background-color: white;
  padding: 0 5px;
  margin-left: 8px;
  z-index: 1;
  color: #2486ff;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  color: #bbbbbb;
}

.btn {
  height: 44px;
}
a.btn {
    display: inline-flex;
    align-items: center;
}
.btn:focus {
  box-shadow: none;
}
.btn-link:focus {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--principal-color);
  border-color: var(--principal-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--principal-color-hover);
  border-color: var(--principal-color-hover);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--principal-color-hover);
  border-color: var(--principal-color-hover);
}

.btn-green {
  color: #ffffff;
  background-color: #25D366;
  transition: background 0.3s ease;
  border: none;
}
.btn-green:hover {
  color: #fff;
  background-color: #1eb75c;
}

.btn-reddish {
  color: #712c18;
  background-color: #f8ddd5;
  border-color: #f5cfc4;
}
.btn-reddish:hover {
  color: #712c18;
  background-color: #f2b69f;
  border-color: #f1a18c;
}

.btn-outline-green {
  color: #155f3f;
  background-color: #ffffff;
  border-color: #c3ebd9;
}
.btn-outline-green:hover {
  color: #155f3f;
  background-color: rgb(217, 243, 231);
}

.btn-outline-reddish {
  color: #712c18;
  background-color: #ffffff;
  border-color: #f5cfc4;
}
.btn-outline-reddish:hover {
  color: #712c18;
  background-color: #f8ddd5;
}

.btn-delete-account {
  background-color: #ff3636;
  border-color: #ff3636;
  transition: border-color 0.3s ease;
  color: #fff!important;
  border-radius: 6px;
}
.btn-delete-account:hover {
  color: #fff !important;
  background: #e62222;
  border-color: #e62222;
}

.btn-light {
  color: #666;
  background-color: #ffffff;
  border-color: #ebebeb;
}

.evaluate-btn {
    color: #333333;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    height: 40px;
}

.back-button-header {
    position: absolute;
    left: 1rem;
    display: none;
}

.btn-top-back {
    background: #fff;
    border: none;
    height: inherit;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--principal-color-hover);
  border-color: var(--principal-color-hover);
}
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: var(--principal-color-hover);
  border-color: var(--principal-color-hover);
  box-shadow: none;
}

.btn-principal {
  color: #fff;
  background: linear-gradient( 137deg,#FF5C30 0%,#FC3748 100%,#FC3748 100%);
  border: none;
}
.btn-principal:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-principal:not(:disabled):not(.disabled).active, .btn-principal:not(:disabled):not(.disabled):active, .show>.btn-principal.dropdown-toggle {
  opacity: 0.9;
}
.btn-principal.focus, .btn-principal:focus {
  opacity: 0.9;
}

.btn-bd-gray {
  color: var(--theme-color);
  background-color: #fff;
  border-color: var(--border-color-gray);
}

.dropdown-menu-right {
  right: 15px;
}

.view-maps {
  float: right;
  color: #FC3748;
  font-weight: 500;
  cursor: pointer;
}

/* FLOATBOX  */
.fbx.fbTopPanel, .fbx.fbBottomPanel {
  justify-content: space-between;
}
.fbBackground {
  background-color: rgb(227 227 227) !important;
}
.fbContent{
  border: 0 solid #fff!important;
}
.fbx.fbContentWrapper {
  border-color: white!important;
}
.fbCell_tl {
  display: none!important;
}
.fc .fc-toolbar-title {
  font-size: 1.3em;
}
.fc-button-primary{
  background: #fbfbfb!important;
  color: #475466!important;
  border-color: #dee2e6!important;
}
.fbClose .fbText{
  display: none;
}
.fbClose i.fbIcon{
  display: flex;
  z-index: 9;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  padding-left: 0!important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fbClose i.fbIcon:before{
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 18px;

}
.fbClose i.fbIcon svg{display: none;}
/* FLOATBOX  */

.page-wrapper {
  margin-left: 0;
  margin-top: 36px;
  padding-bottom: 72px;
}

.card{
  box-shadow: 1px 1px 3px 0 rgba(2, 27, 57, .12);
  border-radius: 16px;
  border:0;
}

.box-actions {
  position: relative;
  display: block;
  text-align: right;
  /* padding: 0 20px 20px; */
  margin-top: 20px;
}

.checkbox-wrapper-22 .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
  margin: 0;
}

.checkbox-wrapper-22 .switch input {
  display:none!important;
}

.checkbox-wrapper-22 .slider {
  background-color: #e1e1e1;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

.checkbox-wrapper-22 input:checked + .slider {
  background-color: #ff6541;
}

.checkbox-wrapper-22 input:checked + .slider:before {
  transform: translateX(26px);
}

.checkbox-wrapper-22 .slider.rounder {
  border-radius: 34px;
}

.checkbox-wrapper-22 .slider.rounder:before {
  border-radius: 50%;
}

.checkbox-wrapper-18 .switch {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 40px;
  margin: 0;
}
.checkbox-wrapper-18 .switch input {
  display:none!important;
}
.checkbox-wrapper-18 .slider {
  background-color: #e1e1e1;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.checkbox-wrapper-18 .slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 18px;
  left: 2px;
  position: absolute;
  transition: .4s;
  width: 18px;
}
.checkbox-wrapper-18 input:checked + .slider {
  background-color: #ff6541;
}
.checkbox-wrapper-18 input:checked + .slider:before {
  transform: translateX(18px);
}
.checkbox-wrapper-18 .slider.rounder {
  border-radius: 34px;
}
.checkbox-wrapper-18 .slider.rounder:before {
  border-radius: 50%;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e8e8e8!important;
  cursor: default;
  opacity: 0.5;
}

/* MENU TOPO */
.menu-navbar .logo-container,
.menu-navbar .social-menu {
  display: none;
}

.menu-navbar .logo-container {
  height: 60px;
  width: 220px;
}

.logo {
  max-width: 100%;
}

.menu-navbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sidebar-menu);
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom)) 0;
  z-index: 2;
}

.menu-navbar .nav-menu {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.menu-navbar .nav-menu li {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-navbar .nav-menu li .nav-link {
  display: block;
  padding: 0;
}

.menu-navbar .nav-menu li i {
  font-size: 20px;
}

.menu-navbar .nav-menu a {
  color: #7b8087;
}
.menu-navbar .nav-menu a:hover {
  color: var(--principal-color);
}

.menu-navbar .nav-menu .active {
  color: var(--principal-color);
}

.menu-navbar .nav-item span.title {
  font-size: 0.875rem;
}

.bg-light{
  background-color: rgb(245,241,240)!important;
}

.navbar-toggler {
  display: inline-block;
  padding: .25rem .5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #FF5C30;
  border: 1px solid transparent;
  border-radius: .25rem;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler-icon .bar1, .navbar-toggler-icon .bar2, .navbar-toggler-icon .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: .4s;
  display: block;
  position: relative;
}

.expanded .bar1 {
  -webkit-transform: rotate(-42deg) translate(-5px, 5px);
  transform: rotate(-42deg) translate(-5px, 5px);
}
.expanded .bar2 {
  opacity: 0;
}
.expanded .bar3 {
  -webkit-transform: rotate(46deg) translate(-5px, -5px);
  transform: rotate(46deg) translate(-5px, -5px);
}
/* MENU TOPO */

.hide{
  display: none;
}
.show{
  display: block;
}

.page-breadcrumb {
  padding: 0 0 20px 0;
}

.page-breadcrumb .page-title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}
.lead span.title{
  position: relative;
  padding-right: 15px;
}
.lead span.title:first-child {
  color: #7b8087;
}
.lead span.title:last-child{
  padding-right: 0;
  color:#686868;
}

.lead span.title:after{
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  right: 0;
  position: absolute;
  color: #e1e1e1;
  font-weight: 900;
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.lead span.title:last-child:after{
  display: none;
}



.page-breadcrumb p.lead {
  font-size: 0.9375rem;
  color: #7b8087;
  margin-bottom: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.page-wrapper>.container-fluid {
  padding: 20px;
  min-height: calc(100vh - 180px);
  margin-right: auto;
  margin-left: auto;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mp-block__list a{
  text-decoration: none;
}

.mp-block__list .block-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 58px;
  background-color: #fff;
  color: #7b8087;
  box-shadow: 1px 1px 3px 0 rgba(2, 27, 57, .12);
  border-radius: 10px;
  cursor: pointer;
}
.mp-block__list .block-box__move {
  width: 60px;
  height: 100%;
  position: relative;
  flex: none;
}

.mp-block__list .block-box__move i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mp-block__list .block-box__move .icon {
  color: var(--principal-color);
}

.mp-block__list .block-box__action {
  flex: none;
  padding-right: 10px;
  font-size: 16px;
}

.mp-block__list .block-box__text {
  width: 100%;
  margin-left: 15px;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
}

.wizard {
  padding: 15px 24px 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}

.wizard .list-inline{
  position: fixed;
  background: #f5f1f0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index:3;
}
.wizard .list-inline>li {
  display: inline-block;
}
.wizard .list-inline li:first-child{
  float: left;
  padding-left: 20px;
}
.wizard .list-inline li:last-child {
  float: right;
  padding-right: 20px;
}
.wizard .step-btn {
  width: 8rem;
}
.wizard .prev-step {
  color: var(--theme-color);
  font-weight: 400;
}

.wizard .next-step {
  font-weight: 400;
}

.wizard .form-input-steps h5{
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px 0 15px 0;
  margin-top: 20px;
}

.wizard .progress-bar {
  background:linear-gradient( 137deg,#FF5C30 0%,#FC3748 100%,#FC3748 100%);
}

.wizard .progress {
  background-color: #f1f1f1;
}
.gender-choice .gender-radio
{
  appearance: none;
}

.gender-choice .gender-radio + label
{
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  padding-right: 10px;
  float: left;
}

.gender-choice .gender-radio + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid var(--principal-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

.gender-choice .gender-radio + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid var(--principal-color);
  background: var(--principal-color);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.gender-choice .gender-radio:checked + label::after
{
  opacity: 1;
}

.address-user-register{
  font-size: 14px;
  line-height: 1.2rem;
}



.education-choice
{
  padding-top: .9rem !important;
}

.education-choice .education-radio
{
  appearance: none;
  display: none;
}

.education-choice .education-radio + label
{
  cursor: pointer;
  position: relative;
  padding-left: 0;
  line-height: 20px;
  padding-right: 30px;
  display: block;
  margin-bottom: 1.8rem;
}

.education-choice .education-radio + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

.education-choice .education-radio + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid var(--principal-color);
  background: var(--principal-color);
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.education-choice .education-radio:checked + label::after
{
  opacity: 1;
}


.registration-title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.register-form-content{
  margin-bottom: 160px;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
  background: var(--principal-color);
}
.dtp div.dtp-date, .dtp div.dtp-time {
  background: var(--principal-color);
}
.dtp table.dtp-picker-days tr>td>a.selected {
  background: var(--principal-color);
}
.year-picker-item.active {
  background: var(--principal-color);
}
.btn.btn-flat.dtp-btn-ok {
  color: var(--principal-color);
}
.dtp-buttons .btn{
  margin-right: 5px;
}
.dtp-buttons .dtp-btn-ok{
  margin-right: 0;
}
.dtp table.dtp-picker-days tr>td {
  font-size: .9em;
}
.year-picker-item {
  padding: 5px;
  font-size: 0.95em;
}
.dtp-select-year-range {
  background: #fff7f5;
  color: var(--principal-color);;
}
.dtp div.dtp-picker {
  overflow: hidden;
  height: 320px;
}

/* PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1059;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Permite interação com elementos abaixo */
}

.preloader.hidden {
  opacity: 0;
}

.preloader:not(.hidden) {
  opacity: 1;
  pointer-events: auto; /* Bloqueia interação quando visível */
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid transparent;
  border-top-color: #ff5c30;
  border-right-color: #ff5c30;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* PRELOADER DOTS */

.preloader-dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 60%); /* #f9f9f9 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; /* padrão 1059 */
  transition: opacity 0.3s ease;
  pointer-events: none; /* Permite interação com elementos abaixo */
}

.preloader-dots.hidden {
  opacity: 0;
}

.dot-loader {
  display: flex;
  gap: 8px;
}

.dot-loader span {
  width: 12px;
  height: 12px;
  background-color: #FF5C30;
  border-radius: 50%;
  animation: bounce 0.6s infinite ease-in-out;
}

.dot-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* PRELOADER DOTS */

@keyframes slide-in-left {
  0% {
    left: -100%;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes slide-in-right {
  0% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}


/* Optional — create your own variations! */
.spinner-large {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
}

.spinner-slow {
  animation: spinner 1s linear infinite;
}

.spinner-blue {
  border-top-color: #09d;
  border-left-color: #09d;
}

.spinner-red {
  border-top-color: #FC3748;
  border-left-color: #FC3748;
}

    .radio-group-frequency {
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .radio-group-frequency .radio-btn {
      display: none;
    }

    .radio-group-frequency .radio-label {
      padding: 8px 20px;
      border: 1px solid #e4e8ed;
      border-radius: 5px;
      cursor: pointer;
      background-color: #f4f5f5;
      transition: background-color 0.3s, border-color 0.3s, color 0.3s;
      font-family: sans-serif;
    }

    .radio-group-frequency .radio-btn:checked + .radio-label {
      background-color: #ff6541;
      color: white;
      border-color: #ff6541;
    }



.select2-container--default .select2-selection--single {
  height: 48px !important;
  background-color: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Fuso Horário"] {
  color:#818181!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  height: 48px !important;
  color: var(--theme-color) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d8dbde;
}

.upload-image-area {
  position: relative;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.upload-image-area .box-photo {
  border-radius: 50%;
  border: 3px solid #d8dbde;
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.upload-image-area .image-icon{
    border-radius: 50%;
}

.upload-image-area .cropper-container {
        width: 100%!important;
    }

.upload-image-area img {
    display: block;
    width:100%;
}

.upload-image-area .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(242 243 243 / 40%);
  overflow: hidden;
  height: 50%;
  transition: .5s ease;
  width: 100%;
}

.upload-image-area:hover .overlay {
  height: 100%;
  cursor: pointer;
}

.upload-image-area label.box-photo{
  margin-bottom: 0;
}

.upload-image-area .text {
  color: #31374A;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 18px;
}
.upload-image-area .preloader-image {
    display: flex;
    position: absolute;
    z-index: 9;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgb(255 255 255 / 80%);
    border: 3px solid #d8dbde;
}

.upload-image-area .preloader-image.hidden {
  display: none;
}

.zoom-slider-bar {
  position: absolute;
  left: 12px;
  bottom: 89px;
  background: rgb(255 255 255 / 80%);
  font-size: 0.85rem;
  padding: 3px;
}

.ep-slider-bar {
  width: 50%;
  position: absolute!important;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-preview{
  position: absolute;
  right: 12px;
  top: 12px;
}

.box-preview .preview {
  overflow: hidden;
  width: 90px; 
  height: 90px;
  margin: 10px;
  border: 1px solid red;
}
.img-container {
  width: 100%!important;
}
.img-container img {
  display: block;
  width:100%;
}

.cropper-container {
width: 100% !important;
}

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Esconde o footer se o teclado estiver aberto */
body.keyboard-open .modal-footer--sticky {
  opacity: 0;
  pointer-events: none;
  /* Impede que o JS mova o footer visualmente para cima */
  transform: none !important;
}

.modal-header-pages {
  border: none;
  margin: 0;
  padding: 0;
}
.modal-header-pages .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
}

#modalPages .page-content {
  padding: 10px;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      max-width: 600px;
  }
}
.pac-container{
  z-index: 1050;
}

.mypage-topbar{
  display: flex;
  justify-content: flex-end;
}
.mypage-topbar .topbar-action {
  float: right;
  display: contents;
}

.mypage-topbar .topbar-action .menu-top-btn{
  display: none;
}


.account-wrapper .user-info {
  display: block;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.account-wrapper .userAvatar {
  position: relative;
}
.account-wrapper .userAvatar__inner {
  cursor: pointer;
}
.account-wrapper .user-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.account-wrapper .user-name {
  padding: 1.25rem 0;
}

.account-wrapper .title {
  color: #7b8087;
  position: absolute;
  top: 8px;
  font-size: 0.85em;
}

.account-wrapper .edit-link-1{
  color: var(--blue-text);
  font-size: 14px;
}


ul.list-style-none{
  padding: 0;
  margin: 0;
}

ul.list-style-none a {
  color: var(--theme-color);
}

ul.list-style-none li a {
  color: var(--theme-color);
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

.bio-anl--ov {
  padding: 20px 0;
}

.bio-anl--ov .ov-total {
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}


.bio-anl--ov .ov-total--visit {
  background: rgba(79, 212, 128, .1);
}
.bio-anl--ov .ov-total--click {
  background: rgba(247, 126, 102, .1);
}
.bio-anl--ov .ov-total--ctr {
  background: rgba(104, 123, 243, .1);
}

.bio-anl--ov .bg-white{
  background:rgb(255 255 255 / 60%)!important;
}

.bio-anl--ov .ov-total__item {
  display: flex;
  align-items: center;
  padding: 15px 12px 15px 15px;
  border-radius: 16px;
}

.ov-total--visit .ov-total__icon {
  background: rgba(79, 212, 128, .2);
}
.ov-total--click .ov-total__icon {
  background: rgba(247, 126, 102, .2);
}
.ov-total--ctr .ov-total__icon {
  background: rgba(104, 123, 243, .2);
}

.ov-total__icon {
  width: 66px;
  height: 66px;
  margin-right: 14px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ov-total__icon i {
  font-size: 28px;
  font-weight: 600;
}
.ov-total--visit .ov-total__icon i {
  color: #29633f;
}
.ov-total--click .ov-total__icon i {
  color: #733528;
}
.ov-total--ctr .ov-total__icon i {
  color: #293164;
}
.bio-anl--ov .ov-total__item .title {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.bio-anl--ov .ov-total__item .total {
  font-weight: 700;
  font-size: 28px;
}

.w-30px {
  width: 30px;
}
.w-120 {
  width: 120px;
}

.upload-image-user {
  position: relative;
  display: inline-block;
}
.upload-image-user .box-photo {
  position: relative;
  overflow: hidden;
}
.upload-image-user .image-icon{
    border-radius: 50%;
}

.upload-image-user .cropper-container {
        width: 100%!important;
    }

.upload-image-user img {
    display: block;
    width:100%;
}

.upload-image-user .overlay {
  position: absolute;
  left: 0;
  background-color: rgb(0 0 0 / 40%);
  overflow: hidden;
  transition: .5s ease;
  width: 100%;
  display: none;
  height: 80px;
  top: 0;
  border-radius: 50%;
}

.upload-image-user:hover .overlay {
  cursor: pointer;
  display: block;
}

.upload-image-user .overlay .text{
  height: 100%;
  font-size: 28px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-image-user .preloader-image {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.ep-slider-bar-vertical {
  width: 50%;
  position: absolute !important;
  top: -110px;
  left: 20px;
}

.ep-slider-bar-horizontal {
  width: 150px;
  position: absolute !important;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.change-wrap {
  float: right;
  color: #187fff;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.menu-navbar .nav-item {
  flex-direction: column;
}

.verification-container {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  transition: background-color 0.3s;
  justify-content: center;
}
.verification-container input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s;
  background-color: #f9f9f9;
  caret-color: #fb771a; /* Custom caret color */
  animation: zoomIn 0.1s ease-out;
  user-select: none; /* Make fields unselectable */
}
.verification-container input:focus {
  border-color: #fb771a;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}


.quantity_inner {
	display: flex;
	justify-content: center;
	gap: 10px;
  position: relative
}
.quantity_inner span {
  position: absolute;
  font-size: 11px;
  top: 0;
  color: #bbbbbb;
}
.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {
	padding: 0;
	height: 56px;
	width: 56px;

	background: #f5f5f5;
	border-radius: 12px;
	cursor: pointer;
	border: none;
	outline: 0;
  color: #ff6541;
  font-size: 18px;
}
.quantity_inner .quantity {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #ff6541;
  background: #fafafa;
  width: 120px;
}
.quantity_inner .bt_minus:hover,
.quantity_inner .bt_plus:hover{
	background: #f3f3f3;
  color: #ff7554;
}
.quantity_inner .quantity:disabled {
  opacity: 1;                  /* garante que não fique "apagado" */
}

.personal-info{
  background: #fff;
  border-radius: 20px;
  display: block;
  box-shadow: 1px 1px 3px 0 rgba(2, 27, 57, .12);
  margin-top: 50px;
  padding: 20px;
}
.personal-info .profile {
  display: flex;
  position: relative;
  height: 80px;
}
.personal-info .profile .photo-profile {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: solid 2px #fff;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -60px);
  background: #f7f7f7;
}

/* Skeleton */
.personal-info .profile .photo-profile .img-loading {
    width: 100%;
    height: 100%;
    background: #eee;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
}

/* Efeito shimmer */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Quando a imagem carrega */
.personal-info .profile .photo-profile img {
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 25px;
}

/* Mostra a imagem depois do carregamento */
.personal-info .profile .photo-profile img.loaded {
    opacity: 1;
}

/* Some com o skeleton quando a imagem carrega */
.personal-info .profile .photo-profile img.loaded + .img-loading,
.personal-info .profile .photo-profile .img-loading.loaded {
    display: none;
}

.personal-info .profile-name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.personal-info .profile-category span {
  padding: 5px 10px;
  background: #edf2fa;
  border-radius: 10px;
}

.profile-personal-info ul{
  padding: 0;
  margin: 0
}
.profile-personal-info ul li{
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0;
}
.profile-personal-info ul li i {
  margin-right: 10px;
  margin-bottom: 2px;
}

.personal-info .title {
  font-weight: 500;
  background: #fbfbfb;
  box-shadow: 0px 1px 0 #e2e4ea inset;
}

.personal-info .atributos-profissionais {
  text-align: left;
  color: var(--theme-color);
  background: #fbfbfb;
  margin-bottom: 0;
}

.personal-info .atributos-profissionais > li {
  display: inline; /* 3 */
}

.details-info {
  margin-top: 20px;
  background: #fff;
  box-shadow: 1px 1px 3px 0 rgba(2, 27, 57, .12);
  border-radius: 20px;
  padding: 20px;
}
.details-info .title {
  font-size: 18px;
  color: #484848;
  padding: 10px 0;
  font-weight: 500;
}
.details-info ul.atributos, .details-info ul.personalidade, .details-info ul.lazeres{
  padding: 10px;
  border-bottom: 1px solid #eef0f5;
  margin: 0;
}
.details-info ul.atributos li, .details-info ul.personalidade li, .details-info ul.lazeres li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.details-info ul.atributos li:before, .details-info ul.personalidade li:before, .details-info ul.lazeres li:before {
  content:"";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgdmlld0JveD0iMCAwIDE3LjgzNyAxNy44MzciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmY7IiBkPSJNMTYuMTQ1LDIuNTcxYy0wLjI3Mi0wLjI3My0wLjcxOC0wLjI3My0wLjk5LDBMNi45MiwxMC44MDRsLTQuMjQxLTQuMjcgICBjLTAuMjcyLTAuMjc0LTAuNzE1LTAuMjc0LTAuOTg5LDBMMC4yMDQsOC4wMTljLTAuMjcyLDAuMjcxLTAuMjcyLDAuNzE3LDAsMC45OWw2LjIxNyw2LjI1OGMwLjI3MiwwLjI3MSwwLjcxNSwwLjI3MSwwLjk5LDAgICBMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4KPC9nPgo8L3N2Zz4=);
  background-size:10px;
  background-color: #4acea3;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #38bb90;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -54%);
}

.linkList_main {
  margin-top: 20px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 3px 0px rgba(2, 27, 57, 0.12);
  border-radius: 16px;
}
.linkList_main .block-link-list {
  margin: 0;
  padding: 0;
}
.linkList_main .categories_item {
  position: relative;
  padding: 22px 20px 22px;
  border-bottom: 1px solid #E4E8ED;
}
.linkList_main .categories_item {
  padding-bottom: 70px;
}

.linkList_main .categories_item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.linkList_main .left-infobox {
  display: flex;
  align-items: center;
  width: 100%;
}
.linkList_main .right-toolbox {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.linkList_main .expericences_item {
  padding-bottom: 70px;
}

.linkList_main .bottons-experiences, .linkList_main .bottons-categories{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.linkList_main .expericences_item .contracting-reference {
  border: solid 1px #eee;
  padding: 10px;
  border-radius: 10px;
  background: #fbfbfb;
  font-size: 0.875rem;
  color: #7b8087;
  max-height: 80px; /* Limita a altura inicial */
  overflow: hidden;
  cursor: pointer;
}
.linkList_main .expericences_item .contracting-reference .reference-title span{
  font-weight: 500;
}
.linkList_main .expericences_item .contracting-reference .reference-date{
  font-size: 0.75rem;
}
.linkList_main .expericences_item .contracting-reference .limited-text {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
}
.linkList_main .expericences_item .contracting-reference .full-text {
  color: #333;
}

.linkList_main .left-infobox .info-row .row-categories {
  color: #7b8087 !important;
  display: block;
  font-weight: 500;
}
.linkList_main .left-infobox .info-row .row-antecedents-list {
  color: #7b8087 !important;
  display: block;
}
.linkList_main .left-infobox .info-row .row-visits {
  color: #7b8087 !important;
  display: block;
}
.linkList_main .left-infobox .info-row .row1 {
  font-size: 12px;
  border-radius: 6px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.linkList_main .left-infobox .row2 {
  margin: 2px 0;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
}
.linkList_main .middle-visit {
  text-align: center;
  font-size: 0.875rem;
}
.linkList_main .middle-visit .row2 {
  color: #666666;
}

.linkList_main .right-toolbox .tool-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  text-align: center;
  background-color: #fbfbfb;
}
.linkList_main .right-toolbox .tool-item:hover {
  background-color: var(--principal-color);
  border-color: var(--principal-color);
  color: #fff;
}
.linkList_main .right-toolbox .tool-item>i {
  font-size: 18px;
  color: #9b9b9b;
}
.linkList_main .right-toolbox .tool-item:hover i {
  color: #ffffff;
  opacity: 1;
}
.linkList_main .right-toolbox .btn-inativo>i {
  color: #efc5c5;
}
.linkList_main .right-toolbox a.tool-item {
  text-decoration: none;
}
.linkList_main .right-toolbox .tip {
  display: none;
  position: absolute;
  top: -30px;
  padding: 4px 10px;
  width: max-content;
  line-height: normal;
  background-color: #eeeeee;
  border-radius: 4px;
  color: #666666;
  font-size: 12px;
}
.linkList_main .right-toolbox .tool-item:hover .tip {
  display: inline;
}
.linkList_main .right-toolbox .tool-item:not(:last-child) {
  margin-right: 5px;
}

.fixed-header {
    z-index: 1050;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background:#fcfcfc!important;
  }

.fixed-header .radius-distance {
    font-size: 0.875rem!important;
  }

.fix-body{
  margin-top: 191px!important;
}

.linkList__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 24px 0 20px;
  font-size: 16px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 3px 0 rgba(2, 27, 57, 0.12);
  border-radius: 16px;
}

.linkList__head {
  display: block;
  padding: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
}

.linkList__head .total__txt {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  line-height: 30px;
}
.linkList__head .total__num {
  float: right;
  width: 50px;
  height: 30px;
  line-height: 30px;
  margin-left: 12px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  background-color: var(--principal-color);
  border-radius: 15px;
}
.linkList__head .linkList-create__btn {
  min-width: 130px;
  height: 48px;
  padding: 0 12px;
  margin-left: 0;
  text-align: center;
  background-color: #187fff;
  border-radius: 8px;
  color: #ffffff;
  width: 100%;
}
.linkList__head .linkList-filter__btn {
  min-width: 130px;
  height: 48px;
  padding: 0 12px;
  margin-left: 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  color: #333333;
  width: 100%;
  border: 1px solid #D8DBDE;
}
.linkList__head .view-all {
  color: #7b8087;
  position: relative;
}
.linkList__head .view-all:after {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -8px;
  right: -5px;
  color: #ff6541;
}
.linkList__head .linkList-btn-filters {
  position: relative;
  padding-left: 30px;
}
.linkList__head .linkList-btn-filters:before {
  content: "\e920";
  font-family: 'icomoon' !important;
  font-size: 22px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -52%);
}
.linkList__head .box-btn-filters {
  display: flex;
  gap: 5px;
  align-items: center;
}
.linkList__head .search_block {
  position: relative;
  flex: 1;
  max-width: 100%;
  margin-left: 10px;
}
.linkList__head .search_block i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999999;
}
.linkList__head .search_block input {
  width: 100%;
  height: 48px;
  padding: 0 15px 0 40px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
}
.linkList__head .total {
  margin-bottom: 10px;
  position: relative;
}

.linkList__head .total .radius-distance {
  font-size: 0.8125rem;
  position: absolute;
  bottom: -146px;
  left: 50%;
  color: #7b8087;
  margin: 0;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center
}

.linkList__head .search_block {
  margin: 0;
  margin-bottom: 15px;
}

.modal-dialog-center {
  min-height: calc(100vh - 20px)!important;
}

.modal-dialog-bottom-center {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.modal-dialog-bottom-center {
  min-height: inherit;
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  overflow: inherit;
}

#shared-modal .modal-content{
  border-radius: 15px;
  border: none;
}

.modal-content {
  border: none;
  border-radius: 8px;
}

#shared-modal .modal-header .close{
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin:0;
}
#shared-modal .modal-header .close:hover{
  background: #ebedf9;
}
#shared-modal .modal-header{
  border-bottom: none;
  position: relative;
}
#shared-modal .modal-header:after{
  content: "";
  border-bottom: 1px solid #ebedf9;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  left: 50%;
  transform: translate(-50%, 0);
}

#shared-modal .content {
  margin: 20px 0;
}

#shared-modal .content .icons{
  margin: 15px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}

#shared-modal .content .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shared-modal .content .field button {
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
#shared-modal .content .field button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

#shared-modal .content p{
  font-size: 16px;
}
#shared-modal .content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
#shared-modal .content .icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
#shared-modal .content .icons a i{
  transition: transform 0.3s ease-in-out;
}
#shared-modal .content .icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
#shared-modal .content .icons a:nth-child(1):hover{
  background: #1877F2;
}
#shared-modal .content .icons a:nth-child(2){
  color: #545454;
  border-color: #d3d3d3;
}
#shared-modal .content .icons a:nth-child(2):hover{
  background: #545454;
}
#shared-modal .content .icons a:nth-child(3){
  color: #25D366;
  border-color: #bef4d2;
}
#shared-modal .content .icons a:nth-child(3):hover{
  background: #25D366;
}
#shared-modal .content .icons a:nth-child(4){
  color: #0088cc;
  border-color: #b3e6ff;
}
#shared-modal .content .icons a:nth-child(4):hover{
  background: #0088cc;
}
#shared-modal .content .icons a:nth-child(5){
  color: #f49b1d;
  border-color: #ffd291;
}
#shared-modal .content .icons a:nth-child(5):hover{
  background: #f49b1d;
}
#shared-modal .content .icons a:hover{
  color: #fff;
  border-color: transparent;
}
#shared-modal .content .icons a:hover i{
  transform: scale(1.2);
}
#shared-modal .content .field{
  margin: 12px 0 0 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
}
#shared-modal .content .field.active{
  border-color: #7d2ae8;
}
#shared-modal .content .field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
#shared-modal .content .field.active i{
  color: #7d2ae8;
}
#shared-modal .content .field.active .icon-check{
  color: #FFFFFF;
}
#shared-modal .content .field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}

.listVacancies_main {
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(2, 27, 57, 0.12);
  border-radius: 16px;
}
.listVacancies_main .block-link-list {
  margin: 0;
  padding: 0;
}
.listVacancies_main .vacancies_item {
  position: relative;
  padding: 22px 20px 22px;
  padding-bottom: 100px;
}

.listVacancies_main .vacancies_item.professional {
  padding-bottom: 70px;
}


.listVacancies_main .vacancies_item .subscribed {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.875rem;
  color: #bdbdbd;
}

.listVacancies_main .vacancies_item .subscribed .fas{
  color: #4acea3;
}

.listVacancies_main .vacancies_item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.listVacancies_main .content-infobox {
  display: flex;
  align-items: center;
  width: 100%;
}

.listVacancies_main .content-infobox .user-details {
  padding-left: 80px;
  margin-bottom: .5rem;
}

.listVacancies_main .content-infobox .photo-user {
  position: absolute;
  left: 20px;
  top: 22px;
}
.listVacancies_main .content-infobox .photo-user img{
  width: 70px;
  border-radius: 10px;
}

.listVacancies_main .content-infobox .info-row .row-user-post {
  color: #838383 !important;
  display: block;
}
.listVacancies_main .content-infobox .info-row .row-visits {
  color: #7b8087 !important;
  display: block;
}
.listVacancies_main .content-infobox .info-row .row1 {
  font-size: 0.875rem;
  border-radius: 6px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #606062;
}
.listVacancies_main .content-infobox .row2 {
  margin: 0;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
}

.listVacancies_main .content-infobox .row2 span.age{
  font-size: 14px;
  color: #7b8087;
  font-weight: 400;
  margin-left: 10px;
}

.listVacancies_main .content-infobox .attributes{
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}

.listVacancies_main .content-infobox .rating-user,
.listVacancies_main .content-infobox .experience,
.listVacancies_main .content-infobox .distance,
.listVacancies_main .content-infobox .docs{
  border: 1px solid #eeeeee;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 5px;
  background: rgb(249 249 249);
  color: #404040;
  display: inline-block;
}
.listVacancies_main .content-infobox .rating-user{
  font-weight: 500;
}
.listVacancies_main .content-infobox .rating-user i{
  color: #ffa400;
}

.listVacancies_main .content-infobox .row3 {
  color: var(--theme-color);
}
.listVacancies_main .content-infobox .info-row .row4 {
  text-align: left;
  display: flex;
  align-items: center;
}

.listVacancies_main .content-infobox .info-row .distance-address {
  position: absolute;
  right: 20px;
  bottom: 70px;
  font-size: 14px;
  color: #FF6541;
}
.listVacancies_main .professional .content-infobox .info-row .distance-address {
  position: absolute;
  right: 20px;
  bottom: 60px;
  font-size: 13px;
  color: #838383;
}

.listVacancies_main .content-infobox .info-row .row4.salary-range span{
  padding: 2px 6px;
  background: linear-gradient( 137deg,#FF5C30 0%,#FC3748 100%,#FC3748 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-left: 5px;
}

.listVacancies_main .content-tools {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
.listVacancies_main .content-tools .btn {
  flex: 1;
  padding: 8px 10px;
  font-size: 15px;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  background: #ff6541;
  height: 40px;
}
.listVacancies_main .content-tools .btn i {
  margin-right: 5px;
}
.listVacancies_main .content-tools .whatsApp_button{
  /*background: #c9eddd;
  border: solid 1px #bbe7d4;
  color: #155f3f;*/

  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: var(--theme-color);
  transition: background 0.3s ease;
}
.listVacancies_main .content-tools .send_archive_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: var(--theme-color);
  transition: background 0.3s ease;
}

.listVacancies_main .content-tools .not_interested_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: var(--theme-color);
  transition: background 0.3s ease;
}

.listVacancies_main .content-tools .remove_not_interested_button, 
.listVacancies_main .content-tools .remove_archive_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #ed4018;
  transition: background 0.3s ease;
}


.listVacancies_main .content-tools .whatsApp_button:hover {
  color: #1e4d3a;
  background-color: #e0f4eb;
  border-color: #b2dfcf;
}
.listVacancies_main .content-tools .send_archive_button:hover {
  color: #6b2e1c;
  background-color: #fbe3db;
  border-color: #f0c7ba;
}
.listVacancies_main .content-tools .not_interested_button:hover {
  color: #6b2e1c;
  background-color: #fbe3db;
  border-color: #f0c7ba;
}
.listVacancies_main .content-tools .remove_not_interested_button:hover,
.listVacancies_main .content-tools .remove_archive_button:hover {
  color: #6b2e1c;
  background-color: #fbe3db;
  border-color: #f0c7ba;
}

.container-range-slider input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/
  
  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
.container-range-slider input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
.container-range-slider input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

.container-range-slider input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.container-range-slider input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.container-range-slider input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/* Hover, active & focus Thumb: Firfox */

.container-range-slider input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
.container-range-slider input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
.container-range-slider input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}

.container-range-slider .wrapper {
  color: #4b4949; 
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.container-range-slider .range-slider {
  flex: 1;
}

.container-range-slider .sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.container-range-slider .sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  line-height: 30px;
}

.container-range-slider .range {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  height: 4rem;
  width: 100%;
  background: #fff;
  padding: 0px 10px;
}

.container-range-slider .range p{
  margin: 0;
 }

.container-range-slider .value {
  font-size: 18px;
  width: 65px;
  text-align: center;
  height: 65px;
  background: #f4f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #ff5500;
  font-weight: 500;
}

.filter-address {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  color: #898989;
}
#loader-vaccancies {
  display:none;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#loader-vaccancies img{
  width: 40px;
}

.cursor-pointer{
  cursor: pointer;
}

#vaccancie-details .post-user{
  font-weight: 400;
}

#vaccancie-details .post-user{
  font-size: 0.875rem;
  margin: 0;
}
#vaccancie-details .post-user-address{
  font-size: 16px;
  margin: 0;
}
#vaccancie-details .post-user b, 
#vaccancie-details .post-user-address{
  font-weight: 500;
}
#vaccancie-details .post-user-salary{
  font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
}
#vaccancie-details .post-user-salary span {
  padding: 2px 6px;
  background: linear-gradient(137deg, #FF5C30 0%, #FC3748 100%, #FC3748 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 5px;
}
#vaccancie-details .vaccancie-title {
  font-size: 1.125rem;
}
#vaccancie-details .requirements .title, #vaccancie-details .activities .title {
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: .5rem;
}

#vaccancie-details .requirements ul, #vaccancie-details .activities ul {
  margin: 0;
}

#vaccancie-details .requirements ul li::marker, #vaccancie-details .activities ul li::marker {
  color: #fd3b46;
}
#vaccancie-details .modal-title {
  font-size: 1.25rem;
}
#vaccancie-details .modal-header{
  border-bottom: none;
  position: relative;
}
#vaccancie-details .modal-header:after{
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #dee2e6;
  width: calc(100% - 30px);
  display: block;
  left: 15px;
}

#vaccancie-details .modal-header .post-id {
  font-size: 0.875rem;
}

#vaccancie-details .modal-header .post-id span{
  position: absolute;
  right: 15px;
  font-weight: 400;
  color: var(--principal-color);
}
.view-user span.on{
  color: green;
}
.view-user span.off{
  color: #838383;
}
#vaccancie-details .view-maps {
  float: right;
  color: #FC3748!important;
}

.maps-close-btn {
  z-index: 9;
  right: 32px;
  border: solid 1px #eeeeee !important;
  border-radius: 50%;
  top: 32px;
  height: 40px;
  width: 40px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  opacity: 1;
}

#vaccancie-details .modal-view-vaccancie .close {
  position: absolute;
  right: 16px;
  top: 16px;
}
#vaccancie-details .modal-view-vaccancie .title {
  font-size: 1.125rem;
  margin-bottom: 0.2rem;
}

#profissional-details .modal-header {
  display: block;
}

#profissional-details .modal-header .close, #vaccancie-details .modal-header .close  {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ddd;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
}

#profissional-details .box-user-photo{
  display:flex;
  justify-content: center;
  padding: 0 0 1rem 0;
}
#profissional-details .box-user-photo img {
  border-radius: 10px;
}
#profissional-details .modal-title{
  font-size: 18px;
  font-weight: 500;
}
#profissional-details .modal-title span.age {
  font-size: 14px;
  color: #7b8087;
  font-weight: 400;
  margin-left: 10px;
}
#profissional-details .details p.row-category{
  font-size: 0.875rem;
  color: #838383 !important;
  margin: 0;
}

#profissional-details .attributes{
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}

#profissional-details .rating-user, 
#profissional-details .attributes .experience, 
#profissional-details .attributes .docs {
  border: 1px solid #eeeeee;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 5px;
  background: rgb(249 249 249);
  color: #404040;
}
#profissional-details .rating-user {
  float: right;
  font-weight: 500;
  display: inline-block;
}
#profissional-details .rating-user i {
  color: #ffa400;
}
#profissional-details .modal-header .distance span {
  font-size: 0.875rem;
  float: right;
  color: #FF6541;
}
#profissional-details .vaccancie-title {
  font-size: 1.125rem;
}
#profissional-details .professional-attributes .title,
#profissional-details .security-check .title {
  font-weight: 500;
  margin-bottom: 1rem;
}

#profissional-details .professional-attributes ul{
  padding-left: 1rem;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 4px;
}
#profissional-details .professional-attributes.icon ul li{
  list-style: none;
  position: relative;
  background: #f9f9f9;
  padding: 2px 10px;
  border-radius: 5px;
  padding-left: 30px;
  border: 1px solid #eeeeee;
}
#profissional-details .professional-attributes.icon ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgdmlld0JveD0iMCAwIDE3LjgzNyAxNy44MzciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmY7IiBkPSJNMTYuMTQ1LDIuNTcxYy0wLjI3Mi0wLjI3My0wLjcxOC0wLjI3My0wLjk5LDBMNi45MiwxMC44MDRsLTQuMjQxLTQuMjcgICBjLTAuMjcyLTAuMjc0LTAuNzE1LTAuMjc0LTAuOTg5LDBMMC4yMDQsOC4wMTljLTAuMjcyLDAuMjcxLTAuMjcyLDAuNzE3LDAsMC45OWw2LjIxNyw2LjI1OGMwLjI3MiwwLjI3MSwwLjcxNSwwLjI3MSwwLjk5LDAgICBMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4KPC9nPgo8L3N2Zz4=);
  background-size: 10px;
  background-color: #4acea3;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #38bb90;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translate(0, -54%);
}
#profissional-details .security-check ul {
  padding-left: 1rem;
}
#profissional-details .security-check ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
}
#profissional-details .security-check ul li:before {
  content: "\f336";
  font-family: 'Font Awesome 6 Pro' !important;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  font-weight: 400;
  color: #4acea3;
}
#profissional-details .security-check ul li.no-checked {
  color: #cccccc;
}
#profissional-details .security-check ul li.no-checked:before {
  color: #cccccc;
}
#profissional-details .other-attributes .title {
  padding-bottom: 1rem;
}
#profissional-details .other-attributes ul {
  padding-left: 1rem;
}
#profissional-details .other-attributes ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
#profissional-details .other-attributes ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgdmlld0JveD0iMCAwIDE3LjgzNyAxNy44MzciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmY7IiBkPSJNMTYuMTQ1LDIuNTcxYy0wLjI3Mi0wLjI3My0wLjcxOC0wLjI3My0wLjk5LDBMNi45MiwxMC44MDRsLTQuMjQxLTQuMjcgICBjLTAuMjcyLTAuMjc0LTAuNzE1LTAuMjc0LTAuOTg5LDBMMC4yMDQsOC4wMTljLTAuMjcyLDAuMjcxLTAuMjcyLDAuNzE3LDAsMC45OWw2LjIxNyw2LjI1OGMwLjI3MiwwLjI3MSwwLjcxNSwwLjI3MSwwLjk5LDAgICBMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4KPC9nPgo8L3N2Zz4=);
  background-size: 10px;
  background-color: #4acea3;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #38bb90;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -54%);
}

#profissional-details .member-register {
  font-size: 14px;
  text-align: right;
  color: #7b8087;
}


#vaccancie-details .other-requirements ul {
  padding-left: 1rem;
}
#vaccancie-details .other-requirements ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
#vaccancie-details .other-requirements ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgdmlld0JveD0iMCAwIDE3LjgzNyAxNy44MzciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmY7IiBkPSJNMTYuMTQ1LDIuNTcxYy0wLjI3Mi0wLjI3My0wLjcxOC0wLjI3My0wLjk5LDBMNi45MiwxMC44MDRsLTQuMjQxLTQuMjcgICBjLTAuMjcyLTAuMjc0LTAuNzE1LTAuMjc0LTAuOTg5LDBMMC4yMDQsOC4wMTljLTAuMjcyLDAuMjcxLTAuMjcyLDAuNzE3LDAsMC45OWw2LjIxNyw2LjI1OGMwLjI3MiwwLjI3MSwwLjcxNSwwLjI3MSwwLjk5LDAgICBMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4KPC9nPgo8L3N2Zz4=);
  background-size: 10px;
  background-color: #4acea3;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #38bb90;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -54%);
}

.professional-tabs a {
    color: #333;
}
.professional-tabs a:hover {
    color: #838383;
}
.professional-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #838383;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.other-services-offered .title {
    font-size: 18px;
    color: #484848;
    padding: 10px 0;
    font-weight: 500;
    position: inherit;
}

.other-services-offered .no-services-results,
.professional-reviews .no-reviews-results{
    font-size: 12px;
    text-align: center;
}

.other-services-offered ul, .professional-reviews ul {
    margin: 0;
    padding: 0;
}
.other-services-offered ul a, .other-services-offered ul a:hover{
    text-decoration: none;
    color: var(--theme-color);
}
.other-services-offered ul li,
.professional-reviews ul li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 10px 5px 10px;
}
.other-services-offered ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.other-services-offered ul li .title-category,
.professional-reviews ul li .avalia-user-name {
    font-weight: 500;
}

.other-services-offered ul li .salary-range {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    color: #606060;
}
.other-services-offered ul li .salary-range p{
    margin-bottom: 5px;
    position: relative;
}

.other-services-offered ul li .salary-range span i{
    margin-right: 2px;
    color: #b9b9b9;
}

.other-services-offered .btn-lighter {
    color: #31374a !important;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .20);
    border-radius: 0.25rem;
    height: inherit;
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
}
.other-services-offered .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.other-services-offered .attr,
.professional-reviews .attr {
    font-size: 0.875rem;
    color: var(--theme-color);
    margin-bottom: 5px;
    line-height: 1.2rem;
}
.professional-reviews .category {
    font-size: 0.875rem;
    color: var(--theme-color);
}

.other-services-offered .attr .title-attr,
.professional-reviews .attr .title-attr {
    font-weight: 500;
}

.professional-reviews .star-rating {
    font-size: 14px;
    margin-bottom: 5px;
}
.professional-reviews .average-rating{
    margin-right: 5px;
}

.professional-reviews .full_star,
.professional-reviews .half_star
{
  color: var(--amarelo);
}

.professional-reviews .empty_star
{
  color: #838383;
}

.professional-reviews .page-link {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    color: #333;
}

.professional-reviews .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.professional-reviews .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.professional-reviews .page-item.active .page-link {
    background-color: var(--principal-color);
    border-color: var(--principal-color);
}

.text-transform-lowercase{
  text-transform: lowercase;
}
.disabled {
  pointer-events: none; /* Disable clicks on the button */
}

.plans h4{
  font-size: 24px!important;
}
.plans h5 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  margin-top: 1rem;
}
.plans-price span.price {
  color: #FC3B47;
  font-size: 30px;
  font-weight: 500;
}
.plans-price a{
  color: var(--theme-color);
  text-decoration: none;
}
.plans-price a:hover li{
  position: relative;
}
.plans-price label > li{
  border-top: 1px solid #dee2e6;
}
.plans-price label:first-child > li{
  border-top: none;
}

.plans-price input[type="radio"][id^="cb"] {
  display: none;
}

.plans-price label {
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.5s ease;
         -moz-transition: border-color 0.5s ease;
           -o-transition: border-color 0.5s ease;
          -ms-transition: border-color 0.5s ease;
              transition: border-color 0.5s ease; 
}

.plans-price label:before {
  background-color: white;
  color: white;
  content: "\f00c";
  display: block;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  transition-duration: 0.4s;
  transform: scale(1) translate(0, -50%);
  z-index: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

.plans-price :checked + label {
  border-color: #ddd;
}

.plans-price :checked + label:before {
  content: "\f00c";
  background-color: #fd4440;
  transform: scale(1) translate(0, -50%);
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

.payment .card-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
  margin-bottom: 22px;
}
.payment p {
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #777;
}
.payment .due {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px !important;
}
.payment .status span {
  color: #333333;
  float: right;
}
.payment .starts span {
  color: #333333;
}
.payment .due {
  color: #333333;
}
.payment .due sp {
  color: #333333;
}
.payment .due span {
  float: right;
}
.payment .due .due-date {
  color: #777;
}

.payment .checkout {
  width: 100%;
  background: #ff3334;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.payment .payment-box {
  margin-top: 20px;
}

#myModal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  text-align: center;
}

.fw-500{font-weight: 500;}.fw-400{font-weight: 400;}
.f-10{font-size: 0.625rem!important;}
.f-11{font-size: 0.6875rem!important;}
.f-12{font-size: 0.75rem!important;}
.f-13{font-size: 0.8125rem!important;}
.f-14{font-size: 0.875rem!important;}
.f-15{font-size: 0.9375rem!important;}
.f-16{font-size: 1rem!important;}
.f-18{font-size: 1.125rem!important;}
.f-20{font-size: 1.25rem!important;}
.f-22{font-size: 1.375rem!important;}
.f-24{font-size: 1.5rem!important;}
.f-26{font-size: 1.625rem!important;}
.f-28{font-size: 1.75rem!important;}
.f-30{font-size: 1.875rem!important;}
.f-32{font-size: 2rem!important;}
.bg-white{
  background-color: #ffffff!important;
}

.navbar .logo-container .logotipo{
  width: 102px;
}

.header-subtitle-pages{
  justify-content: flex-start;
}


.modal.popup-modal .modal-dialog {
  transform: scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.modal.popup-modal.show .modal-dialog {
  transform:scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}

.card_success_header {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #60c878;
  border: 5px solid #eeeeee;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_success_header i {
  color: #fff;
  font-size: 25px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #a8e6b1;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: none;
}

@media (max-width: 767px) {
.modal-backdrop {
    background-color: #f5f1f0;
}
}

@media (max-width: 767px) {
.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: calc(var(--vh, 1vh) * 100.1);
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: calc(var(--vh, 1vh) * 100);
}
.modal.modal-left.show .modal-dialog, .modal.modal-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
/*.modal.modal-left .modal-content, .modal.modal-right .modal-content {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  border-radius: 0;
}*/

/* usa --vh definido dinamicamente pelo JS */
.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  /* calc(var(--vh) * 100) assume que --vh já foi definido (ex.: "7.13px") */
  height: calc(var(--vh) * 100);
  max-height: calc(var(--vh) * 100);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* melhora scroll no iOS */
  border-radius: 0;
}


.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0px auto 0 0;
}

.modal.modal-right .modal-dialog {
  transform: translateX(100%);
  opacity: 0;
  margin: 0 0 0 auto;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  will-change: transform, opacity;
}

.modal.modal-right::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.modal.modal-right.show::before {
  opacity: 0; /* Desativado */
}

.box-actions.mobile-box{
    padding: 0.875rem 1.25rem;
    position: fixed;
    background: #f5f1f0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: 0;
}
.mobile-box .tb-next, 
.mobile-box .tb-prev, 
.mobile-box .submitbtn, 
.mobile-box .loose-btn{
    width: 8rem;
}

/* CORREÇAÕ DE EFEITO ELÁSTICO NO MODAL */
body.modal-no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.modal.show .modal-body {
  overscroll-behavior: none !important;
  -webkit-overflow-scrolling: auto !important;
}
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}



/*
.modal-full {
  min-width: 600px;
  margin: 0;
}
.modal-right {
  padding-right: 0!important;
}
.modal-full .modal-content {
  min-height: calc(var(--vh, 1vh) * 100);
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  max-width: 600px;
  min-height: calc(var(--vh, 1vh) * 100);
}
.modal.modal-left.show .modal-dialog, .modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modal-left .modal-content, .modal.modal-right .modal-content {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
.modal.modal-left .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0px auto 0 0;
}
.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0px 0 0 auto;
}
*/

/* Desktop apenas */
@media (min-width: 1025px) and (pointer: fine) { /* DESKTOP */
html,
body {
  background-color: var(--bg-color);

}

  .menu-navbar {
    top: 0;
    left: 0;
    right: calc(100% - 220px);
    bottom: 0;
    height: 100vh;
    border-right: 1px solid #eee;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: rgb(255 255 255 / 96%);
  }
  
  .menu-navbar .logo-container,
  .menu-navbar .social-menu {
    display: flex;
  }

  .menu-navbar .logo-container{
    justify-content: center;
    align-items: center;
  }
  
  .menu-navbar .logo-container {
    text-align: center;
    max-width: 220px;
    padding: .5em;
    position:relative;
  }
  
  .menu-navbar .logo-container:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e4e8ed;
    display: block;
    width: calc(100% - 20px);
    bottom: 0;
    margin: 0 10px;
    left: 0;
  }

  .menu-navbar .nav-menu li {
    justify-content: flex-start;
    }

  .menu-navbar .nav-menu li i{
    font-size: 20px;
    width: 25px;
  }
  
  .menu-navbar .logo {
    max-width: 50%;
  }
  
  .menu-navbar .nav-menu,
  .menu-navbar .social-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  
  .menu-navbar .nav-menu {
    position: absolute;
    top: calc(50% - 100px);
    height: fit-content;
  }

  .menu-navbar .nav-item {
    height: 50px;
    flex-direction: inherit;
    padding-left: 14px;
    width: 172px;
  }
  .menu-navbar .nav-item span.title {
    margin-left: 10px;
    font-size: 16px;
}
  
  .menu-navbar .social-menu {
    margin-bottom: 1em;
    height: fit-content;
    flex-direction: row;
  }

  .menu-navbar .nav-link {
    display: block;
    padding: .5rem .7rem;
}

.menu-navbar .nav-menu li {
  margin-bottom: 6px;
}
  
  .menu-navbar .social-menu li {
    margin-top: -1em;
    height: 50px;
    text-align: center;
    padding: 1em 0.5em;
  }
  
  .menu-navbar .social-menu li a {
    color: #979ba0;
  }
  
  .menu-navbar .nav-menu .active {
    color: #ffffff;
    background: linear-gradient(137deg,#FF5C30 0%,#FC3748 100%,#FC3748 100%);
    border-radius: 6px;
  }

  .menu-navbar .nav-menu .active:hover {
    color: #fff;
}

  .fixed-top {
    margin-left: 220px;
    border-bottom: 1px solid #eeeeee;
  }
  .page-wrapper {
    margin-left: 220px;
    margin-top: 60px;
    padding-bottom: 0;
  }
  .register-form-content{
    margin-bottom: 0;
  }
  .wizard .py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.wizard .list-inline{
   position: inherit;
   display: flex;
   width: 100%;
   justify-content: space-between;
   z-index:3;
   background: #fff;
}
.wizard .list-inline li:first-child {
  padding-left: 0;
}
.wizard .list-inline li:last-child {
  padding-right: 0;
}
.mypage-topbar .topbar-action .menu-top-btn{
  display: block;
}
.bg-light{
  background-color: var(--bg-color) !important;
}
.details-info {
  margin-top: 50px;
}
.linkList_main .right-toolbox .tool-item:not(:last-child) {
  margin-right: 15px;
}
.linkList_main .left-infobox {
  width: 30%;
}
.linkList_main .left-infobox .row2 {
  font-size: 18px;
}
.linkList_main .middle-visit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
}
.linkList_main .middle-visit {
  font-size: 0.875rem;
}
.linkList_main .left-infobox .info-row .row-visits {
  display: none;
}

.linkList__head {
  display: flex;
  padding: inherit;
  height: 88px;
}
.linkList__head .total {
  margin-bottom: inherit;
  position: relative;
}
.linkList__head .total .radius-distance {
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: -25px;
  display: block;
  width: max-content;
  left: 0;
  color: #7b8087;
  transform: inherit;
  text-align: left;
}
.fixed-header .radius-distance {
  font-size: 0.8125rem !important;
}

.linkList__head .search_block {
  margin: inherit;
  margin-bottom: inherit;
  max-width: 366px;
}
.linkList__head .linkList-create__btn{
  margin-left: 10px;
  width:inherit;
}
.linkList__head .linkList-filter__btn {
  margin-left: 10px;
  width: inherit;
}

.linkList__head .linkList-btn-filters {
  position: relative;
  padding-left: 30px;
}
.linkList__head .linkList-btn-filters:before {
  font-size: 18px;
  left: 8px;
}

.modal-dialog-center {
  min-height: calc(100vh - 60px)!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  overflow: auto!important;
}

.modal-dialog-bottom-center {
  min-height: calc(100vh - 60px)!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  overflow: auto!important;
}

.listVacancies_main {
  background-color: #ffffff;
}

.listVacancies_main .right-toolbox .tool-item:not(:last-child) {
  margin-right: 15px;
}
.listVacancies_main .left-infobox .info-row .row-visits {
  display: none;
}
.listVacancies_main .vacancies_item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: inherit;
  flex-wrap: inherit;
}
.listVacancies_main .vacancies_item {
  padding: 22px 24px 22px;
  padding-bottom: 22px;
}
.listVacancies_main .content-tools {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 320px;
  transform: translate(-16px, -50%);
}
.listVacancies_main .tools-profissional {
  width: 410px;
}
.listVacancies_main .content-tools .whatsApp_button{
  /*background: #c9eddd;
  border: solid 1px #bbe7d4;
  color: #155f3f;*/

  background: #fff;
  border: 1px solid #eeeeee;
  color: var(--theme-color);
  transition: background 0.3s ease;
}
.listVacancies_main .content-tools .send_archive_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #fff;
  border: 1px solid #eeeeee;
  color: var(--theme-color);
  transition: background 0.3s ease;
}

.listVacancies_main .content-tools .not_interested_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #fff;
  border: 1px solid #eeeeee;
  color: var(--theme-color);
  transition: background 0.3s ease;
}
.listVacancies_main .content-tools .remove_not_interested_button, 
.listVacancies_main .content-tools .remove_archive_button{
  /*background: #fddbd1;
  border: solid 1px #f5cfc4;
  color: #712c18;*/

  background: #ffffff;
  border: 1px solid #f7d8d1;
  color: #ff1200;
  transition: background 0.3s ease;
}

.listVacancies_main .content-tools .whatsApp_button:hover {
  color: #1e4d3a;
  background-color: #e0f4eb;
  border: 1px solid #b2dfcf;
}

.listVacancies_main .content-tools .not_interested_button:hover,
.listVacancies_main .content-tools .send_archive_button:hover {
  color: #6b2e1c;
  background-color: #fbe3db;
  border: 1px solid #f0c7ba;
}
.listVacancies_main .content-tools .remove_not_interested_button:hover,
.listVacancies_main .content-tools .remove_archive_button:hover {
  color: #6b2e1c;
  background-color: #fbe3db;
  border: 1px solid #f0c7ba;
}
.listVacancies_main .content-infobox .info-row .distance-address,
.listVacancies_main .professional .content-infobox .info-row .distance-address {
  right: 24px;
  bottom: 18px;
}

.fixed-header {
  z-index: inherit;
  position: relative;
  left: inherit;
  top: inherit;
  width: inherit;
  background: #ffffff!important;
}
.fix-body{
  margin-top: 0!important;
}
.plans {
  margin-top: 20px;
}
.payment .payment-box {
  margin-top: 0;
}
.header-subtitle-pages{
  justify-content: center;
  margin-top: 20px;
}
.linkList_main .expericences_item, .linkList_main .categories_item {
  padding-bottom: 22px;
}

.linkList_main .bottons-experiences, .linkList_main .bottons-categories{
  position: inherit;
  bottom: inherit;
  left: inherit;
  transform: inherit;
}

.linkList_main .right-toolbox .tool-item {
  background-color: #ffffff;
}
.linkList_main .right-toolbox .tool-item>i {
  color: #999999;
}
.linkList_main .right-toolbox .btn-inativo>i {
  color: #efc5c5;
}
.page-wrapper>.container-fluid {
  padding: 28px;
}
.preloader {
  background: rgb(250 250 250 / 90%);
  backdrop-filter: blur(4px);
  
}

.preloader.show {
  display: block!important;
}

#profissional-details .modal-header {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
#profissional-details .modal-header .details {
  width: 100%;
}
#profissional-details .box-user-photo {
  padding: 5px 0 0 0;
}

.listVacancies_main .content-infobox .photo-user {
  margin-right: 20px;
  position: static;
}
.listVacancies_main .content-infobox .photo-user img{
  width: 100%;
  border-radius: 10px;
}
.listVacancies_main .vacancies_item.professional {
  padding-bottom: 22px;
}
.listVacancies_main .content-infobox .user-details {
  padding-left: 0;
  margin-bottom: 0;
}
#modalOverlay{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1040;
  background: rgba(181, 172, 173, 0.5);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
}
.bio-anl--ov .bg-white {
    background: rgb(245 245 245) !important;
}

.preloader-dots {
  background: transparent; /* #f9f9f9 */
}

  }


@media (max-width: 576px) {
.bio-anl--ov .ov-total__item {
  margin-bottom: 10px;
}
.ov-total--ctr {
  margin-bottom: 0!important;
}
}


@media (min-width: 320px) and (max-width: 402px) {
html, body {
    font-size: 14px;
}
.choices__inner{
    font-size: 14px;
}
.page-wrapper>.container-fluid {
    padding: 10px;
}
.linkList__head{
    padding: 10px;
    font-size: 14px!important;
}
.linkList__head .total__txt {
    font-size: 14px!important;
}
.linkList__head .linkList-filter__btn {
    font-size: 14px;
    padding: 0 5px;
}
.linkList__head .linkList-btn-filters {
    position: relative;
    padding-left: 30px;
}
.linkList__head {
    padding-bottom: 30px;
}
.listVacancies_main .content-tools .btn {
    padding: 8px 0px;
    font-size: 13px;
}
.listVacancies_main .content-infobox .row2 {
    font-size: 16px;
}
.linkList__head .total__num {
    font-size: 16px;
}
.mp-block__list .block-box__text {
    font-size: 14px;
}
#shared-modal .content .icons {
    padding: 0;
}

}


  .tab-pan {
    display: none;
  }
  .tab-pan.active {
    display: block;
  }

.line-h-12{
  line-height: 1.2rem;
}
.line-h-15{
  line-height: 1.5rem;
}
.line-h-28{
  line-height: 28px;
}
.line-h-30{
  line-height: 30px;
}
.line-h-32{
  line-height: 32px;
}

.footer-modal-message{
  color: #7b8087;
  font-size: 0.875rem;
}


/* CELULARES E TABLETES EM MODO PAISAGEM */
@media screen 
  and (min-device-width: 768px)
  and (max-device-width: 1366px)
  and (pointer: coarse)
  and (orientation: landscape) {
  body{
    background-color: #f5f1f0;
  }
  .page-wrapper {
    margin-left: 0;
    margin-top: 36px;
    padding-bottom: 72px;
  }
.menu-navbar .logo-container,
.menu-navbar .social-menu {
  display: none;
}

.menu-navbar .logo-container {
  height: 60px;
  width: 220px;
}

.logo {
  max-width: 100%;
}

.menu-navbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sidebar-menu);
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom)) 0;
  z-index: 2;
}

.menu-navbar .nav-menu {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.menu-navbar .nav-menu li {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-navbar .nav-menu li .nav-link {
  display: block;
  padding: 0;
}

.menu-navbar .nav-menu li i {
  font-size: 20px;
}

.menu-navbar .nav-menu a {
  color: #7b8087;
}
.menu-navbar .nav-menu a:hover {
  color: var(--principal-color);
}

.menu-navbar .nav-menu .active {
  color: var(--principal-color);
}

.menu-navbar .nav-item span.title {
  font-size: 0.875rem;
}

.bg-light{
  background-color: rgb(245,241,240)!important;
}

.navbar-toggler {
  display: inline-block!important;
  padding: .25rem .5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #ed6e4d;
  border: 1px solid transparent;
  border-radius: .25rem;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler-icon .bar1, .navbar-toggler-icon .bar2, .navbar-toggler-icon .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: .4s;
  display: block;
  position: relative;
}

.expanded .bar1 {
  -webkit-transform: rotate(-42deg) translate(-5px, 5px);
  transform: rotate(-42deg) translate(-5px, 5px);
}
.expanded .bar2 {
  opacity: 0;
}
.expanded .bar3 {
  -webkit-transform: rotate(46deg) translate(-5px, -5px);
  transform: rotate(46deg) translate(-5px, -5px);
}
.box-actions.mobile-box{
    padding: 0.875rem 1.25rem;
    position: fixed;
    background: #f5f1f0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: 0;
}
.mobile-box .tb-next, .mobile-box .tb-prev, .mobile-box .submitbtn{
    width: 8rem;
}


}
/* FIM - CELULARES E TABLETES EM MODO PAISAGEM */


/* CELULARES E TABLETES EM MODO RETRATO */
@media screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (pointer: coarse)
  and (orientation: portrait) {
  body{
    background-color: #f5f1f0;
  }
  .page-wrapper {
    margin-left: 0;
    margin-top: 36px;
    padding-bottom: 72px;
  }
.menu-navbar .logo-container,
.menu-navbar .social-menu {
  display: none;
}

.menu-navbar .logo-container {
  height: 60px;
  width: 220px;
}

.logo {
  max-width: 100%;
}

.menu-navbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sidebar-menu);
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom)) 0;
  z-index: 2;
}

.menu-navbar .nav-menu {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

.menu-navbar .nav-menu li {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-navbar .nav-menu li .nav-link {
  display: block;
  padding: 0;
}

.menu-navbar .nav-menu li i {
  font-size: 20px;
}

.menu-navbar .nav-menu a {
  color: #7b8087;
}
.menu-navbar .nav-menu a:hover {
  color: var(--principal-color);
}

.menu-navbar .nav-menu .active {
  color: var(--principal-color);
}

.menu-navbar .nav-item span.title {
  font-size: 0.875rem;
}

.bg-light{
  background-color: rgb(245,241,240)!important;
}

.navbar-toggler {
  display: inline-block!important;
  padding: .25rem .5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #ed6e4d;
  border: 1px solid transparent;
  border-radius: .25rem;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
}

.navbar-toggler-icon .bar1, .navbar-toggler-icon .bar2, .navbar-toggler-icon .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: .4s;
  display: block;
  position: relative;
}

.expanded .bar1 {
  -webkit-transform: rotate(-42deg) translate(-5px, 5px);
  transform: rotate(-42deg) translate(-5px, 5px);
}
.expanded .bar2 {
  opacity: 0;
}
.expanded .bar3 {
  -webkit-transform: rotate(46deg) translate(-5px, -5px);
  transform: rotate(46deg) translate(-5px, -5px);
}
.box-actions.mobile-box{
    padding: 0.875rem 1.25rem;
    position: fixed;
    background: #f5f1f0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: 0;
}
.mobile-box .tb-next, .mobile-box .tb-prev, .mobile-box .submitbtn{
    width: 8rem;
}



}
/* FIM - CELULARES E TABLETES EM MODO RETRATO */

@font-face {
  font-family: 'icomoon';
  src:  url('icomoon/fonts/icomoon.eot?pw9nnd');
  src:  url('icomoon/fonts/icomoon.eot?pw9nnd#iefix') format('embedded-opentype'),
    url('icomoon/fonts/icomoon.ttf?pw9nnd') format('truetype'),
    url('icomoon/fonts/icomoon.woff?pw9nnd') format('woff'),
    url('icomoon/fonts/icomoon.svg?pw9nnd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-pet-care-2:before {
  content: "\e95f";
}
.ico-cleaning-tools1:before {
  content: "\e95d";
}
.ico-mop1:before {
  content: "\e95e";
}
.ico-house-cleaning-2:before {
  content: "\e956";
}
.ico-baby-4:before {
  content: "\e95a";
}
.ico-baby-5:before {
  content: "\e95b";
}
.ico-maternity-1:before {
  content: "\e95c";
}
.ico-baby-6:before {
  content: "\e96e";
}
.ico-wipe:before {
  content: "\e952";
}
.ico-mop-2:before {
  content: "\e953";
}
.ico-mop:before {
  content: "\e954";
}
.ico-man:before {
  content: "\e955";
}
.ico-house-cleaning .path1:before {
  content: "\e957";
  color: rgb(0, 0, 0);
  opacity: 0.991;
}
.ico-house-cleaning .path2:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.896;
}
.ico-house-cleaning .path3:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.918;
}
.ico-cleaning-tools-2:before {
  content: "\e960";
}
.ico-cleaning-tools:before {
  content: "\e961";
}
.ico-cleaning-service:before {
  content: "\e962";
}
.ico-cleaning-3:before {
  content: "\e963";
}
.ico-old:before {
  content: "\e94e";
}
.ico-old-man-2:before {
  content: "\e94f";
}
.ico-old-man-1:before {
  content: "\e950";
}
.ico-old-people:before {
  content: "\e951";
}
.ico-home-clean-3:before {
  content: "\e94b";
}
.ico-home-clean-2:before {
  content: "\e94c";
}
.ico-home-clean:before {
  content: "\e94d";
}
.ico-baby-3:before {
  content: "\e944";
}
.ico-cleaning:before {
  content: "\e945";
}
.ico-house:before {
  content: "\e946";
}
.ico-cleaner:before {
  content: "\e947";
}
.ico-baby-2:before {
  content: "\e948";
}
.ico-baby:before {
  content: "\e949";
}
.ico-old-man:before {
  content: "\e94a";
}
.ico-services:before {
  content: "\e93b";
}
.ico-worker:before {
  content: "\e93c";
}
.ico-home-repair:before {
  content: "\e93d";
}
.ico-chef-2:before {
  content: "\e93e";
}
.ico-chef:before {
  content: "\e93f";
}
.ico-cooking:before {
  content: "\e940";
}
.ico-babysitter:before {
  content: "\e941";
}
.ico-elderly:before {
  content: "\e942";
}
.ico-nursing-home:before {
  content: "\e943";
}
.ico-exit:before {
  content: "\e936";
}
.ico-logout-2:before {
  content: "\e937";
}
.ico-logout:before {
  content: "\e938";
}
.ico-logout-1:before {
  content: "\e939";
}
.ico-log-out:before {
  content: "\e93a";
}
.ico-paper:before {
  content: "\e933";
}
.ico-insurance-2:before {
  content: "\e934";
}
.ico-privacy-policy:before {
  content: "\e935";
}
.ico-save-file:before {
  content: "\e92e";
}
.ico-download-file-2:before {
  content: "\e92f";
}
.ico-terms-and-conditions:before {
  content: "\e930";
}
.ico-download-file:before {
  content: "\e931";
}
.ico-insurance:before {
  content: "\e932";
}
.ico-review:before {
  content: "\e92b";
}
.ico-rating:before {
  content: "\e92c";
}
.ico-rating-2:before {
  content: "\e92d";
}
.ico-invoice-5:before {
  content: "\e926";
}
.ico-invoice-4:before {
  content: "\e927";
}
.ico-invoice-3:before {
  content: "\e928";
}
.ico-invoice-2:before {
  content: "\e929";
}
.ico-invoice-1:before {
  content: "\e92a";
}
.ico-invoice:before {
  content: "\e924";
}
.ico-file:before {
  content: "\e925";
}
.ico-verify:before {
  content: "\e922";
}
.ico-circle:before {
  content: "\e923";
}
.ico-setting:before {
  content: "\e920";
}
.ico-sliders-v:before {
  content: "\e921";
}
.ico-bipolar-disorder:before {
  content: "\e915";
}
.ico-identity:before {
  content: "\e916";
}
.ico-lifestyle:before {
  content: "\e917";
}
.ico-job-seeker:before {
  content: "\e918";
}
.ico-twitterx-1:before {
  content: "\e919";
}
.ico-twitterx-2:before {
  content: "\e91a";
}
.ico-check-mark-white:before {
  content: "\e91b";
  color: #fff;
}
.ico-check-mark:before {
  content: "\e91c";
}
.ico-bipolar:before {
  content: "\e91d";
}
.ico-painting:before {
  content: "\e91e";
}
.ico-hobbies:before {
  content: "\e91f";
}
.ico-dollar:before {
  content: "\e911";
}
.ico-briefcase:before {
  content: "\e912";
}
.ico-map-flag:before {
  content: "\e913";
}
.ico-calendar:before {
  content: "\e914";
}
.ico-home-services:before {
  content: "\e90b";
}
.ico-pet-care:before {
  content: "\e90c";
}
.ico-kitchen-services:before {
  content: "\e90d";
}
.ico-child-care:before {
  content: "\e90e";
}
.ico-elderly-care:before {
  content: "\e90f";
}
.ico-domestic-services:before {
  content: "\e910";
}
.ico-camera-2:before {
  content: "\e908";
}
.ico-camera:before {
  content: "\e909";
}
.ico-user:before {
  content: "\e90a";
}
.ico-forward:before {
  content: "\e900";
}
.ico-comment:before {
  content: "\e901";
}
.ico-chat:before {
  content: "\e902";
}
.ico-check:before {
  content: "\e903";
}
.ico-background-check:before {
  content: "\e904";
}
.ico-menu-list:before {
  content: "\e905";
}
.ico-menu:before {
  content: "\e906";
}
.ico-attributes:before {
  content: "\e907";
}