﻿.labelForm {
    line-height: 1.3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #7d7d7d;
    font-size: 1.2rem;
}

.espacamento {
    margin-top: 80px !important;
    margin-left: 160px !important;
    border-radius: 15px
}
.form-control-lg {
    /* min-height: calc(0.1em + 1rem + 2px); */
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.view-100 {
    height: 100vh;
}


.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
}

.footer-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.sombra {
    text-shadow: green 0.1em 0.1em 0.1em
}
.display-none-mobile{
    display:flex !important;
}
.display-none-desk {
    display: none !important;
}

.load {
    position: fixed;
    background-color: #fff;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.table-view-off{

}

.table-view-off-block {
    display:none;
}
@media only screen and (max-width: 800px) {
    .table-view-off-block {
    }

    .table-view-off {
        display:none;
    }
    .espacamento {
        margin-top: 60px !important;
        margin-left: 0 !important;
        border-radius: 20px
    }

    .display-none-mobile {
        display: none !important;
    }

    .display-none-desk {
        display: flex !important;
    }
}