.buy-modal-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.125rem;
}

.buy-modal-title-img {
    margin-right: 0.75rem;
}

.buy-form-element {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.buy-form-element-label {
    width: 100%;
    max-width: 75px;
    margin: 0;
    margin-right: 0.75rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: #1e1e1e;
}

.buy-form-element-input {
    font-weight: 400;
    font-size: 0.875rem;
    color: #1e1e1e;
}
.buy-form-element-input::placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #8c8c8c;
}
.buy-form-element-input:read-only {
    background-color: white;
}

.buy-form-element-payment-legend {
    margin: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: #1e1e1e;
}

.buy-form-error-message {
    font-size: 0.875rem;
    color: #1e1e1e;
}

.alternative-provider-message {
    font-size: 0.875rem;
    color: #1e1e1e;
}

.buy-form-license-agreement,
.buy-form-description {
    font-size: 0.75rem;
    color: #9696a0;
    display: block;
    margin-top: 0.5rem;
}

.buy-form-element-payment-option-container {
    position: relative;
}
.buy-form-element-payment-option-container:hover {
    background-color: #f4f5f7;
    border-radius: 6px;
}

.hidden-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.buy-form-element-payment-option-label {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 1rem;
    border: 2px solid white;
    cursor: pointer;
}
.buy-form-element-payment-option-container
    > input:checked
    + .buy-form-element-payment-option-label {
    border: 2px solid #1eb46e;
    border-radius: 6px;
}

.buy-form-element-payment-option-label-description {
    flex-grow: 1;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #5a5a5a;
}

.buy-form-element-payment-option-price {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1e1e1e;
}
.buy-form-element-payment-option-container
    > input:checked
    + .buy-form-element-payment-option-label
    .buy-form-element-payment-option-price {
    font-weight: 700;
    color: #1eb46e;
}

.buy-form-primary-button {
    margin: 0;
    margin-left: 0.5rem;
    color: white !important;
    background-color: #1eb46e !important;
    border: 1px solid #1eb46e;
}
.buy-form-primary-button:hover {
    background-color: #0fac64 !important;
    border: 1px solid #0fac64;
}
.buy-form-primary-button:active,
.buy-form-primary-button:focus {
    background-color: #0fa55f !important;
    box-shadow: 0 0 0 0.2rem rgb(180, 225, 205) !important;
    border: 1px solid #0fa55f;
}
.buy-form-primary-button:disabled {
    background-color: rgba(239, 239, 239, 0.3) !important;
    color: rgba(16, 16, 16, 0.3) !important;
    box-shadow: none !important;
    border: 1px solid rgba(239, 239, 239, 0.3);
}

.buy-form-secondary-button {
    color: #1eb46e !important;
    border: 1px solid #1eb46e !important;
}
.buy-form-secondary-button:hover {
    background-color: #0fac64 !important;
    color: white !important;
}
.buy-form-secondary-button:active,
.buy-form-secondary-button:focus {
    background-color: #0fa55f !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgb(180, 225, 205) !important;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    .buy-form-element-payment-option-label {
        flex-direction: column;
        gap: 0.5rem;
    }

    .buy-form-element-payment-option-label-description {
        text-align: center;
    }

    .buy-form-primary-button,
    .buy-form-secondary-button {
        width: 100%;
    }

    .buy-form-primary-button {
        margin-top: 0.5rem;
    }
}

.modal-footer-override {
    display: flex;
    flex-direction: column;
    align-items: end;
}
/* Style the tab */
.duration-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
/* Style the buttons that are used to open the tab content */
.duration-tabs button {
    color: #28aa6e !important;
    border: 1px solid #28aa6e !important;
    background: none;
    font-size: 18px;
    font-weight: 600;
    min-width: 116px;
    padding: 9px;
    cursor: pointer;
}

.duration-tabs button:not(:first-child) {
    border-left: none !important;
}

/* Create an active/current tablink class */
.duration-tabs button.active {
    background-color: #28aa6e !important;
    color: white !important;
}

.duration-tabs button:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.duration-tabs button:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* Style the tab content */
.duration-tabcontent {
    display: none;
}

/* Style for subscription-modal */
.additional-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(110, 110, 110, 1);
}

.price-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(30, 180, 110, 1);
}

.price-label {
    line-height: 27px;
}
