/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 2, 2024, 2:31:00 PM
    Author     : 17113
*/

.optionButton .nav-link {
    background-color: #ffffff;
    color: #7a7a7a !important;
    border: 1px solid #b3b3b3 !important;
    padding: 1rem !important;
}

.optionButton .nav-pills .nav-link.active, .optionButton .nav-pills .show>.nav-link {
    border: 1px solid #ced4da !important;
    color: #1a3351 !important;
}
.optionButton .nav-item {
    width: 49%;
}
.optionButton .nav-link span {
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
}
@media (min-width: 320px) and (max-width: 719px) {
    .optionButton .nav-item {
        width: 100%;
    }
    .optionButton .nav-item:first-child {
        margin-bottom: 10px;
    }
}
