body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #333;
    background-color: #222222;
    /* background-color: #012269; */
    /* background-image: url('https://esdrom.ro/locker/img/bg.webp'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: rgb(248, 247, 247); */
    /* background-blend-mode: overlay; */
    min-height: 100vh;
}

.h1,
h1 {
    /* font-size: calc(2rem + 2vw); */
    font-weight: 900;
}

.form-container {
    /* min-width: 700px; */
    /* max-width: 800px; */
    border-radius: 0px;
    font-size: small;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #6c757d;
    font-style: italic;
    /* font-size: 14px; */
}

#model::placeholder {
    /* font-size: 12.5px; */
    color: #6c757d;
}
#imei_sn::placeholder {
    /* font-size: 12.5px; */
    color: #6c757d;
}
/* #sn::placeholder {
    font-size: 12.5px;
    color: #1e1e1e;
} */

form-select-lg::placeholder {
    color: #6c757d;
    font-style: italic;
}

.form-check-label {
    padding-top: 2px;
}

.p-4 {
    padding: 4rem !important;
    border-radius: 7px;
}

#qr-container {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

#response {
    /* max-height: 60vh; */
    overflow-y: auto;
    padding: 15px;
    margin-top: 20px;
    /* background-color: #f8f9fa; */
    border-radius: 8px;
    scroll-behavior: smooth;
}

.disabled-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    cursor: default !important;
}

button[disabled] {
    opacity: 0.7;
    cursor: wait !important;
}

#cancelBtn {
    transition: all 0.3s ease;
}

#cancelStatus {
    min-height: 50px;
}

form+form {
    margin-top: 10px;
}

select:hover {
    background-color: transparent;
    color: #010101;
}

.form-select:focus,
.form-control:focus {
    /* border: none; */
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.3em;
    border-radius: 0px;
    border: 1px solid #ced4da;
}

.form-select-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.3em;
    border-radius: 0px;
    border: 1px solid #ced4da;
    font-style: italic;
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0px;
    background: #E0091D !important;
    --bs-btn-border-color: transparent !important;
}

.btn:hover {
    background: #010101 !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
    --bs-btn-border-color: transparent !important;

}

.is-valid {
    border-color: #28a745 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 0.875em;
}

.input-group-text {
    background-color: #f8f9fa;
    border-right: none;
    width: 45px;
}
.input-group-text {
    /* display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color); */
    border-radius: 0;
}

.form-control,
.form-select {
    /* border-left: none; */
    padding-left: 10;
}

.input-group:focus-within .input-group-text {
    background-color: #e9ecef;
    transition: background-color 0.3s;
}

option[value="BUCURESTI"] {
    color: #dc3545 !important;
    font-weight: bold !important;
}

@media (max-width: 768px) {
    .p-4 {
        padding: 1.5rem !important;
        border-radius: 7px;
    }
    .h1, h1 {
        font-size: calc(2rem + 2vw);
        font-weight: 900;
    }
}

@media (max-width: 768px) {

    .form-container form .row {
        flex-direction: column;
    }

    .form-container form .row .col {
        margin-bottom: 1rem;
    }

    .form-container form .row .col:last-child {
        margin-bottom: 0;
    }
}