@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');


:root {
    --baseColor: #606468;
    --htmlFontSize: 100%;

    --bodyBackgroundColor: #EEEEEE;
    --bodyColor: var(--baseColor);
    --bodyFontFamily: "Poppins", "Open Sans";
    --bodyFontFamilyFallback: sans-serif;
    --bodyFontSize: 0.875rem;
    --bodyFontWeight: 400;
    --bodyLineHeight: 1.5;

    --loginBorderRadus: 0.25rem;
    --loginColor: #eee;

    --loginInputBackgroundColor: #3b4148;
    --loginInputHoverBackgroundColor: #434a52;

    --loginLabelBackgroundColor: #363b41;

    --loginSubmitBackgroundColor: #ea4c88;
    --loginSubmitColor: #eee;
    --loginSubmitHoverBackgroundColor: #d44179;

    --iconFill: var(--baseColor);

    --anchorColor: #eee;

    --formGap: 0.875rem;

    --baseBorderColor: #d6d6d6;
    --baseBackGroundColor: #fafafa;

    --btnBaseBackGroundColor: #EFBC1A;
    --btnBaseColor: #2b2b2b;

    --tertiaryBorderColor: #c9c9c9;
    --tertiaryBackGroundColor: #fff;

    --btnTertiaryBackGroundColor: #fff;
    --btnTertiaryColor: #707070;

    --textBasePrimaryColor: #0070BA;
    --textBaseMutedColor: #C2C2C1;
    --textBaseBlackColor: #222221;

    --textBasePrefTitle: #344A64;
    
}

body{
    background-color: var(--bodyBackgroundColor);
    font-family: var(--bodyFontFamily);
}

.spinner-grow{
    width: 1em !important;
    height: 1em !important;
    vertical-align: none !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

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

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

@keyframes anima {
    from {right: -100%;}
    to   {right: 0%;}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nao-selecionavel {
    user-select: none;
}

.pref-titulo-cor{
    color: var(--textBasePrefTitle);
}

.pref-titulo-padrao{
    font-size: 40px !important;
    color: var(--textBasePrefTitle);
}

.pref-subtitulo-padrao{
    font-size: 30px !important;
    color: var(--textBaseBlackColor);
    font-weight: bold;
}

.text-primary{
    color: var(--textBasePrimaryColor) !important;
}

/* do not group these rules */
.placeholder-white::-webkit-input-placeholder {
    color: #9c9c9c !important;
}
.placeholder-white:-moz-placeholder {
    /* FF 4-18 */
    color: #9c9c9c !important;
    opacity: 1;
}
.placeholder-white::-moz-placeholder {
    /* FF 19+ */
    color: #9c9c9c !important;
    opacity: 1;
}
.placeholder-white:-ms-input-placeholder {
    /* IE 10+ */
    color: #9c9c9c !important;
}
.placeholder-white::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9c9c9c !important;
}
.placeholder-white::placeholder {
    /* modern browser */
    color: #9c9c9c !important;
}

.input-default{
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    transition: background-color 0.3s;

    inline-size: 100%;

    padding: 0.7rem;

    border: 1px var(--baseBorderColor) solid;
    background-color: var(--baseBackGroundColor);
}

.button-default{
    background-color: var(--btnBaseBackGroundColor);
    border-radius: var(--bs-border-radius);
    padding: 0.5rem;
    color: var(--btnBaseColor) !important;
    border: solid 1px  var(--btnBaseBackGroundColor);
}

.button-more-view{
    background-color: var(--btnTertiaryBackGroundColor);
    border-radius: var(--bs-border-radius);
    padding: 0.5rem;
    color: var(--btnTertiaryColor) !important;
    border: solid 1px var(--tertiaryBorderColor);
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
}

.container-default{
    background-color: var(--bodyBackgroundColor);
}

.vertical-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.padding-btn-default{
    padding-left: 4%;
    padding-right: 4%;
}

.table-striped tbody tr:nth-child(odd) {
	--bs-table-striped-bg: #FAFBFE; 
}

/*  */
/*  */

.botao-personalizado-submit {
  outline: none;
  width: 100%;
  height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  border: 2px solid #FFF;
  background: #0D6EFD;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.botao-personalizado-submit:hover {
  color: white;
  background: #0B5ED7;
}
.botao-personalizado-submit:active {
  letter-spacing: 2px;
}
.botao-personalizado-submit:after {
  content: "ENVIAR";
}

.onclic {
  width: 40px;
  height: 40px;
  border: 2px solid #FFF;
  border-radius: 40px;
  background: #fff;
  border-width: 3px;
  font-size: 0;
  border-left-color: #0D6EFD;
  -webkit-animation: rotating 1s 0.15s linear infinite;
          animation: rotating 1s 0.15s linear infinite;
}

.onclic:after {
  content: "";
}

.onclic:hover {
  color: #0B5ED7;
  background: white;
}

.validate {
  font-size: 13px;
  color: white;
  background: #0B5ED7;
}
.validate:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

td.problema {
  word-break: break-word; /* Quebra a palavra corretamente */
  overflow-wrap: break-word; /* Permite que a palavra se ajuste ao tamanho */
  white-space: normal; /* Permite múltiplas linhas */
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}