@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lexend:wght@200;400;700&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&family=Open+Sans:wght@400;700;800&family=Bebas+Neue&display=swap'); */
html,
body {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

body,
input,
textarea,
button {
    font: 500 1rem Inter, sans-serif;
}

hr {
    opacity: 0.045;
}

footer {
    min-height: 90px;
    box-shadow: 0rem -0.1rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

table {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.btn {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
}

.sideBarBtn {
    cursor: pointer;
}

.side-menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    box-shadow: 5px 2px 20px rgb(0 0 0 / 10%);
}

.side-menu-ativo {
    /* opacity: 1; */
    left: 0;
}

.soft-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 8;
}

[aria-current="page"] {
    color: black !important;
    border-bottom: 1px solid black;
}

.made-by {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
}

.link-dark {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.btn:focus {
    box-shadow: none;
}

.btn-main {
    color: #fff;
    background-color: rgba(0, 193, 241, 1);
}

.btn-main:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 154, 192, 1);
    /* border-color: rgba(0, 193, 241, 1); */
}

.btn-outline-main {
    color: rgba(0, 193, 241, 1);
    border-color: rgba(0, 193, 241, 1);
}

.btn-outline-main:hover {
    color: #fff;
    background-color: rgba(0, 193, 241, 1);
    border-color: rgba(0, 193, 241, 1);
}

.btn-check:active + .btn-outline-main,
.btn-check:checked + .btn-outline-main,
.btn-outline-main.active,
.btn-outline-main.dropdown-toggle.show,
.btn-outline-main:active {
    color: #fff;
    background-color: rgba(0, 193, 241, 1);
    border-color: rgba(0, 193, 241, 1);
}

.btn-main-success {
    color: #fff;
    background-color: #03c03c;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.att h5 {
    font-size: 1.15rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.att .horario {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: rgba(47, 47, 47, 0.65);
}

.att {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1rem;
}

.att .text-info {
    color: #098da7 !important;
}

.att .border-info {
    border-color: #098da7 !important;
}

.att .card-title {
    font-size: 1.3rem;
    /* text-transform: uppercase; */
}

.att .card-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgba(47, 47, 47, 0.85);
}

.att .zoom {
    transform: scale(1);
    transition: all 500ms ease-in-out;
}

.att .zoom:hover {
    transform: scale(1.1);
    background-color: white;
}

.att .estatistica.numero {
    font-family: "Lexend", cursive;
    font-size: 3em;
}

.checkBoxScale {
    cursor: pointer;
    transform: scale(1.3);
}

input[type="checkbox"] {
    /*transform: scale(1.2); */
    /*zoom: 1.2;*/
}

.tox {
    border-radius: 0.25rem !important;
}

.croppie-container .cr-slider-wrap {
    margin-top: 1.6em;
}

/*table tr:hover td {
    background-color: #ddd !important
}*/

.dropdown-menu {
    padding: 0rem 0;
}

.dropdown-menu li:first-child a {
    border-radius: 0.25rem 0.25rem 0 0 !important;
}

.dropdown-menu li:last-child a {
    border-radius: 0 0px 0.25rem 0.25rem !important;
}

.dropdown-item {
    padding: 0.55rem 1rem;
}

.dropdown-divider {
    margin: 0rem 0;
}

.between-date-time {
    margin-left: 0.275rem;
    padding-left: 0.275rem;
    position: relative;

    display: inline-block;
    font-size: 0.875rem;

    width: 0px;
    height: 6px;

}

.between-date-time::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -100%);
}

#navMenuOffCanvas ul {
    padding: 0px;
    margin: 0px;
    background-color: #ededed;
    list-style: none;
}

#navMenuOffCanvas ul li {
    display: inline;
}

#navMenuOffCanvas ul li a {
    padding: 2px 10px;
    display: inline-block;
    /* visual do link */
    background-color: #ededed;
    color: #333;
    text-decoration: none;
    border-bottom: 3px solid #ededed;
}

#navMenuOffCanvas ul li a:hover {
    background-color: #d6d6d6;
    color: #6d6d6d;
    border-bottom: 3px solid #ea0000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #198754;
}

input:focus + .slider {
    box-shadow: 0 0 1px #198754;
}

input:checked + .slider:before {
    /* -webkit-transform: translateX(50%); */
    /* -ms-transform: translateX(50%); */
    transform: translateX( 18px );
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.barraDeProgresso {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 20px;
    top: 1rem;
    padding: 20px;
}

.barraDeProgresso .progress {
    height: 25px;
}

#website_popup {
    display: flex;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.65);

    position: fixed;
    padding: 2rem;

    z-index: 9999;
}

.desativar_popup {
    opacity: 0;
}

#template {
    display: none;
}

#dropz {
    display: block;
    width: 100%;
    min-height: 200px;
    border-radius: 4px;
    padding: 1em;
    padding-bottom: 3em;
}

#dropz h4 {
    text-align: center;
}

.dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 10px;
    background-color: lightgray;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: auto;
}

.dz-success {
    background-color: rgba(3, 167, 52, 0.7);
}

.dz-error {
    background-color: rgba(234, 0, 0, 0.7);
}

.dz-preview .dz-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    cursor: pointer;
}

.dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dz-preview .dz-details .dz-filename {
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;

    padding: 0.5em;
}

.dz-preview .dz-details .dz-size {
    padding: 0.5em;
}

.dz-preview .dz-details img {
    width: 100%;
    padding: 0.5em;
}

.dz-preview .dz-remove {
    display: flex;
}

.dz-preview .dz-remove span {
    width: 100%;
    padding: 0.5rem 1rem;
    /* text-align: center; */
    background-color: rgba(176, 0, 0, 0.75);
    color: white;
    cursor: pointer;
}

.dz-preview .dz-progress {
    display: block;
    padding: 0.5em;
}

.dz-preview .dz-success-mark,
.dz-preview .dz-error-mark {
    display: none;
}

.dz-preview .dz-success-mark {
    position: absolute;
    margin: 0 auto;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #1eff05;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
}

.dz-preview .dz-error-mark {
    position: absolute;
    margin: 0 auto;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #ea0000;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0);
    border-radius: inherit;
}

.dz-preview .dz-error-message {
    color: #ea0000;
    padding: 0.5em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .side-menu {
        left: -100%;
        width: 100%;
    }
    .side-menu-ativo {
        /* opacity: 1; */
        left: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .side-menu {
        left: -380px;
        width: 380px;
    }
    .side-menu-ativo {
        /* opacity: 1; */
        left: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .side-menu {
        left: -280px;
        width: 280px;
    }
    .side-menu-ativo {
        /* opacity: 1; */
        left: 0px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}


@media (max-width: 1080px) {
	html {
		font-size: 93.75%; /* 15px */
	}
}

@media (max-width: 720px) {
	html {
		font-size: 87.5%; /* 14px */
	}
}
