.btn-primary{
    background-color: rgba(239, 95, 60, 0.802);
    color: white !important;
}

.btn-primary:hover{
    background-color: rgba(239, 95, 60, 0.7);
    color: white !important;
}

.btn-primary:active{
    background-color: rgba(239, 95, 60, 0.7);
    color: white !important;
}

.btn-danger{
    color: white !important;
}

.btn-danger:hover{
    color: white !important;
}

.btn-danger:active{
    color: white !important;
}

.btn-info{
    background-color: rgb(7, 34, 53);
    color: white !important;
}

.btn-info:hover{
    background-color: rgba(7, 34, 53, 0.9);
    color: white !important;
}

.btn-info:active{
    background-color: rgba(7, 34, 53, 0.85);
    color: white !important;
}

.btn-secondary{
    color: white !important;
}

.btn-secondary:hover{
    color: white !important;
}

.btn-secondary:active{
    color: white !important;
}

a{
    color: rgb(255, 140, 100);
}

a:hover{
    color: rgba(255, 140, 100, 0.8) !important;
}

a:active{
    color: rgba(255, 140, 100, 0.7) !important;
}

a:link{
    color: rgb(255, 140, 100);
}

a:visited{
    color: rgb(255, 140, 100);
}

.border-primary{
    border-color: rgb(255, 140, 100) !important;
}

.page-item.active .page-link{
    background-color: rgba(239, 95, 60, 0.802) !important;
    border-color: rgba(239, 95, 60, 0.802);
    color: white !important;
}

.page-item.active .page-link:hover{
    background-color: rgba(239, 95, 60, 0.802) !important;
    border-color: rgba(239, 95, 60, 0.802);
    color: white !important;
}

.form-check-input:checked{
    background-color: rgba(239, 95, 60, 0.802);
}

.btn-ghost-info:hover {
    background-color: rgba(239, 95, 60, 0.7);
    color: white !important;
    border-color: rgba(239, 95, 60, 0.8);
}

.edih-primary-color{
    color: rgb(255, 140, 100);
}