.option {
    cursor: pointer;
    transition: transform 0.6s ease-in-out;  
    transition: background-color 0.5s ease-in-out;
}
.option .option-label .option-head .option-title, .option .option-label .option-head .option-focus {
    color: #8d1111;
}
.option:hover {
    background-color: #8d1111;
    transform: scale(1.0);
}
.option:hover .option-title, .option:hover .option-focus, .option:hover .option-body {
    color: #fff !important;
}
.form-control.border-input-dashed {
    border: #8d1111 1px dashed;
}

.swal2-styled.swal2-confirm {
    background: initial;
    background-color: var(--success);
}

@media (min-width: 100px) and (max-width: 800px) {
	
    .btn-mobile{
        text-align: center;
        margin-top: 10px;
    }
    
}
