.swal2-styled.swal2-confirm  {
    border-left-color: #FF5821 !important;
    border-right-color: #FF5821 !important;
}
.btn-custom-color:hover{
    transition: 0.2s;
    background-color: white;
    color: #FF5821;
    border-color: #FF5821;
}
.btn-custom-color{
    transition: 0.2s;
    color: white;
    background-color: #FF5821;
}
.btn-custom-color:focus{
    outline: none !important;
    border:1px #FF5821;
    box-shadow: 0 0 5px #FF5821;
}
#codigodescuento:focus{
    outline: none !important;
    border:1px #FF5821;
    box-shadow: 0 0 5px #FF5821;
}
.box:hover h3{
    color: #fff !important;
    background: #ff5821 !important;
    box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4) !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff5821!important;
    border-color: #ff5821;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(255, 88, 33);
    border-color: #ff5821;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    border-color: #ff5821;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #ff5821;
}
input[type=checkbox] {
    transform:scale(1) !important;
}