:root {
    --tecnol: #411F56;
    --tecnol-hover: #543566;
    --orange: #F15A29;
    --orange-hover: #ff6f3b;
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
}

@font-face {
    font-family: "Comfortaa";
    src: url("../fonts/Comfortaa.ttf");
}

@font-face {
    font-family: "Didact Gothic";
    src: url("../fonts/DidactGothic.ttf");
}

* {
    font-family: "Didact Gothic" !important;
}

p,
span,
label {
    font-family: "Didact Gothic" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Comfortaa" !important;
}

button {
    font-family: "Comfortaa";
}

body {
    background-color: #f0f0f0;
}

label {
    padding-left: 5px;
    font-size: 13px;
    color: #404040;
}

a {
    cursor: pointer;
}

@media (min-width: 300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px !important;
    }

    .centered {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 16px;
    }

    .bg-tecnol {
        background-color: var(--tecnol);
    }

    .bg-tecnol-hmg {
        background-color: var(--orange);
    }

    .invalid-feedback {
        padding-left: 5px;
        font-size: 12px;
        margin: 0;
    }

    .form-control,
    .form-select {
        cursor: pointer;
        padding: 10px;
        border-radius: 15px;
        border: 1px solid #e0e0e0;
    }

    .form-control.exibition {
        padding: 4px;
        border-radius: 5px;
    }

    select.form-select.form-select-sm {
        width: 65px !important;
    }

    .dataTable {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 10px 25px;
        transition: 0.2s;
        box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    }

    .dataTable tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        /* border-color: inherit;
      border-style: solid;
      border-width: 0; */
        padding: 10px 25px !important;
    }

    .hoverble:hover {
        cursor: pointer !important;
    }

    .select-options {
        cursor: pointer;
        width: 100%;
        padding: 2rem;
        border-bottom: 1px solid black;
        border-radius: 15px;
    }

    /*
    .v-menu__content.theme--light.menuable__content__active{
      max-height: 304px !important;
      min-width: 280px !important;
      top: 298px !important;
      left: 826px !important;
      transform-origin: left top !important;
      z-index: 8 !important;
      transition: none !important;
      animation: none !important;
    } */
    .v-text-field {
        padding-top: 5px !important;
        margin-top: 0px !important;
        height: 2.8rem !important;
    }

    .navbar {
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .dropdown-menu {
        border-radius: 10px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
        min-width: 15rem !important;
    }

    .dropdown-item {
        border-radius: 5px;
    }

    .dropdown-item:active {
        border-radius: 5px;
        background-color: #b1b1b1;
    }

    .nav-item a {
        text-decoration: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
    }

    .btn {
        border-radius: 15px;
        padding: 10px 25px;
        transition: 0.2s;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .btn.btn-orange {
        color: #fff;
        background-color: var(--orange);
    }

    .btn.btn-orange:hover {
        color: #fff;
        background-color: var(--orange-hover);
        transition: 0.2s;
    }

    .btn.btn-outline-orange {
        color: var(--orange);
        border: 1px solid var(--orange);
    }

    .btn.btn-outline-orange:hover {
        color: #fff;
        background-color: var(--orange);
    }

    .btn-data-table {
        border-radius: 12px !important;
        padding: 7px 12px 4px 12px !important;
    }

    .btn.btn-tecnol {
        color: #fff;
        background-color: var(--tecnol);
    }

    .btn.btn-tecnol:hover {
        color: #fff;
        background-color: var(--tecnol-hover);
        transition: 0.2s;
    }

    .btn.btn-outline-tecnol {
        color: var(--tecnol);
        border: 1px solid var(--tecnol);
    }

    .btn.btn-outline-tecnol:hover {
        color: #fff;
        background-color: var(--tecnol);
    }

    .btn.btn-outline-blue {
        color: var(--blue);
        border: 1px solid var(--blue);
    }

    .btn.btn-outline-blue:hover {
        color: #fff;
        background-color: var(--blue);
    }

    .btn.btn-save {
        color: #fff;
        background-color: var(--success);
    }

    .btn.btn-save:hover {
        color: #fff;
        opacity: 0.85;
        transition: 0.2s;
    }

    .card {
        border-radius: 15px;
    }

    .form-control:focus,
    .form-select:focus {
        border: 1px solid #f4f4f4;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .form-control.is-invalid:focus {
        border: 1px solid #dc3545;
        box-shadow: none;
    }

    .form-control.is-valid:focus {
        border: 1px solid #198754;
        box-shadow: none;
    }

    .form-select {
        text-overflow: ellipsis;
    }

    .v-input__control {
        display: flex;
        flex-direction: column;
        height: 1.4rem !important;
        flex-grow: 1;
        flex-wrap: wrap;
        min-width: 0;
        width: 100%;
    }

    .v-icon.v-icon {
        align-items: center;
        display: inline-flex;
        font-feature-settings: "liga";
        font-size: 24px;
        justify-content: center;
        letter-spacing: normal;
        line-height: 1;
        position: relative;
        text-indent: 0;
        display: none !important;
        transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
        display: none;
    }

    .v-text-field > .v-input__control > .v-input__slot:before {
        display: none;
    }

    .v-text-field {
        padding-top: 0px;
        margin-top: 0px;
    }

    .navbar-toggler {
        border-radius: 12px;
    }

    .btn:focus,
    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .box-shadow {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    @media screen and (max-width: 992px) {
        .w-sm-100 {
            width: 100%;
        }
    }

    .profile-angle {
        position: absolute;
        left: 48px;
        bottom: 10px;
    }

    .bg {
        background-image: url("../img/system/bg.jpeg");
        height: 100vh;
        min-height: 350px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .scrollable-list-head {
        width: 50%;
    }

    .scrollable-list-body {
        height: 12rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
    }

    .scrollable-list-item {
        width: 50rem;
        cursor: pointer;
    }

    .scrollable-list-row {
        border-bottom: 0.5px solid rgb(200, 200, 200);
        padding: 0px !important;
        margin: 0rem 0.937rem !important;
    }

    .item-selected {
        background-color: #cfcfcf;
        border-bottom: 0.5px solid rgb(37, 37, 37);
    }

    .item-not-selected {
        background-color: var(--white);
    }

    .actions-header {
        padding-right: 3rem !important;
    }

    .progress-div {
        height: 0.5rem;
        width: 29.125rem;
    }

    .weak {
        height: 100%;
        width: 25%;
        border-radius: 5px;
        background-color: red;
    }

    .medium {
        height: 100%;
        width: 50%;
        border-radius: 5px;
        background-color: yellow;
    }

    .strong {
        height: 100%;
        width: 75%;
        border-radius: 5px;
        background-color: yellow;
    }

    .perfect {
        height: 100%;
        width: 100%;
        border-radius: 5px;
        background-color: green;
    }

    .filter-div {
        background-color: var(--light);
    }

    .v-btn__content .v-icon.notranslate.mdi.mdi-close.theme--light {
        display: none !important;
    }

    .avatar {
        color: #fff !important;
        align-items: center;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        line-height: normal;
        position: relative;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        height: 35px;
        min-width: 35px;
        width: 35px;
        background-color: var(--orange) !important;
        border-color: var(--orange) !important;
    }

    .highlight {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        background-color: #f8f9fa !important;
    }

    .rounded-13 {
        border-radius: 1.3rem !important;
    }

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .strike > .word-striked {
        position: relative;
        display: inline-block;
    }

    .strike > .word-striked:before,
    .strike > .word-striked:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: rgb(192, 191, 191);
    }

    .strike > .word-striked:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > .word-striked:after {
        left: 100%;
        margin-left: 15px;
    }

    .scrollable-list-head {
        width: 50%;
    }

    .scrollable-list-body {
        height: 12rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
    }

    .scrollable-list-item {
        width: 50rem;
        cursor: pointer;
    }

    .scrollable-list-row {
        border-bottom: 0.5px solid rgb(200, 200, 200);
    }

    .item-selected {
        background-color: #cfcfcf;
        border-bottom: 0.5px solid rgb(37, 37, 37);
    }

    .item-not-selected {
        background-color: var(--white);
    }

    .refresh_days_input {
        width: 3rem;
        height: 1.5rem;
        outline: none;
        border-radius: 7px;
        border: 1px solid black;
        text-align: center;
    }

    .refresh_days_input[disabled] {
        width: 3rem;
        height: 1.5rem;
        background-color: #e6e6e6;
        cursor: pointer;
        outline: none;
        border-radius: 7px;
        border: 1px solid black;
        text-align: center;
    }

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .strike > .word-striked {
        position: relative;
        display: inline-block;
    }

    .strike > .word-striked:before,
    .strike > .word-striked:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: rgb(192, 191, 191);
    }

    .strike > .word-striked:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > .word-striked:after {
        left: 100%;
        margin-left: 15px;
    }

    .btn-eye {
        margin-top: -40px;
        margin-right: 5px;
        border: none;
        background-color: white;
        float: right;
    }

    .accordion-button {
        color: var(--tecnol) !important;
        font-size: large !important;
        font-weight: 500 !important;
    }

    .accordion-button:focus {
        border-color: #fff !important;
        box-shadow: 0 0 0 0 !important;
    }

    .accordion-button:not(.collapsed) {
        color: var(--tecnol) !important;
        background-color: white !important;
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }

    .accordion-button:not(.collapsed)::after {
        color: var(--tecnol) !important;
        transform: rotate(-180deg);
    }

    [role="alert"] {
        color: #dc3545;
    }

    .invisible-input {
        height: 10rem;
        width: 100%;
        opacity: 0;
    }

    .outer_progress_bar {
        height: 0.4rem;
        width: 100%;
        background-color: gray;
        border-radius: 10px;
    }

    .inner_progress_bar {
        height: 100%;
        border-radius: 10px;
    }

    .display_image_area_img {
        display: block;
        max-width: 500px;
        max-height: 500px;
        width: auto;
        height: auto;
    }

    @media (max-width: 500px) {
        .display_image_area_img {
            display: block;
            max-width: 300px;
            max-height: 300px;
            width: auto;
            height: auto;
            margin-bottom: 2rem;
        }

        .confirm_button_image {
            display: flex;
            flex-direction: row-reverse;
            width: 100%;
            height: 100%;
            margin-top: 1.5rem;
        }

        .mobile_space_up {
            margin-top: 1rem;
        }
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: var(--orange);
    }

    .border_tecnol_dashed {
        border: 3px var(--tecnol) dashed;
    }

    .upload_input_area {
        height: 8rem;
        width: 25rem;
        position: relative;
    }

    .upload_input_area__icon {
        position: absolute;
        left: 45%;
        top: 25%;
        font-size: 2.8rem;
    }

    .upload_input_area__text {
        position: absolute;
        left: 32%;
        top: 60%;
        z-index: 1;
    }

    .upload_input_area__input {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
    }

    @media (max-width: 500px) {
        .upload_input_area {
            height: 8rem;
            width: 15rem;
            position: relative;
        }

        .upload_input_area__icon {
            position: absolute;
            left: 40%;
            font-size: 2.8rem;
        }

        .upload_input_area__text {
            position: absolute;
            left: 15%;
            top: 60%;
            z-index: 1;
        }

        .upload_input_area__input {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 10;
            opacity: 0;
            cursor: pointer;
        }

        .mobile__align-btn-end {
            display: flex;
            justify-content: flex-end;
        }

        .mobile__data_panel_text {
            font-size: 0.7rem
        }
    }

    @media (max-width: 1399px) and (min-width: 1201px) {
        .space-left {
            margin-left: 3rem !important;
        }
    }

    @media (max-width: 1200px) and (min-width: 992px) {
        .space-left {
            margin-left: 7rem !important;
        }
    }

    .float_paragraph_document {
        margin: 0px;
        padding: 0px;
        position: relative
    }

    .scroll_div_dados_apis {
        max-height: 500px;
        overflow: scroll;
        overflow-x: hidden;
    }
}

.infracoes-table-scroll {
    overflow-y: scroll;
    height: 100vh;
}

.logo-settings-container {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.logo-settings {
    object-fit: contain;
    height: 100%;
    width: 100%;
    cursor: pointer;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.json-modal {
    height: calc(100vh - 3rem);
    overflow: auto;
}

.close-json-modal {
    background: none;
    border: none;
    outline: none;
    font-size: 2rem;
}
