.v-stepper__items {
    position: relative;
    overflow: hidden;
    margin: -36px;
}

.grid-red {
    background-color: #ef9a9a;
}

.grid-yellow {
    background-color: #fff59d;
}

.grid-green {
    background-color: #a5d6a7;
}


.color-red {
     color: #ff0000;
}

.color-yellow {
     color: #ffe644;
}

.color-green {
     color: #00c400;
}


.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
    /*   padding: 0 0px;
*/
}

.card-header-primary {
    background: #105cfa !important;
}

.btn.btn-primary.btn-link {
    color: #105cfa !important;
}

.btn-primary2 {
    background: #011F5B  !important;
    color: #fff !important;
}
 

.btn-primary2 {
  
    background: #0177BD  !important;
    color: #fff !important;
}
.text-primary2 {
    color: #0177BD !important;
}

.text-primary {
    color: #011F5B !important;
}
.text-white {
    color: white !important;
  }

.v-dialog {
    overflow: hidden !important;
}
.card-scrolleable{
    overflow-y: scroll;
    max-height: 80vh;
}

.input-h1 {
	font-size: 2rem;
	height: 70px;
	font-weight: 500 !important;
}

.text-red input {
    color: red !important;
  }
form {
     margin-bottom: 0rem !important;
}

.grey-lighten-2{
    background-color: #ededed !important;
}

.v-rating .v-icon {
    padding: 0.1rem;
}
.logo-marcas {
    margin-inline-end: 0.5rem; width: 5rem
}

.logo-marcas-select
{
   /*margin-inline-end: 0.5rem; width: 5rem*/
    height: 50px;
    width: 40px;
    margin: 21px 13px 0px 360px;
    float: right;
}
.label-marcas-select{
    /*margin-left:80px;
    margin-top:30px;*/
    font-size: 16px;
    display: block;
    line-height:63px;
    padding: 14px 16px;
}
.row-marcas-select{
    height: 90px;
}
.imagen-modelo{
border-radius: 10px;
}

html {
    font-size: 16px !important;
}

body {
    font-family: "Roboto", sans-serif !important;
}
.pt-15{
padding-top: 15px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.primary-2 {
    background-color: #0177BD !important;
    color: white !important;

}

.border-primary-2 {
    border-color: #0177BD !important;
    color: white !important;

}

.border-primary {
    border-color: #011F5B !important;
    color: white !important;

} 
 
 
.theme--light.v-label {
    color: #011F5BAA !important;
    font-size: 18px !important;
}


.menu-blue{
    background-color: blue !important;
    height: 20px;
    padding-top: 2px;
    border-radius: 5px 5px 5px 5px;
}
.menu-blue-icon{
    background-color: blue !important;
    height: 20px;
    padding-top: 2px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 13px !important;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}


.custom-confirm-button {
    width: 47%;
    background-color: rgb(255, 82, 82);
    border-color: rgb(255, 82, 82);
    text-transform: none;
    /* Elimina la transformación de mayúsculas */
    font-family: inherit;
    /* Hereda el tipo de letra por defecto */
    /* Agrega otros estilos que desees */
}

.custom-confirm-button span {
    color: white;
    /* Cambia el color del texto a blanco */
}

.custom-swal-actions {
    background-color: rgb(241, 241, 241);
    /* Cambia el color de fondo */
    border-top: 1px solid #rgb(241, 241, 241);
    /* Agrega un borde superior */
    padding: 10px !important;
    /* Aumenta el padding */
    justify-content: end !important;
    /* Centra los botones */
    /* Agrega otros estilos que desees */
}

.custom-swal-popup {
    
    padding: 0px !important;
    

}

.custom-swal-content {
text-align: start !important;
}


.estado-header {
    width: 170px !important;
    max-width: 170px !important;
}
.refpedido-header {
    width: 100px !important;
    max-width: 100px !important;
}

.header-actions-custom {
    width: 200px;
}