* {
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

body {
    background: black;
    background-image: radial-gradient(circle at calc(15% - 40px) calc(65% + 50px),
    rgba(4, 0, 203, 0.5) 1%, transparent calc(15% + 10vw)),
    radial-gradient(circle at calc(90% + 0px) calc(10% + 0px),
        rgba(134, 0, 113, 0.5) 1%, transparent calc(15% + 10vw));
    background-repeat: no-repeat;
    margin: 0;
}

.container {
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.header {
    box-shadow: 0 4px 4px 0 #00000008;
    display: flex;
}

.header__container {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    row-gap: 10px;
}

.header__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
}

.main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main__payment {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main__payment.expanded {
    align-items: start;
}

.media-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: start;
    position: relative;
    width: 510px;
    overflow: hidden;
    box-sizing: border-box;
}

.media-container > a {
    height: 100%;
    pointer-events: none;
    width: 100%;
}

@media (max-width: 1060px) {
    .main__payment {
        justify-content: center;
    }
}

.media-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.media-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.media-item.hidden {
    display: none;
}

.media-item.media-btn {
    cursor: pointer;
}

.media-item.media-btn .btn-inner {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #0400BA 0%, #7B0077 100%);
    border-radius: 20px;
}

.media-item.one-item {
    flex: 1 1 calc(100% - 10px);
    max-width: calc(100% - 10px);
}

.media-type-icon {
    position: absolute;
    left: 85%;
    top: 5%;
    width: 33px;
    height: 33px;
}

.media-item.one-item .media-type-icon {
    width: 54px;
    height: 54px;
}

.media-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.media-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.media-id {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #03030380;
    border-radius: 25px;
    padding: 1px 10px;
    color: #FFFFFF;
    font-weight: 81;
    top: 5%;
    left: 5%;
    min-height: 53px;
    min-width: 53px;
}

.media-id span {
    margin: 0 auto;
}

.media-price-text {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.media-price-text-top {
    font-size: 16px;
    line-height: 26px;
}

.media-item.one-item .media-price-text-top {
    font-size: 20px;
    line-height: 60px;
}

.media-price-text-bottom {
    font-size: 48px;
    font-weight: 800;
    line-height: 64px;
    text-align: center;
}

.media-item.one-item .media-price-text-bottom {
    font-size: 64px;
    line-height: 84px;
}

.payment_services_logo_box {
    display: flex;
    height: 40px;
    justify-content: space-around;
}

.payment_services_logo {
    height: 40px;
}

.payment_services_logo_visa {
    height: 30px;
    padding-top: 5px;
}

.payment_services_logo_gpay {
    height: 34px;
    padding-top: 3px;
}

.payment_services_logo_apay {
    height: 34px;
    padding-top: 3px;
}

.payment_services_logo_paypal {
    height: 40px;
    width: 100px;
}

.payment_services_logo_twint {
    height: 34px;
    padding-top: 3px;
}

.payment-buttons {
    margin-top: 50px;
}

.payment-buttons .payment-button-container {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.payment-button {
    display: block;
    width: inherit;
    border-radius: 30px;
    background: #BC8AFF;
    color: white;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.main__payment__product__title__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.main__payment__price__payment {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.main__payment__price__payment__details {
    padding: 30px;
    box-shadow: 0 3px 15px 0 #0000000D;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #1d1c27;
    color: #f0f0f0;
}

.main__payment__price__payment__details__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
}

.main__payment__price__payment__details__list {
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    list-style: none;
    width: 100%;
    min-width: 390px;
}

.main__payment__price__payment__details__list__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 317;
    line-height: 22px;
    text-align: left;
    gap: 10px;
}

.main__payment__price__payment__details__list__item__price {
    font-weight: 317;
}

.download-button {
    width: 100%;
    padding: 13px 0;
    margin-top: 15px;
    border-radius: 100px;
    background: #BC8AFF;
    color: white;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.report-button {
    width: 100%;
    padding: 13px 0;
    margin-top: 15px;
    border-radius: 100px;
    color: #BC8AFF;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.tip {
    padding: 15px;
    border-radius: 25px;
    margin-top: 15px;
    max-width: 345px;
    text-align: center;
}

.download-tip {
    background: #604781;
    max-width: 400px !important;
}

.download-tip a {
    color: #BC8AFF;
}

.error-tip {
    display: none;
    color: #991b1b;
    text-align: center;
    margin: 0;
    background: #f1cece;
}

.footer {
    padding-bottom: 40px;
}

.footer__top {
    background: linear-gradient(90deg, #0300BC 0%, #7E0076 100%);
    padding: 50px 62px;
    display: flex;
    gap: 50px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 60px;
    flex-direction: row;
}

.footer__top__text {
    font-size: 24px;
    font-weight: 534;
    line-height: 42px;
    text-align: left;
    color: #FAFAFA;
    flex: 1;
}

.footer__top__buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction: column;
        align-items: center;
    }

    .footer__top__text {
        margin-bottom: 20px;
    }

    .footer__top__buttons {
        flex-direction: column;
    }
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 60px;
    margin: 0 auto;
}

.footer__bottom__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #FAFAFA;
}

@media screen and (max-width: 1000px) {
    .main__payment__price__payment__details__list {
        min-width: 275px;
    }

    .container {
        padding: 0 20px;
    }

    .header__container {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-wrap: wrap;
    }

    .main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer {
        padding-bottom: 40px;
    }

    .footer__top {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .payment_services_logo_box {
        display: flex;
        height: 40px;
        justify-content: space-around;
    }

    .payment_services_logo {
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .payment_services_logo_visa {
        height: 30px;
        padding-top: 5px;
    }

    .payment_services_logo_gpay {
        height: 34px;
        padding-top: 3px;
    }

    .payment_services_logo_apay {
        height: 34px;
        padding-top: 3px;
    }

    .payment_services_logo_paypal {
        height: 40px;
        width: 100px;
    }

    .payment_services_logo_twint {
        height: 34px;
        padding-top: 3px;
    }

    .payment-button {
        font-size: 18px;
        line-height: 35px;
    }
}

@media screen and (max-width: 790px) {
    .footer__bottom {
        flex-direction: column;
    }

    .footer__top {
        margin-bottom: 30px;
    }

    .header__container {
        align-items: center;
        justify-content: space-between;
    }

    .media-container {
        max-width: 450px;
    }

    .media-type-icon {
        width: 24px;
        height: 24px;
    }

    .media-id {
        min-height: 24px;
        min-width: 24px;
    }

    .media-price-text {
        gap: 10px;
    }

    .media-price-text-top {
        font-size: 14px;
        line-height: 16px;
    }

    .media-price-text-bottom {
        font-size: 32px;
        line-height: 32px;
    }

    .payment_services_logo_box {
        display: flex;
        flex-wrap: wrap;
        height: 30px;
        justify-content: space-around;
    }

    .payment_services_logo {
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .payment_services_logo_visa {
        height: 20px;
        padding-top: 5px;
    }

    .payment_services_logo_gpay {
        height: 28px;
        padding-top: 3px;
    }

    .payment_services_logo_apay {
        height: 28px;
        padding-top: 3px;
    }

    .payment_services_logo_paypal {
        height: 28px;
        width: 70px;
    }

    .payment_services_logo_twint {
        height: 30px;
    }
}

@media screen and (max-width: 670px) {
    .header__container {
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .header__logo {
        max-width: 123px;
    }

    .header__text {
        font-size: 16px;
        text-align: center;
    }

    .footer__top__text {
        font-size: 24px;
        font-weight: 900;
        line-height: 31px;
    }

    .main__payment__price__payment__details__list {
        min-width: 50px;
    }

    .media-container {
        max-width: 450px;
    }
}

@media screen and (max-width: 360px) {
    .media-type-icon {
        width: 24px;
        height: 24px;
    }

    .media-price-text {
        gap: 5px;
    }

    .media-price-text-top {
        font-size: 12px;
        line-height: 14px;
    }

    .media-price-text-bottom {
        font-size: 24px;
        line-height: 24px;
    }
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}

.modal__head {
    font-size: 24px;
}

.modal__subhead {
    font-size: 18px;
    margin-top: 10px;
}

.modal-content {
    background: #1d1c27;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
}

.modal__fields-container {
    flex-direction: column;
    display: flex;
    margin: 30px 0;
    gap: 12px;
}

.modal__input-row {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 3px;
}

.modal__input-row label {
    font-size: 14px;
    font-weight: 500;
}

.modal__input-row p {
    font-size: 14px;
    font-weight: 500;
}

.modal__data-field {
    padding: 14px 15px;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid gray;
    background-color: #4c4b7c;
    color: #FAFAFA;
}

.modal__data-field__text-area {
    resize: vertical;
}

.modal__data-field:disabled {
    background: #1d1c27;
    color: #FAFAFA;
}

.modal__data-field:hover,
.modal__data-field:focus-visible {
    outline: none;
}

.modal__select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 0.65rem auto;
    background-color: #4c4b7c;
    color: #FAFAFA;
}

.modal__submit-button {
    width: 100%;
    padding: 13px 0;
    border-radius: 100px;
    background: #BC8AFF;
    color: white;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.custom-multiselect {
    position: relative;
    width: 100%;
}

.multiselect-btn {
    cursor: pointer;
    text-align: left;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 0.65rem auto;
}

.dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
    border-radius: 14px;
    background-color: #4c4b7c;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    font-size: 16px;
    cursor: pointer;
    justify-content: space-between;
}

.dropdown-item input[type="checkbox"] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #ccc;
    cursor: pointer;
    position: relative;
}

.dropdown-item input[type="checkbox"]:checked {
    background-color: #BC8AFF;
    border: none;
}

.dropdown-item input[type="checkbox"]:checked::after {
    content: '\2713';
    color: white;
}


.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    border-bottom: none;
}


.dropdown-item:hover {
    background-color: #BC8AFF;
}

.multiselect__item-desc {
    display: flex;
    gap: 8px;
    align-items: center;
}

.multiselect__item-desc img {
    display: block;
    border-radius: 30px;
    height: 32px;
    width: 32px;
}

.copy-button {
    border: none;
    background: none;
    cursor: pointer;
}

.list-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.list-details__container {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding: 40px 30px 0 30px;
    box-shadow: 0 3px 15px 0 #0000000D;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    border-radius: 20px;
    max-height: 300px;
    min-height: 300px;
    overflow: auto;
    max-width: 430px;
    background-color: #1d1c27;
}

.list-details__head {
    font-size: 14px;
    padding-bottom: 20px;
}

.list-details__item {
    padding: 16px 12px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    background: #604781;
    border-radius: 20px;
}

.list-details__item__content {
    display: flex;
    flex-direction: column;
    & a {
        color: #FAFAFA;
        text-decoration: none;
        white-space: normal;
        word-break: break-word;
    }
}

.modal__text {
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.modal__text .modal__checkbox_wrap{
    display: flex;
}

.modal__text a {
    color: #BC8AFF;
    text-decoration: none;
}

.modal__text input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 3px;
    transition: all 0.2s ease;
}

.modal__text input[type="checkbox"]:checked::after {
    content: '\2713';
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__text input[type="checkbox"]:hover {
    border-color: #BC8AFF;
}

.modal__text input[type="checkbox"]:checked {
    background-color: #BC8AFF;
    border-color: #BC8AFF;
}

.modal__checkbox_wrap > div {
    margin-right: 24px;
}

.avs__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 30px 0;
    text-align: left;
}

.avs__buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 30px;
}

.avs__button {
    padding: 13px 0;
    border-radius: 100px;
    color: white;
    font-size: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: none;
}

.avs__submit {
    background: #BC8AFF;
}
.avs__cancel {
    background: #1D1C27;
}

.paypal-button-tagline {
    color: #FFFFFF !important;
}

