:root {
    --bs-border-color: rgba(255, 255, 255, 0.1);
}


.main-container1 {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.custom-container1 {
    padding-left: var(--leftMargin);
    padding-right: var(--rightMargin);
}

.logo {
    height: 40px;
}

.ellipse-1 {
    /* Ellipse 23 */
    position: absolute;
    width: 271px;
    height: 271px;
    left: 0px;
    top: 0px;
    background: #6D17EF;
    filter: blur(210px);

}

.ellipse-2 {
    /* Ellipse 22 */
    /* Ellipse 23 */

    position: absolute;
    width: 473px;
    height: 473px;
    right: -13px;
    top: calc(50% - 473px/2 - 73.5px);
    z-index: 0;
    background: rgba(240, 124, 65, 0.5);
    filter: blur(210px);

}


.free-label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--orange);
    color: var(--white);
    padding: 2px 8px 2px 8px;
    border-radius: 8px 4px 4px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.paid-label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--pink);
    color: var(--white);
    padding: 2px 8px 2px 8px;
    border-radius: 8px 4px 4px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.main-content-box {
    display: flex;
    position: relative;
    justify-content: space-between;
}

input.form-control {
    height: 40px;
    background-color: #3E3250;
    color: var(--white);
    font-size: var(--p);
    font-weight: 400;
    border-color: transparent;
    border-radius: 4px;
    caret-color: var(--white);
}

input.form-control:focus,
.custom-select.form-control:focus {
    background-color: rgba(255, 255, 255, 0.10);
    color: var(--white);
    border: 1.5px solid var(--orange);
    box-shadow: none !important;
    outline: none !important;
}

.form-container .form-check-input {
    background-color: #776F80;
}

.form-container .form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked[type=radio] {
    background-color: var(--orange);
    border-color: var(--orange);
    box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
    border-color: transparent;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--orange);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--orange);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
}

.verify-container {
    background-color: #281C3B !important;
    height: 48px;
    border-radius: 4px;
}

.verify-container:focus-within {
    outline: 1px solid var(--orange);
}

.expe-card-1 {
    max-width: 336px;
    /* max-height: 320px; */
    border: 1px solid #66478F;
    background-color: #291C3C;
    border-radius: 8px;
    cursor: pointer;
}

.card-1 {
    margin-top: var(--topMargin);
}

.violet-label-1 {
    background: var(--secondary);
    padding: 5px 8px;
    border-radius: 8px 4px 4px 0px;
    width: fit-content;
    position: relative;
}



.custom-exp-card {
    display: flex;
    justify-content: center;
    column-gap: 24px;
}

.custom-exp-card .custom-exp-card-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
}

.custom-exp-card-container {
    height: auto;
    width: 336px;
}

.custom-exp-card-subscribptoin {
    font-size: 20px;
    margin-top: 12px;
}


.channel-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.card-1-box {
    min-width: max-content;
    padding: 12px;
    gap: 24px;
    /* width: 330px; */
    /* height: 300px; */
    background: #2E243C;
    border: 1px solid #66478F;
    border-radius: 8px;
    }

.card-2-box {
    max-width: 500px;
    min-width: 500px;
    background: #2E243C;
    border: 1px solid #66478F;
    padding: 12px;
    border-radius: 8px;
}

.main-content-box-main {
    width: 80%;
}

.custom-select {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #453856;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    padding: 8px 12px;
}


.custom-select option {
    background-color: #333;
    color: #fff;
}

.nice-select:after {
    border: none;
}

.nice-select:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.nice-select .list {
    width: 100%;
    background-color: #291b3aeb;
    border: 1px solid #333;
    max-height: 400px;
    overflow-y: auto;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgb(135 64 242 / 84%);
    color: #fff;
}

#couponModal .modal-dialog {
    max-width: 784px;
}

.coupon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.coupon-item {
    background: url("../images/payment/coupon.svg") no-repeat;
    width: 352px;
    height: 116px;
    padding: 14px 10px 15px 77px;
}

.coupon-item.inactive,
.coupon-item.expired {
    opacity: 50%;
}

.coupon-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.coupon-discount {
    gap: 12px;
}

.coupon-discount p {
    position: relative;
}

.coupon-discount p+p::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -7px;
    height: 70%;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.coupon-item:not(.expired, .inactive) .coupon-button {
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF1A;
    color: #F0B441;
    border: 1px solid #F0B441;
    border-radius: 16px;
    padding: 6px 8px;
}

.coupon-item:not(.expired, .inactive) .coupon-button:hover {
    background-color: #F0B441;
    color: #fff;
}

.coupon-item.inactive .coupon-button,
.coupon-item.expired .coupon-button {
    pointer-events: none;
    width: 110px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(240, 65, 65, 10%);
    color: #F04141;
    border: none;
    border-radius: 16px;
    padding: 6px 8px;
}

.coupon-item .coupon-button:disabled>span,
.coupon-item.inactive .coupon-button>span,
.coupon-item.expired .coupon-button>span {
    display: none;
}

.coupon-item .coupon-button:disabled:after {
    content: "Applied";
}

.coupon-item.inactive .coupon-button::after {
    content: "Not Available";
}

.coupon-item.expired .coupon-button::after {
    content: "Not Available Now";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px#3F324E inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    caret-color: #fff;
}
.grape-background {
    background-color: rgb(59, 41, 88);
    border: 1px solid rgb(116, 74, 186);
    border-radius: 16px;
}
.payment-container{
    column-gap: 80px;
    row-gap: 40px;
}

/* Media queries */
@media screen and (max-width:1084px) {
    .order-Summary {
        position: relative;
    }
    .payment-container{
        column-gap: 40px;
        row-gap: 20px;
    }
}

/* Media queries */
@media screen and (min-width:1485px) and (max-width:1628px) {
    .payment-container{
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media screen and (max-width:1274px) {
    /* .card-1-box {
        min-width: 500px;
    } */

    .card-2-box {
        min-width: 500px;
    }
    .payment-container{
        column-gap: 40px;
        row-gap: 20px;
    }
}

@media screen and (max-width:970px) {
    .card-1-box {
        min-width: unset;
    }

    .card-2-box {
        min-width: unset;
    }
}


@media screen and (max-width:710px) {
    .main-content-box {
        flex-direction: column-reverse;
        row-gap: 15px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .order-Summary {
        width: 100% !important;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .margin-Bottom {
        margin-bottom: 40px;
    }

    .main-content-box-main {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .custom-exp-card {
        display: flex;
        flex-direction: column;
    }

    .custom-exp-card .custom-exp-card-details {
        row-gap: 6px;
    }

    .custom-exp-card-container {
        height: 292px;
        width: 100%;
    }

    .custom-exp-card-subscribptoin {
        margin-top: 15px;
    }

    .custom-exp-card-subscribptoin1 {
        margin-top: 4px;
    }

    .custom-exp-card div {
        display: flex;
        justify-content: center;
    }
    .purchaseOrderForm label,
    .purchaseOrderForm input,
    .purchaseOrderForm select,
    .purchaseOrderForm button,
    .purchaseOrderForm span{
        font-size: 12px;
    }

}


@media screen and (max-width:400px) {
    .main-content-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:350px) {
    .custom-exp-card-subscribptoin {
        font-size: 16px;
    }

    .channel-image {
        width: 80px;
        height: 80px;
    }

    .order-Summary {
        width: 80%;
    }
}

/* Coupon Responsive */
@media(max-width:762px) {
    #couponModal .modal-dialog {
        padding-left: 2px;
        padding-right: 2px;
    }

    .coupon-item {
        background-size: contain;
        width: 336px;
        height: 116px;
        padding: 12px 10px 17px 77px;
    }

    .coupon-content {
        height: 100%;
        justify-content: space-between;
        gap: unset;
    }
}

@media(max-width:733px) {
    .coupon-container {
        justify-content: center;
    }

    #couponModal .modal-dialog {
        max-width: 400px;
    }
}

.btn-Minus,.btn-Plus{
    background: #5B4B70;
    cursor: pointer;
}
.btn-Minus:hover,.btn-Plus:hover{
    background: var(--orange);
}