
.background-color-container {
    background:rgb(232, 233, 235);
}

.subtitle {
    font-family: 'Quicksand', sans-serif;
    color: #B32628;
    font-weight: bold;
}


.hand-icon {
    font-size: 50px;
    color: #B32628; 
    margin-right: 10px;
}

.order-code-input {
    margin-right: 10px; 
    font-family: 'Quicksand', sans-serif; 
    font-weight: bold; 
    font-size: 20px; 
    padding: 6px; 
    border: 2px solid #ccc; 
    border-radius: 5px; width: 30%
}

.form {
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.table-border-radius {
    border-radius: 5px; 
    overflow: hidden;
}

.th-params {
    font-weight: bold !important; 
    text-align: center !important; 
    font-size: 18px !important;
}

.td-params {
    font-size: 18px !important; 
    background-color:rgb(255, 255, 255) !important;
}

.card {
    background-color:rgb(255, 255, 255);
    margin: 10px; border-radius: 5px; 
    display: flex; align-items: center; 
}


.image-style {
    width: 200px; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 1rem;
}

.p-style {
    font-size: 22px; 
    font-family: 'Quicksand', sans-serif; 
    color: #B32628; 
    font-weight: bold;
}

.letter-color {
    color:rgb(0, 0, 0);
}

.p-description {
    font-size: 22px; 
    font-family: 'Quicksand', sans-serif; 
    color:rgb(0, 0, 0); 
    font-weight: 700
}