.margintop{
    padding-top: 120px;
    min-height: 70vh;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.page-item a{
    color: #989494;
}
.page-item.active a{
    color: #272b32;
    font-weight: bold;
}
@media (max-width: 767px) {
    /* .py-14{
        padding-top: 10px!important;
        padding-bottom: 10px!important; 
    } */

    .payment-box {
        margin-top: 30px;
    }

    .payment-box .card-body{
        padding: 10px;
    }
    .payment-box .col-md-8{
        padding: 0;
        margin-bottom: 10px;
    }
    .payment-box .col-md-4{
        padding: 0;
    }
    .payment-box .btn.btn-dark.col-md-12{
        width: 100%;
    }
    /* .swiper-fullscreen, .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
        height: 100vh !important;
    } */
    .watch-header .regular-event{
        max-width: 100px !important;
    }
    .watch-body .col-md-12, .watch-monitor .col-md-12{
        padding: 0;
    }

    .watch-monitor .ingest-url-label{
        display: none;
    }
    .container{
        max-width: 100% !important;
    }
    /* .swiper-slide-active {
        background-size: auto !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
    } */
}