/* @font-face {
    font-family: "Roboto";
    src: url("static/assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */

* {
    font-family: "Roboto", sans-serif;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-buttons-operacao {
    margin-top: 27px;
}

.margin-top-0-15 {
    margin-top: 0;
}

.margin-top-0-35 {
    margin-top: 35px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-button-15 {
    margin-bottom: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.button-flex {
    display: flex;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.responsive-ativo {
    margin-top: 35px;
}

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

.status-pagamento {
    font-size: 24px;
}

.quebrar-linha {
    word-break: break-all;
}

.sublinhar-sicase {
    text-decoration: underline;
    /*font-weight: bold;*/
}

.text-bold {
    font-weight: bold;
}

.texto-centralizado {
    text-align: center;
}

.background-login {
    background: linear-gradient(135deg, #005132 20%, #d8c57e 80%);
    width: 100%;
    height: 100vh;
}

.background-login2 {
    background: linear-gradient(10deg, #4099ff, #A9A9A9);
}

.background-login3 {
    background: linear-gradient(15deg, #005132, #d8c57e);
}

.requiredField {
    font-weight: bold;
}

.asteriskField {
    color: red;
}

.error-message {
    color: red;
    font-weight: bold;
    text-align: center;
}

.button-count {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button-add-cliente {
    margin-left: 85%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.no-pad {
    padding: 0;
}

/*.button-block {*/
/*    float: end;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: end;*/
/*}*/

.altura-hr {
    margin-top: 0.5rem;
}

.centralizar-button {
    display: flex;
    justify-content: center;
}

.ocutar {
    display: none;
}

.text-white {
    color: white
}

/* Hide all tab content by default */
.tabcontent {
    display: none;
}

/* Style the tab buttons */
.tablink {
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 5px;
}

/* Style the active tab button */
.tablink.active {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #4099ff;
    color: white;
    border-radius: 5px;
    border-bottom-color: white;
}

.tablink:focus,
.tablink:active {
    outline: none;
}

.ocultar-element {
    display: none;
}

.meu-container {
    display: flex;
    justify-content: space-between; /* Coloca as divs internas nos extremos */
    align-items: center; /* Centraliza verticalmente os itens */;
    margin-bottom: 10px;
}

.center-div {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente os itens */
    align-items: center; /* Centraliza verticalmente os itens */
}

.margin-bottom-10 {
    margin-bottom: 10px;
}