﻿.btn_radius_left {
    border-radius: 0px !important;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    height: 27px;
    width: 45px;
}

.btn_radius_right {
    border-radius: 0px !important;
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    height: 27px;
    width: 45px;
}

.Yes_Button {
    background-color: white; 
    color: black; 
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}

.Yes_Button:hover {
    background-color: #485CEE;
    color: white;
}

.Yes_Button_Selected {
    background-color: #485CEE; 
    color: white; 
    border: 1px solid #485CEE;
    border-radius: 10px;
    cursor: pointer;
}

.No_Button {
    background-color: white; 
    color: black; 
    border: 1px solid lightgray;
    border-radius: 10px;
    cursor: pointer;
}

.No_Button:hover {
    background-color: #485CEE;
    color: white;
}

.No_Button_Selected {
    background-color: #485CEE; 
    color: white; 
    border: 1px solid #485CEE;
    border-radius: 10px;
    cursor: pointer;
}

