@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
body {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    /*background: linear-gradient(131.02deg, #D82020 0%, #2F106E 57.22%, #01BFD9 115.43%);*/
    background: #0C0C0D;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-family: 'Rubik', sans-serif;
}
a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.buy_tickets_btn:hover{
    color: #000000;
    background: #ffffff8f;
}
.dropdown-toggle::after {
    display: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Russo One', sans-serif;
}
h1 {
    font-size: 50px;
}
.login-theme_btn {
    border-radius: 0.375rem;
    text-align: center;
    margin-right: 0;
    background: #000000;
    /*border: 1px solid #FFFFFF;*/
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
}
.sold_out{
    background: gray;
    border: 0.6px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    padding: 7px 18px;
    font-weight: 500;
    cursor: initial!important;
    border-radius: 20px;
}
.theme_btn {
    text-align: center;
    margin-right: 0;
    background: #ffffff;
    border: 0px solid #FFFFFF;
    color: #000000;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 20px;
}
.booking_details_row{
    display: flex;
    justify-content: center;
}
.event_list_img_front{
    height: 310px;
    object-fit: contain;
    object-position: top;
}
.event_location_txt{
    padding-bottom: 0px!important;
    padding-top: 7px!important;
}
/* header css */
.header {
    padding: 20px 0;
    border-bottom: 2px solid #121212;
    /*background: rgba(0, 0, 0, 0.2);*/
}
.header_logo {
    width: 84px;
    height: 40px;
}
.header_user_icon{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.header_right span {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    line-height: 1.2;
    top: 3px;
    position: relative;
}
/* header css end*/
.grid_event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.grid_event_list .event_list_box {
    /*background: linear-gradient(131.15deg, #FF5252 5.21%, #9366CD 55.77%, #01BFD9 100.08%);*/
    padding: 15px;
    background: #121214;
    border: 1px solid #323232;
    border-radius: 24px;
    width: 23%;
    margin: 0 1% 2%;
    position: relative;
}
.event_list_img {
    /*height: 280px;*/
    width: 100%;
    border-radius: 24px;
}
.event_list_img_list{
    height: 250px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 18px; */
    /* width: 100%; */
    /* height: 196px; */
    border-radius: 18px;
}
.event_list_content {
    padding: 15px 0;
}
.event_list_time {
    margin: 0 0 8px;
}
.event_list_sec{
    padding: 25px 0 0;
    min-height: calc(100vh - 225px);
    height: 100%;
}
.event_list_host {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
}
.event_list_box {
    margin-bottom: 25px;
}
.event_booking_sec {
    font-size: 19px;
    padding-bottom: 90px;
}
.event_booking_btn {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.15);
    border: 0.75px solid rgba(255, 255, 255, 0.3);
    width: max-content;
    margin: auto;
    padding: 10px 35px;
}
.event_like_icon {
    border-radius: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background: #FFFFFF;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.border{
    border-radius: 20px!important;
}
.event_img_btm_txt {
    display: flex;
    padding: 30px 0 15px;
}
.share_event_txt a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    /*padding-left: 5px;*/
}
.buy_tickets_btn {
    cursor: pointer;
    /*width: calc(100% - 55px);*/
    width: 100%;
    text-align: center;
    margin-left: auto;
    background: #ffffff;
    /*border: 1px solid #FFFFFF;*/
}
/* Event details page css */
.event_right_txt {
    padding-left: 15px;
}
.event_right_txt p {
    margin: 10px 0;
    font-size: 13px;
}
.event_right_txt a {
    color: #fff;
    display: block;
    margin: 18px 0 0;
}
.event_right_txt span,
.event_btm_detail_title {
    font-weight: 500;
}
.event_detail_left_inner {
    position: sticky;
    top: 30px;
}
.event_btm_detail_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    max-width: 400px;
    padding-top: 60px;
}
.event_btm.detail {
    padding: 40px 0 0;
}
.d_flex {
    display: flex!important;
    align-items: baseline;
    padding: 12px 0;
}
.event_btm_detail p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0;
}
.event_list p {
    margin-bottom: 0px;
}
.event_list {
    padding-bottom: 20px;
}
.event_detail_sec {
    /*padding: 90px 0 90px 0;*/
    /*min-height: calc(100vh - 160px);*/
    padding: 50px 0 50px 0;
    min-height: calc(100vh - 215px);
    max-width: 1100px;
    margin: auto;
}
.buy_tickets_sec {
    max-width: 740px;
    padding: 80px 0 0 0;
    margin: auto;
}
.buy_tickets_img {
    width: 100px;
    height: auto;
}
.tickets_price_list_left {
    width:70%;
    display: flex;
    align-items: baseline;
}
.plan_price_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}
.tickets_price_left_list_inner {
    padding-left: 15px;
}
.plan_sale_price {
    font-size: 15px;
    font-weight: 500;
}
.plan_price {
    font-size: 12px;
    padding-left: 2px;
    font-weight: 300;
}
.plan_price_fee{
    font-size: 12px;
    padding-left: 2px;
    font-weight: 300;
}
.tickets_price_list_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.tickets_price_left_list_inner p {
    margin: 0;
}
.plan_add_btn {
    background: rgba(0, 0, 0, 0.15);
    border: 0.6px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    padding: 7px 18px;
    font-weight: 500;
}
.buy_tickets_row {
    padding-bottom: 45px;
}
.plan_plus_minus_btn {
    background: rgba(0, 0, 0, 0.15);
    border: 0.6px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.qty_count {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.plan_quantity_content {
    display: none;
}
.tickets_price_coupon_list  .tickets_price_list_inner {
    border: 0;
    padding-bottom: 140px;
}
.coupon_field {
    background: transparent;
    border-width: 0 0 1px 0;
    /*border-color: #a09d9d !important;*/
    border-radius: 0;
}
.coupon_field.is-valid {
    /*filter: brightness(10);*/
    border-bottom: 1px solid #198754 !important;
}
.checkout_total {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.checkout_sec_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 730px;
    margin: auto;
    /* position: fixed;
bottom: 0; */
    /* width: 715px; */
}
.checkout_sec {
    padding: 30px 0;
    backdrop-filter: blur(15px);
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.checkout_btn_link {
    color: #000000;
    text-decoration: none;
}
.checkout_sec_right {
    cursor: pointer;
    /*background: #000000;*/
    /*border: 1px solid #FFFFFF;*/
    width: 100%;
    max-width: 300px;
}
.event_booking_btn.checkout_btn {
    border: 0;
}
/* register page css */
.form_field {
    background: transparent;
    color: #fff;
    border-width: 0 0 1px 0;
    border-color: #fff;
    border-radius: 0;
    padding-bottom: 15px;
}
.form_field:focus,
.coupon_field:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: unset !important;
}
.form_field::placeholder {
    color: #fff;
}
.form_group {
    margin-bottom: 25px;
}
.form_group .input-group-text {
    background: transparent;
    border-width: 0 0 1px 0;
    border-color: #fff;
    border-radius: 0;
    padding: 0 0 10px;
}
.register_form_sec {
    max-width: 440px;
    margin: auto;
}
.form_title {
    padding-bottom: 40px;
}
.form_submit_btn {
    margin-top: 20px;
    border-radius: 20px;
}
.register_form_sec {
    max-width: 440px;
    margin: auto;
    padding: 90px 0;
}
.event_details{
    white-space: break-spaces;
}
.register_form input::placeholder {
    color: #ffffff61!important;
}
.input_container {
    border: 1px solid #e5e5e5;
}
input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
}
input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #e5e5e5;
}
.success-massage{
    text-align: center;
    margin-top: 50px;
}
.error{
    color: red;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 5px;
}
.alert.alert-success {
    z-index: 999;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 7px 0px;
    margin-top: -61px;
    right: 0;
    margin-left: auto;
    margin-right: 19%;
    width: 300px;
}
.alert.alert-danger {
    z-index: 999;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 7px 0px;
    margin-top: -61px;
    right: 0;
    margin-left: auto;
    margin-right: 19%;
    width: 300px;
}
.forgot{
    margin-top: -20px;
}
/*loader*/
.background-loader{
    position: fixed;
    z-index: 300;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.loader{
    position: fixed;
    z-index: 301;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
    overflow: hidden;
    text-align: center;
}
.spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 303;
    border-radius: 100%;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.spinner1{
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    animation: spin 1s linear infinite;
}
.spinner2{
    width: 70px;
    height: 70px;
    border: 10px solid #fff;
    animation: negative-spin 2s linear infinite;
}
.spinner3{
    width: 40px;
    height: 40px;
    border: 10px solid #fff;
    animation: spin 4s linear infinite;
}
@keyframes spin {
    0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
@keyframes negative-spin {
    0%{
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%,-50%) rotate(-360deg);
    }
}
.loader-text {
    position: relative;
    top: 75%;
    color: #fff;
    font-weight: bold;
}
/*end loader*/

/* Media Query css */
@media (min-width:576px) {
    .event_detail_box_inner {
        padding-left: 15px;
    }
}
@media (max-width: 575px) {
    .header_inner .col-sm-6 {
        width: 50%;
    }
    .event_detail_right {
        padding: 50px 15px 0;
    }
    .buy_tickets_row {
        flex-direction: column-reverse;
    }
    .buy_tickets_right {
        text-align: left !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .checkout_sec_right {
        max-width: 130px;
    }
}
/***************** Edit Profile Page start *****************/
::-webkit-progress-value.form_submit_btn {
    background: #fff;
    color: #000;
}
.profile_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}
.edit_profile_title,
.bookig_top_heaer_title {
    font-size: 40px;
    padding-bottom: 40px;
}
.logout_btn {
    background: #9B0000;
    color: #fff;
    border-color: #9B0000;
}
.logout_btn:hover {
    border-color: #fff;
    color: #fff;
}
/*********************** My Bookings Page start *********************/
.bookings_list_sec {
    max-width: 900px;
}
.bookig_top_heaer_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    margin: 0 0 50px;
}
.booking_list_row,
.booking_list_left {
    display: flex;
}
.booking_list_left_col {
    width: 160px;
}
.booking_list_right_col {
    padding: 0 35px;
    width: calc(100% - 175px);
}
.booking_list_row {
    padding: 35px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.booking_list_left {
    width: calc(100% - 200px);
    border-right: 0.881226px dashed #FFFFFF;
}
.booking_list_inner h2 {
    padding-bottom: 9px;
}
.booking_list_right {
    max-width: 190px;
    width: 100%;
    text-align: center;
    padding-left: 30px;
}
.booking_qr_code_sec {
    text-align: right;
    padding-bottom: 15px;
}
.booking_list_img {
    max-width: 160px;
}
.bkng_schedule_txt {
    max-width: 300px;
}
.bkng_ticket_txt {
    display: flex;
    justify-content: space-between;
}
.booking_qr_code_img {
    border: 0.881226px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 155px;
}
.booking_heading_txt {
    font-size: 12px;
    margin-bottom: 4px;
}
.booking_ans_txt {
    font-weight: 600;
    font-size: 15px;
}
.bkng_total_box_inner {
    display: flex;
    justify-content: space-between;
}
.bkng_total_amnt {
    border-top: 0.881226px dashed #FFFFFF;
    padding: 28px 0 0;
    margin-top: 8px;
}
.bkng_total_box {
    padding-top: 25px;
}
/******************* Your Ticket Page start ********************/
.ticket_share_header {
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    margin: 0px 0 40px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.ticket_share_sec {
    max-width: 480px;
}
.ticket_share_title {
    font-size: 40px;
}
.tickets_list_row {
    background: rgba(0, 0, 0, 0.2);
    padding: 40px 45px 40px 35px;
    position: relative;
}
.tickets_list_right_col {
    width: calc(100% - 95px);
    padding-left: 20px;
}
.tickets_list_top,
.tickets_host_txt {
    display: flex;
}
.tickets_list_left_col {
    width: 95px;
}
.tickets_qr_code_sec {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tickets_qr_code_sec img.booking_qr_code_img {
    max-width: 90px;
}
.tickets_qr_right {
    padding-left: 20px;
}
.tickets_list_btm {
    border-top: 0.881226px dashed #FFFFFF;
    padding: 35px 0 0;
    margin-top: 15px;
}
.tickets_amount_sec {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_amount_val {
    font-size: 20px;
    margin-bottom: 0;
}
.share_icon {
    width: 32px;
}
.m_ticlet_txt {
    position: absolute;
    right: -15px;
    transform: rotate(270deg);
    top: 50%;
    font-size: 12px;
}
.tickets_list_inner h2 {
    padding-bottom: 15px;
}
/***************************************
         Media Query Css
***************************************/
@media (max-width: 1199px) {
    .grid_event_list .event_list_box {
        width: 31%;
        margin: 0 1% 2%;
    }
}
@media (max-width: 991px) {
    .booking_list_right_col {
        padding: 0 25px;
        width: calc(100% - 100px);
    }
    .booking_list_left {
        width: calc(100% - 160px);
    }
    .booking_list_right {
        max-width: 180px;
        padding-left: 20px;
    }
    .grid_event_list .event_list_box {
        width: 48%;
    }

}
@media (max-width: 767px) {
    .booking_list_row {
        padding: 25px;
    }
    .booking_list_left_col {
        width: 160px;
    }
    .booking_list_right_col {
        padding: 30px 20px 0 0;
        width: 100%;
    }
    .booking_list_right {
        max-width: 120px;
        padding-left: 20px;
    }
    .booking_list_left {
        display: block;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .grid_event_list .event_list_box {
        width: 100%;
        margin: 0 0 20px;
    }
    .booking_list_row {
        padding: 25px 20px;
        display: block;
    }
    .booking_list_left {
        border: 0;
    }
    .booking_qr_code_sec {
        text-align: center;
        padding: 35px 0 15px;
    }
    .booking_list_right {
        max-width: 100%;
        padding: 0;
    }
    .tickets_qr_right span {
        display: block;
        text-align: center;
    }
    .booking_list_right_col {
        padding: 30px 0px 0 0;
    }
    .edit_profile_title,
    .bookig_top_heaer_title,
    .ticket_share_title {
        font-size: 30px;
    }
    .Ellipse{
        display: none;
    }
}
@media (max-width: 400px) {
    .tickets_list_top {
        display: block;
    }
    .tickets_list_right_col {
        width: 100%;
        padding-left: 0;
    }
    .tickets_list_left_col {
        padding-bottom: 20px;
    }
    .tickets_list_btm {
        margin-top: 30px;
    }
    .tickets_list_row {
        padding: 30px 30px 30px 25px;
    }
    .tickets_qr_code_sec {
        display: block;
        text-align: center;
    }
    .tickets_qr_code_sec .booking_qr_code_img {
        max-width: 130px;
        margin-bottom: 20px;
    }
    .tickets_qr_code_sec img.booking_qr_code_img {
        max-width: 120px;
    }
    .Ellipse{
        display: none;
    }
}
.Ellipse{
    position: absolute;
    width: 600px;
    height: 600px;
    left: 32%;
    align-content: center;
    z-index: -1;
    top: 262.5px;
    background: linear-gradient(180deg, rgba(3, 104, 255, 0.2) -0.08%, rgba(88, 153, 255, 0.2) 103.38%);
    filter: blur(125px);
}
.attend_button {
    border-radius: 100px;
    background: #121214;
    color: white;
    border: 3px solid #0A35C2;
    padding: 12px 25px;
    font-size: 14px;
    position: absolute;
    max-width: fit-content;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
}
.attend_main{
    margin-top: 60px;
    text-align: center;
}
.pagination li {
    padding-right: 16px;
    font-size: 18px;
}
/*.active span{*/
/*    border-bottom: 2px solid #0A35C2;*/
/*}*/
.footer {
    width: 100%;
    /*bottom: 0px;*/
    position: absolute;
    /*padding: 20px 20px;*/
    padding: 20px 0 0 0;
}
.main {
    position: relative;
    min-height: 100vh;
}





.form_field_input{
    background: transparent;
    color: #fff;
    /*border-width: 0 0 1px 0;*/
    border-color: #fff;
    border-radius: 0;
    /*padding-bottom: 15px;*/
}
.storie_img_thumb {
    width: 70px;
    margin-right: 20px;
}
table tr {
    height: 80px;
    color: white;
}
input[type="date"]::-webkit-calendar-picker-indicator ,input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 1;
    filter: invert(0.8);
}
#event_details::placeholder{
    color: #ffffff61;
}
.description::placeholder{
    color: #ffffff61;
}
.add_event_table{
    padding-top: 25px;
    max-width: 480px;
    margin: auto;
    display: block;
    width: 100%;
}
.add_event_btn{
    max-width: 40%;
    margin: auto;
    display: block;
    width: 100%;
}
.nav-link{
    color: white;
}
.nav-link:focus, .nav-link:hover {
    color: white;
}
.form_field_input:focus {
    background-color: transparent!important;
    color: white!important;
}
textarea:focus {
    background-color: transparent!important;
    color: white!important;
}

.header_right{
    text-align: end;
}
.header_left{
    text-align: start;
}
.footer_logo{
    width: 84px;
    height: 40px;
}
@media only screen and (max-width: 600px) {
    .footer_logo{
        display:block!important;
        margin-left: auto;
        margin-right: auto
    }
    .image-div{
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .header_right{
        text-align: center !important;
    }
    .header_left{
        text-align: center !important;
    }
    .header-link{
        display: inherit;
        padding-right:0px !important;
        padding-bottom: 15px;
    }
    .footer{
        padding:0px !important;
        padding-bottom: 10px !important;
        bottom:unset;
    }
    .Ellipse{
        width:400px !important;
    }
}

.sales-overview{
    padding: 10px;
}
.front_card{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    border: 1px solid;
}
.front-table{
    background: transparent;
    border: 1px solid;
}
.table-condensed tr{
    height: 0px!important;
    color:black!important;
}
/*.accept_checkbox{*/
/*    color: #f13f33 !important;*/
/*}*/
.accept_checkbox {
    text-decoration: underline;
}

