@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

html {
    font-size: 62.5%;
}

.title-cursive {
    font-family: 'LovelyTongue' !important;
    font-size: 9.5rem;
    text-align: center;
    font-weight: 400;
}

body {
    font-size: 1.6rem;
    font-family: 'NewsGothicMT';
    color: var(--text);
}

::-moz-selection {
  color: white;
  background: var(--blue);
}

::selection {
  color: white;
  background: var(--blue);
}

.w5pc {
    width: 5%;
}

.w10pc {
    width: 10%;
}

.w15pc {
    width: 15%;
}

.w20pc {
    width: 20%;
}

.w25pc {
    width: 25%;
}

.w30pc {
    width: 30%;
}

.w35pc {
    width: 35%;
}

.w40pc {
    width: 40%;
}

.w45pc {
    width: 45%;
}

.w50pc {
    width: 50%;
}

.w55pc {
    width: 55%;
}

.w60pc {
    width: 60%;
}

.w65pc {
    width: 65%;
}

.w70pc {
    width: 65%;
}


.w75pc {
    width: 75%;
}

.w80pc {
    width: 80%;
}

.w85pc {
    width: 85%;
}

.w90pc {
    width: 90%;
}

.w95pc {
    width: 95%;
}

.w100pc {
    width: 100%;
}

.j-center {
    display: flex;
    justify-content: center;
}

.align-center {
    display: flex; 
    align-items: center;
}

.align-start {
    display: flex; */
    align-items: start;
}

.font-bold {
    font-weight: bold;
}

/* CORE BANNER */
.core-banner {
    width: 100%;
    border-radius: 1.5rem;
    color: #f1f1f1;
    background: var(--gradient-purple-to-blue);
    padding: 2.3rem;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.core-banner h3 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'GothamBold', sans-serif;
    letter-spacing: 1px;
}

.core-banner p {
    font-size: 1.6rem;
}

.highlight {
    background-color: var(--solid-blue);
    padding: 0.1rem 0.3rem;
    border-radius: 0.4rem;
    text-transform: uppercase;
}
/* FIM CORE BANNER */


.hover-geral{
    cursor: pointer;
}

.hover-geral:hover{
    transform: scale(0.95);
}

.b-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase;
}


.table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-header > .search-field {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-field > * {
    font-size: 1.7rem;
}

.search-field input {
    outline: none;
    border-radius: 2.5rem;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    font-family: 'Roboto', sans-serif;
    transition: border 250ms linear;
}

.search-field input:focus-visible {
    border: 1px solid var(--blue);
}


.table-content {
    margin: 2rem 0;
}

.table-content > table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-content thead {
    background-color: var(--blue);
    color: white;
    font-family: 'GothamBook';
}

.table-content th {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}

.table-content thead {
    background-color: #f1f1f1;
    color: var(--blue);
    font-family: 'GothamBook';
}

.table-content th {
    padding: 0.5rem 1rem;
}

.table-content tbody > tr {
    border-bottom: 0.05rem solid #f1f1f1;
}
.table-content td {
    padding: 0.5rem 1rem;
    word-wrap: break-word;
}

.table-icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.5rem;
    background-color: #f1f1f1;
}

.c-yellow {
    color: #F5C342;
    background-color: #fdf3d9 !important;
}


.c-blue {
    color: var(--blue);
    background-color: #e6e8ec !important;
    transition: background-color 250ms linear;
}

a.c-blue:hover {
    background-color: #9aa4b2 !important;
}

.c-ciano {
    color: var(--ciano);
    background-color: rgba(0, 110, 132, 20%) !important;
    transition: background-color 250ms linear;
}
a.c-ciano:hover {
    background-color: #7eb2bc !important;
}


.c-disabled {
    color: #ddd;
    background-color: #f1f1f1 !important;
    opacity: 0.8;
}





div.modal-content {
    border-radius: 1.8rem !important;
}

.modal-header, .modal-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: bold;
    padding: 1.1rem 0;
    justify-content: center !important;
    font-family: 'GothamBold';
    color: #666;
}

.modal-header h5, .modal-header h3 {
    text-align: center;
    font-family: 'GothamBold';
}

div.modal-footer {
    border: none !important;
}

.modal .close-btn {
    font-size: 1.2rem;
    background-color: transparent;
    color: var(--gray);
    outline: none;
    border: none;
    margin-left: auto;
    text-transform: uppercase;
    padding: 2rem;
    position: absolute;
    margin-left: auto;
    float: right;
    right: 0;
    /* letter-spacing: 0.2rem; */
}


form.core-form, .core-form {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.core-form .form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.core-form .form-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.core-form .form-line > * {
    flex: 1 1 0px;
}

.core-form  .form-field label {
    margin-bottom: 0.8rem;
    font-family: 'GothamBold';
    color: #666;
    letter-spacing: 1px;
}

.core-form  .form-input {
    width: 100%;
    border-bottom: 0.2rem solid #f1f1f1;
    transition: border 250ms linear;
}

.core-form  .form-input-error {
    border: 0.1rem solid var(--error) !important;
}

.core-form  .form-textarea {
    width: 100%;
    height: 10rem;
    border-bottom: 0.2rem solid #f1f1f1;
    transition: border 250ms linear;
}

.core-form  .form-textarea ~ small {
    text-align: right;
}

.core-form  .form-textarea:focus-within {
    border-bottom: 0.2rem solid var(--blue);
}

.core-form  .form-textarea small {
    width: 100%;
    text-align: right;
}

.core-form .form-input:focus-within {
    border-bottom: 0.2rem solid var(--blue);
}

.core-form  .form-input input,  .form-input select, .form-textarea textarea {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 1px;
    border: none;
    padding: 0.5rem 1rem;
    outline: none;
    background-color: rgba(0,0,0,0);
}

.core-form  .form-textarea textarea {
    padding: 0.5rem 1rem;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.core-form  .form-inline {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 2.5rem;
}

.core-form label {
    font-weight: bold;
    font-size: 1.9rem;
    text-transform: lowercase;
}

.core-form  .form-inline > .form-check-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.core-form  .form-inline > .form-check-group-inline {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.core-form .form-inline > .form-check-group label {
    font-size: 1.6rem;
    font-weight: normal;
    color: var(--text);
    text-transform: reset;
}

.core-form  .form-inline label {
    margin: 0;
}


.modal-icon, .modal-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    text-align: center;
}

.modal-icon.success{
    color: var(--green);
}

.modal-icon.error {
    color: #aaa;
}

.modal-icon.critical {
    color: var(--error);
}

.modal-footer.center {
    display: flex;
    justify-content: center;
}

.table-pagination {
    display: flex;
    gap: 2rem;
    align-items: center;
    font-size: 1.2rem;
    justify-content: center;
}

.table-pagination > * {
    display: flex;
    gap: 2rem;
    align-items: center;
}


.pagination-button {
    border: none;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
    cursor: pointer;
}

.pagination-button[disabled] {
    opacity: 0.9;
    pointer-events: none;
}

.nav.nav-tabs {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: none !important;
}

.nav-tabs.end {
    justify-content: flex-end !important;
}


.checkmark {
  width: 200px;
  margin: 0 auto;
  padding-top: 40px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.btn-tutorial {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-size: 1.1rem;
    border-radius: 20px;
    border: none;
    gap: 8px;
    transition: .4s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ciano);
    padding: 8px 20px;
}

.btn-tutorial:hover {
    color: white;
    background: var(--solid-blue);
}

.icon-confirmation {
    color: white !important;
    background: var(--ciano-2);
    font-size: 5rem;
    margin-bottom: 20px;
    padding: 1rem 1.2rem;
    border-radius: 5rem;
}

.text-none {
    display: none;
}

@media only screen and (max-width:1000px) {
    .text-none {
        display: inline;
        text-align: center;
        overflow-wrap: break-word;
        font-family: 'GothamBold', sans-serif;
        letter-spacing: 1px;
    }

    .arrow-right {
        padding: 5px;
        font-size: 20px;
        margin-left: 12px;
        color: var(--purple-2);
        animation: shake 10s linear infinite;
        animation-delay: 1s;
    }

    @keyframes shake {
        0%, 100% {transform: translateX(0);}
        10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
        20%, 40%, 60%, 80% {transform: translateX(10px);}
    }

    .fade-in-down {
        font-size: 20px;
        animation: fade-in-down 2s ease infinite;
        color: red;
        position: relative;
        top: 10px;
    }

    @keyframes fade-in-down {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}