/* Reboot */

:root {
  /* typography */
  font-size: 62.5%;
  --header-font: "DM Sans", sans-serif;
  --text-font: "Inter", sans-serif;

  /* color pallete */
  /* --background: #f8f7ff; */
  --background: #fff;
  --background-dark: #161618;
  --navbar-mobile-bg: #161618;
  --navbar-mobile-border: #262628;
  --modal-background: #f9fafb;
  --modal-border-color: #e5e7eb;
  --drop-area-bg: #fbfbfb;

  --red-danger: #ca4444;
  --red-danger-shadow: #af3232;

  --blue-primary: #4472ca;
  --blue-primary-light: #5887df;
  --blue-primary-light-hover: hsl(219, 68%, 70%);

  --blue-primary-80: #4472cacc;
  --blue-secondary: #2c5eed;
  --blue-secondary-light: #124ef3;
  --blue-secondary-lighter: hsl(224, 90%, 60%);
  --blue-secondary-80: #2c5eedcc;
  --blue-primary-hover-dark: #8aaff8;
  --blue-primary-hover-darker: #6a8bce;
  --blue-primary-hover: #b0c3e8;
  --blue-primary-dragging: #d5e0f7;

  --blue-primary-na: #4473ca99;
  --blue-primary-na2: #4473ca38;
  --yellow-warning-na: hsl(60deg 55.83% 52.94% / 21.96%);

  --black: #000;
  --gray-darker-hover: #3c3e41;
  --gray-darker: #292a2d;
  --gray-darker-2: #292a2d;
  --gray-dark-hover: hsl(223, 20%, 40%);
  --gray-dark: #3d465c;
  --gray-dark-80: #3d465ccc;
  --gray-light: #d9d9d9;
  --gray: #afabab;
  --white: #fff;

  --green-success: #7bcc7d;
  --green-success-dark: #56be58;
  --yellow-warning: hsl(60 48% 41% / 1);
  --yellow-warning-dark: #c09000;
  --modal-warning-text: rgb(233 175 0);
  --modal-warning-content-bg: rgb(255 250 240);
  --modal-warning-border: 1px solid rgb(233 175 0 / 20%);

  /* Bootstrap */
  --bs-nav-link-color: var(--white);
  --bs-nav-link-hover-color: var(--white);
  --bs-dropdown-link-hover-bg: var(--gray-dark) !important;
  --bs-dropdown-link-active-bg: var(--blue-primary);

  /* Shadows */
  --drop-shadow-navbar: drop-shadow(0rem 0.1rem 0.4rem #00000026);
  --box-shadow-card: 0.2rem 0.4rem 0.4rem #00000040;
  --drop-shadow-btn: drop-shadow(0rem 0.4rem 0.4rem #00000040);

  /* Bootstrap colors */
  /* BLUE */
  --bs-blue-100: #CFE2FF;
  --bs-blue-200: #9EC5FE;
  --bs-blue-300: #6EA8FE;
  --bs-blue-400: #3D8BFD;
  --bs-blue-500: #0D6EFD;
  --bs-blue-600: #0A58CA;
  --bs-blue-700: #084298;
  --bs-blue-800: #052C65;
  --bs-blue-900: #031633;

  /* INDIGO */
  --bs-indigo-100: #E0CFFC;
  --bs-indigo-200: #C29FFA;
  --bs-indigo-300: #A370F7;
  --bs-indigo-400: #8540F5;
  --bs-indigo-500: #6610F2;
  --bs-indigo-600: #520DC2;
  --bs-indigo-700: #3D0A91;
  --bs-indigo-800: #290661;
  --bs-indigo-900: #140330;

  /* PURPLE */
  --bs-purple-100: #E2D9F3;
  --bs-purple-200: #C5B3E6;
  --bs-purple-300: #A98EDA;
  --bs-purple-400: #8C68CD;
  --bs-purple-500: #6F42C1;
  --bs-purple-600: #59359A;
  --bs-purple-700: #432874;
  --bs-purple-800: #2C1A4D;
  --bs-purple-900: #160D27;

  /* PINK */
  --bs-pink-100: #F7D6E6;
  --bs-pink-200: #EFADCE;
  --bs-pink-300: #E685B5;
  --bs-pink-400: #DE5C9D;
  --bs-pink-500: #D63384;
  --bs-pink-600: #AB296A;
  --bs-pink-700: #801F4F;
  --bs-pink-800: #561435;
  --bs-pink-900: #2B0A1A;

  /* RED */
  --bs-red-100: #F8D7DA;
  --bs-red-200: #F1AEB5;
  --bs-red-300: #EA868F;
  --bs-red-400: #E35D6A;
  --bs-red-500: #DC3545;
  --bs-red-600: #B02A37;
  --bs-red-700: #842029;
  --bs-red-800: #58151C;
  --bs-red-900: #2C0B0E;

  /* ORANGE */
  --bs-orange-100: #FFE5D0;
  --bs-orange-200: #FECBA1;
  --bs-orange-300: #FEB272;
  --bs-orange-400: #FD9843;
  --bs-orange-500: #FD7E14;
  --bs-orange-600: #CA6510;
  --bs-orange-700: #984C0C;
  --bs-orange-800: #653208;
  --bs-orange-900: #331904;


  /* YELLOW */
  --bs-yellow-100: #FFF3CD;
  --bs-yellow-200: #FFE69C;
  --bs-yellow-300: #FFDA6A;
  --bs-yellow-400: #FFCD39;
  --bs-yellow-500: #FFC107;
  --bs-yellow-600: #CC9A06;
  --bs-yellow-700: #997404;
  --bs-yellow-800: #664D03;
  --bs-yellow-900: #332701;

  /* GREEN */
  --bs-green-100: #D1E7DD;
  --bs-green-200: #A3CFBB;
  --bs-green-300: #75B798;
  --bs-green-400: #479F76;
  --bs-green-500: #198754;
  --bs-green-600: #146C43;
  --bs-green-700: #0F5132;
  --bs-green-800: #0A3622;
  --bs-green-900: #051B11;

  /* TEAL */
  --bs-teal-100: #D2F4EA;
  --bs-teal-200: #A6E9D5;
  --bs-teal-300: #79DFC1;
  --bs-teal-400: #4DD4AC;
  --bs-teal-500: #20C997;
  --bs-teal-600: #1AA179;
  --bs-teal-700: #13795B;
  --bs-teal-800: #0D503C;
  --bs-teal-900: #06281E;

  /* CYAN */
  --bs-cyan-100: #CFF4FC;
  --bs-cyan-200: #9EEAF9;
  --bs-cyan-300: #6EDFF6;
  --bs-cyan-400: #3DD5F3;
  --bs-cyan-500: #0DCAF0;
  --bs-cyan-600: #0AA2C0;
  --bs-cyan-700: #087990;
  --bs-cyan-800: #055160;
  --bs-cyan-900: #032830;

  /* GRAY */
  --bs-gray-100: #F8F9FA;
  --bs-gray-200: #E9ECEF;
  --bs-gray-300: #DEE2E6;
  --bs-gray-400: #CED4DA;
  --bs-gray-500: #ADB5BD;
  --bs-gray-600: #6C757D;
  --bs-gray-700: #495057;
  --bs-gray-800: #343A40;
  --bs-gray-900: #212529;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: var(--header-font);
  background-color: var(--background);
}

/* Typography */
.header-font {
  font-family: var(--header-font) !important;
}

.text-font {
  font-family: var(--text-font) !important;
}

.ql-editor {
  font-family: var(--header-font) !important;

  /* Cabeçalhos */
  h1 {
    font-size: 2.2rem !important;
    /* Título principal da vaga */
    font-weight: 700 !important;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 1.8rem !important;
    /* Seções importantes: "Requisitos", "Benefícios", etc. */
    font-weight: 600 !important;
    line-height: 1.4;
    margin-bottom: 0.8rem;
  }

  h3 {
    font-size: 1.6rem !important;
    /* Subtítulos ou categorias dentro das seções */
    font-weight: 600 !important;
    line-height: 1.4;
    margin-bottom: 0.6rem;
  }

  /* Texto padrão e listas */
  p,
  span,
  li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }

  ul,
  ol {
    padding-left: 1.6rem;
    margin-bottom: 1rem;
  }

  ul li,
  ol li {
    margin-bottom: 0.5rem;
  }

  /* Observações */
  small {
    font-size: 1.2rem;
    color: #666;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--header-font);
}

p {
  font-family: var(--text-font);
  font-size: 1.6rem;
}

input,
select,
textarea {
  font-size: 1.4rem !important;
}

button {
  font-size: 1.5rem !important;
}

label {
  font-size: 1.6rem !important;
}

/* Tables */
th,
th div {
  font-family: var(--header-font) !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;

  vertical-align: middle !important;
}

td,
td div {
  font-family: var(--text-font) !important;
  font-weight: 400;
  font-size: 1.5rem !important;

  vertical-align: middle !important;
}

tr {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  max-width: 35rem;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Table */
.responsive-overflow {
  overflow-x: auto;
  white-space: nowrap;
}

.responsive-overflow::-webkit-scrollbar {
  height: 1rem;
}

.responsive-overflow::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background: var(--gray-light);
}

/* Pagination */

.pagination .page-item,
.pagination .page-link {
  font-size: 1.4rem !important;
}

/* Tabs */
.nav-link {
  font-size: 1.8rem;
}

/* Interactive */
.gray-scale-100 {
  filter: grayscale(100%);
}

.gray-scale-90 {
  filter: grayscale(90%);
}

.gray-scale-80 {
  filter: grayscale(80%);
}

.gray-scale-70 {
  filter: grayscale(70%);
}

.text-primary-hover a {
  color: var(--gray-light);
}

.text-primary-hover a:hover {
  color: var(--blue-primary) !important;
}

a.text-primary-hover,
button.text-primary-hover {
  color: var(--gray-light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.text-primary-hover:hover,
button.text-primary-hover:hover {
  color: var(--blue-primary-light) !important;
}

.text-primary-hover li {
  color: var(--gray-light);
}

.text-primary-hover li:hover {
  color: var(--blue-primary) !important;
}

.text-primary-hrelper {
  color: var(--blue-primary) !important;
}

.text-primary-light-hrelper {
  color: var(--blue-primary-light) !important;
}

.text-secondary-hrelper {
  color: var(--blue-secondary) !important;
}

.text-secondary-light-hrelper {
  color: var(--blue-secondary-light) !important;
}

.text-gray-hrelper {
  color: var(--gray) !important;
}

.text-gray-light-hrelper {
  color: var(--gray-light) !important;
}

.text-gray-dark-hrelper {
  color: var(--gray-dark) !important;
}

.text-modal-warning-hrelper {
  color: var(--modal-warning-text) !important;
}

.text-yellow-warning-dark-hrelper {
  color: var(--yellow-warning-dark) !important;
}

.text-red-danger-hrelper {
  color: var(--red-danger) !important;
}

.bg-primary-hrelper {
  background-color: var(--blue-primary) !important;
}

.bg-primary-light-hrelper {
  background-color: var(--blue-primary) !important;
}

.bg-dark-hrelper {
  background-color: var(--background-dark) !important;
}

.bg-gray-light-hrelper {
  background-color: var(--gray-light) !important;
}

.bg-gray-hrelper {
  background-color: var(--gray) !important;
}

.bg-gray-dark-hrelper {
  background-color: var(--gray-dark) !important;
}

.bg-gray-darker-hrelper {
  background-color: var(--gray-darker) !important;
}

.bg-gray-darker-2-hrelper {
  background-color: var(--gray-darker) !important;
}

.bg-modal-warning-content-hrelper {
  background-color: var(--modal-warning-content-bg);
}

.bg-modal-hrelper {
  background-color: var(--modal-background) !important;
}

.bg-green-success-hrelper {
  background-color: var(--green-success) !important;
}

.bg-green-success-dark-hrelper {
  background-color: var(--green-success-dark) !important;
}

.bg-red-danger-hrelper {
  background-color: var(--red-danger) !important;
}

.bg-red-danger-shadow-hrelper {
  background-color: var(--red-danger-shadow) !important;
}

.bg-drop-area {
  background-color: var(--drop-area-bg) !important;
}

.border-modal-warning-border {
  border: var(--modal-warning-border) !important;
}

.border-modal-hrelper {
  border-color: var(--modal-border-color) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: fit-content !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .w-sm-input-group {
    width: 1% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-input-group {
    width: 1% !important;
  }
}

.w-fit-content {
  width: fit-content !important;
}

.h-fit-content {
  height: fit-content !important;
}

@media (min-width: 768px) {
  .w-md-fit-content {
    width: fit-content !important;
  }
}

.badge-primary-hrelper {
  background-color: var(--blue-primary-na2) !important;
  color: var(--blue-primary-light) !important;
}

.badge-warning-hrelper {
  background-color: var(--yellow-warning-na) !important;
  color: var(--yellow-warning) !important;
}

.btn-menu-option-hrelper {
  color: var(--gray-darker) !important;
  border-radius: 0.4rem;
}

.btn-menu-option-hrelper.active {
  background: var(--blue-primary-na2) !important;
  color: var(--blue-primary-light) !important;
}

.btn-menu-option-hrelper:hover {
  background: var(--blue-primary-na2) !important;
  color: var(--blue-primary-light) !important;
  transition: 200ms color background ease-in-out !important;
}

.btn-secondary-hrelper,
.btn-primary-light-hrelper,
.btn-primary-hrelper {
  font-size: 1.6rem;
  padding: 1rem 2rem !important;
  border-radius: 0.4rem;
  font-weight: 500;
  background-color: var(--blue-primary);
  color: var(--white);

  cursor: pointer;
  transition-property: border transform background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary-hrelper:hover {
  background-color: var(--blue-primary-hover-darker);
}

.btn-primary-hrelper:disabled {
  background-color: var(--blue-primary-na);
}

.btn-primary-light-hrelper {
  background-color: var(--blue-primary-light);
}

.btn-primary-light-hrelper:hover {
  background-color: var(--blue-primary-light-hover);
}

.btn-secondary-hrelper {
  background-color: var(--gray-darker);
  padding: 1rem 1.6rem !important;
}

.btn-secondary-hrelper:hover {
  background-color: var(--gray-darker-hover);
}

.btn-microsoft {
  background-color: #fff;
  color: #5e5e5e;
  border: 1px solid #8c8c8c;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 15px;
}

.btn-microsoft:hover {
  background-color: #f2f2f2;
  border-color: #5e5e5e;
  color: #2b2b2b;
}

/* Card */
.custom-card {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: center;
}

.custom-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.card-number {
  font-size: 2rem;
  font-weight: bold;
  color: #007bff;
}

.card-text {
  font-size: 1.2rem;
  color: #666;
}

/* Card end */

.chip-status {
  border-radius: 0.4rem;

  padding: 0.4rem;

  color: var(--white);
  background-color: var(--green-success-dark);

  font-size: 1.4rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;

  width: 9rem;

  border-radius: 2rem;
  border: 0.1rem solid var(--black);
  background-color: var(--white);
  color: var(--black);

  font-size: 1.6rem;

  transition-property: color, background;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}

.back:hover {
  background-color: var(--black);
  color: var(--white);
}

button {
  font-family: var(--text-font);

  border: none;

  cursor: pointer;
}

input {
  font-family: var(--text-font);
}

a {
  text-decoration: none;

  color: inherit;
}

.tooltip-inner {
  font-size: 1.4rem;
}

.mandatory-input::after {
  content: "*";
  color: var(--red-danger);
}

/* Shapes */
.icon-shape {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

/* Swiper */
.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid var(--swiper-theme-color);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: 10px;
  opacity: 0.3;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  border-color: var(--blue-primary);
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

[data-navigation="false"] .swiper-navigation {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination-numbers {
  background: #e2e8f0;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: auto 2px;
  width: 28px;
}

.swiper-pagination-numbers-active {
  background: #8b3dff;
  color: #fff;
  opacity: 1;
}

.swiper-button-prev {
  background-color: #fff;
  border-radius: 50rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  height: 40px;
  left: 0;
  right: 0;
  width: 40px;
}

.swiper-button-prev:after {
  content: "\f12c";
  font-family: bootstrap-icons;
  font-size: 24px;
}

.swiper-button-prev:hover {
  background-color: #8b3dff;
  color: #fff;
}

.swiper-button-next {
  background-color: #fff;
  border-radius: 50rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  height: 40px;
  left: 0;
  right: 0;
  width: 40px;
}

.swiper-button-next:after {
  content: "\f135";
  font-family: bootstrap-icons;
  font-size: 24px;
}

.swiper-button-next:hover {
  background-color: #8b3dff;
  color: #fff;
}


.swal-wide {
  width: 40rem !important;
  height: 35rem !important;
  font-size: 1.4rem !important; /* Aumenta a fonte base */
  border-radius: 1.2rem !important; /* Adiciona bordas arredondadas */
}

.swal-wide .swal2-title {
  font-size: 2rem !important; /* Aumenta a fonte do título */
}

.colored-toast.swal2-icon-success {
  background-color: #28a745 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast .swal2-title {
  color: white;
  font-size: 1.5em !important; /* para o título, se houver */
}


.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
  font-size: 1.2em !important; /* ou o tamanho desejado */
}

.colored-toast .swal2-timer-progress-bar {
  background-color: white !important; /* ou a cor que preferir */
}
