﻿.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

h1{
    margin-bottom: 20px;
}

.card {
    background-color: #282b2d6d;
    border: none;
    text-align: center;
    border-radius: 35px;
    box-shadow: none;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
}

.card-body {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    color: #F7F0E2;
    padding-top: 0;
}

.card-body form .col-10 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.card-body form .col-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.card-body .form__field {
    flex: 1 1 0;
    height: 40px;
}


@media (max-width: 1420px) {
    .card-body form .col-10 {
        flex-direction: column;
        align-items: stretch;
    }

    .card-body .form__field {
        max-width: 100%;
    }

    .card-body form .col-2 {
        flex-direction: column;
        justify-content: center;
    }

}

.card-body .row{
    background-color: transparent;
}

.row {
    background-color: #282b2d6d;
    border-radius: 10px;
    padding-top: 10px;
}
/* Tarjetas de productos */


#sucursalesTable {
    width: 100%;
    background-image: linear-gradient(45deg, #282b2d8e, #282b2ddf);
}


#sucursalesTable th, #sucursalesTable td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

#sucursalesTable th {
     background-image: linear-gradient(4deg, #e5e5e51b, #73020bcc);
    color: #f7f0e298;
    color: #F7F0E2;
}

#sucursalesTable td {
    color: #F7F0E2;
    padding: 0;
}

#sucursalesTable th {
    background-image: linear-gradient(4deg, #e5e5e51b, #73020bcc);
    color: #f7f0e298;
}

#sucursalesTable tr:hover {
    color: #F7F0E2;
    background-color: #1c1e20;
    padding: 0;
    font-weight: bold;
}

#sucursalesTable .accionesColumn {
    padding: 10px;
}



#sucursalesTable  .pad {
    min-width: 50px;
}


#sucursalesTable .padd{
    max-width: 100px;
}

#sucursalesTable .paddd{
    padding: 0;
}



#SucursalCreateModal .modal-dialog {
    max-width: clamp(80vw, 900px, 90vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}


#SucursalCreateModal .modal-body form{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


#SucursalUpdateModal .modal-dialog {
    max-width: clamp(80vw, 900px, 90vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#SucursalUpdateModal .modal-body form{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}