.h-64px {
    height: 64px;
}

.h-37 {
    height: 37px !important;
}

.w-110 {
    width: 110px;
}

.pill-group > .btn {
    border-radius: 50rem !important;
}

.pill-group > .btn:first-of-type {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.pill-group > .btn:last-of-type {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.pill-group > btn:not(:first-of-type, :last-of-type) {
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
}