/**
 * sports selector
 */

.package-selector,
.package-selector button {
    width: 100%;
    text-align: initial;
}

.package-selector button {
    background: #bebebe;
}

.package-selector .dropdown-toggle::after {
    visibility: hidden;
}

.select {
    position: relative;
    display: inline-block;
    padding: 0;
}

.select select {
    background: #bebebe;
    border: none;
    padding: .3em 9em .3em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* .select::after { */
.select .btn.dropdown-toggle.btn-light::before {
    position: absolute;
    top: 25%;
    right: 7%;
    font-family: "Font Awesome 5 Pro";
    content: "\f0ab";
    z-index: 2;
}
.select .dropdown-menu{
    width:100%;
}
.font-weight-bolder {
    font-weight: 800 !important;
}

.border-wager {
    border: 4px solid;
}

.testimonilas-list .avatar {
    display: inline-block;
    width: 1.65rem;
    height: 1.65rem;
    max-width: 1.65rem;
    max-height: 1.65rem;
    min-width: 1.65rem;
    min-height: 1.65rem;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.testimonilas-list .avatar img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.billing {
    margin: 1rem;
}

.billing label {
    font-size: .8rem;
    margin-bottom: 0;
    vertical-align: initial;
}

.billing .annual {
    right: 40px;
    position: relative;
    color: #29A449;
}

.billing .custom-control-input:not(:checked)~.custom-control-label::before {
    color: #fff;
    border-color: #29A449;
    background-color: #29A449;
}

.billing .custom-control-input:not(:checked)~.custom-control-label::after {
    background-color: #fff;
}

.billing .custom-control-input:checked~.custom-control-label::before {
    color: #29A449;
    border-color: #fff;
    background-color: #fff;
}

.billing .custom-control-input:checked~.custom-control-label::after {
    background-color: #6c757d;
}


/* custom switch */

h5,
h4,
h3,
h2,
h1,
span,
label,
p {
    font-family: sans-serif, \'Montserrat\';

}

hr {
    display: inline-block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 0 1rem;
    padding: 0;
    width: 20%;
    /* check if this works fine for small */
}

hr.odd {
    border-top: 1px solid #1C2427;
}

hr.even {
    border-top: 1px solid #ffffff;
    margin: 0 0 2.5rem;
}

.buy {
    margin-bottom: 1.5rem;
}

.try {
    border: 1px solid #fff;
    padding: .5rem;
}

h4 {
    line-height: 1.3;
}

.cards {
    margin: 3rem 0;
}

@media (min-width: 768px) {
    .cards {
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .cards {
        align-items: center;
    }
}

.cards .card {
    padding: 0;
}

@media (max-width: 1024px) {
    .cards .card {
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) {
    .cards .card {
        height: min-content;
    }
}

.cards .card:nth-child(odd) {
    background: #1C2427;
    color: #ffffff;
}

@media (min-width: 1024px) {
    .cards .card:nth-child(odd) {
        height: 90%;
        /* make odd cards a bit smaller */
        flex: 0 0 32%;
    }
}

.cards .card:nth-child(odd) .card-body {
    padding: 2.5rem 2rem;
}

@media (max-width: 576px) {
    .cards .card:nth-child(odd) .card-body {
        padding: 2.5rem 1rem;
    }
}

.cards .card .card-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.cards .card .card-tag {
    font-weight: 800;
    text-transform: uppercase;
    padding: .1rem .3rem;
    display: inline-block;
    font-size: .9rem;
}

.cards .card .price {
    display: block;
    font-size: 3.5rem;
    font-weight: 500;
    position: relative;
    left: -10px;
}

.cards .card .price>* {
    font-family: \'Montserrat\', sans-serif;

}

.cards .card .price sup {
    font-size: 1.3rem;
    left: .8rem;
    top: -1.2rem;
    /* use call to keep it relative to the font-size of the price */
    position: relative;
}

.cards .card .price sub {
    font-size: .7rem;
    position: relative;
    right: 1rem;
    top: -0.5rem;
}

.cards .card .price.crossed {
    font-size: 1.1rem;
    left: 0;
    margin-bottom: .2rem;
}

.cards .card .price.crossed sup {
    font-size: .7rem;
    left: .2rem;
    top: -.2rem;
}

.cards .card .price.crossed sub {
    top: -.1rem;
    right: .3rem;
    font-size: .5rem;
}

.cards .card .price.crossed span {
    text-decoration: line-through;
    text-decoration-thickness: 0.0em;
}

.cards .card .subtitle {
    margin-bottom: 1rem;
    display: block;
    font-size: .95rem;
    color: #6c757d;
}

.cards .card:nth-child(odd) .card-tag {
    background: #ffffff;
    color: #1C2427;
}

.cards .card:nth-child(even) .card-tag {
    background: #29A449;
    color: #ffffff;
    padding: .1rem .7rem;
}

.cards .card .card-text {
    margin-bottom: 0.5rem;
    padding: 0 2rem;
}

.cards .card .card-text a {
    color: #ffffff;
}

.cards .card.testimonilas .card-text {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    font-size: .9rem;
}

.cards .card .included,
.cards .card .testimonilas-list {
    padding: 0 1rem;
    margin: 0 .5rem;
}

.cards .card .included ul,
.cards .card .testimonilas-list ul {
    list-style-type: none;
}

.cards .card .included h5 {
    margin-bottom: 0.5rem;
}

.cards .card .testimonilas-list h5 {
    font-size: .8rem;
}

.cards .card .included h5,
.cards .card .testimonilas-list h5 {
    font-weight: 600;
    display: inline-block;
}

.cards .card .included li,
.cards .card .testimonilas-list li {
    display: block;
}

.cards .card .included i {
    font-size: 20px;
    color: #29A449;
}

.cards .card .included li h5 {
    margin-bottom: .5rem;
}

.cards .card .included li .subtitle,
.cards .card .testimonilas-list li .subtitle {
    margin-bottom: .5rem;
    line-height: initial;
}

.cards .card .testimonilas-list ul {
    padding-left: 0;
}

.cards .card .testimonilas-list li {
    margin-bottom: 1rem;
}

.cards .card .testimonilas-list li .person {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cards .card .testimonilas-list .avatar+h5 {
    margin-bottom: 0;
    margin-left: .85rem;
}

.cards .card .btn {
    font-weight: 800;
    font-size: .95rem;
    border-radius: .2em;
    margin: .5rem 0;
}

.cards .card:nth-child(odd) .btn {
    color: #FFFFFF;
}

.footer i {
    color: #29A449;
}

.footer span {
    display: block;
    font-weight: 600;
    font-size: .9rem;
}


/* Make this reusable wager alarm buttons and */

.footer .btn {
    width: 120px;
    background: #29A449;
    color: #1C2427;
    font-weight: 800;
    font-size: .8rem;
    border-radius: .2em;
    margin: .5rem 0;
    border: none;
}
