.dropdown-menu a {
    color: black;
}

.my-tab .active {
    background-color: #2AB2B0 !important;
}

.payment-modal-button:hover {
    border: 1px solid #2AB2B0 !important;
}

.payment-logo {
    max-width: 100px !important;
}

.social-auth .title {
    width: 100%;
    margin-bottom: 20px;
}

.ext-ways, .ext-ways a {
    display: flex;
}

.ext-ways {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ext-ways a {
    width: calc(50% - 8px);
    background: #fff;
    border: 1px solid hsla(0, 0%, 9%, .1);
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    color: #181818;
    transition: .3s ease-in-out;
}

.ext-ways a img {
    margin-right: 8px;
}

.discount-card {
    font-size: 15px;
    border-radius: 0.25em;
    padding: 0.35em 0.65em;
    background-color: #ffc107;
    color: #000;
    margin-top: 10px;
}

.shop-button {
    background-color: #0d6efd;
    color: #fff;
    margin-top: 10px
}

.progress-bar {
    min-height: 16px;
}

#tarrifs .tariff-card {
}

#tarrifs .tariff-card .card-header p {
    padding: 0;
    margin: 0;
}

#tarrifs .tariff-card .card-header .name {
    font-size: 25px;
    font-weight: 1000;
}

#tarrifs .tariff-card .card-header .price {
    font-weight: 600;
}
