/*----------------- Calender Modal------------ */
.modal .modal-footer .ftbtn{
    float: none;
    margin: 0px 6px;
    width:100px;
    
}
.modal .modal-footer .fbtn-secondary {
    background-color: #aaa;
}
.modal .modal-footer .fbtn-primary{
    background-color: var(--primary);
}