@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

.login-container {
    padding: 2rem;
    color: #fff;
    text-align: center;
}

@media (orientation: landscape) {
    .login-container {
        padding: 1rem 2rem;
    }
}

.header-btn{
    width: 64px;
    height: 64px;
}

.brand-logo {
    min-width: 250px !important;
}

.copyright {
    font-size: 0.75rem !important;
}

.warehouse-card {
    text-decoration: none;
    color: inherit;
    min-height: 100px;
}

.warehouse-card:hover {
    text-decoration: none;
    color: inherit;
}

.warehouse-card .card {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.warehouse-card:hover .card {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0,123,255,0.25);
    transform: translateY(-2px);
}

.warehouse-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.login-page {
    background-image: url(../img/esaab_mkt.png) !important;
    background-repeat: no-repeat;
    background-color: #ffffff;
    overflow: hidden;
    height: 100dvh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

body {
    background-image: url('../img/esaab-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

header {
    height: 60px;
    background: linear-gradient(to right, rgba(30,87,153,1) 12%,rgba(41,137,216,1) 41%,rgba(32,124,202,1) 72%,rgba(50,151,229,1) 98%);
    background-image: url(../img/esaab-header-background.png);
    background-size: cover;
}

footer {
    height: 60px;
    background: linear-gradient(to right, rgba(30,87,153,1) 12%,rgba(41,137,216,1) 41%,rgba(32,124,202,1) 72%,rgba(50,151,229,1) 98%);
    background-image: url(../img/esaab-header-background.png);
    background-size: cover;
}

section {
    min-height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
}

.text-form {
    border: 1px solid #05B9E8 !important;
    background-color: #434242 !important;
    color: #ffffff !important;
}

input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.95) !important; /* Change to your desired color (e.g., red, hex code, RGB) */
    opacity: 1; /* Firefox applies a lower opacity by default, this makes it consistent across browsers */
}


.pos-panel {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 250px);
}

.product-list {
    overflow-y: auto;
}

.order-items {
    height: 400px;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
}

.product-item .btn {
    border-radius: 8px;
}

.order-item {
    border: 1px solid #05B9E8 !important;
    background-color: #32373d !important;
    color: #ffffff !important;
}

.mGridVerde {
    color: white;
    background: #403F3F;
    border: 1px solid #454d55;
    border-radius: 3px;
}

.mGridVerde th {
    position: sticky !important;
    top: 0;
    white-space: nowrap;
    text-align: center;
    font-family: Roboto !important;
    font-weight: bold !important;
    font-size: 0.7rem !important;
    color: #ffffff !important;
    background: #17A44F !important;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid #202020;
}

.mGridVerde td {
    color: white;
    padding: 6px 6px 6px 6px !important;
    font-family: Roboto;
    font-size: 0.7rem;
    text-align: center;
    vertical-align: middle !important;
}

.modal-content {
    background-image: url('../img/esaab-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}