@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-VariableFont_opsz_wght.ttf');
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-VariableFont_wght.ttf');
}

body {
    font-family: 'Inter';
    max-width: 1920px;
    min-width: 500px !important;
    margin: auto;
}

th {
    cursor: default;
}

.login-body {
    background-color: #FFF;
    height: 100vh;
    width: 99%;
    margin-left: -1%;
}

.login-card {
    margin-top: 15%;
    margin-left: 25%;
}

.login-side-image {
    overflow: hidden;
    height:100vh;
    position: relative;
    z-index:99;
}

.login-language-button {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 60px !important;
    margin: 15px 0 0 3px;
    z-index:100;
}

.login-language-button > p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.login-language-div {
    display: none;
    position: fixed;
    top: 2px;
    right: 60px;
    width: 80px;
    border: 1px solid #DCDCDC;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    z-index:100;
}

.login-language-flags {
    height: 54px;
    margin: 5px 0 -1px 0;
    cursor: pointer;
}

.login-language-flags-name {
    background-color: #000;
    width: 72px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 1px;
}
.login-language-flags-name > small {
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
}

.login-display-password-icon {
    float: right;
    margin: -28px 30px 0 0;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.btn-login{
    background-color: #5236ff;
}
.btn-login:hover {
    background-color: #8b78ff;
    transition: 0.5s;
    font-size: 20px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #c0c4dc;
    display: inline-flex;
    z-index: 100;
    font-family: 'Nunito';
}

.main-header-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #c0c4dc;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    font-family: 'Nunito';
}

.top-bar-user-icons-div {
    padding-right: 85px;
}

.span-usuario {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 39px 0 0 -42px;
    font-size: 8px !important;
    text-transform: uppercase;
}

#machine-row-principal {
    font-size: 12px;
}

#machine-card-principal {
    font-size: 12px;
}

.new-pcp-machine-layout {
    font-size: 10px;
    font-family: Inter;
    font-weight: 400;
}

.custom-size-input {
    height: 14px;       /* Ajusta a altura do input */
    font-size: 8px;    /* Reduz o tamanho da fonte */
    padding: 5px 3px;  /* Reduz o preenchimento interno */
}

.title-machine-add {
    color: #1B2022;
    font-weight: 700;
    font-family: Inter;
}

.square-radio {
    appearance: none; /* Remove o estilo padrão */
    -webkit-appearance: none; /* Suporte para navegadores baseados em WebKit */
    width: 8px;
    height: 8px; /* Altura */
    background-color: #fff; /* Cor de fundo */
    border: 1px solid #000; /* Borda */
    cursor: pointer; /* Cursor de clique */
}

/* Estilo quando selecionado */
.square-radio:checked {
    background-color: #007bff; /* Cor de fundo quando marcado */
    border-color: #007bff; /* Cor da borda quando marcado */
}

/* Estilo para focado */
.square-radio:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Efeito de foco */
}

.small-checkbox {
    width: 8px;
    height: 8px;
  }

  .image-frame {
    width: 200px;
    height: 200px;
    border: none;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

/* Imagem dentro do quadro */
.image-frame img {
    max-width: 100%;
    max-height: 100%;
}

/* Botão de upload estilizado */
.upload-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.upload-btn:hover {
    background-color: #0056b3;
}

.square-small {
    width: 10px;
    height: 10px;
}

.main-header-content {
    max-width: 1920px;
    margin: auto;
}

.main-header-logo {
    height: 55px;
}
@media (max-width: 834px) {
    .main-header-logo {
        height: 68px !important;
    }
}

.main-header-logo:hover {
    background-color: #a5cbcf;
}

.main-header-bell {
    font-size: 30px;
    color: #000;
    float: right;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
}
.main-header-bell .notifications-num-count {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 20px;
}
.main-header-bell ._notification-div-list {
    border: 1px solid #DCDCDC;
    width: 385px;
    min-height: 60px;
    max-height: 500px;
    overflow-y: scroll;
    position: absolute;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 6px 7px 13px #3e3e3e;
    display: none;
}

.notification-div-list-header {
    font-size: 10px;
    padding: 5px;
    display: inline-flex;
    position: fixed;
    min-height: 20px;
    background-color: #FFF;
    width: 384px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #DCDCDC;
    justify-content: space-between;
}
.notification-div-list-header > div > span {
    font-weight: bold;
}

._notification-div-list-body {
    margin-top: 50px;
}

.notification-item {
    width: 98%;
    margin: 1%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 2px 4px;
}
.notification-item > h6 > p {
    font-size: 11px;
}
.notification-item > p {
    font-size: 13px;
}

.main-header-title {
    width: 100%;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    cursor: default;
    text-align: center;
}
@media (max-width: 834px) {
    .main-header-title {
        color: #fff;
        font-size: 28px !important;
        line-height: 100%;
    }
    .top-bar-main-site-buttons-div {
        width: 10px;
    }
}

.main-header-log-user {
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none !important;
    color: #000;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    width: 110px;
    margin-left: -55px;
    text-align: right;
}

.main-header-log-user-icons {
    color:#000;
    font-size: 20px;
}
@media (max-width: 834px) {
    .main-header-log-user-icons{
        font-size: 33px !important;
    }
}

.top-bar-user{
    width: 30px;
    height: 40px;
    margin: 14px 0 0 5px;
}

.top-bar-icons-logout:hover {
    background-color: red;
    opacity: 70%;
}

.top-bar-icons-action:hover {
    background-color: white;
    opacity: 70%;
}


.top-bar-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-questionmark-icon-1 {
    height: 30px;
}
@media (max-width: 834px) {
    .top-bar-questionmark-icon-1 {
        height: 55px;
    }
}

.top-bar-questionmark-icon-2 {
    height: 27px;
    display: none;
}
@media (max-width: 834px) {
    .top-bar-questionmark-icon-2 {
        height: 50px;
    }
}

.top-bar-questionmark:hover .top-bar-questionmark-icon-1 {
    display: none;
}
.top-bar-questionmark:hover .top-bar-questionmark-icon-2 {
    display: block;
}

.minimize-icon-top-bar {
    height: 40px;
    width: 28px;
    line-height: 40px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.top-bar-clock {
    width: 75%;
    text-align: center;
    padding-top: 10px;
    color: #000;
    cursor: default;
}


.main-content {
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 60px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #c0c4dc;
    display: inline-flex;
    border-top: 2px solid #AAA;
    padding-left: 10px;
    z-index: 100;
    font-family: 'Nunito';
}

.main-footer-content {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: inline-flex;
}

.main-footer-copyright {
    width: 40%;
    color: #000;
    cursor: default;
}

.main-footer-contact {
    width: 40%;
    text-align: right;
}

.footer-contact-number {
    width: 50%;
}

.main-footer-img-div {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.main-footer-img {
    height: 55px;
}

.footer-contact-icons-div {
    width: 50%;
    padding-top: 17px;
    float: right;
}

.footer-phone {
    color: #000;
    cursor: default;
}

.main-footer-icon {
    font-size: 20px;
    margin: 6px;
    color: #555;
}

.gmp-footer-site {
    color: #000;
}

.gmp-footer-site:hover {
    color: #000;
}

.main-footer-icon-phone {
    font-size: 20px;
    margin: 6px;
    color: #5236ff;
}

.login-logo {
    width: 270px;
}

.login-footer {
    width: 250px;
}

.btn-menu {
    width: 42.357%;
    min-height: 95px;
    min-width: 420px;
    max-width: 685px;
    font-size: 40px;
    font-weight: bold;
    border-radius: 50px;
    background-color: #111;
    box-shadow: 6px 15px 10px #3e3e3e;
    line-height: 95px;
}
.btn-menu:visited {
    background-color: #111;
}
.btn-menu:hover {
    background-color: #333;
}
.btn-menu:hover .btn-menu-span {
    font-size: 30px;
    transition: 0.5s;
}

.btn-menu-span {
    font-size: 22px;
}

.btn-menu-icon {
    height: 65px;
    float: left;
    margin: 15px 0 0 20px
}

.btn-w-140 {
    width: 140px;
}

.btn-large {
    min-width: 200px;
    min-height: 50px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    background-color: #5236ff !important;
    border-color: #5236ff !important;
    margin-bottom: 15px;
}

.btn-large:hover {
    background-color: #8b78ff !important;
    border-color: #8b78ff !important;
}

.user-type-div {
    height: 97%;
    width: 95%;
    margin: 10px 0 0 2.5%;
    border: 0px solid #000;
    border-radius: 12px;
    padding: 0 40px;
    background-color: #FFF;
    box-shadow: 15px 15px 7px #c7c5c5;
}

.user-type-p {
    font-size: 20px;
}

.user-type-li {
    color: #000;
}

.user-type-title {
    text-align: center !important;
    display: block ruby;
}

.user-type-title-h {
    background-color: #000;
    padding: 10px 20px;
    margin-bottom: 6px;
    min-width: 90%;
    color: #FFF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 600;
    cursor: default;
}

.user-type-content {
    text-align: justify;
    min-height: 465px;
    flex: 1; /* Expande para preencher o espaço disponível */
    overflow-y: auto; /* Rolagem para conteúdos longos */
    padding: 15px;
}

.user-type-right {
    border: 1px solid #000;
    background-color: #FFF;
    height: 300px;
    width: 350px;
}

.user-type-right-h {
    margin-top: 55px;
    cursor: default;
}

.user-type-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Altura fixa para todos os cards */
    padding-bottom: 10px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 15px;
}

.user-type-footer {
    margin-top: auto; /* Empurra o botão para a parte inferior */
    padding-bottom: 5px; /* Espaço para o botão */
    text-align: center;
}

.user-type-card-button {
    width: 75%;
    border-radius: 25px;
}
.user-type-card-button:hover {
    font-size: 20px;
    transition: 0.5s;
}

.user-page-header-li {
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.user-page-header-li a {
    color: #FFF !important;
    text-decoration: none;
    display: inline-block;
}

.user-page-header-li-active {
    background-color: #1A237E;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.topbar {
    display: block !important;
}

.topbar-content {
    max-width: 1920px;
    margin: auto;
}

.topbar-li-content {
    width: 100%;
    background-color: #303444;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
}
.topbar-li-content-active {
    background-color: #3a36ff;
}

.topbar-li-content-red-active {
    background-color: #f81414;
}

.topbar-li-arrow-front {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #303444;
}
.topbar-li-arrow-front-active {
    border-left: 25px solid #3a36ff;
}

.topbar-li-arrow-front-red-active {
    border-left: 25px solid #f81414;
}

.topbar-li-arrow-back {
    width: 0;
    height: 0;
    border-top: 25px solid #303444;
    border-bottom: 25px solid #303444;
    border-left: 25px solid transparent;
}
.topbar-li-arrow-back-active {
    border-top: 25px solid #3a36ff;
    border-bottom: 25px solid #3a36ff;
}

.topbar-li-arrow-back-red-active {
    border-top: 25px solid #f81414;
    border-bottom: 25px solid #f81414;
}

.user-top-bar-breadcrumb {
    width: 100% !important;
}

.user-layout-wrapper {
    margin-left: -10px;
    position: relative;
    z-index: 50;
    padding-bottom: 60px;
}

.user-new-images {
    height: 30px;
    float: right;
}

.user-edit-search-user {
    width: 100%;
    padding: 5px 0;
}

.user-back-permitions-button {
    max-width: 85px;
    position: fixed;
    right: 10px;
    bottom: 65px;
}

.vertical-layout {
    margin-left: -10px;
}

.side-menu-image {
    width: 24px !important;
    max-height: 24px !important;
    height: auto !important;
    filter: none !important;
    float: left;
}

.sidebar-info-text {
    border: 1px solid #404955;
    padding: 4px;
    border-radius: 6px;
    margin: 10px;
    max-width: 229px;
    background-color: #252f3d;
}

.sidebar-li {
    border: 1px solid #404955;
    border-radius: 6px;
    margin: 8px 3px !important;
    background-color: #303444;
    max-width: 210px;
}
.sidebar-li > a > span {
    font-size: 12px;
    text-align: center;
    width: calc(100% - 25px);
    display: inline-block;
}
.sidebar-li > button {
    width: 100%;
}
.sidebar-li > button > span {
    font-size: 12px;
    text-align: center;
    width: calc(100% - 25px);
    display: inline-block;
}

.sidebar-li-a {
    padding: 3px 12px !important;
}

.action_menu_sidebar:hover {
    opacity: 0.5;
}

.leftbar {
    background: #303444 !important;
}

.module-footer-action-buttons {
    position: fixed;
    display: none;
    bottom: 60px;
    left: 80px;
    z-index: 100;
}

.vertical-menu {
    border: 1px solid #404955;
    border-radius: 6px;
    padding: 2px 0;
    background-color: #252f3d;
    max-width: 218px;
    margin-left: 15px;
}

.vertical-menu > li {
    overflow: hidden;
}

.vertical-menu > li > a:hover {
    background-color: #FFF;
    color: #000;
}

.vertical-menu > li > a > img {
    margin-right: 0 !important;
}

.btn-transparent {
    border:none;
    background-color:transparent;
    text-align: justify;
}

.back-page-button-a {
    bottom: 70px;
    position: fixed;
    left: 15px;
    width: 65px;
    z-index: 101;
}
.back-page-button-a:hover {
    opacity: 0.8;
}

.back-page-button {
    height: 65px;
    z-index: 100;
    position: relative;
}

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

.form-box-shadow {
    box-shadow: 5px 5px 8px #BBB;
}

.form-control {
    border: 1px solid #CCC;
}

.questionmark-modal-button {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    width: 20px;
    display: inline-flex;
}

.questionmark-modal {
    position: absolute;
    max-height: 130px;
    width: 300px;
    background-color: #b8c7dd;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 6px;
    overflow-y: scroll;
    z-index: 94;
}

.pcp-card-inventory-manager {
    width: 16%;
    margin: 30px 0 0 0.5%;
    float:left;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.pcp-card-inventory-manager-body {
    min-height: 450px;
    position:relative;
    padding: 0;
}

.pcp-card {
    width: 19.5%;
    margin: 30px 0 0 0.5%;
    float:left;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.pcp-card-body {
    min-height: 610px;
    position:relative;
    padding: 0;
}

.pcp-card-title {
    height: 70px;
    width: 100%;
    background-color: #4034fc;
    line-height: 70px;
    margin-bottom: 15px;
    color: #FFF;
}

.pcp-card-image-div {
    height: 305px;
    width: 90%;
    margin: 15% 0 0 5%;
    border-radius: 10px;
    overflow: hidden;
}

.pcp-card-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.btn-large-green {
    width: 100%;
    /* min-width: 200px;
    min-height: 50px; */
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #000 !important;
}

.box-input {
    border: 1px solid #AAA;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
}

._opaque-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 105;
    display: none;
}

.modal-z-index {
    z-index: 120;
}

.user-confirm-modal {
    max-width: 650px;
    padding: 8px;
    background-color: #c0c4dc;
    position: fixed;
    z-index: 110;
    top: 15%;
    left: 35%;
    border-radius: 10px;
    display: none;
}
.user-confirm-modal-close-button {
    position: absolute;
    right: 8px;
    width: 30px;
    height: 30px;
    padding: 2px;
}
.user-confirm-modal-content > p,
.user-confirm-modal-content > ul > li{
    color: #000;
    font-weight: bold;
}
.user-confirm-modal-save-button {
    width: 50%;
    border-radius: 16px;
    border: 1px solid #777;
}
.user-confirm-modal-save-button > span {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.user-confirm-modal-save-button > img {
    height: 30px;
    margin-top: -6px;
}

.user-span-no-login {
    background-color: yellow;
    max-width: 330px;
    text-align: center;
    left: 43%;
}
.user-span-no-login > h4,
.user-span-no-login > p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}
.user-span-no-login > h4 {
    font-weight: bold;
}

.user-span-login {
    background-color: #00E676;
    min-height: 130px;
}
.user-span-no-login > h4 {
    margin-top: 45px;
}

.err-page {
    width: 100%;
    text-align: center;
}

.err-message-div {
    padding: 10px 20px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    background-color: #FFF;
    max-width: 300px;
    margin: auto;
    text-align: center;
    box-shadow: 15px 15px 7px #c7c5c5;
}
.err-message-div > h2 {
    background-color: #000;
    color: #FFF;
    margin-top: -11px;
    border: 1px solid #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;;
}

.btn-br-10 {
    border-radius: 10px;
}

.dt-column-order {
    display: none;
}

.modal-storage-tank {
    position: fixed;
    z-index: 101;
    background-color: #e0dcdc;
    padding: 25px;
    border-radius: 15px;
    top: 25%;
    left: 42%;
    display: none;
}

.modal-storage-tank-content {
    text-align: center;
    min-width: 290px;
}
.modal-storage-tank-content > span {
    background-color: #FFF;
    border-radius: 8px;
    padding: 8px;
}

.modal-storage-tank-footer {
    display: inline-flex;
    margin-top: 25px;
}
.modal-storage-tank-footer > button {
    margin-left: 10px;
}

input:read-only,
input:disabled {
    cursor: default;
}

.btn-view-lg {
    min-width: 220px;
    border-radius: 20px;
    background-color: #E46633;
    padding: 0 10px;
    border-color: #E46633;
}
.btn-view-lg > span {
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
}

.confirm-modal-save-form {
    position: fixed;
    top: 20%;
    left: calc(50% - 157.5px);
    width: 315px;
    min-height: 100px;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 8px;
    background-color: #DDD;
    display:none;
    z-index: 110;
}

.confirm-modal-save-form-content {
    background-color: #FFF;
    border-radius: 8px;
    width: 95%;
    margin-left: 2.5%;
    padding: 10px;
    font-size: 13px;
    color: #000;
}

.exit-btn {
    width: 60%;
    border-radius: 20px;
    float: right;
}
.exit-btn > span {
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
}

.admin-token-modal {
    position: fixed;
    top: 10%;
    left: calc(50% - 175px);
    z-index: 110;
    width: 350px;
    min-height: 50px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #DCDCDC;
    display: none;
}
.admin-token-modal > button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    height: 25px;
    width: 25px;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 834px) {
    .icon-globe {
        display: none;
    }
}
#items {
    gap: 80px;
}
.icon-bell {
    font-size: 37px !important;
}

.modal-env {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-env.show {
    display: flex;
}

.modal-content-env {
    background: white;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    text-align: center;
}

.modal-content-env.success {
    background-color: #28a745;
    color: white;
}

.modal-content-env.error {
    background-color: #dc3545;
    color: white;
}

.modal-header-errors {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-body li {
    text-align: left;
}

.select2-search__field {
    width: 100% !important;
    padding: 3px 12px !important;
    margin: 0px !important;
    line-height: 1 !important;
}

@media (min-height: 1040px) {
    .login-side-image {
        height: 100vh;
        background-image: url("../images/image-login-maior.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .login-side-image > img {
        display: none;
    }

    .login-card-height-responsive {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100vh !important; 
    }

    .login-card {
        margin: 0;
    }
}