.btn-theme1 {
    color: #fff;
    background-color: #40999d;
    border-color: #257d82
}

.btn-theme1:hover {
    color: #fff;
    background-color: #257d82;
    border-color: #257d82
}

.btn-check:focus+.btn-theme1,.btn-theme1:focus {
    color: #fff;
    background-color: #257d82;
    border-color: #257d82;
    box-shadow: 0 0 0 .25rem rgb(37, 125, 130,.5)
}

.btn-check:active+.btn-theme1,.btn-check:checked+.btn-theme1,.btn-theme1.active,.btn-theme1:active,.show>.btn-theme1.dropdown-toggle {
    color: #fff;
    background-color: #257d82;
    border-color: #257d82
}

.btn-check:active+.btn-theme1:focus,.btn-check:checked+.btn-theme1:focus,.btn-theme1.active:focus,.btn-theme1:active:focus,.show>.btn-theme1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(37, 125, 130,.5)
}

.btn-theme1.disabled,.btn-theme1:disabled {
    color: #fff;
    background-color: #40999d;
    border-color: #40999d
}


.btn-theme2 {
    color: #fff;
    background-color: #b52f90;
    border-color: #b52f90;
}

.btn-theme2:hover {
    color: #fff;
    background-color: #a52481;
    border-color: #a52481;
}

.btn-check:focus+.btn-theme2,.btn-theme2:focus {
    color: #fff;
    background-color: #b52f90;
    border-color: #a52481;
    box-shadow: 0 0 0 .25rem rgba(165, 36, 129,.5)
}

.btn-check:active+.btn-theme2,.btn-check:checked+.btn-theme2,.btn-theme2.active,.btn-theme2:active,.show>.btn-theme2.dropdown-toggle {
    color: #fff;
    background-color: #b52f90;
    border-color: #a52481
}

.btn-check:active+.btn-theme2:focus,.btn-check:checked+.btn-theme2:focus,.btn-theme2.active:focus,.btn-theme2:active:focus,.show>.btn-theme2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(165, 36, 129,.5)
}

.btn-theme2.disabled,.btn-theme2:disabled {
    color: #fff;
    background-color: #ed45bd;
    border-color: #de31ad
}


.text-theme1{
    color: #40999d;
}
.text-theme2{
    color: #b52f90;
}
.bg-theme1{
    background: #40999d;
}
.bg-theme2{
    background: #b52f90;
}

label{
    padding-inline: .25rem;
}