.btn.red a {
    color: rgb(255, 255, 255);
    background-color: rgb(239, 48, 40);
    background-image: linear-gradient(rgb(239, 48, 40), rgb(182, 27, 22));
}
.btn.blue a {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn.grey a {
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.bg-light.gradient {
    background-color: #e3e3e3;
    background-image: linear-gradient(to bottom, #ddd, #f4f4f4);
    background-repeat: repeat-x;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}
.blueberry_blue {
    color: #0041C2;
}
.blue-light {
    background: rgba(3,169,244,.3)
}

.red-light {
    background: rgba(244,67,54,.3)
}

.pink-light {
    background: rgba(233,30,99,.3)
}

.purple-light {
    background: rgba(156,39,176,.3)
}

.indigo-light {
    background: rgba(63,81,181,.3)
}

.cyan-light {
    background: rgba(0,188,212,.3)
}

.teal-light {
    background: rgba(0,150,136,.3)
}

.green-light {
    background: rgba(76,175,80,.3)
}

.lime-light {
    background: rgba(205,220,57,.3)
}

.yellow-light {
    background: rgba(255,235,59,.3)
}

.orange-light {
    background: rgba(255,152,0,.3)
}

.brown-light {
    background: rgba(121,85,72,.3)
}

.grey-light {
    background: rgba(158,158,158,.3)
}

.bluegrey-light {
    background: rgba(96,125,139,.3)
}

.black-light {
    background: rgba(0,0,0,.3)
}

.stylish-light {
    background: rgba(62,69,81,.3)
}

.white-light {
    background: rgba(255,255,255,.3)
}

.blue-strong {
    background: rgba(3,169,244,.7)
}

.red-strong {
    background: rgba(244,67,54,.7)
}

.pink-strong {
    background: rgba(233,30,99,.7)
}

.purple-strong {
    background: rgba(156,39,176,.7)
}

.indigo-strong {
    background: rgba(63,81,181,.7)
}

.cyan-strong {
    background: rgba(0,188,212,.7)
}

.teal-strong {
    background: rgba(0,150,136,.7)
}

.green-strong {
    background: rgba(76,175,80,.7)
}

.lime-strong {
    background: rgba(205,220,57,.7)
}

.yellow-strong {
    background: rgba(255,235,59,.7)
}

.orange-strong {
    background: rgba(255,152,0,.7)
}

.brown-strong {
    background: rgba(121,85,72,.7)
}

.grey-strong {
    background: rgba(158,158,158,.7)
}

.bluegrey-strong {
    background: rgba(96,125,139,.7)
}

.black-strong {
    background: rgba(0,0,0,.7)
}

.stylish-strong {
    background: rgba(62,69,81,.7)
}

.white-strong {
    background: rgba(255,255,255,.7)
}

.blue-slight {
    background: rgba(3,169,244,.1)
}

.red-slight {
    background: rgba(244,67,54,.1)
}

.pink-slight {
    background: rgba(233,30,99,.1)
}

.purple-slight {
    background: rgba(156,39,176,.1)
}

.indigo-slight {
    background: rgba(63,81,181,.1)
}

.cyan-slight {
    background: rgba(0,188,212,.1)
}

.teal-slight {
    background: rgba(0,150,136,.1)
}

.green-slight {
    background: rgba(76,175,80,.1)
}

.lime-slight {
    background: rgba(205,220,57,.1)
}

.yellow-slight {
    background: rgba(255,235,59,.1)
}

.orange-slight {
    background: rgba(255,152,0,.1)
}

.brown-slight {
    background: rgba(121,85,72,.1)
}

.grey-slight {
    background: rgba(158,158,158,.1)
}

.bluegrey-slight {
    background: rgba(96,125,139,.1)
}

.black-slight {
    background: rgba(0,0,0,.1)
}

.stylish-slight {
    background: rgba(62,69,81,.1)
}

.white-slight {
    background: rgba(255,255,255,.1)
}

.danger,.info,.primary,.secondary,.success,.transparent,.warning {
    background: 0 0
}
.blue-dark {
    background: rgb(0, 0, 139);
}
