:root {
    --fc-border-radius: 5px !important;
    --fc-primary: #00a79d !important;
    --fc-link-color: #004f9a !important;
    --fc-link-color-rgb: 0, 79, 154;
    --fc-link-decoration: underline;
    --fc-link-hover-color: #00478a !important;
    --fc-primary-rgb: 0, 167, 157 !important;
}

.navbar {
    --fc-navbar-hover-color: #00a79d !important;
}

.btn-primary {
    --fc-btn-color: #fff;
    --fc-btn-bg: #00a79d !important;
    --fc-btn-border-color: #00a79d !important;
    --fc-btn-hover-color: #fff;
    --fc-btn-hover-bg: #0e947a !important;
    --fc-btn-hover-border-color: #0e947a !important;
    --fc-btn-focus-shadow-rgb: 47, 185, 47;
    --fc-btn-active-color: #fff;
    --fc-btn-active-bg: #0e947a !important;
    --fc-btn-active-border-color: #0e947a !important;
    --fc-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --fc-btn-disabled-color: #fff;
    --fc-btn-disabled-bg: #b8cbe4 !important;
    --fc-btn-disabled-border-color: #b8cbe4 !important;
}

.btn-light-primary {
    --fc-btn-color: #000;
    --fc-btn-bg: #c4efd5;
    --fc-btn-border-color: #c4efd5;
    --fc-btn-hover-color: #000;
    --fc-btn-hover-bg: #d5f1d5;
    --fc-btn-hover-border-color: #d3f1d3;
    --fc-btn-focus-shadow-rgb: 175,203,175;
    --fc-btn-active-color: #000;
    --fc-btn-active-bg: #d8f2d8;
    --fc-btn-active-border-color: #d3f1d3;
    --fc-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --fc-btn-disabled-color: #000;
    --fc-btn-disabled-bg: #c4efd5;
    --fc-btn-disabled-border-color: #c4efd5
}



.form-control:focus {
   
    border-color: #00a79d !important;
    box-shadow: 0 0 0 .25rem rgba(0, 113, 220,.25) !important;
   
}
.form-check-input:checked {
    background-color: #00a79d !important;
    border-color: #00a79d !important;
}

.btn-outline-primary {
    --fc-btn-color:  #00a79d !important;
    --fc-btn-border-color:  #00a79d !important;
    --fc-btn-hover-color: #fff;
    --fc-btn-hover-bg:  #00a79d !important;
    --fc-btn-hover-border-color:  #00a79d !important;
    --fc-btn-focus-shadow-rgb: 10,173,10;
    --fc-btn-active-color: #fff;
    --fc-btn-active-bg:  #00a79d !important;
    --fc-btn-active-border-color: #00a79d !important;
    --fc-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --fc-btn-disabled-color:  #00a79d !important;
    --fc-btn-disabled-bg: transparent;
    --fc-btn-disabled-border-color:  #00a79d !important;
    --fc-gradient: none
}

.pagination {
    --fc-pagination-hover-bg: #00a79d !important;
    --fc-pagination-hover-border-color: #00a79d !important;
    --fc-pagination-focus-bg: #00a79d !important;
    --fc-pagination-active-bg: #00a79d !important;
    --fc-pagination-active-border-color: #00a79d !important;
}


.progress, .progress-stacked {
    --fc-progress-bar-bg: #00a79d !important;
 }

.text-primary {
    color: rgba(0, 167, 157, 1) !important;
}

a {
    color: #0e947a;
}

.bg-light-primary {
    --fc-bg-opacity: 1;
    background-color: #c4efd5 !important
}

.bg-dark-primary {
    --fc-bg-opacity: 1;
    background-color: #004297 !important
}


