
/************************************************************************************************
 *  new_os.css
 ***********************************************************************************************/
:root {
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
    --gradient-yellow: linear-gradient(to right, #FCE38A 0%, #F38181 50%, #FCE38A 100%);
    --color1: #FFFFFF;
    --color4: #3ebbf5;
    --color5: #4882b9;
    --color12: #1fae46;
    --color13: #d9797d;
    /* novo */
    --color-branca: #FFFFFF;
    --color-azull-b1: #12778a;
    --color-vermenho: #ca243b;
    --color-rosa-destaque: #00b5b9;
    --color-amarelo: #ffd452;
    --color-laranja: #fc7f03;
    --color-: #ffec44;
}


.os-status-conteiner {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.2vh;
}
.stattus-number {
    margin: 5px;
    font-size: 9px;
}
.status-h1 {
    margin: 5px;
    font-size: 9px;
}
/*8888888888888888   mobile cee    88888888888888*/
@media (max-width: 768px) {
    .contesto_div {
        display: flex !important;
        justify-content: flex-start;
        margin: 0 auto;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        flex-direction: column !important;
    }
    .contesto_div {
        justify-content: flex-start !important;
        overflow: scroll;
    }

    /*fffffffffffff  mobile menu    ffffffffffffff*/
    .left_menu {
        padding: 10px auto !important;
    }

    .app-nav-menu {
        display: flex !important;
        width: 100% !important;
        border: 0px solid #ccc !important;
    }

    /*fffffffffffff  mobile app grafico    ffffffffffffff*/
    .chart-divs-mini-conteiner {
        display: flex;
        width: 100%;
    }

    /* .chart-divs-min {
        max-width: 5rem;
        min-width: 5rem;
    } */


    /*fffffffffffff  mobile menu backgroud  incopleto  ffffffffffffff*/
    /* .conteiner-valer-backgroud {
        width: 19rem !important;

    } */


    /*fffffffffffff  mobile cadastro os  pronto  ffffffffffffff*/
    .divlabel {
        display: flex;
        flex-direction: column;
        /* margin: 1px 8px; */
        width: 100%;
    }

    .conteiner-valer-register {
        display: flex !important;
        background-color: #fff;
        /* margin: 10px; */
        height: fit-content !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        border-radius: 10px !important;
        width: 85% !important;
        flex-wrap: nowrap !important;
        align-content: center;
        padding: 21px;
        /* align-items: stretch; */
    }

    /*fffffffffffff  mobile os status    ffffffffffffff*/




    /* .os-status-div {
        width: 90% !important;
        margin: 5px 5px !important;
        /* background-color: #fff; */
        /* padding: 2px !important;
    } */

    /*fffffffffffff  mobile os  tabela osl   ffffffffffffff*/


    /* .tr_oslist {
        border-radius: 5px;
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        align-content: center;
        justify-content: space-between !important;
        align-items: center;
        margin: 5px 2px
    }

    .table_oslist {
        display: grid;
        background-color: #fff;
        margin: 9px;
        padding: 12px;
        /* width: 98%; */
        /* border: 1px solid #ccc;
        border-radius: 10px;
    } */

    .botton_verserviso_mais {
        width: 96% !important;
        height: 10px;
        margin: 2px;
        display: flex !important;
        padding: 6px;
        color: #fff !important;
        background: #267365;
        align-content: center !important;
        justify-content: center !important;
        border-radius: 0px 0px 5px 5px;
        font-size: x-small !important;
    }
}
/************************************************************************************************
 * new styles 
 ***********************************************************************************************/
html,
body {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    min-height: 100vh;
    /* Altura mínima igual à altura da viewport */
    box-sizing: border-box;

}

/*8888888888888  header 88888888888888888*/
header {
    background-color: rgb(1, 6, 38);
    color: white;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

header .logo {
    font-size: 24px;
    font-weight: bold;
}

header nav {
    display: flex;
}

header nav a {


    padding: 15px 30px;
    background-color: #00b0b1;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

header nav a:hover {
    text-decoration: none;
    background-color: rgba(251, 196, 32, 0.846);
    color: #fff;
}

/*8888888888888 login 88888888888888888*/
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.login-box {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 328px;
}

.login-box h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #010626;
}

.login-box input {
    width: 92%;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.login-box button {
    width: 100%;
    padding: 15px;
    background-color: #00b0b1;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login-box button:hover {
    background-color: #75efef;
}

.login-box .forgot-password {
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #333;
    text-decoration: none;
}

.login-box .forgot-password:hover {
    text-decoration: underline;
}


.pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pagination a {
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #00b0b1;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.paginator_active {
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #12778a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.pagination a:hover {
    background-color: #005171;
}

.pagination a.active {
    background-color: #010626;
    pointer-events: none;
}

.cta-button {
    background-color: #00b0b1;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: #3dcece;
}

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

/*8888888888888  footer 88888888888888888*/

footer {
    background-color: rgb(1, 6, 38);
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
}

footer p {
    margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0px 29px;
        flex-direction: row;
    }
    header nav a {
        /* margin: 0px; */
        width: 88%;
        height: 41px;
        display: flex;
        background-color: #10bdc8;
        font-size: 22px;
        justify-content: space-evenly;
        align-items: center;
    }
    /*fffffffffff post ffffffffffff*/
    .post-list h2 {
        font-size: 26px;
    }

    .post-conteine-flex {
        display: flex;
        flex-direction: column;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
    }

    .services .service,
    .articles .article,
    .products .product {
        width: 100%;
        margin-bottom: 20px;
    }

    .post h3 {
        font-size: 22px;
    }

    .post p {
        font-size: 14px;
    }

    /*fffffffffff login fffffffffff*/
    .login-box {
        display: block !important;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1) !important;
        ;
        width: 100%;
    }

    .login-container {
        display: flex;
        justify-content: !important;
        /* align-items: center; */
        height: 100%;
        background-color: #fff;
    }

    .login-box h2 {
        font-size: 24px;
    }

    .login-box input,
    .login-box button {
        padding: 12px;
    }

    /*fffffffffffffffffffffff*/
    .pagination a {
        padding: 8px 12px;
        font-size: 14px;
    }

    .article-container h1 {
        font-size: 28px;
    }

    .article-container p {
        font-size: 16px;
    }

    .article-container blockquote {
        font-size: 18px;
    }

    .product-card h3 {
        font-size: 20px;
    }

    .product-card p {
        font-size: 14px;
    }

    .product-card .price {
        font-size: 16px;
    }
}

/*8888888888888  blog port 88888888888888888*/
@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .post h3 {
        font-size: 18px;
    }

    .post p {
        font-size: 12px;
    }

    .pagination a {
        padding: 6px 10px;
        font-size: 12px;
    }

    .login-box h2 {
        font-size: 20px;
    }

    .login-box input,
    .login-box button {
        padding: 10px;
        font-size: 16px;
    }

    .article-container h1 {
        font-size: 24px;
    }

    .article-container p {
        font-size: 14px;
    }

    .article-container blockquote {
        font-size: 16px;
    }

    .article-container .tags a {
        font-size: 12px;
        padding: 6px 10px;
    }

    .product-card h3 {
        font-size: 18px;
    }

    .product-card p {
        font-size: 12px;
    }

    .product-card .price {
        font-size: 14px;
    }
}

/*messagens*/
.info {
    width: 100%;
    background: #3ebbf5;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 50px;
}

.success {
    width: 100%;
    background: #79d192;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 50px;
}

.warning {
    width: 100%;
    background: #FCE38A;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 50px;
}

.error {
    display: flex;
    width: 100%;
    background: #eb5c70;
    align-items: center;
    display: flex;
    height: 50px;
    padding: 3px;
    color: white;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.ajax_response {

    display: flex;
    justify-content: center;
    align-items: center;
}
/************************************************************************************************
 *  menu oculto 
 ***********************************************************************************************/

/************************************************************************************************
 *  menu oculto 
 ***********************************************************************************************/
#inputbotao001-optiov { display: none}
#inputbotao002-optiov { display: none}
#inputbotao003-optiov { display: none}
#inputbotao004-optiov { display: none}
/************************************************************************************************
 *  orden  menu oculto
 ***********************************************************************************************/
