.login-container {
    padding: 4rem 4rem 1rem;
    color: #fff;
}

.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/login/login-background.jpeg) !important;
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: center; /* Center the image */
    background-size: cover; /* Scale the image to cover the entire container */
    background-attachment: fixed; /* Keep image fixed during scroll (optional parallax effect) */
    background-color: #cccccc; /* Fallback color */
}

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);
}

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);
}

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 {
    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;
}
