:root {
    --bs-red-color: #ed5813;
    --bs-red-bg: #ed5813;
    --bs-red-border: #ed5813;
    --bs-red-hover-color: #fff;
    --bs-red-hover-bg: #ed5813;
    --bs-red-hover-border: #ed5813;
    --bs-red-focus-shadow-rgb: 255, 61, 61;
    --bs-red-active-color: #fff;
    --bs-red-active-bg: #ed5813;
    --bs-red-active-border: #ed5813;
    --bs-red-disabled-color: #fff;
    --bs-red-disabled-bg: #ed5813;
    --bs-red-disabled-border: #ed5813;
}

.btn-primary {
    --bs-btn-color: var(--bs-red-hover-color) !important;
    --bs-btn-bg: var(--bs-red-bg) !important;
    --bs-btn-border-color: var(--bs-red-border) !important;
    --bs-btn-hover-color: var(--bs-red-hover-color) !important;
    --bs-btn-hover-bg: var(--bs-red-hover-bg) !important;
    --bs-btn-hover-border-color: var(--bs-red-hover-border) !important;
    --bs-btn-focus-shadow-rgb: var(--bs-red-focus-shadow-rgb) !important;
    --bs-btn-active-color: var(--bs-red-active-color) !important;
    --bs-btn-active-bg: var(--bs-red-active-bg) !important;
    --bs-btn-active-border-color: var(--bs-red-active-border) !important;
    --bs-btn-disabled-color: var(--bs-red-disabled-color) !important;
    --bs-btn-disabled-bg: var(--bs-red-disabled-bg) !important;
    --bs-btn-disabled-border-color: var(--bs-red-disabled-border) !important;
}

.navbar-nav .active{
    font-weight: bold !important;
}


.w-140{
    width: 140px !important;
}

.text-primary, .link-primary{
    color: rgb(24, 117, 247) !important;
}

.text-primary a{
    color: rgb(24, 117, 247) !important;
}

.bg-primary {
    background: rgb(247, 91, 24) !important;
}

.btn-scroll-top:after{
    color: rgb(24, 117, 247) !important;
}

.btn-scroll-top svg.progress-square path {
    stroke: rgb(24, 117, 247) !important;
}

.btn-warning{
    background: rgb(247, 91, 24) !important;
    color: #fff;
}

.btn-warning:hover{
    background: rgb(232, 82, 21) !important;
    color: #fff;
}
