@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "WhyteInktrapHeavy";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Heavy.ttf");
}

@font-face {
    font-family: "WhyteInktrapBold";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Bold.ttf");
}

@font-face {
    font-family: "WhyteInktrapMedium";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Medium.ttf");
}

@font-face {
    font-family: "WhyteInktrapRegular";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Regular.ttf");
}

@font-face {
    font-family: "WhyteInktrapLight";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Light.ttf");
}

@font-face {
    font-family: "WhyteInktrapThin";
    src: url("../fonts/WhyteInktrap/WhyteInktrap-Thin.ttf");
}

body {
    font-family: 'Teko', sans-serif;
}

.flt {
    float: left;
    width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

.login_container {
    min-height: 100vh;
    background-image: url('../images/login-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px;
}

.login_container::before {
    content: "REVELS";
    position: absolute;
    left: 40px;
    top: 60%;
    transform: translateY(-50%);
    font-family: "WhyteInktrapRegular";
    font-size: 300px;
    color: rgb(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);



}

.login_container::after {
    content: "REVELS";
    position: absolute;
    left: 40px;
    top: calc(60% + 150px);
    transform: translateY(-50%);
    font-family: "WhyteInktrapRegular";
    font-size: 300px;
    color: rgb(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 187 238);
    line-height: 0px;
}

.login_logo {
    color: rgb(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    font-size: 26px;
    font-family: "WhyteInktrapBold";
    margin-bottom: 25px;
}

.login_logo span img{
    width: 70%;
}

.login_txt {
    font-family: "WhyteInktrapHeavy";
    font-size: 92px;
    color: rgb(255, 255, 255);
    line-height: 100px;
    letter-spacing: 6px;
}

.login_left {
    float: left;
    width: 30%;
}

.login_right {
    float: left;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: calc(100vh - 120px);
}

.login_head {
    font-size: 46px;
    line-height: 40px;
    color: rgb(13 14 35);
    font-family: "WhyteInktrapBold";
}

.login_desc {
    font-weight: 400;
    font-size: 18px;
    color: rgb(40 44 82);
    font-family: "WhyteInktrapMedium";
}

.login_title {
    position: relative;
    padding-left: 30px;
}

.login_title::before {
    content: "REVELS 25";
    position: absolute;
    left: -30px;
    top: 25px;
    font-family: "WhyteInktrapBold";
    font-size: 16px;
    color: rgb(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    transform: rotate(-90deg);
    opacity: 0.8;
}

.login_line {
    font-size: 16px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapMedium";
    margin: 40px 0px 30px 0px;
    position: relative;
}

.login_line::before {
    content: '';
    position: absolute;
    left: 55px;
    top: 8px;
    background: linear-gradient(90deg, #FFFFFF -1.86%, rgba(255, 255, 255, 0) 100%);

    /* background: linear-gradient(90deg, rgb(255 154 40) -1.86%, rgb(239 199 217) 40.45%, rgba(255, 204, 255, 0) 100%); */
    width: calc(100% - 55px);
    height: 3px;
}

/* .login_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    padding: 40px 20px;
    border-radius: 30px;
    background-image: linear-gradient(180.07deg, #ffffff47 0.06%, #e5592600 99.94%);
    z-index: 1;
    border: 2px solid;
    border-image-source: linear-gradient(180.07deg, #FFFFFF 0.06%, #181079 99.94%);
    border-image-slice: 1;
} */

.login_box {
    position: relative; /* Necessary for pseudo-element positioning */
    width: 400px;
    padding: 40px 20px;
    border-radius: 30px; /* Rounded corners */
    background: linear-gradient(180.07deg, #ffffff47 0.06%, #e5592600 99.94%); /* Inner background */
    z-index: 1;
    overflow: hidden; /* Ensures the pseudo-element respects the border-radius */
}

.login_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Place the pseudo-element behind the content */
    border-radius: 30px; /* Same as the main element */
    padding: 2px; /* Matches border thickness */
    background: linear-gradient(180.07deg, #FFFFFF 0.06%, #181079 99.94%); /* Gradient border */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /* Use mask to create a border effect */
    mask-composite: exclude;
}



.login_form .form-group {
    margin-bottom: 30px;
}

.login_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_input_icon {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 7px;
    border: 1px solid rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.login_form input, .login_form select {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.08em;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 7px;
    border: 1px solid rgb(255, 255, 255);
    height: 50px;
    padding: 5px 20px;
    width: calc(100% - 60px)
}
.login_form select option{
    color: black; 
    background-color: white; 
}

.login_form input::placeholder {
    color: rgb(255, 255, 255);
}

.login_btn {
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #181079;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 7px;
    border: none;
    height: 50px;
}

.login_note {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.08em;
    color: rgb(36 40 74);
    text-align: center;
    margin-top: 30px;
}

.login_note a {
    color: rgb(255, 255, 255);
}

.login_otp {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_otp input {
    width: 22%;
}

.login_form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_form label a {
    color: rgb(255, 255, 255);
}

.register_line::before {
    left: 195px;
    width: calc(100% - 195px);
}

.login_choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_choose button {
    font-size: 20px;
    text-align: center;
    color: rgb(13 14 35);
    font-family: "WhyteInktrapRegular";
    width: 48%;
    border: 1px solid rgb(255 255 255);
    border-radius: 16px;
    padding: 40px 5px 30px 5px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.login_choose button img {
    margin-bottom: 20px;
}

.login_back {
    margin-top: 10px;
    text-align: center;
}

.login_back a {
    font-weight: 300;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.08em;
    color: rgb(36 40 74);
    text-align: center;
}

.login_form .form-control:focus {
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 0 0.2rem rgba(201, 90, 173, 0.25);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.login_form {
    margin-bottom: 0px;
}

.log_txt span {
    color: #181079;
}

.logimg_cont {
    height: 250px;
    position: relative;
    background-image: url('../images/logoutback.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 11px;

}


.log_right {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #181079;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
}

.logmsg_cont {
    position: relative;
    padding-bottom: 100px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 100px 100px 11px 11px;
    margin-top: -70px;


}


.log_txt {
    text-align: center;
    font-size: 25px;
    font-family: "WhyteInktrapMedium";

    margin-bottom: 70px;
    color: rgb(36, 40, 74);
}



.log_img {
    text-align: center;
    margin-top: -102px;
}

.log_btn {
    text-align: center;

}


button.log_out {
    background: #c8c6e3;
    border: 1px solid #181079;
    color: #181079;
    border-radius: 6px;

    padding: 10px 72px 2px 72px;
    font-size: 18px;
    font-family: "WhyteInktrapLight";

}

button.log_cancel {
    border: 1px solid rgb(36, 40, 74);
    border-radius: 6px;
    padding: 10px 72px 3px 72px;
    color: rgb(36, 40, 74);
    background: rgb(255, 255, 255);
    font-size: 18px;
    margin-right: 55px;
    font-family: "WhyteInktrapLight";
}











.register_form .form-group {
    margin-bottom: 13px;
}

.register_form .login_btn {
    margin-top: 18px !important;
}

.register_form .otp_div {
    margin-top: 25px;
}

.mahe_register_line::before {
    left: 160px;
    width: calc(100% - 160px);
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.header_left {
    color: rgb(36 40 74);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(36 40 74);
    font-size: 36px;
    font-family: "WhyteInktrapHeavy";
    width: 150px;
}

.header_left img{
    width:100%
}

.header_name {
    font-size: 12px;
    color: rgb(49 53 85);
    font-family: "WhyteInktrapRegular";
    text-align: right;
    margin-right: 5px;
    margin-left: 26px;
}

.header_name b {
    font-size: 12px;
    color: rgb(49 53 85);
    font-family: "WhyteInktrapMedium";
    font-weight: 500;
}

.header_name span {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #181079;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 160px);
}

.menuH_container {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgb(8 89 164 / 20%);
}

.menu_white {
    display: none;
}

.menuH {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuH li {
    list-style-type: none;
    width: 25%;
    padding: 0px 3px;
}

.menuH li a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

.menuH li a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #191468;
    float: left;
    width: 100%;
    padding: 13px 0px;
    border-bottom: 2px solid #191468;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.menuH li a img {
    margin-right: 15px;
}

.menuH li a.active,
.menuH li a:hover {
    background-color: #191468;
    color: rgb(255, 255, 255);
}

.menuH li a.active .menu_blue,
.menuH li a:hover .menu_blue {
    display: none;
}

.menuH li a.active .menu_white,
.menuH li a:hover .menu_white {
    display: block;
}







.schedule_main {
    margin-bottom: 30px;
}


.menuA_container {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgb(8 89 164 / 20%);
}



.menuA {
    display: flex;
    align-items: center;

}

.menuA li {
    list-style-type: none;
    width: 25%;
    padding: 0px 3px;
}

.menuA li a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgb(36 40 74);
    float: left;
    width: 100%;
    padding: 13px 0px;
    border-bottom: 2px solid #181079;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.menuA li a img {
    margin-right: 15px;
}

.menuA li a.active,
.menuA li a:hover {
    background-color: #181079
    color: rgb(255, 255, 255);
}

.menuA li a.active .menu_blue,
.menuA li a:hover .menu_blue {
    display: none;
}

.menuA li a.active .menu_white,
.menuA li a:hover .menu_white {
    display: block;
}



















.dashboard_logo {
    font-family: "WhyteInktrapBold";
    font-size: 22px;
    letter-spacing: 0.63em;
    color: rgb(36 40 74);
}

.dashboard_txt {
    font-family: "WhyteInktrapRegular";
    font-style: normal;
    font-size: 16px;
    color: rgb(36 40 74);
}

.dashboard_txt span {
    color: #181079;
}

.dashboard_btn button {
    margin-left: 15px;
    background-color: #181079;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: rgb(255 255 255);
    border: none;
}

.dashboard_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 35px;
}

.dashbox {
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 15px;
}

.dashbox_head {
    font-weight: 500;
    font-size: 18px;
    color: #181079;
    font-family: "WhyteInktrapRegular";
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #9B93FF;
}

.dash_card_cost {
    font-size: 20px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    margin-bottom: 5px;
}

.flagship_card .dash_card_cost span {
    color: #181079;
}

.general_card .dash_card_cost span {
    color: #181079;

}

.dash_tag {
    font-weight: 700;
    font-size: 34px;
    float: left;
    width: 70%;
    border-radius: 0px 30px 30px 0px;
    padding: 18px 5px 8px 5px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.sportsdash_tag {
    font-weight: 700;
    font-size: 34px;
    float: left;
    width: 70%;
    border-radius: 0px 30px 30px 0px;
    padding: 18px 5px 8px 5px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.flagship_card .dash_tag {
    color: rgb(151 72 0);
    background: rgb(255 151 56);
}


.general_card .dash_tag {
    color: #ffffff;
    background: #181079;
}

.general_card .gdash_tag {
    color: rgb(125, 96, 0);
    background: rgb(255, 198, 11);
}

.ongoing_event {
    background: rgb(223, 255, 226);
    border-radius: 3px;
    font-family: "WhyteInktrapRegular";
    color: rgb(0, 57, 37);
    margin-right: -15px;
}

.sports_card .dash_tag {
    color: rgb(3, 96, 136);
    background: rgb(151, 216, 244);
}

.dash_card_btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.gentoflag_card_btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.dashcard_purchase {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #181079;
    font-family: 'Inter', sans-serif;
    background-color: rgb(255 255 255 / 70%);
    border: 1px solid #181079;
    border-radius: 10px;
    padding: 12px 25px;
    margin-right: 7px;
}

.gentoflag_purchase {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #181079;
    font-family: 'Inter', sans-serif;
    background-color: rgb(255 255 255 / 70%);
    border: 1px solid #181079;
    border-radius: 5px;
    padding: 4px 17px;
    margin-right: 3px;
}

.gentoflag_arrow img {
    width: 67%;
}

.gentoflag_arrow {
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    background-color: rgb(255 255 255 / 70%);
    border: 1px solid rgb(146, 151, 197);
    border-radius: 4px;
    padding: 4px 8px;
}



.dash_arrow {
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    background-color: rgb(255 255 255 / 70%);
    border: 1px solid rgb(146, 151, 197);
    border-radius: 10px;
    padding: 9px 18px;
}




.dash_card {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 30px 18px 18px 20px;
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    position: relative;
}

.dash_card::before {
    position: absolute;
    right: -90px;
    top: 125px;
    font-family: "WhyteInktrapBold";
    color: #181079;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #181079;
    transform: rotate(-90deg);
    opacity: 0.5;
    font-size: 46px;
    line-height: 60px;
}

.dashbox_cont {
    padding: 30px;
}

.flagship_card {
    background-image: url('../images/FlagshipCard.png');
}

.flagship_card::before {
    content: "FLAGSHIP";
}

.general_card {
    background-image: url('../images/GeneralCard.png');
}

.general_card::before {
    content: "GENERAL";
}

.sports_card {
    background-image: url('../images/SportsCard.png');
}

.sports_card::before {
    content: "SPORTS";

}



.eventnodata_tab {
    background: rgb(255, 255, 255);
    padding: 8px 15px 6px 15px;
    border-bottom: 1px solid #181079;
    display: flex;
    align-items: center;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    justify-content: space-between;
}



.eventnodata_cont {
    padding: 15px 30px 30px 30px;
    background: ffffffa6;
}










.dash_event {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 15px;
    padding: 33px;
    margin-top: 35px;
}

.dash_event_card {
    background-size: 100% 100%;
    height: 286px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 11px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 15px 5px lightblue;
}

.dash_event_top {
    position: relative;
}

.dash_event_head {
    margin-top: 16px;
    margin-left: -21px;

}

.dash_event_bg {
    font-weight: 700;
    font-size: 20px;
    background-image: url(../images/arcbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    font-family: "WhyteInktrapBold";
    margin-bottom: 0px;
    padding: 16px 16px 12px 12px;
    width: auto;
    border-radius: 0px 11px 11px 0px;
}

/* .dash_event_bg span {
    color: #181079;
} */




.dashg_event_head {
    font-weight: 700;
    font-size: 15px;
    /* line-height: 26px; */
    /* letter-spacing: 0.21em; */
    color: rgb(255, 255, 255);
    font-family: "WhyteInktrapBold";
    margin-bottom: 30px;
    position: absolute;
    top: 60px;
    z-index: 1;
    left: -3px;
}

.dashg_event_head span {
    color: #181079;
}






.groundzero_proshow .dash_event_card {
    background-image: url('../images/proshowbg.png');
}


.groundzero_merchandise .dash_event_card {
    background-image: url('../images/merchandisebg.png');
}



.dash_event .col-sm-6:nth-child(1) .dash_event_card {
    background-image: url('../images/proshowbg.png');
}

.dash_event .col-sm-6:nth-child(2) .dash_event_card {
    background-image: url('../images/merchandisebg.png');
}




.flagship_card .dash_tag {
    font-weight: 700;
    font-size: 20px;
    float: left;
    width: 80%;
    border-radius: 0px 11px 11px 0px;
    padding: 20px 34px 10px 34px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.flagship_card .dash_tag {
    color: #ffffff;
    background: #181079;
}

.dash_event_title {
    font-family: "WhyteInktrapBold";
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.21em;
    color: rgb(255 255 255);
}



.dash_event_desc {
    font-size: 18px;
    padding: 10px 0px 0px 10px;
    font-weight: 350;
    color: #181079;
    font-family: "WhyteInktrapRegular";
}


.dashg_event_desc {
    font-size: 16px;
    color: rgb(36, 40, 74);
    font-family: "WhyteInktrapRegular";
}

.dash_event_type {
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 42px;
    line-height: 60px;
    font-family: "WhyteInktrapBold";
    letter-spacing: 0.1em;
    opacity: 0.4;
    margin-bottom: 5px;
}

.logimg_cont {
    position: relative;
}

.logout_type {
    text-align: center;
    padding: 75px 0px;
    color: rgb(255 255 255 / 18%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #181079;
    font-size: 84px;
    line-height: 18px;
    font-family: "WhyteInktrapBold";
    letter-spacing: -6px;
    opacity: 0.9;
    margin-bottom: 5px;

}



.dash_event_button {
    display: flex;
    justify-content: flex-end;
}

.dash_buy {
    font-weight: 500;
    font-size: 14px;
    background: rgb(250, 250, 250);
    opacity: 0.8;
    border-radius: 8px;
    color: #181079;
    border: 1px solid #181079;
    backdrop-filter: blur(2px);
    line-height: 17px;
    padding: 12px 22px;
    font-family: 'Inter', sans-serif;
    margin-right: 12px;
}


.dash_event_arrow {

    background: rgb(250, 250, 250);
    opacity: 0.8;
    border: 1px solid #9297C5;
    border-radius: 8px;
    padding: 10px 22px;
    color: #181079;
}

.dash_table table tr td {
    font-size: 14px;
    color: #181079;
    font-family: "WhyteInktrapRegular";
    vertical-align: middle;
    border: none;
}

.dash_table table tr td img {
    margin-right: 5px;
}

.table_category {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: rgb(36 40 74);
}

.table_category {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: rgb(36 40 74);
}

.table_category span {
    font-size: 20px;
    color: #181079;
}

.table_arrow_blue {
    background-color: rgb(36 40 74);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 6px;
    padding: 14px 16px;
    border: none;
}

.table_flagship {
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 30px 30px 0px;
    padding: 25px 3px 18px 3px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: #ffffff;
    background: #181079;
    margin-left: -0.75rem;
}

.table_general {
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 30px 30px 0px;
    padding: 25px 3px 18px 3px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: #ffffff;
    background: #181079;
    margin-left: -0.75rem;
}

.table_sports {
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 30px 30px 0px;
    padding: 25px 3px 18px 3px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: #ffffff;
    background: #181079;
    margin-left: -0.75rem;
}

.dash_table_head {
    font-weight: 400;
    font-size: 17px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    padding: 20px 30px 15px 30px;
    border-bottom: 1px solid #181079;
}

.dash_table {
    background-color: transparent;
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 15px;
    margin: 40px 0px;
}

.table_view button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #181079;
    font-family: 'Inter', sans-serif;
    border: 1px solid #181079;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 13px 46px;
}

.table_view {
    padding: 30px 0px 13px 0px;
    text-align: center;
}

.dash_table .table-responsive {
    background-color: transparent;
}

.dash_table table tr {
    border-bottom: 1px solid rgb(237 237 237);
    background: rgba(255, 255, 255, 0.02);
    /* box-shadow: 0px 0px 10px rgb(8 89 164 / 10%); */
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
}

.main_container {
    background-image: url('../images/dashboard-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_container {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(36 40 74);
    border-top: 1px solid #181079;
    padding: 17px 0px;
}

.footer_container a {
    color: rgb(36 40 74);
    text-decoration: none;
}

.footer_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_left a {
    font-weight: 600;
}

.footer_right li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 13px;
    position: relative;
    border-right: 1px solid #181079;
}

.footer_right li:last-child {
    border-right: none;
    padding-right: 0px;
}

.proshow_banner {
    background-image: url('../images/proshow-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.general_banner {
    background-image: url('../images/general-card-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.proshow_banner_head {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: rgb(255 255 255);
    font-family: "WhyteInktrapBold";
}

.proshow_banner_desc {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: rgb(255 255 255);
    font-family: "WhyteInktrapBold";
}

.proshow_banner_btn {
    margin-top: 10px;
}

.proshow_banner_btn button {
    font-weight: 700;
    font-size: 14px;
    color: rgb(255 255 255);
    font-family: 'Inter', sans-serif;
    background-color: #181079;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 9px;
    padding: 10px 48px;
    border: none;
}

.proshow_main {
    padding: 35px 0px;
}

.proshow_datecont {
    padding: 15px;
    border-radius: 11px;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #BBBBBB;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px rgb(97 97 218 / 20%);
}

.proshow_datecont.active {
    border: 3px solid #FF7A00;
}

.proshoww_day {
    padding: 8px 10px;
    border-right: 2px solid #181079;
    font-size: 18px;
    font-family: "WhyteInktrapRegular";
}


.proshow_date {
    padding: 0px 0px 0px 15px;
    font-size: 17px;
    font-family: "WhyteInktrapRegular";
    color: rgb(36, 40, 74);
    display: flex;
    align-items: center;
}

.proshow_date span {
    margin-left: 10px;
    padding-top: 5px;
}

.proshow_time {
    margin-bottom: 15px;
    color: rgb(36, 40, 74);
    font-size: 14px;
    font-family: "WhyteInktrapRegular";
}

.proshow_time img {
    margin-right: 10px;
}

.proshow_head {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: rgb(0, 0, 0);

    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.proshow_image {
    margin-bottom: 25px;
}

.proshow_name {
    font-family: "WhyteInktrapRegular";
    font-size: 20px;
    color: #181079;
    margin-bottom: 0px;
}

.proshow_artist {
    font-size: 16px;
    line-height: 16px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    margin-bottom: 8px;
}

.proshow_desc {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    color: rgb(108 108 108);
    line-height: 16px;
    padding-bottom: 12px;
}

.proshow_list li {
    font-family: "WhyteInktrapRegular";
    color: rgb(36 40 74);
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 12px;
}

.proshow_list li img {
    margin-right: 15px;
}

.proshow_list li:last-child {
    margin-bottom: 0px;
}

.proshow_list {
    width: calc(100% - 115px);
}

.proshow_day {
    font-size: 23px;
    color: rgb(255 255 255);
    font-family: "WhyteInktrapRegular";
    background-color: #181079;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    margin-right: 15px;
}

.proshow_calender {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.proshow_box {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #9B93FF;
    box-shadow: 0px 0px 20px rgb(97 97 218 / 20%);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 30px;
}

.proshow_image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.merchandise_main {
    padding: 36px 0px;
}

.merchandise_left img {
    border: 1px solid #9B93FF;
    width: 100%;
    height: 485px;
    border-radius: 12px;
}

.merchandise_image img {
    border-radius: 12px;
    width: 100%;
}

.merchandise_right {
    position: relative;
}

.merchandise_list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    list-style-type: none;
}

.merchandise_list img {
    width: 100%;
    border-radius: 10px;

}

.merchandise_list li:first-child img {
    border: 1px solid rgb(255, 196, 141);

}

.merchandise_list li {
    width: 19%;
}

.merchandise_btn {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 23px;
}

.merchandise_btn button {
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: rgb(255 255 255);
    background-color: #181079;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 9px;
    border: none;
    padding: 12px;
    width: 50%;
}

.merchandise_btn span {
    font-family: "WhyteInktrapRegular";
    font-size: 28px;
    color: rgb(255 255 255);
    width: 50%;
    text-align: left;
    padding-top: 12px;
}

.merchandise_btn button {
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: rgb(255 255 255);
    background-color: #181079;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 9px;
    border: none;
    padding: 12px;
    width: 50%;
}

.merchandise_txt {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255 255 255);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    font-size: 38px;
    font-family: "WhyteInktrapBold";
    opacity: 0.4;
    text-align: center;
    width: 100%;
}

.general_main {
    padding-top: 35px;
}

.general_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: rgb(36, 40, 74);
    font-family: 'Inter', sans-serif;
}

.general_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.general_search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}

.general_search_input {
    position: relative;
    padding-right: 5px;
    width: calc(100% - 48px);
}

.general_search_input::before {
    content: '';
    background-image: url('../images/search.png');
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.general_search input {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(36 40 74);
    font-family: 'Inter', sans-serif;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(159, 159, 159);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 9px;
    height: 43px;
    padding-right: 40px;
}

.general_search button {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(159 159 159);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 9px;
    width: 43px;
    height: 43px;
}

.general_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
}

.offgeneral_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
}

.general_category {
    font-family: "WhyteInktrapRegular";
    font-size: 18px;
    color: #181079;
    margin-top: 20px;
    line-height: 20px;
}

.general_event {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    line-height: 16px;
    color: rgb(36 40 74);
}

.general_desc {
    font-family: "WhyteInktrapRegular";
    font-size: 12px;
    color: rgb(108 108 108);
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 8px;
    min-height: 76px;
    word-break: break-word;
}

.general_list li {
    list-style-type: none;
    font-family: "WhyteInktrapRegular";
    color: rgb(36 40 74);
    font-size: 12px;
    margin-bottom: 10px;
}

.general_list li:last-child {
    margin-bottom: 0px;
}

.general_list li img {
    margin-right: 10px;
}


.general_box {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgb(210 210 210);
    border-radius: 12px;
    margin-bottom: 30px;
    min-height: 449px;
}

.general_middle {
    background-image: url(../images/general-middle-bg.png);
    background-color: rgb(255 255 255);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 7px solid rgb(254 254 254);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-top: -60px;
    padding: 8px;
    min-height: 400px;
}

.general_top {
    height: 60px;
    background-color: rgb(36 40 74);
    border-radius: 6px 6px 0px 0px;
}

.general_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.general_join {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(36 40 74);
    border: 1px solid #181079;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    height: 45px;
    width: calc(100% - 77px);
}

.general_arrow {
    background-color: rgb(36, 40, 74);
    height: 45px;
    width: 70px;
    margin-left: 7px;
    border-radius: 6px;
    border: none;
}

.generalin {
    padding: 10px;
}










.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.morelink {
    text-decoration: none;
    color: rgb(194, 8, 8);
    position: relative;
    margin-top: 10px;
}

.morelink::after {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    left: 75px;
    top: 0px;
}

.morelink.less::after {
    position: absolute;
    content: '\f077';
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    left: 75px;
    top: 0px;
}

.morelink:hover {
    color: rgb(194, 8, 8);
    text-decoration: none;
}

.morelink.less:hover {
    color: rgb(194, 8, 8);
    text-decoration: none;
}

.morelink:focus {
    color: rgb(194, 8, 8);
    text-decoration: none;
}

.morelink.less:focus {
    color: rgb(194, 8, 8);
    text-decoration: none;
}



.page_background {
    min-height: calc(100vh - 182px);
    background-image: url('../images/page-bg.png');
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 60px 0px;
}

.flagship_main {
    padding: 35px 45px;
    background: rgb(255 255 255 / 90%);
    border: 1px solid #181079;
    border-radius: 38px;
}

.flagship_tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flagship_tag_left {
    font-family: "WhyteInktrapBold";
    font-size: 33px;
    text-align: center;
    color: rgb(255 255 255);
    background: #181079;
    border-radius: 0px 15px 15px 0px;
    padding: 11px 0px 3px 0px;
    width: 270px;
    margin-left: -45px;
}


.sports_tag_left {
    font-family: "WhyteInktrapBold";
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background: #181079;
    border-radius: 0px 15px 15px 0px;
    padding: 15px 0px 6px 0px;
    width: 32%;
    margin-left: -45px;
}
.sports_tag_left1 {
    font-family: "WhyteInktrapBold";
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background: #181079;
    border-radius: 0px 15px 15px 0px;
    padding: 15px 0px 6px 0px;
    width: 32%;
    margin-left: -45px;
}

.flagshipg_tag_left {
    font-family: "WhyteInktrapBold";
    font-size: 33px;
    text-align: center;
    color: rgb(255 255 255);
    background: #181079;
    border-radius: 0px 15px 15px 0px;
    padding: 11px 0px 3px 0px;
    width: 270px;
    margin-left: -45px;
}

.flagships_tag_left {
    font-family: "WhyteInktrapBold";
    font-size: 33px;
    text-align: center;
    color: rgb(255 255 255);
    background: rgb(114, 186, 217);
    border-radius: 0px 15px 15px 0px;
    padding: 11px 0px 3px 0px;
    width: 270px;
    margin-left: -45px;
}



.flagship_tag_right {
    font-family: "WhyteInktrapMedium";
    font-size: 20px;
    color: rgb(36 40 74);
    padding: 6px 0px 0px 20px;
}

.flagship_tag_right b {
    color: #181079;
    font-size: 30px;
    font-family: "WhyteInktrapBold";
}

.flagship_tag_right span {
    font-size: 14px;
    line-height: 17px;
    color: rgb(36 40 74);
    font-family: 'Inter', sans-serif;
}

.flagship_flex {
    display: flex;
    align-items: center;
    margin: 40px 0px 30px 0px;
    justify-content: space-between;
}

.flagship_category {
    font-family: "WhyteInktrapRegular";
    font-size: 28px;
    margin-bottom: 5px;
    color: #181079;
}

.flagship_name {
    font-family: "WhyteInktrapRegular";
    font-size: 24px;
    line-height: 12px;
    color: rgb(36 40 74);
}

.flagship_flex_left {
    margin-right: 20px;
}

.flagship_desc {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    line-height: 24px;
    color: rgb(36 40 74);
    word-break: break-word;
}

.flagship_feature li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8%;
    font-weight: 400;
    font-size: 18px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    text-align: center;
}

.flagship_feature li {
    margin-right: 30px;
}

.flagship_feature li img {
    margin-bottom: 20px;
}

.flagship_feature {
    margin: 35px 0px 20px 0px;
}

.flagship_btn button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: #181079;
    background: rgb(255 255 255);
    border: 1px solid #181079;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}



/* .flagship_btn button:last-child {
    margin-right: 0px;
} */


.flagship_btn {
    margin-right: 0px;
}



.flagship_delete {
    background-color: rgb(246 21 21 / 70%) !important;
    border: 1px solid rgb(246 21 21 / 70%) !important;
    color: rgb(255, 255, 255) !important;
}

.flagship_members {
    background: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 146, 15) !important;
    color: rgb(0, 146, 15) !important;
}

.event_main {
    background-image: url('../images/Eventbackg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 11px;
}

.dash_table .event_main {
    background-image: none;
}

.event_tab {
    padding: 12px 15px;
    border-bottom: 1px solid #9B93FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eventnodata_tab {
    padding: 8px 15px 6px 15px;
    border-bottom: 1px solid #181079;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event_tab ul li {
    margin-right: 7px;
}

.event_tab ul li:last-child {
    margin-right: 0px;
}

.eventnodata_tab ul li {
    margin-right: 7px;
}

.eventnodata_tab ul li:last-child {
    margin-right: 0px;
}

.event_tab ul li a {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    padding: 7px 20px 2px 20px;
    color: #181079;
    border: 1px solid rgb(36 40 74);
    border-radius: 4px !important;
}

.eventnodata_tab ul li a {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    padding: 6px 22px 0px 20px;
    color: rgb(36 40 74);
    border: 1px solid rgb(36 40 74);
    border-radius: 4px !important;
}

.event_tab ul li a.active,
.event_tab ul li a:hover {
    color: #181079 !important;
    background-color: #c8c6e3 !important;
   
}


.eventnodata_tab ul li a.active,
.eventnodata_tab ul li a:hover {
    color: #181079 !important;
    background-color: rgb(255 238 222) !important;
    border: 1px solid #181079 !important;
}

.event_cont {
    padding: 17px;
}

.event_table .table {
    margin-bottom: 0px;
    color: rgb(33, 37, 41);

}

.event_header {
    align-items: center;
    font-size: 18px;
    color: rgb(36, 40, 74);
    font-family: "WhyteInktrapRegular";
    margin-top: 8px;
}


.event_table {
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 11px;
}

/* .event_table table td:first-child { border-top-left-radius: 12px; }
.event_table table  td:last-child { border-top-right-radius: 12px; }
.event_table table  td:first-child { border-bottom-left-radius: 12px; }
.event_table table  td:last-child { border-bottom-right-radius: 12px; } */

.event_table table tr {
    /* box-shadow: 0px 0px 10px rgb(8 89 164 / 10%); */
    border-bottom: 1px solid rgb(237 237 237);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
}

.event_table table tr td {
    font-size: 14px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    vertical-align: middle;
    border: none;
}

.event_download {
    width: 45px;
    height: 45px;
    background: rgb(255, 217, 183);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_arrow_blue img {
    margin: 0px !important;
}

.event_download img {
    margin: 0px !important;
}

.schedule_box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.schedule_head {
    font-family: "WhyteInktrapMedium";
    font-size: 21px;
    text-transform: uppercase;
    color: rgb(36 40 74);
    text-align: center;
    padding: 28px 5px 10px 5px;
    border-bottom: 2px dashed rgb(36, 40, 74);
}

.schedule_qr {
    text-align: center;
    padding: 25px 0px;
}

.schedule_date {
    padding: 50px 0px 70px 0px;
    font-family: "WhyteInktrapMedium";
    font-size: 22px;
    color: #181079;
    text-align: center;
    font-weight: 500;
}

.schedule_date img {
    margin-bottom: 25px;
}

.page_container {
    min-height: calc(100vh - 174px);
}

.general_group {
    border: 7px solid rgb(254 254 254);
    border-top: none;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 5px 5px;
}

.sports_cont .general_middle {
    border-radius: 8px 8px 0px 0px;
}



/* media query */
@media (max-width: 767px) {
    .login_container {
        padding: 40px 15px;
    }
    .combo_card{
        margin: 0px 0px 20px 0px !important;
    }
    .mobile_images{
        display: flex;
    }

    .dwnload_invoice_btn{
        float: left !important;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .login_container::before {
        left: 5px;
        font-size: 80px;
        display: none;
    }

    .login_container::after {
        left: 5px;
        font-size: 80px;
        display: none;
    }

    .login_left {
        width: 100%;
    }

    .login_right {
        width: 100%;
        min-height: auto;
        display: block;
    }

    .login_box {
        width: 100%;
        float: left;
    }

    .login_txt {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .flagship_tag {
        display: block;
    }

    .flagship_tag_left {
        float: left;
        width: 100%;
    }

    .flagship_tag_right {
        float: left;
        width: 100%;
        padding: 0px;
        margin-left: 8px;
        /* margin-top: 30px; */
    }

    .general_banner {
        padding: 0px 15px;
    }

    .sports_banner {
        padding: 0px 15px;
    }

    .proshow_banner {
        padding: 0px 15px;
    }

    .proshow_banner_head {
        font-size: 20px;
    }

    .proshow_banner_btn button {
        font-size: 13px;
        padding: 8px 40px;
    }

    .proshow_banner_desc {
        font-size: 16px;
    }

    .merch_details {
        padding-bottom: 10px !important;
    }

    .merchts_main {
        padding: 30px 20px !important;
    }
}

@media (min-width: 320px) and (max-width: 479px) {


    .flagship_feature li img {
        margin-bottom: 8px;
        /* margin-top: 20px; */
    }

    .login_choose button {
        font-size: 17px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {}

@media (min-width: 640px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .login_container::before {
        font-size: 160px;
    }

    .login_container::after {
        font-size: 160px;
        top: calc(60% + 70px);
    }

    .login_txt {
        font-size: 70px;
        line-height: 70px;
    }

    .dashboard_title {
        width: 50%;
    }

    .proshow_datemain {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {


    .sports_tag_left {
        width: 40%;
    }
    .sports_tag_left1{
        width: 40%;
    }
    .merchandise_left img {

        height: 402px;

    }

    .sports_main .col-sm-5 {

        padding-right: 35px;
    }

    .sports_card .dash_tag {

        font-size: 28px;
        padding: 5px 34px 5px 34px;

    }

    .login_container::before {
        font-size: 160px;
    }

    .login_container::after {
        font-size: 160px;
        top: calc(60% + 80px);
    }

    .login_txt {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .login_txt {
        font-size: 75px;
        line-height: 75px;
    }

    .login_container::before {
        font-size: 210px;
    }

    .login_container::after {
        font-size: 210px;
        top: calc(60% + 100px);
    }
}







/* Rachana CSS*/
.groundzero_merchandise .dash_event_desc {
    font-size: 16px;
    padding: 10px 0px 0px 10px;
    line-height: 15px;
}

.groundzero_main .dash_event_desc {
    padding: 10px 0px 0px 10px;
}

.ongoing_event {
    background: rgb(223, 255, 226);
    border-radius: 3px;
    font-family: "WhyteInktrapRegular";
    color: rgb(0, 57, 37);
    font-size: 12px;
    padding: 6px 0px 2px 5px;
    width: 75%;
    display: flex;
}

.ongoing_event b {
    background: rgb(0, 146, 15);
    width: 12px;
    height: 12px;
    border-radius: 1px;
    margin-right: 10px;
    display: inline-block;

}

.reg_stopped {
    background: rgb(255, 239, 221);
    border-radius: 3px;
    font-family: "WhyteInktrapRegular";
    color: rgb(211, 101, 0);
    font-size: 12px;
    padding: 7px 0px 2px 5px;
    width: 75%;
    display: flex;
    margin-right: -15px;
}

.reg_stopped b {
    background: #181079;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    margin-right: 10px;
    display: inline-block;

}

.cancel_event {
    background: rgb(255, 226, 229);
    border-radius: 3px;
    font-family: "WhyteInktrapRegular";
    color: rgb(223, 83, 83);
    font-size: 12px;
    padding: 5px 0px 0px 5px;
    width: 75%;
    display: flex;
    margin-right: -15px;
}

.cancel_event b {
    background: rgb(223, 83, 83);
    width: 12px;
    height: 12px;
    border-radius: 1px;
    margin-right: 10px;
    display: inline-block;
}





.flagship3_btn button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: #181079;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 122 0 / 70%);
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}



.flagship3_btn button:last-child {
    margin-right: 0px;
}




.member_close {
    color: rgb(255, 255, 255);
}

.member_tab {
    display: flex;
    border-radius: 11px 11px 0px 0px;
    padding: 8px 15px;
    border-bottom: 1px solid #181079;
    background: #181079;
}

.member_tab ul li {
    margin-right: 7px;
}

.member_tab ul li:last-child {
    margin-right: 0px;
}

.member_tab ul li a {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    padding: 10px 22px 2px 22px;
    color: rgb(36 40 74);
    border: 1px solid rgb(36 40 74);
    border-radius: 8px !important;
}

.member_tab ul li a.active,
.member_tab ul li a:hover {
    color: #181079 !important;
    background-color: rgb(255 238 222) !important;
    border: 1px solid #181079 !important;
}



.member_table {
    background-color: rgb(255 255 255);
    padding: 0px 10px;
    border-radius: 0px 0px 11px 11px;
}

.member_table table tr {
    background: rgb(255 255 255);


}

.member_table table thead tr {
    border-bottom: 1px solid #181079;

}


.member_table table tr td {
    font-size: 16px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapLight";
    vertical-align: middle;
    border: none;
    padding-bottom: 20px;
    /* padding-top: 20px; */
    padding: 20px 0px 20px 25px;
}

.member_table tbody tr:nth-child(odd) {
    background: rgb(249, 248, 250);

}

.member_table thead tbody tr {
    background: rgb(249, 248, 250);

}

.member_table tbody tr:nth-child(even) {
    background: rgb(255, 255, 255);

}


.member_table table thead tr th {
    color: rgb(233, 111, 0);
    font-family: "WhyteInktrapLight";
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 25px;
    border: none;
}

.members_head span {
    margin-right: 10px;
}




.members_head {
    font-family: "WhyteInktrapRegular";
    /* color: #24284a; */
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

.members_head span img {
    margin-right: 5px;
}

.general_join1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: rgb(179, 179, 179);
    border: 1px solid rgb(210, 210, 210);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.3);
    height: 45px;
    width: calc(100% - 77px);
}

.general_price {
    text-align: center;
    align-items: center;
    background: linear-gradient(89.98deg, rgb(255, 255, 255) 0.64%, rgb(247, 247, 247) 50.21%, rgb(255, 255, 255) 98.93%);
    border: 1px solid rgb(255, 244, 235);
    border-radius: 5px;
    padding: 14px 0px 6px 0px;
    color: #181079;
    font-family: "WhyteInktrapRegular";
}

.sports_banner {
    background-image: url('../images/sports-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prof_background {
    min-height: calc(100vh - 182px);
    background-image: url('../images/prof-cont.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* background-image: url('../images/prof-background.png'); */
    /* background-color: rgb(255, 255, 255); */
    /* background-repeat: no-repeat; */
    /* background-position: top center; */
    /* background-size: cover; */
    padding: 60px 0px 0px 0px;
}

.prof_container {
   
    border-radius: 14px;
    padding:  20px;
    border: 1px solid #181079;
    border-radius: 12px;
}

.prof_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
    margin-bottom: 15px;
}

.prof_btn button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: #181079;
    background: rgb(255 255 255);
    border: 1px solid #181079;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}

.toggle_btn{
    flex-wrap: wrap;
    align-items: center;
}


.prof_btn button:last-child {
    margin-right: 0px;
}

.prof_container .row {
    align-items: center;
}

.prof_icon {
    text-align: center;
}

.prof_text {
    color: rgb(20, 20, 20);
    font-family: "WhyteInktrapRegular";
    font-size: 28px;
}

.prof_text1 {
    color: rgb(20, 20, 20);
    font-family: "WhyteInktrapRegular";
    font-size: 20px;
    margin-bottom: 12px;
}

.prof_text1 span {
    color: #181079;
}

#Div2 {
    display: none;
}

.prof_updatebtn {
    display: none;
}


.prof_list1 input {
    border: 1px solid #181079;
    border-radius: 6px;
    color: rgb(36, 40, 74);
    font-size: 18px;
}

/* .prof_list ul {
    list-style-type: none;
    margin-top: 15px;
}

.prof_list ul li {
    color: rgb(36, 40, 74);
    font-family: "WhyteInktrapRegular";
    font-size: 17px;
    margin-top: 10px;
    transform: matrix(1, 0, 0, 1, 0, 0);
} */

.prof_img {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    margin: 0% auto;
}

.prof_right {
    padding: 10px 0px 0px 15px;
    /* border-left: 1px solid #181079; */
}
.combo_card {
    width: 97%;
    margin: 25px 20px 0px 20px;
    border-radius: 10px;
    background-image: url(../images/combo-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    padding: 10px;
}
.combo_card_cont {
    border-radius: 10px;
    border: 2px solid #6C80BC;
    
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.combo_card_left {
    font-family: "WhyteInktrapRegular";
    /* font-family: 'Inter', sans-serif; */
    display: flex;
    align-items: center;
}
.combo_msg {
    margin-left: 30px;
}
.combo_msg span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.combo_msg b {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}
.combo_card_right {
    display: flex;
    align-items: center;
}
.combo_cost {
    font-family: "WhyteInktrapRegular";
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 400;
}
.combo_cost span {
    /* color: #FF7A00; */
    font-size: 24px;
    font-weight: 400;
}
.combo_card_right button {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    margin-left: 30px;
    color: #181079;
    border: 1px solid #181079;
    border-radius: 8px;
    width: 140px;
    padding: 12px 0px 10px 0px;
    font-weight: 500;
}

/* CSS end */

.payment_container {
    padding: 0% 10%;
}

.sports_container {
    padding: 0% 10%;
}

.payment_main {
    padding: 40px;
    background: rgb(255 255 255 / 90%);
    border: 1px solid #181079;
    border-radius: 11px;
}

.payment_main .col-sm-5 {
    /* border-right: 1px solid #181079; */
    padding-right: 25px;
}

.payment_main .col-sm-7 {
    padding-left: 10px;
}


.sports_main {
    padding: 40px;
    background-image: url('../images/Purchasebackg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #181079;
    border-radius: 11px;
}

.sports_main .col-sm-5 {
    border-right: 1px solid #181079;
    padding-right: 45px;
}

.sports_main .col-sm-7 {
    padding-left: 45px;
}

.payment_head {
    font-family: "WhyteInktrapMedium";
    font-size: 28px;
    color: rgb(36 40 74);
    margin-bottom: 5px;
}

.payment_head span {
    color: #181079;
}

.sports_head {
    font-family: "WhyteInktrapMedium";
    font-size: 28px;
    color: rgb(36 40 74);
    margin-bottom: 5px;
}

.sports_head span {
    color: #181079;
}

.payment_box {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    border: 4px solid rgb(237 237 237);
    padding-top: 10px;
}

.payment_box li {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    color: rgb(36 40 74);
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 8px 20px;

}

.payment_box li span {
    float: right;
}

.payment_box li:nth-child(even) {
    text-align: right;
}

.payment_box li.orange {
    color: #181079;
    border-top: 4px solid rgb(237 237 237);
    padding-top: 15px;
}

.payment_btn {
    margin-top: 20px;
    text-align: right;
}

.payment_btn button {
    background-color: #181079;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    color: rgb(255, 255, 255);
    border: none;
    padding: 15px;
    width: 185px;
}

.merchts_btn {
    margin-top: 20px;
    text-align: right;
}

.merchts_btn button {
    background-color: #181079;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    color: rgb(255, 255, 255);
    border: none;
    padding: 15px;
    width: 185px;
}

.sports_btn button {
    background-color: #181079;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    color: rgb(255, 255, 255);
    border: none;
    padding: 15px;
    width: 185px;
    margin-top: 20px;
}

.sports_btn {
    text-align: right;
}

.success_pop .modal-content,
.fail_pop .modal-content {
    border-radius: 30px;
}

.success_pop .modal-body {
    padding: 0px 10px 75px 10px;
    border-radius: 30px;
}

.fail_pop .modal-body {
    padding: 67px 10px 75px 10px;
    border-radius: 30px;
}

.success_icon {
    text-align: center;
}

.success_head {
    font-family: "WhyteInktrapMedium";
    font-size: 28px;
    text-align: center;
    color: #181079;
    margin-bottom: 10px;
}

.fail_head {
    font-family: "WhyteInktrapMedium";
    font-size: 28px;
    text-align: center;
    color: rgb(197, 48, 48);
    margin-bottom: 10px;
    margin-top: 65px;
}

.success_desc {
    font-family: "WhyteInktrapMedium";
    font-size: 16px;
    text-align: center;
    color: rgb(36, 40, 74);
    line-height: 21px;
}

.success_desc a {
    color: #181079;
    text-decoration: underline;
}

.success_btn {
    text-align: center;
    margin-top: 20px;
}

.success_btn button {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    align-items: center;
    color: rgb(255 255 255);
    background: #181079;
    border-radius: 10px;
    width: 185px;
    padding: 15px;
    border: none;
}








/* rachana css*/
.dashboard_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}
button.dash_results {
    width: 130px;
    
    padding: 12px 24px;
    border: 1px solid rgb(36, 40, 74);
    border-radius: 6px;
    color: rgb(36, 40, 74);
    background: rgba(255, 255, 255, 0.2);
}
.event_header {
   
    filter: drop-shadow(0px 0px 10px rgba(8, 89, 164, 0.1));
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #24284A;
}
.event_search {
    display: flex;
    align-items: center;
}
.event_search input {
    border: none;
}
.event_header select {
    width: 32%;
    color: #FFFFFF;
    background: rgb(36, 40, 74);
}
.eventresult_table .table th{
    font-family: "WhyteInktrapRegular";
    font-weight: 400;
    font-size: 14.7798px;
    line-height: 7px;
    color: #FF7A00;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 20px;
}

.eventresult_table table tr td {
    background: #FAFAFA;
    border-top: 1px solid #F4F4F4;
    font-weight: 400;
    font-size: 14.7798px;
    line-height: 7px;
    color: #353535;
    font-size: 14px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    vertical-align: middle;
    border: none;
    padding: 20px;
}

.showtable
{
    display: none;
}
.eventresult_flagship {
    width: 26%;
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 11px 11px 0px;
    padding: 25px 22px 18px 22px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: rgb(151 72 0);
    background: #181079;
    margin-left: -25px;
}
.eventresult_general {
    width: 26%;
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 11px 11px 0px;
    padding: 25px 22px 18px 22px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: rgb(125, 96, 0);
    background: rgb(255, 198, 11);
    margin-left: -25px;
}
.eventresult_sports {
    font-size: 20px;
    line-height: 20px;
    border-radius: 0px 11px 11px 0px;
    padding: 25px 22px 18px 22px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    color: rgb(3, 96, 136);
    background: rgb(151, 216, 244);
    margin-left: -25px;
}
/* .eventresult-content{
    background: rgb(255, 255, 255);
    border: 1px solid #D0D0D0;
    border-radius: 11px;
} */
.event_result_cont:first-child{
    border-top: none;
}
.event_result_cont {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
}
.eventresult-content table tr td {
    border-radius: 11px;
}


.eventresult-content .table_arrow_blue {
    background-color: rgb(36 40 74);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 6px;
    padding: 12px 12px;
    border: none;
    float: right;
}
.result-table{
    width: 100%;
}
.result-table  span {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(36, 40, 74);
    border-radius: 5px;
    line-height: 15px;
    font-size: 13px;
    padding: 15px 14px 10px 14px;
    color: rgb(255 151 56);
}

.search_container {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(36, 40, 74);
    border-radius: 4px;
}
.eventresult_searchby select {
    background: rgb(36 40 74);
    padding: 11px 32px 10px 23px;
    color: rgb(255, 255, 255);
    border: none !important;
    display: flex;
    align-items: center;
}
.eventresult_search{
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    display: flex;
    position: relative;
}

.eventresult_search input {
    border: none;
    padding:  22px;
}

.eventresult_search button {
    border: none;
    display: block;
    font-family: 'FontAwesome';
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 5px;
    border-radius: 3px;
    background: none;
}

.schedule_qr span {
    padding: 0px 34px;
    position: absolute;
    font-size: 34px;
    color: rgb(0 128 0);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px dashed;
    background: rgb(255, 255, 255);
}

.merch_img img {
    width: 100%;
    padding: 20px;
}

.profile_ul li span {
    float: right;
    padding: 0% 13%;
}

.merchandise_container {
    border-radius: 12px;
    background: #ffffff;
    padding: 12px;
}

.merch_txt1 li {

    font-size: 20px;
    width: 26%;
}

.merch_details {
    padding: 35px 0px;
}


.merch_text {
    font-family: "WhyteInktrapMedium";
    color: rgb(36, 40, 74);
    margin-bottom: 10px;
}


.merch_text span {
    font-family: "WhyteInktrapMedium";
    color: #181079;

}

.merch_txt1 {
    color: rgb(36, 40, 74);
    font-family: "WhyteInktrapMedium";
    transform: matrix(1, 0, 0, 1, 0, 0);
}


.merch_txt1 {
    display: flex;
    list-style-type: none;
}




.input_btn button {
    background: #181079;
    backdrop-filter: blur(2px);
    border-radius: 8px;
    border: none;
    padding: 10px 35px 5px 35px;
    color: rgb(255, 255, 255);
    float: right;
    font-family: "WhyteInktrapLight";
    margin-top: 10px;

}

.input_title {
    text-align: center;
    font-family: "WhyteInktrapMedium";
    font-size: 22px;
    color: rgb(36, 40, 74);
}


.input_text label {
    font-size: 19px;
    font-family: "WhyteInktrapLight";
    color: rgb(0, 0, 0);
    width: 100%;
}

.loader-overlay {
    position: absolute;
    width: 100%;
    z-index: 500000;
    top: 0;
    height:100vh !important;
  }


  .backdrop {
    position: fixed !important;
    overflow: hidden !important;
    height: 100vh !important;
    width: 100% !important;
    left: 0px;
    top: 0px;
    right: auto !important;
    bottom: auto !important;
  }



.generaltoflag_btn {
    margin-top: 20px;
    text-align: right;
}

.generaltoflag_btn button {
    background-color: #181079;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    color: rgb(255, 255, 255);
    border: none;
    padding: 15px;
    width: 185px;
}


.generaltoflag_main {
    padding: 40px;
    background-image: url('../images/Purchasebackg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #181079;
    border-radius: 11px;
}

.generaltoflag_main .col-sm-5 {
    border-right: 1px solid #181079;
    padding-right: 45px;
}

.generaltoflag_main .col-sm-7 {
    padding-left: 45px;
}


.gentoflag_container {
    padding: 0% 10%;
}


.groundzero_btn {
    margin-top: 20px;
    text-align: right;
}

.groundzero_btn button {
    background-color: #181079;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    color: rgb(255, 255, 255);
    border: none;
    padding: 15px;
    width: 185px;
}

.sportspayment_box {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    border: 4px solid rgb(237 237 237);
    padding-top: 10px;
}

.sportspayment_box li {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    color: rgb(36 40 74);
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 18px 20px;

}

.sportspayment_box li span {
    float: right;
}

.sportspayment_box li:nth-child(even) {
    text-align: right;
}

.sportspayment_box li.orange {
    color: #181079;
    border-top: 4px solid rgb(237 237 237);
    padding-top: 15px;
}





.merchts_box {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    border: 4px solid rgb(237 237 237);
    padding-top: 10px;
}

.merchts_box li {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    color: rgb(36 40 74);
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 18px 20px;

}

.merchts_box li span {
    float: right;
}

.merchts_box li:nth-child(even) {
    text-align: right;
}

.merchts_box li.orange {
    color: #181079;
    border-top: 4px solid rgb(237 237 237);
    padding-top: 15px;
}

.sports_card {
    background-image: url('../images/SportsCard.png');
}

.sports_card::before {
    content: "SPORTS";
}



.sports_card::before {
    position: absolute;
    right: -68px;
    top: 125px;
    font-family: "WhyteInktrapBold";
    color: #181079;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #181079;
    transform: rotate(-90deg);
    opacity: 0.5;
    font-size: 46px;
    line-height: 60px;
}

.general_card .dash_tag {
    font-weight: 700;
    font-size: 20px;
    float: left;
    width: 78%;
    border-radius: 0px 11px 11px 0px;
    padding: 20px 34px 10px 34px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.sports_card .dash_tag {
    font-weight: 700;
    font-size: 20px;
    float: left;
    width: 90%;
    border-radius: 0px 11px 11px 0px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.sports_card .sportsdash_tag {
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 88%;
    border-radius: 0px 11px 11px 0px;
    padding: 18px 5px 10px 5px;
    text-align: center;
    font-family: "WhyteInktrapBold";
    margin-left: -20px;
}

.sports_card .dash_tag {
    color: #ffffff;
    background: #181079;
}

.sports_card .sportsdash_tag {
    color: #ffffff;
    background: #181079;
}

.sports_card .dash_card_cost span {
    color: rgb(3, 96, 136);
}



.gentoflag {
    border-right: 1px solid #181079;
}


.generall_card {
    background-image: url(../images/GeneralCard.png);
    width: 186px;
    height: 191px;
}

.generall_card::before {
    content: "GENERAL";
}



.generall_card .gdash_tag {
    color: #ffffff;
    background: #181079;
}


.generall_card .dash_card_cost span {
    color: rgb(125, 96, 0);
}


.general_flagship {
    display: flex;
    justify-content: space-between;
}


.flagshipp_card {
    background-image: url('../images/FlagshipCard.png');
    width: 186px;
    height: 191px;
}

.flagshipp_card::before {
    content: "FLAGSHIP";
}



.flagshipp_card .fdash_tag {
    color: #ffffff;
    background: #181079;
}


.flagshipp_card .fdash_card_cost span {
    color: rgb(151, 72, 0);
}

.generall_box {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    border: 4px solid rgb(237 237 237);
    padding-top: 10px;
}

.generall_box li {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    color: rgb(36 40 74);
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 8px 14px;
}

.generall_box li span {
    float: right;
}

.generall_box li:nth-child(even) {
    text-align: right;
}

.generall_box li.orange {
    color: #181079;
    border-top: 4px solid rgb(237 237 237);
    padding-top: 15px;
}


.gdash_card_cost {
    font-size: 11px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    margin-bottom: 5px;
}

.fdash_card_cost {
    font-size: 11px;
    color: rgb(36 40 74);
    font-family: "WhyteInktrapRegular";
    margin-bottom: 5px;
}

.gdash_card_cost span {
    color: rgb(231, 180, 10);
    font-size: 13px;
}


.fdash_card_cost span {
    color: rgb(231, 180, 10);
    font-size: 13px;
}

.gdash_tag {
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 75%;
    border-radius: 0px 11.3758px 11.3758px 0px;
    padding: 12px 15px 4px 8px;
    text-align: center;
    font-family: "WhyteInktrapRegular";
    margin-left: -20px;
}


.fdash_tag {
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 75%;
    border-radius: 0px 11.3758px 11.3758px 0px;
    padding: 12px 15px 6px 8px;
    text-align: center;
    font-family: "WhyteInktrapRegular";
    margin-left: -20px;
}


.gdash_card {
    height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 11px;
    padding: 10px 8px 10px 20px;
    box-shadow: 0px 0px 15px rgb(8 89 164 / 15%);
    position: relative;
}

.gdash_card::before {
    position: absolute;
    right: -48px;
    top: 64px;
    font-family: "WhyteInktrapBold";
    color: #181079;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #181079;
    transform: rotate(-90deg);
    opacity: 0.5;
    font-size: 25px;
    line-height: 22px;
}


.fdash_card {
    height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 11px;
    padding: 10px 8px 10px 20px;
    box-shadow: 0px 0px 15px rgb(8 89 164 / 15%);
    position: relative;
}

.fdash_card::before {
    position: absolute;
    right: -48px;
    top: 64px;
    font-family: "WhyteInktrapBold";
    color: #181079;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #181079;
    transform: rotate(-90deg);
    opacity: 0.5;
    font-size: 25px;
    line-height: 22px;
}

.merchandise_ts img {
    border: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(image.png);
    width: 100%;
    border-radius: 12px;
}

.gentoflag_head {
    font-family: "WhyteInktrapMedium";
    font-size: 20px;
    color: rgb(36 40 74);
    margin-bottom: 30px;
}

.merchts_head {
    font-family: "WhyteInktrapMedium";
    font-size: 20px;
    color: rgb(36 40 74);
    margin-bottom: 30px;
}

.groundzero_head {
    font-family: "WhyteInktrapMedium";
    font-size: 20px;
    color: rgb(36 40 74);
    margin-bottom: 30px;
}


.gentoflag_main {
    padding: 40px;
    background: rgb(255, 255, 255);
    border: 1px solid #181079;
    border-radius: 38px;
}






.gentoflag_main .col-sm-5 {
    border-right: 1px solid #181079;
    padding-right: 45px;
}

.gentoflag_main .col-sm-7 {
    padding-left: 45px;
}



.merchts_main {
    padding: 40px;
    background: rgb(255, 255, 255);
    border: 1px solid #181079;
    border-radius: 11px;
}

.merchts_main .col-sm-5 {
    border-right: 1px solid #181079;
    padding-right: 45px;
}

.merchts_main .col-sm-7 {
    padding-left: 45px;
}

.merchts_right {
    padding: 40px 0px 0px 0px;
}



.groundzero_head {
    font-family: "WhyteInktrapMedium";
    font-size: 25px;
    color: rgb(36 40 74);
    margin-bottom: 30px;
}


.groundzero_main {
    padding: 40px 30px;
    background-image: url('../images/Purchasebackg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #181079;
    border-radius: 11px;
}


.groundzero_main .col-sm-5 {
    border-right: 1px solid #181079;
    max-width: 50%;
    flex: 0 0 50%;

}

.groundzero_main .col-sm-7 {
    padding-left: 32px;
    max-width: 50%;
    flex: 0 0 50%;
}



.groundzero_img img {
    width: 100%;
    border-radius: 24px;
}







.merch_txt1 li {
    font-family: "WhyteInktrapMedium";
    font-size: 20px;
    color: rgb(36 40 74);
    list-style-type: none;
    float: left;
    margin-bottom: 10px;
    width: 30%;
    padding: 0px 10px;
}

.merch_txt1 li span {
    float: right;
}

/* .merch_txt1 li span {
    float: right;
} */

/* .merch_txt1 li:nth-child(even) {
    text-align: right;
} */


.profile_ul li {
    color: rgb(36, 40, 74);
    font-family: "WhyteInktrapRegular";
    font-size: 17px;
    margin-top: 10px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    list-style-type: none;
    float: left;
    width: 42%;
    padding: 0px 0px;
}



.form_data {
    font-family: "WhyteInktrapLight";
    padding: 5px 5px;
    font-size: 12px;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dashtable_tab {
    background: rgba(248, 248, 248, 0.8);
    border-radius: 36px 36px 0px 0px;
    padding: 0px 0px;
}

.dashtable_tab ul li {
    margin-right: 7px;
}

.dashtable_tab ul li:last-child {
    margin-right: 0px;
}

.dashtable_tab ul li a {
    font-family: "WhyteInktrapRegular";
    font-size: 16px;
    padding: 10px 22px 2px 22px;
    color: rgb(36 40 74);
    border: 1px solid rgb(36 40 74);
    border-radius: 8px !important;
}

.dashtable_tab ul li a.active,
.dashtable_tab ul li a:hover {
    color: #181079 !important;
    background-color: rgb(255 238 222) !important;
    border: 1px solid #181079 !important;
}




.flagship1_delete {
    background-color: rgb(246 21 21 / 70%) !important;
    border: 1px solid rgb(246 21 21 / 70%) !important;
    color: rgb(255, 255, 255) !important;
}


.flagship1_btn button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: #181079;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 122 0 / 70%);
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}

.flagship1_btn button:last-child {
    margin-right: 0px;
}

.flagship2_btn {
    text-align: none;
}

.flagship2_btn button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter', sans-serif;
    color: #181079;
    background: rgb(255 255 255);
    border: 1px solid rgb(255 122 0 / 70%);
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}

.flagship2_btn button:last-child {
    margin-right: 0px;
}




.member_pop .modal-content {
    border-radius: 11px;
    border: none;
}

.accback {
    padding-bottom: 85px;
}

.accback_cont {
    text-align: center;
    padding: 60px 0px 90px 0px;
}

.accback_txt {
    color: #181079;
    margin-top: 40px;
    font-family: "WhyteInktrapRegular";
    font-size: 20px;
}

.accback_txt1 {
    font-size: 16px;
    font-family: "WhyteInktrapRegular";
    margin-top: 16px;
    color: rgb(36, 40, 74);
}

.combo_purch {
    font-family: "WhyteInktrapRegular";
    font-size: 21px;
    background: #181079;
    color: #fff;
    width: 234px;
    margin-left: -17px;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    padding: 8px 0px 0px 0px;
    font-weight: 400;
}





/* 
.sidebarBtn{
    display: none;
} */



.hide_desktop {
    display: none;
}


.menu_white {
    display: none;
}


.eventnodata {
    text-align: center;
    padding: 45px 0px 40px 0px;
}

.nodata_cont {
    color: #181079;
    font-family: "WhyteInktrapMedium";
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
}


.nodata_txt {
    color: #24284A;
    font-size: 14px;
    /* font-family: "WhyteInktrapLight"; */
    font-family: "WhyteInktrapRegular";
    margin-bottom: 22px;
}


.nodata_btn button {
    background: #181079;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    border: hsl(36, 100%, 84%);
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 16px 44px 12px 44px;
    font-family: "WhyteInktrapRegular";
}

.merch_cost {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 11px;
    padding: 24px 18px;
    margin-bottom: 7px;
    font-family: "WhyteInktrapRegular";
}

.merchcost_head {
    font-weight: 700;
    font-size: 20px;
    line-height: 13px;
    color: rgb(0, 0, 0);
    margin-bottom: 7px;
    font-family: "WhyteInktrapBold";
}
.radio input[type="radio"] {
    display: none;
}
.radio {
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #000;
    margin: 0px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-left: 10px;
}
.yellow_radio span {
    border: 1px solid #ffa900;
}
 .yellow_radio span {
    top: -12px !important;
}
.combo_select {
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.combo_cont{
    padding: 5px;
}
.merchts_size span{
    color: #181079;
}
.radio span {
    height: 20px;
    width: 20px;
    display: block;
    top: 14px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #181079;
}
.radio input[type="radio"]:checked~span:after {
    transform: translate(-50%, -50%)scale(1);
}

.radio span:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%)scale(0);
    transition: 300ms ease-in-out 0s;
}
.yellow_radio span:after {
    background: #181079 !important;
}
.merchcost_text {
    font-weight: 350;
    font-size: 12px;
    line-height: 13px;
    color: rgb(97, 97, 97);
    margin-bottom: 12px;
    font-family: "WhyteInktrapRegular";
}

.merchcost_price {
    font-weight: 400;
    font-size: 17px;
    line-height: 13px;
    color: #181079;
    font-family: "WhyteInktrapRegular";

}

.merch_buy {
    padding: 23px 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-family: "WhyteInktrapBold";
    border-bottom: 1px solid rgb(221, 221, 221);
}

.merchsize_holder {
    padding: 11px;
}


.merchts_size {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgb(0, 0, 0);
    font-family: "WhyteInktrapRegular";
}

.merchts_cost {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0, 0, 0);
    font-family: "WhyteInktrapRegular";
}


.merch_size {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgb(8 89 164 / 10%);
    border-radius: 11px;
}

.merchts_inc {
    background: hwb(0 100% 0%);
    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
    width: 29px;
    height: 29px;
}

.merchts_inc button {
    border: none;
    background: transparent;
}

.merchts_dec button {
    border: none;
    background: transparent;
}

.merchts_dec {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
    width: 29px;
    height: 29px;
}
.combo_txt {
    font-family: "WhyteInktrapRegular";
    color: #24284A;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.combo_name {
    color: #181079;
    font-family: "WhyteInktrapRegular";
    font-size: 25px;
    font-weight: 700;
}
.combo_list{
    font-family: "WhyteInktrapRegular";
    background: #FFFFFF;
    border-radius: 10px;
}
.combo_list .in-stock {
    font-size: 12px;
    width: 75%;
    font-weight: 500;
}
.combo_ts {
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0px 10px 15px;
}
.merchsize_cont {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(245, 245, 245);
    border-radius: 6px;
    padding: 16px 15px;
    font-family: "WhyteInktrapRegular";
}

.merchts_const {
    margin: 0px 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
    width: 42px;
    height: 29px;
    text-align: center;
}

.merchts_range {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* .proshoww_day {
    padding: 20px 26px;
    border-right: 2px solid rgb(255, 154, 40);
    font-size: 22px;
    font-family: "WhyteInktrapRegular";
} */

.cost_display {
    padding: 10px;
    border-top: 1px solid #9B93FF;
    border-bottom: 1px solid #9B93FF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.t-cost {
    margin-left: 43px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* display: flex; */
    align-items: center;
    text-align: right;
    color: #000000;
    font-family: "WhyteInktrapRegular";
}

.t-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* display: flex; */
    align-items: center;
    text-align: right;
    color: #000000;
    font-family: "WhyteInktrapRegular";
}

.cost_btn button {
    background: #181079;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    padding: 8px 40px;
    font-family: "WhyteInktrapRegular";
}

.cost_btn {
    text-align: right;
    margin-top: 8px;
}

.merchts_stock {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: rgb(0, 0, 0);
    font-family: "WhyteInktrapRegular";
}

.merchts_stock {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: rgb(0, 0, 0);
    font-family: "WhyteInktrapRegular";
}

span.instock {
    width: 9px;
    height: 9px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(188, 255, 195);
}

span.outstock {
    width: 9px;
    height: 9px;
    margin: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(249, 186, 115);
}

.in-stock {
    width: 75%;
}

.policy_container {
    background-image: url(../images/Purchasebackg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 11px;
}

.policy_holder {
    padding: 0px 35px;
}

/* .policy_rulebook {
    font-family: "WhyteInktrapMedium";
    color: #FF7A00;
    font-size: 25px;
} */


.policy_head {
    font-size: 24px;
    padding: 10px 20px 0px 20px;
    font-family: "WhyteInktrapMedium";
    color: #24284A;
    border-bottom: 1px solid #9B93FF;
}

.security_head {
    margin-bottom: 10px;
    font-size: 24px;
    padding-top: 10px;
    font-family: "WhyteInktrapMedium";
    color: #24284A;
    border-bottom: 1px solid #9B93FF;
}

.policy_list ul {
    padding-left: 30px;
}

.policy_list li {
    font-size: 14px;
    line-height: 25px;
}

.policy_list {
    font-family: "WhyteInktrapRegular";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #24284A;

}

.rule_link {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    line-height: 20px;
    color: #24284A;
}

.policy_content {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    color: #24284A;
}

.policy_rulebook {
    font-family: "WhyteInktrapMedium";
    color: #FF7A00;
    font-size: 22px;
    margin-top: 10px;
}

.policy_content {
    font-family: "WhyteInktrapRegular";
    font-size: 14px;
    line-height: 25px;
}

.privacy_policy {
    padding: 10px 20px;
}


.event_result_cont {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event_result_main {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 11px;
}

.downloadInvoiceTable{
    background-color: #181079;
    border:1px solid #181079;
    border-radius: 4px;
    padding:8px 12px;
    color:#ffffff
}
/*css end



    /* media queries */
@media(min-width:320px) and (max-width:479px) {
    .combo_card_cont{
        display: block;
    }
    .event_result_cont .eventresult_flagship {
        margin-bottom: 12px;
        width: 90%;
    }
    .event_result_cont .eventresult_general {
        margin-bottom: 12px;
        width: 90%;
    }
    .event_result_cont .eventresult_sports {
        margin-bottom: 12px;
        width: 90%;
    }
    .event_result_cont .table_category {
        margin-bottom: 5px;
    }

    .event_result_type {
        margin-bottom: 10px;
    }
    .event_result_cont {
        display: block;
    }
    .eventresult-content .table_arrow_blue{
        float: none;
    }
    .search_container {
        width: 100%;
        margin-top: 10px;
    }
    .policy_head {

        padding: 10px 18px;
    }

    .privacy_policy {
        padding: 20px;
        text-align: justify;
    }

    .merchsize_cont {
        display: inline;
    }

    .merchts_size {
        margin-bottom: 10px;
        line-height: 18px;
    }

    .merchts_cost {
        line-height: 23px;
    }

    .merchts_stock {
        width: 30%;
        margin-bottom: 5px;
    }

    .out-stock {
        width: 90%;
    }

    .merchts_range {
        display: flex;
        justify-content: right;
        align-items: center;

    }

    .sports_tag_left {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 10px 8px 0px;
        width: 100%;
        margin-left: -26px;
    }
    .sports_tag_left1 {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 10px 8px 0px;
        width: 100%;
        margin-left: -26px;
    }



    .sports_card .sportsdash_tag {
        font-size: 16px;
        width: 88%;
        padding: 16px 0px 9px 0px;
    }

    .payment_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    div#mySidenav {
        display: block;
    }

    .flagship_feature li {
        display: block;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .gentoflag {
        border-right: none;
        margin-bottom: 20px;
    }

    .nodata_cont {

        font-size: 26px;
        line-height: 22px;
    }

    .schedule_box {

        margin-bottom: 20px;
    }

    .flagshipp_card {

        width: 255px;

    }

    .generall_card {

        width: 255px;
    }

    .general_head {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .general_title {

        text-align: center;
        margin-bottom: 20px;
    }

    .general_search {

        width: 100%;
    }

    .general_search_input {
        position: relative;
        padding-right: 5px;
        width: calc(100% - 5px);
    }

    .flagship3_btn {
        text-align: center;
    }

    .flagship3_btn button {
        margin-right: 0px;
    }

    .flagship2_btn {
        text-align: center;
    }

    .flagship2_btn button {
        margin-right: 0px;
    }

    .merch_txt1 li {

        font-size: 18px;
        width: 50%;
    }

    .proshoww_day {
        padding: 5px 20px;
    }

    .proshow_date {
        padding: 0px 0px 0px 22px;
        font-size: 15px;
    }


    .flagship_main {
        padding: 35px 25px;
    }

    .header_container {
        display: flex;
        justify-content: left;

    }

    .sidemenu li a.active {
        background-color: #181079;
        color: rgb(255, 255, 255);
    }

    .sidemenu li a.active .menu_blue {
        display: none !important;
    }

    .sidemenu li a.active .menu_white {
        display: inline !important;
        margin-right: 12px;
    }

    .topbar_container {
        display: flex;

    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
        background: rgb(255, 255, 255);
    }

    .sidemenu {
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
    }

    .sidemenu li {
        list-style-type: none;

        float: left;
        width: 100%;
    }

    .sidemenu li a {
        padding: 12px 10px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(36, 40, 74);
        font-family: "WhyteInktrapRegular";
        background: rgb(255, 255, 255);
        border-bottom: 1px solid #181079;
        float: left;
        width: 100%;
    }

    img.menu_blue {
        margin-right: 10px;
    }

    .sidemenu li a svg {
        color: rgba(255, 200, 0, 1);
        font-size: 20px;
        margin-right: 18px;
        width: 20px !important;
    }

    .sidenav .closebtn {
        font-size: 24px;
        color: #181079;
    }

    .menuH_close {
        position: absolute;
        right: 4px;
        top: 0px;
    }

    .toggle_menuH {
        cursor: pointer;
        font-size: 20px;
        z-index: 9;
    }

    .toggle_btn i {
        font-size: 20px;
        color: #181079;
    }

    .profile_side a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .profile_side_image {
        margin-top: 20px;
    }

    .profile_side_image img {
        margin: 0% auto;
    }

    .profile_side_top {
        padding: 22px 10px 10px 10px;
        background-color: rgb(255 255 255);
        border-bottom: 1px solid #181079;
    }

    .profile_side_top .top_bar_right ul {
        margin-top: 5px;
    }

    /* .toggle_btn {
        position: absolute;
        right: 15px;
        top: 10%;
        transform: translateY(-50%);
    } */


    .top_nav {
        box-shadow: 0px 0px 20px rgb(8 89 164 / 20%) !important;
        padding: 10px 20px 10px 0px;
        display: flex;
        justify-content: space-between;
    }


    .hide_desktop {
        display: flex;
    }



    .hide_mobile {
        display: none;
    }

    .dwnload_invoice_btn{
        margin-top: 0px;
    }
    .menuH li a.active .menu_white, .menuH li a:hover .menu_white {
        display: block !important;
    }


    .header_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%;
        margin-top: 5px;
    }


    .groundzero_proshow .dash_buy {
        font-size: 13px;
        line-height: 18px;
        padding: 9px 14px;
        margin-right: 12px;
    }

    .groundzero_proshow .dash_event_button {
        display: block;
        justify-content: flex-end;
    }

    .groundzero_main .col-sm-5 {
        padding-left: 15px;
    }

    .dash_event_type {
        font-size: 24px;
    }

    .merchandise_left img {
        height: 300px;
    }

    .prof_list1 input {
        border: 1px solid rgb(253, 126, 20);
        border-radius: 6px;
        color: rgb(36, 40, 74);
        font-size: 17px;
        width: 100%;
    }

    .general_card .dash_tag {
        font-size: 20px;
    }

    .flagship_card .dash_tag {
        font-size: 20px;
    }

    .groundzero_main .dash_event_arrow {
        padding: 6px 42px;
        margin-top: 10px;
    }

    .prof_right {
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #181079 !important;
        border-left: none;
        margin-top: 20px;
    }

    .prof_text {
        font-size: 22px;
    }

    .prof_text1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .profile_ul li:nth-child(odd) {
        font-size: 15px;
        width: 100%;
        margin-top: 0px;
        padding: 0px 0px;
    }

    .profile_ul li:nth-child(even) {
        font-size: 15px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }


    .profile_ul li span {
        float: none;
        padding: 0% 0% !important;
    }

    .prof_btn {
        margin-top: 25px;
    }

    .prof_btn button {
        font-size: 14px;
        width: 150px;
        height: 40px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .merch_txt1 {
        display: flex;
        list-style-type: none;
        font-size: 42px;

    }

    .merch_txt1 li {
        padding: 0px 3px;
        font-size: 12px;
    }

    .merch_img img {
        padding: 0px !important;

    }

    .event_header {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .event_tab ul li {
        margin-right: 5px;
    }

    .event_tab ul li a {
        font-size: 14px;
        padding: 5px 10px 0px 7px;
    }

    .flagship_tag {
        display: block;
        align-items: center;
    }

    .flagship_tag_left {
        font-size: 25px;
        margin-left: -26px;
    }

    .flagshipg_tag_left {
        font-family: "WhyteInktrapBold";
        font-size: 25px;
        text-align: center;
        color: rgb(255 255 255);
        /* background: rgb(255, 198, 11); */
        /* border-radius: 0px 15px 15px 0px; */
        padding: 11px 0px 3px 0px;
        width: 200px;
        margin-bottom: 15px;
        margin-left: -26px;
    }

    .flagships_tag_left {
        font-family: "WhyteInktrapBold";
        font-size: 25px;
        text-align: center;
        color: rgb(255 255 255);
        background: rgb(114, 186, 217);
        border-radius: 0px 15px 15px 0px;
        padding: 11px 0px 3px 0px;
        width: 200px;
        margin-bottom: 15px;
        margin-left: -26px;
    }


    ul.flagship_btn {
        text-align: center;
    }


    .flagship_btn button:last-child {
        margin-right: none;
    }

    .flagship_desc {
        text-align: justify;
    }

    .flagship_tag_right {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .flagship_tag_right span {
        float: left;
        width: 100%;
    }

    .flagship_category {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .flagship_name {

        font-size: 16px;
        line-height: 20px;

    }


    .flagship_feature {
        margin: 20px 0px 25px 0px;
        text-align: center;
    }

    ul.flagship1_btn {
        text-align: center;
    }

    .flagship_tag_right b {
        font-size: 19px;
    }

    .flagship_flex {
        display: block;
        margin: 25px 0px 30px 0px;
    }

    .email_concern {
        font-size: 15px !important;
        text-align: start !important;
        margin-top: 15px !important;
    }

    .flagship2_btn button {
        margin-bottom: 10px;
    }


    .flagship_btn button {
        margin: 0px auto 15px auto;
        display: block;
        width: 80%;
    }

    .groundzero_head {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .groundzero_img {
        margin-bottom: 20px;
    }

    .groundzero_main .col-sm-5 {
        border-right: none;
        border-bottom: 1px solid #181079 !important;
    }


    .groundzero_main .payment_right {
        margin-top: 20px;
    }

    .gentoflag_container {
        padding: 0% 0%;
    }

    .groundzero_btn button {
        padding: 10px;
        width: 138px;
        font-size: 14px;
    }

    .groundzero_main .col-sm-7 {
        padding-left: 0px;
    }

    .groundzero_main .dash_event_desc {
        font-size: 14px;
        padding: 10px 0px 0px 10px;
        line-height: 15px;
    }

    .sports_container {
        padding: 0% 0%;
    }

    .sports_card .dash_tag {
        /* color: rgb(3, 96, 136);
        background: rgb(151, 216, 244); */
        font-size: 20px;
        width: 85%;
        line-height: 22px;
    }

    .sports_main .dash_card {
        height: 300px;
    }

    .sports_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
    }


    .sports_head {
        margin: 0px;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }

    .sports_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sports_btn button {
        padding: 12px;
        width: 185px;
        font-size: 14px;
    }

    .sportspayment_box li {
        font-size: 14px;
        width: 50%;
        padding: 8px;
    }

    .sports_btn {
        text-align: center;
        margin-top: 15px;
    }

    .flagship3_btn button {
        margin-bottom: 20px;
    }

    .generaltoflag_main {
        padding: 15px;

    }

    .gentoflag_head {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .general_flagship {
        display: block;
    }

    .gdash_card {
        margin: 0px auto 20px auto;
    }

    .fdash_card {
        margin: 0% auto;
    }

    .generaltoflag_btn {
        margin-top: 20px;
        text-align: center;
    }

    .generaltoflag_btn button {
        padding: 10px;
        font-size: 14px;
        width: 135px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
    }

    .payment_container {
        padding: 0% 0%;
    }

    .generall_box {
        padding-top: 15px;
    }

    .payment_main {
        padding: 25px;
    }

    .payment_main .col-sm-7 {
        padding-left: 0px;
    }

    .payment_main .dash_card_cost {
        font-size: 18px;
    }


    .payment_main .dash_tag {
        font-size: 22px;
        width: 60%;
    }

    .payment_head {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .payment_box li {
        font-size: 14px;
        width: 50%;
        padding: 8px 6px;
    }

    .payment_btn button {
        padding: 10px;
        width: 170px;
    }

    .member_table table thead tr th {
        font-size: 10px;
        padding: 8px 11px;
        border: none;
    }

    .member_table table tr td {
        font-size: 10px;
        padding: 15px 0px 15px 12px;
    }

    .members_head {
        font-size: 15px;
    }

    .merchandise_left {
        margin-bottom: 0px;
    }

    .merchandise_list {
        margin-bottom: 25px;
    }

    .merchandise_txt {
        font-size: 25px;
    }

    .merchandise_btn {
        padding: 5px 15px;
    }

    .merchandise_btn span {
        font-size: 22px;
    }

    .merchts_box li {
        font-size: 14px;
        padding: 15px 8px;
    }

    .merchts_btn button {
        padding: 12px;
        font-size: 12px;
        width: 165px;
    }

    .merchts_main .col-sm-7 {
        padding-left: 15px;
    }

    .merchts_main .col-sm-5 {
        /* border-right: 1px solid #181079; */
        /* padding-right: 45px; */
        border-right: none;
        padding-right: 15px;
    }

    .merchts_head {
        font-size: 15px;
    }

    .header_left {
        margin-left: 5px;
        font-size: 25px;
        width: auto;
    }

    .header_left img {
        width: 90px;
        float: right;
    }

    .cup_logo img {
        width: 30px !important;
        height: 30px !important;
        margin-left: 8px !important;
    }

    .new_logo img{
        height: 31px !important;
        width: 60px !important;
    }

    .header_bell img {
        width: 25px;
    }

    .header_name {
        margin-left: 6px;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header_name b {
        font-size: 14px;
    }

    .header_name span {
        font-size: 14px;
        line-height: 12px;
    }

    /* .header_left img {
        width: 90px;
    } */

    .footer_container {
        font-size: 12px;
        padding: 15px 0px;
    }

    .footer_right {
        display: block;
        float: left;
        width: 100%;
    }

    .footer_left {
        text-align: center;
    }

    .footer_right li {
        list-style-type: none;
        display: block;
        padding: 0px;
        margin-top: 12px;
        border-right: none;
        text-align: center;
    }

    .dashboard_head {
        display: block;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .dashboard_btn button {
        border-radius: 9px;
        padding: 12px 18px;
        font-size: 14px;
        margin-top: 20px;
    }

    .dashboard_logo {
        font-size: 22px;
        text-align: center;
    }

    .dashbox_head {
        font-size: 16px;
    }

    .dash_event_head {
        font-size: 14px;
    }

    .dash_event .col-sm-6:nth-child(1) {
        margin-bottom: 20px;
    }

    .dash_event {
        padding: 25px 15px;
    }

    .dash_event_title {
        font-size: 22px;
    }

    .dash_event_desc {
        font-size: 15px;
        line-height: 15px;
    }

    .dash_event_type {
        font-size: 22px;
    }

    .dashboard_btn {
        text-align: center;
    }

    .dashboard_txt {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
    }

    .dash_event_arrow {
        padding: 10px 42px;
        margin-top: 10px;
    }

    .dash_card {
        margin-bottom: 25px;
    }

    .dashbox_cont .col-sm-4:last-child .dash_card {
        margin-bottom: 0px;
    }

    .dash_table {

        margin-top: 30px;

    }

    .dash_table_head {
        font-size: 15px;
        padding: 15px 8px 15px 8px;

    }

    .dashtable_tab ul li a {
        font-size: 12px;
        padding: 10px 15px 4px 14px
    }

    .dash_buy {
        font-size: 12px;
        line-height: 17px;
        padding: 8px 12px;
        margin-right: 12px;
    }

    .dash_event_arrow {
        padding: 5px 22px;
        margin-top: 0px;
    }


    .accback_cont {

        padding: 20px;
    }

    .accback_img img {
        width: 100%;
    }

    .accback_txt1 {
        font-size: 16px;
        text-align: justify;
    }

    .accback_txt {
        font-size: 20px;
    }

    .footer_main {
        display: block;
    }

    button.log_out {
        /* padding: 8px 68px; */
        padding: 10px 66px 3px 66px;
        margin-top: 20px;
    }

    button.log_cancel {
        margin-right: 0px;
    }

    .log_txt {
        font-size: 18px;
    }

    .logout_type {
        font-size: 60px;
        line-height: 18px;
    }

    .menuA li {
        list-style-type: none;
        width: 50%;
        padding: 0px 3px;
    }

    .event_tab {
        display: block;
    }

    .groundzero_main .col-sm-5 {
        border-bottom: 1px solid #181079;
        border-right: none;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_main .dash_event_card {
        margin-bottom: 20px;
        height: 300px;
    }

    .groundzero_main .col-sm-7 {
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_head {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .groundzero_main {
        padding: 22px;
    }


    .groundzero_main .generall_box li {
        font-size: 14px;
    }

    .dash_event_bg {

        font-size: 12px;
    }


    .generall_box li {
        margin-bottom: 4px;
        font-size: 14px;
        width: 100%;

        padding: 0px 20px;
    }

    .generall_box li span {
        float: none;
    }

    .generall_box li:nth-child(even) {
        text-align: left;

        margin-bottom: 15px;

    }

    .dash_event_bg {
        font-weight: 700;
        font-size: 13px;
    }

    .merchandise1_main {
        padding: 15px;
    }

    .dashbox_cont {
        padding: 25px 15px;
    }

    .proshow_calender {
        display: block;
        margin-top: 0px;
    }

    .proshow_day {
        padding-top: 8px;
        margin-bottom: 20px;
    }

    .proshow_list {
        width: 100%;
    }

    .proshow_datemain {
        margin-bottom: 20px;
    }

    .sports_main {
        padding: 30px;
    }

    .profile_ul li {
        line-height: 30px;
    }
}





@media(min-width:480px) and (max-width:639px) {
    .combo_card_cont{
        display: block;
    }
    .event_result_cont .eventresult_flagship {
        margin-bottom: 12px;
        width: 70%;
    }

    .event_result_cont .eventresult_general {
        margin-bottom: 12px;
        width: 70%;
    }
    .event_result_cont .eventresult_sports {
        margin-bottom: 12px;
        width: 70%;
    }
    .event_result_cont .table_category {
        margin-bottom: 5px;
    }

    .event_result_type {
        margin-bottom: 10px;
    }
    .event_result_cont {
        display: block;
    }
    .eventresult-content .table_arrow_blue{
        float: none;
    }

    .search_container {
        width: 100%;
        margin-top: 10px;
    }
    .proshoww_day {
        padding: 8px 25px;
    }

    .proshow_date {
        padding: 0px 0px 0px 30px;
    }

    .proshow_date span {
        margin-left: 15px;
    }

    .sports_tag_left {

        font-size: 23px;
        padding: 15px 0px 6px 0px;
        width: 88%;
    }
    .sports_tag_left1{

        font-size: 23px;
        padding: 15px 0px 6px 0px;
        width: 88%;
    }

    .payment_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    .flagship_feature li img {
        margin-bottom: 8px;
        /* margin-top: 20px; */
    }

    .menuH_close {
        position: absolute;
        right: 4px;
        top: 0px;
    }

    .top_nav {
        box-shadow: 0px 0px 20px rgb(8 89 164 / 20%) !important;
        padding: 10px 20px 10px 20px;
        display: flex;
        justify-content: space-between;
    }


    .hide_desktop {
        display: flex;
    }

    div#mySidenav {
        display: block;
    }

    .header_container {

        padding: 15px 30px;
    }

    .sidemenu li a.active {
        background-color: #181079;
        color: rgb(255, 255, 255);
    }

    .sidemenu li a.active .menu_blue {
        display: none !important;
    }

    .sidemenu li a.active .menu_white {
        display: inline !important;
        margin-right: 12px;
    }

    .topbar_container {
        display: flex;

    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;

        background: rgb(255, 255, 255);
    }

    .sidemenu {
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
    }

    .sidemenu li {
        list-style-type: none;

        float: left;
        width: 100%;
    }


    .sidemenu li a {
        padding: 12px 10px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(36, 40, 74);
        font-family: "WhyteInktrapRegular";
        background: rgb(255, 255, 255);
        border-bottom: 1px solid #181079;
        float: left;
        width: 100%;
    }

    img.menu_blue {
        margin-right: 10px;
    }

    .sidemenu li a svg {
        color: rgba(255, 200, 0, 1);
        font-size: 20px;
        margin-right: 18px;
        width: 20px !important;
    }

    .sidenav .closebtn {
        font-size: 24px;
        color: #181079;
    }

    /* .menuH_close {
        position: absolute;
        left: 5px;
        top: 0px;
    } */

    .toggle_menuH {
        cursor: pointer;
        font-size: 20px;
        z-index: 9;
    }

    .toggle_btn i {
        font-size: 20px;
        color: #181079;
    }

    .profile_side a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .profile_side_image {
        margin-top: 20px;
    }

    .profile_side_image img {
        margin: 0% auto;
    }

    .profile_side_top {
        padding: 22px 10px 10px 10px;
        background-color: rgb(255 255 255);
        border-bottom: 1px solid #181079;
    }

    .profile_side_top .top_bar_right ul {
        margin-top: 5px;
    }

    /* .toggle_btn {
        position: absolute;
        right: 15px;
        top: 10%;
        transform: translateY(-50%);
    } */




    .hide_desktop {
        display: flex;
    }


    .hide_mobile {
        display: none;
    }

    .dwnload_invoice_btn{
        margin-top: 0px;
    }
    .menuH li a.active .menu_white, .menuH li a:hover .menu_white {
        display: block !important;
    }




    .header_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%;
        margin-top: 5px;
    }

    .flagship_feature li {
        margin-right: 0px;
    }

    .flagship_btn {
        margin-right: 0px;
        text-align: center;
    }



    .gentoflag {
        border-right: none;
        margin-bottom: 20px;
    }

    .nodata_cont {

        font-size: 28px;
        line-height: 25px;
    }

    .schedule_box {

        margin-bottom: 20px;
    }

    .flagship3_btn {
        text-align: center;
    }

    .member_table table thead tr th {

        padding: 18px 20px;
    }

    .event_header {
        align-items: center;
        font-size: 18px;
        color: rgb(36, 40, 74);
        font-family: "WhyteInktrapRegular";
    }

    .accback_cont {
        text-align: center;
        padding: 60px 20px 90px 20px;
    }

    .accback_txt1 {

        text-align: justify;
    }


    .general_head {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .general_title {

        text-align: center;
        margin-bottom: 20px;
    }

    .general_search {
        width: 75%;
        text-align: center;
        margin: 0% auto;
    }

    .gentoflag_container {
        padding: 0% 0%;
    }

    .merch_details {
        padding: 30px 30px;
    }


    .dash_event .col-sm-6:nth-child(1) .dash_event_card {
        background-image: url(../images/proshowbg.png);
        margin-bottom: 30px;
    }



    .groundzero_main {
        padding: 22px;
    }


    .header_name {
        margin-left: 6px;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }




    .prof_right {
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #181079 !important;
        border-left: none;
        margin-top: 20px;
    }

    .profile_ul li {
        font-size: 17px;
        padding: 0px 0px;
        width: 50%;
    }

    .prof_text {
        font-size: 24px;
    }

    .prof_text1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .profile_ul li span {
        float: right;
        padding: 0% 12%;
    }

    .prof_btn button {
        font-size: 14px;
        width: 120px;
        height: 40px;
        margin-right: 20px;
    }

    .prof_list1 input {
        border: 1px solid rgb(253, 126, 20);
        border-radius: 6px;
        color: rgb(36, 40, 74);
        font-size: 15px;
    }


    .merch_txt1 li {
        width: 50%;
        font-size: 13px;
    }

    .flagship_flex {
        display: block;
        margin: 25px 0px 30px 0px;
    }

    .email_concern {
        font-size: 15px !important;
        text-align: start !important;
        margin-top: 15px !important;
    }

    .flagship_tag_right {
        font-size: 18px;
    }

    .flagship_tag_right b {
        font-size: 20px;
    }

    .flagship_category {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .flagship_name {
        font-size: 22px;
        line-height: 20px;
    }

    .flagship_feature li {
        margin-bottom: 20px;
        display: block;
    }

    .flagshipg_tag_left {
        padding: 11px 0px 3px 0px;
    }

    .flagships_tag_left {
        padding: 11px 0px 3px 0px;
    }

    ul.flagship1_btn {
        text-align: center;
    }

    .flagship_tag_right b {
        font-size: 24px;
    }


    .flagship_btn button {
        font-size: 14px;
        margin-bottom: 10px;
        margin-right: 22px;
    }

    .groundzero_main .payment_right {
        margin-top: 20px;
    }

    .groundzero_img {
        margin-bottom: 20px;
    }

    .groundzero_main .col-sm-5 {
        border-right: none;
        border-bottom: 1px solid #181079 !important;
    }


    .sports_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    .sports_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sports_head {
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        margin: 0px;
    }

    .sportspayment_box li {

        font-size: 14px;
        padding: 12px 10px;
    }

    .sports_btn {
        margin-top: 20px;
        text-align: center;
    }


    .sports_btn button {
        padding: 12px;
        width: 185px;
    }

    .flagship3_btn button {

        font-size: 12px;
        width: 100px;
        height: 45px;
    }

    button.flagship_members {
        font-size: 12px;
    }

    .gdash_card {

        margin-right: 10px;
    }

    .generaltoflag_main {
        padding: 20px;
    }

    .generall_box li {
        font-size: 15px;
    }

    .generaltoflag_btn button {

        padding: 12px;
        width: 150px;
        font-size: 14px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
    }

    .payment_main .col-sm-7 {
        padding-left: 0px;
    }

    .payment_main {
        padding: 25px;
    }

    .payment_head {
        margin-top: 12px;
        font-size: 21px;
        text-align: center;
    }


    .payment_box li {
        font-size: 14px;
        width: 50%;
        padding: 8px 12px;
    }

    .payment_btn button {
        padding: 12px;
        width: 175px;
    }

    .member_table table tr td {
        font-size: 14px;
    }

    .merchandise_left {
        margin-bottom: 20px;
    }

    .merchts_main .col-sm-7 {
        padding-left: 15px;
    }

    .merchts_main .col-sm-5 {
        border-right: none;
        padding-right: 15px;
    }

    .merchandise_left {
        margin-bottom: 0px;
    }

    .merchandise_list {
        margin-bottom: 25px;
    }

    .header_left{
        width: auto !important;
    }

    .header_left img {
        width: 110px;
        float: right;
    }

    .cup_logo img {
        width: 40px !important;
        height: 40px !important;
        margin-left: 8px !important;
    }

    .new_logo img{
        height: 41px !important;
        width: 75px !important;
    }

    .menuH li a {
        font-size: 10px;
        line-height: 12px;
    }

    .menuH li a img {
        margin-right: 10px;
        width: 25px;
    }

    .footer_main {
        display: block;
    }

    .footer_container {
        line-height: 16px;
        padding: 15px 0px;
    }

    .footer_left {
        font-size: 12px;
    }

    .footer_right {
        display: block;
        float: left;
        width: 100%;
    }

    .footer_left {
        text-align: center;
    }

    .footer_right li {
        list-style-type: none;
        display: block;
        padding: 0px;
        margin-top: 12px;
        border-right: none;
        text-align: center;
    }

    .dashboard_head {
        display: block;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .dashboard_logo {
        text-align: center;
    }

    .dashboard_txt {
        text-align: center;
    }

    .dashboard_btn {
        text-align: center;
    }

    .dashboard_btn button {
        margin-top: 15px;
        padding: 12px 30px;
    }

    .dashbox_head {
        text-align: center;
    }

    .dash_card {
        margin-bottom: 15px;
    }

    .dash_event_desc {
        font-size: 17px;
    }

    .dash_event_type {

        font-size: 38px;
    }

    button.log_out {
        display: block;
        padding: 8px 50px 4px 50px;
        margin-top: 20px;
        margin: 5% auto 0% auto;
    }

    button.log_cancel {
        display: block;
        padding: 10px 55px 3px 55px;
        margin-right: 12px;
        /* margin-bottom: 20px; */
        margin: 0% auto;
    }

    .menuA li {
        list-style-type: none;
        width: 50%;
        padding: 0px 3px;
    }

    .event_tab {

        display: block;

    }


    .groundzero_main .col-sm-5 {
        border-bottom: 1px solid #181079;
        border-right: none;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_main .dash_event_card {
        margin-bottom: 20px;
    }

    .log_btn {
        display: block !important;
        text-align: center;
    }

    .groundzero_main .col-sm-7 {
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .merch_details {
        padding: 30px 6px;
    }

    .dash_card {
        margin-bottom: 25px;
    }

    .dashbox_cont .col-sm-4:last-child .dash_card {
        margin-bottom: 0px;
    }

    .event_header {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .dash_event {
        padding: 25px 15px;
    }

    .flagship_feature {
        margin: 20px 0px 25px 0px;
        text-align: center;
    }

    .flagship_btn button {
        margin: 0px auto 15px auto;
        display: block;
        width: 80%;
    }

    .proshow_datemain {
        margin-bottom: 20px;
    }

    .merchandise1_main {
        padding: 40px;
    }

    .profile_ul li {
        line-height: 30px;
    }
}



@media(min-width:640px) and (max-width:767px) {
    .table_category {
        font-size: 14px;
    }
    .table_category span {
        font-size: 18px;
    }
    .eventresult_sports {
        font-size: 18px;
        width: 42%;
        padding: 25px 10px 18px 10px;
    }
    .eventresult_general {
        width: 42%;
    }
    .eventresult_flagship {
        width: 42%;
    }
    .search_container {
        width: 100%;
        margin-top: 10px;
    }
    .dashboard_btn {
        width: 100%;
    }
    .proshow_datemain .col-sm-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .proshoww_day {
        display: flex;
        align-items: center;
        padding: 8px 35px;
        font-size: 22px;
    }

    .proshow_date {
        padding: 20px 40px;
        font-size: 16px;
    }

    .proshow_date span {
        margin-left: 16px;
        font-size: 20px;
    }


    .merchts_stock {
        width: 16%;
    }

    .sports_tag_left {
        width: 80%;
    }
    .sports_tag_left1 {
        width: 80%;
    }
    .payment_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
    }


    .generall_box li {

        padding: 8px 7px;
    }


    .header_name {
        margin-left: 6px;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }


    .flagship_name {

        line-height: 20px;
    }

    .flagship_feature li img {
        margin-bottom: 8px;
        /* margin-top: 20px; */
    }

    .menuH_close {
        position: absolute;
        right: 4px;
        top: 0px;
    }

    .top_nav {
        box-shadow: 0px 0px 20px rgb(8 89 164 / 20%) !important;
        padding: 10px 20px 10px 20px;
        display: flex;
        justify-content: space-between;
    }

    .hide_desktop {
        display: flex;
    }

    div#mySidenav {
        display: block;
    }
/* 
    .header_left img {

        width: 110px;
    } */


    .header_container {

        padding: 15px 30px;
    }

    .sidemenu li a.active {
        background-color: #181079;
        color: rgb(255, 255, 255);
    }


    .sidemenu li a.active .menu_blue {
        display: none !important;
    }

    .sidemenu li a.active .menu_white {
        display: inline !important;
        margin-right: 12px;
    }

    .topbar_container {
        display: flex;

    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;

        background: rgb(255, 255, 255);
    }

    .sidemenu {
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
    }

    .sidemenu li {
        list-style-type: none;

        float: left;
        width: 100%;
    }


    .sidemenu li a {
        padding: 12px 10px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(36, 40, 74);
        font-family: "WhyteInktrapRegular";
        background: rgb(255, 255, 255);
        border-bottom: 1px solid #181079;
        float: left;
        width: 100%;
    }

    img.menu_blue {
        margin-right: 10px;
    }




    .sidemenu li a svg {
        color: rgba(255, 200, 0, 1);
        font-size: 20px;
        margin-right: 18px;
        width: 20px !important;
    }

    .sidenav .closebtn {
        font-size: 24px;
        color: #181079;
    }

    /* .menuH_close {
        position: absolute;
        left: 5px;
        top: 0px;
    }
     */
    .toggle_menuH {
        cursor: pointer;
        font-size: 20px;
        z-index: 9;
    }

    .toggle_btn i {
        font-size: 20px;
        color: #181079;
    }

    .profile_side a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .profile_side_image {
        margin-top: 20px;
    }

    .profile_side_image img {
        margin: 0% auto;
    }

    .profile_side_top {
        padding: 22px 10px 10px 10px;
        background-color: rgb(255 255 255);
        border-bottom: 1px solid #181079;
    }

    .profile_side_top .top_bar_right ul {
        margin-top: 5px;
    }

    /* .toggle_btn {
        position: absolute;
        right: 15px;
        top: 10%;
        transform: translateY(-50%);
    } */




    .hide_desktop {
        display: flex;
    }


    .hide_mobile {
        display: none;
    }
    .dwnload_invoice_btn{
        margin-top: 0px;
    }
    .menuH li a.active .menu_white, .menuH li a:hover .menu_white {
        display: block !important;
    }




    .header_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%;
        margin-top: 5px;
    }


    .flagship_feature li {
        margin-right: 0px;
    }

    .flagship_btn {

        text-align: center;
    }


    .nodata_cont {

        font-size: 30px;
        line-height: 26px;
    }

    .schedule_main .col-sm-4 {
        max-width: 100%;
        flex: 0 100%;
    }

    .schedule_box {
        margin-bottom: 20px;
    }

    .event_header {
        align-items: center;
        font-size: 18px;
        color: rgb(36, 40, 74);
        font-family: "WhyteInktrapRegular";
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .general_head {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .general_title {

        text-align: center;
        margin-bottom: 20px;
    }

    .general_search {
        width: 75%;
        text-align: center;
        margin: 0% auto;
    }

    .prof_background .col-sm-3 {

        flex: 0 0 100%;
        max-width: 100%;
    }

    .prof_icon {
        margin-bottom: 25px;

    }

    .prof_background .col-sm-9 {

        flex: 0 0 100%;
        max-width: 100%;
    }



    .prof_right {
        padding: 10px 0px 0px 15px;
        border-left: none;
        border-top: 1px solid #181079 !important;
    }

    .proshow_datemain .row {
        display: block;
    }

    .proshow_datemain .col-sm-4 {
        max-width: 100%;
    }

    /* .proshow_date {
        padding: 20px;
        font-size: 16px;
    } */

    .sports_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sports_main .col-sm-7 {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sports_main .dash_card {
        height: 300px;
    }

    .main_container .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dash_event_bg {
        margin-top: 10px;

    }

    .footer_main {
        display: block;

    }

    .footer_left {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_left a {
        font-weight: 600;
        margin-left: 10px;
    }

    .footer_right li {
        padding: 0px 6px;

    }


    .prof_container {
        padding: 20px 20px 20px 20px;
    }


    .prof_text {
        font-size: 24px;
    }

    .prof_text1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .profile_ul li {
        font-size: 16px;
        width: 50%;
        padding: 0px 0px;
    }

    .profile_ul li span {
        float: right;
        padding: 0% 15%;
    }

    .prof_list1 input {
        border: 1px solid rgb(253, 126, 20);
        border-radius: 6px;
        color: rgb(36, 40, 74);
        font-size: 18px;
        width: 200px;
    }

    .prof_btn button {
        font-size: 14px;
        width: 118px;
        height: 40px;
    }

    .merch_img img {
        width: 100%;
        padding-top: 25px !important;
        padding: 0px;
    }

    .merchandise1_main {
        padding: 30px 30px 20px 30px;
    }

    .merch_txt1 li {
        font-size: 16px;
        padding: 0px 4px;
        width: 51%;
    }



    .merchandise_left {
        margin-bottom: 0px;
    }

    .merchandise_list {
        margin-bottom: 25px;
    }

    .gentoflag_container {
        padding: 0px !important;
    }


    .general_flagship {
        display: block;
    }

    .gdash_card {
        margin-bottom: 10px;
    }


    .generaltoflag_main {
        padding: 25px;
    }



    .gentoflag_head {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .flagship_tag_left {

        padding: 11px 0px 3px 0px;
    }

    .flagshipg_tag_left {

        padding: 11px 0px 3px 0px;
    }

    .flagships_tag_left {

        padding: 11px 0px 3px 0px;
    }

    .flagship_feature li {
        margin-bottom: 20px;
        display: block;
    }


    ul.flagship1_btn {
        text-align: center;
    }

    .flagship_tag_right b {
        font-size: 24px;
    }

    .flagship_btn button {
        width: 40%;
        margin: 2%;
    }

    .flagship_tag_right span {
        display: block;
    }

    .groundzero_head {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .groundzero_main .col-sm-5 {
        border-bottom: 1px solid #181079;
        border-right: none;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_main .dash_event_card {
        margin-bottom: 20px;
    }

    .groundzero_main .col-sm-7 {
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_img {
        margin-bottom: 20px;
    }

    .groundzero_main .payment_right {
        margin-top: 20px;
    }

    .gentoflag {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gentoflag1 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .general_flagship {
        display: flex;
        justify-content: space-around;
    }

    .sports_head {
        font-size: 24px;
        text-align: center;
        margin: 10px 0px;
    }

    .sports_btn {
        margin-top: 20px;
        text-align: center;
    }

    .flagship3_btn button {
        font-size: 12px;
        width: 100px;
        height: 45px;
    }

    .gen_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen1_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen2_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen3_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gentoflag {
        border-right: none;
        margin-bottom: 15px;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .payment_main .col-sm-7 {
        padding-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .payment_head {
        font-size: 25px;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 30px;
    }

    .payment_box li {
        padding: 8px 14px;
    }

    .member_table table tr td {
        font-size: 14px;
    }

    .merchandise_main .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .merchandise_main .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .merchandise_right {
        margin-top: 10px;
    }

    .merchts_main .col-sm-7 {
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .merchts_main .col-sm-5 {
        border-right: none;
        padding-right: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .menuH li a {
        font-size: 12px;
        line-height: 12px;
    }

    .dashbox_cont .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .dash_table {
        margin-top: 35px;
    }

    .dash_event_head {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
    }

    .dash_event_title {

        font-size: 20px;
        line-height: 52px;
    }

    .dash_event_desc {
        font-size: 17px;
        line-height: 10px;
    }

    .dash_event_type {
        font-size: 30px;
        line-height: 65px;
    }

    .dash_buy {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
        padding: 15px 22px;
    }

    .dash_event_arrow {
        padding: 10px 35px
    }

    .dash_event {

        padding: 25px 30px;

    }


    .dashboard_btn button {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 15px;
    }

    .dash_event_button {
        display: block;
    }

    .dashbox_head {
        font-size: 18px;
        text-align: center;
    }

    .dashboard_head {
        display: block;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .proshow_cont .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    button.log_out {

        padding: 10px 72px 3px 72px;
        margin-top: 20px;
    }

    button.log_cancel {
        padding: 10px 72px 3px 72px;
        margin-right: 25px;
    }

    .menuA li {
        list-style-type: none;
        width: 50%;
        padding: 0px 3px;
    }

    .event_tab {
        display: block;

    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 123, 255);
    }

    .event_tab ul li a.active,
    .event_tab ul li a:hover {
        color: #181079 !important;
        /* background-color: rgb(255 238 222) !important; */
        border: 1px solid #181079 !important;
    }

    .nav-pills .nav-link {
        border-radius: 0.25rem;
    }

    .event_tab ul li a {
        padding: 5px 22px 0px 20px;
    }

    .flagship_feature {
        margin: 30px 0px 20px 0px;
    }

    .reg_stopped {
        width: 82%;
    }

    .proshow_datemain {
        margin-bottom: 15px;
    }

    .sportspayment_box li {
        padding: 10px 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .eventresult_sports {
        
        font-size: 17px;
        padding: 25px 12px 18px 12px;
        width: 35%;
    }
    .event_result_cont .eventresult_flagship {
        margin-bottom: 12px;
        width: 35%;
    }

    .event_result_cont .eventresult_general {
        margin-bottom: 12px;
        width: 35%;
    }
    .eventresult_tab{
        display: block;
    }
    .search_container{
        width: 60%;
        margin-top: 10px;
    }
    .proshow_datemain .col-sm-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .proshoww_day {
        display: flex;
        align-items: center;
        padding: 8px 35px;
        font-size: 22px;
    }

    .proshow_date {
        padding: 20px 40px;
        font-size: 16px;
    }

    .proshow_date span {
        margin-left: 16px;
        font-size: 20px;
    }

    .merchts_stock {
        width: 12%;
    }

    .merchandise_main .col-sm-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .merchandise_main .col-sm-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sports_tag_left {
        padding: 15px 0px 6px 0px;
        width: 50%;
        margin-left: -21px;
    }
    .sports_tag_left1 {
        padding: 15px 0px 6px 0px;
        width: 50%;
        margin-left: -21px;
    }

    .sports_card {
        margin-top: 25px;

    }

    .sports_card .sportsdash_tag {
        font-size: 17px;
        width: 95%;
        padding: 18px 4px 10px 5px;
    }

    .dashbox .row .col-sm-4 {
        max-width: 50% !important;
        flex: 0 50% !important;
    }

    .merchcost_head {
        line-height: 16px;
    }

    .merchandise1_main {
        padding: 20px;
    }

    .flagship_tag_left {
        padding: 10px 0px 2px 0px;
    }

    .flagship_tag_left {
        margin-left: -21px;
    }

    .flagshipg_tag_left {
        margin-left: -21px;
    }

    .flagships_tag_left {
        margin-left: -21px;
    }

    .flagshipg_tag_left {
        padding: 10px 0px 2px 0px;
    }

    .flagships_tag_left {
        padding: 10px 0px 2px 0px;
    }

    .flagship_main {
        padding: 35px 20px;
    }

    .flagship_btn {
        margin-right: 0px;
        text-align: left;
    }

    .accback_cont {
        text-align: center;
        padding: 60px 25px 90px 25px;
    }

    .merch_img img {
        width: 100%;
        padding: 0px;
    }

    .merch_text {
        font-family: "WhyteInktrapMedium";
        color: rgb(36, 40, 74);
        margin-bottom: 10px;
        font-size: 20px;
    }

    .groundzero_proshow .generall_box li {
        font-size: 15px;
        width: 50%;
        padding: 5px 10px;
    }

    .groundzero_btn button {
        padding: 10px;
        width: 140px;
        font-size: 15px;
    }

    .proshow_datemain .row {
        display: block;
    }

    .proshow_datemain .col-sm-4 {
        max-width: 100%;
    }

    /* .proshow_date {
        padding: 20px;
        font-size: 16px;
    } */

    .merchandise_left img {
        height: 294px;
    }

    .profile_ul li span {
        float: right;
        padding: 0% 13%;
    }

    .prof_btn button {
        font-weight: 500;
        font-size: 15px;
    }

    .sports_container {
        padding: 0% 0%;
    }

    .flagship_card .dash_tag {
        font-weight: 700;
        font-size: 18px;
    }

    .general_card .dash_tag {
        font-weight: 700;
        font-size: 18px;
    }

    .dash_event_bg {

        font-size: 16px;
    }

    .dash_event_desc {
        font-size: 15px;
        padding: 10px 0px 0px 10px;
        line-height: 13px;
    }

    .footer_main {
        display: block;
        text-align: center;
    }

    .footer_left {
        margin-bottom: 10px;
    }

    .footer_right li {
        list-style-type: none;
        display: inline-block;
        padding: 0px 15px;
    }

    .profile_ul li {
        font-size: 17px;
        width: 50%;
    }

    .general_flagship {
        display: block;
    }

    .generall_box li {
        font-size: 14px;
        width: 50%;
        padding: 7px 12px;
    }

    .gentoflag_head {
        font-size: 16px;
    }

    .generaltoflag_main {
        padding: 30px;
    }

    .gdash_card {
        margin-bottom: 10px;
    }

    .generaltoflag_btn button {
        padding: 10px;
        width: 140px;
    }

    .flagship_btn button {
        width: 120px;
        margin-right: 10px;
    }

    .groundzero_btn button {
        padding: 10px;
        width: 140px;
        font-size: 12px;
    }

    .groundzero_head {
        font-size: 18px !important;
    }

    .groundzero_main .col-sm-5 {
        border-right: none;
    }

    .sports_main {
        padding: 30px 20px;
    }

    .sports_card .dash_tag {
        font-size: 18px;
    }

    .sportspayment_box li {
        font-size: 14px;
        width: 50%;
        padding: 12px 16px;
    }

    .sports_main .col-sm-7 {
        padding-left: 20px;
    }

    .sports_main .col-sm-5 {
        border-right: 1px solid #181079;
        padding-right: 10px;
    }

    .sports_btn {
        margin-top: 20px;
        /* text-align: center; */
    }

    .flagship3_btn button {
        font-size: 12px;
        width: 100px;
        height: 45px;
    }

    .gen_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen1_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen2_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gen3_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .general_flagship {
        display: flex;
        justify-content: space-around;
    }

    .gentoflag {
        border-right: none;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .gentoflag1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .generaltoflag_btn button {
        font-size: 14px;
    }

    .merch_txt1 li {
        font-size: 18px;
        width: 42%;
    }

    .payment_main .col-sm-5 {
        border-right: none;
        padding-right: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .payment_main .col-sm-7 {
        padding-left: 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .payment_head {
        font-size: 25px;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 30px;
    }

    .payment_box li {
        padding: 8px 14px;
    }

    .payment_main .dash_tag {
        font-size: 25px;
        width: 50%;
    }

    .merchandise_btn span {
        font-size: 22px;
    }

    .merchandise_btn {
        padding: 5px 10px;
    }

    .merchandise_txt {
        font-size: 22px;
        bottom: 125px;
    }

    .merchandise_btn button {
        font-size: 12px;
    }

    .merchts_head {

        font-size: 16px;
    }

    .merchts_main .col-sm-5 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 20px;
    }

    .merchts_main .col-sm-7 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 20px;
    }


    .merchts_main {
        padding: 30px;
    }

    .merchts_right {
        padding: 25px 0px 0px 0px;
    }


    .merchts_box li {
        font-size: 12px;
        padding: 15px 18px;
    }


    .merchts_btn button {

        padding: 12px;
        font-size: 12px;
        width: 150px;
    }



    .menuH li a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
    }




    .dashcard_purchase {
        font-size: 12px;
        padding: 9px 15px;
        margin-right: 3px;
        margin-bottom: 0px;
    }

    .dash_arrow {
        padding: 6px 18px;
    }


    .flagship_card .dash_tag {
        color: #ffffff;
        background: #181079;
    }

    .dash_tag {
        font-weight: 700;
        font-size: 20px;
    }

    .dash_card_cost {
        font-size: 17px;
    }

    .dash_event_head {
        font-size: 18px;
    }


    .dash_event_title {

        font-size: 28px;
    }

    .dash_event_desc {
        font-size: 16px;
        line-height: 15px;
    }

    .dashboard_btn button {
        padding: 12px 30px;
        font-size: 15px;
    }

    .dash_table {
        margin-top: 30px;
        margin-bottom: 12px;
    }

    .dash_event_type {
        font-size: 30px;
    }

    .dashbox_cont {
        padding: 22px 10px;
    }

    .dash_card::before {

        right: -70px;
        font-size: 38px;

    }

    .sports_card::before {

        right: -55px;
        top: 136px;
        font-size: 35px;

    }

    .event_tab ul li a {
        padding: 5px 22px 0px 20px;
    }


    .dash_event {

        padding: 25px 15px;

    }

    .proshow_cont .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    button.log_out {

        padding: 10px 72px 3px 72px;
        margin-top: 20px;
    }

    button.log_cancel {
        padding: 10px 72px 3px 72px;
        margin-right: 25px;
    }


    .menuA li {
        list-style-type: none;
        width: 50%;
        padding: 0px 3px;
    }


    .groundzero_main .col-sm-7 {
        padding-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .groundzero_main .col-sm-5 {
        padding-left: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }


    .groundzero_main .payment_right {
        margin-top: 30px;
    }

    .prof_list1 input {

        font-size: 17px;
    }

}

@media(min-width:992px) and (max-width:1199px) {
    .eventresult_sports {
        font-size: 17px;
        padding: 25px 17px 18px 16px;
    }
    .flagship_btn {
        margin-right: 0px;
        text-align: left;
    }

    .sports_card .sportsdash_tag {
        font-size: 17px;
        width: 100%;
        padding: 14px 0px 6px 0px
    }

    .groundzero_proshow .generall_box li {
        font-size: 14px;
        float: left;
        width: 50%;
        padding: 8px 7px;
    }

    .sports_card .dash_tag {
        width: 94%;
        font-size: 18px;
        padding: 22px 10px 12px 10px;
    }

    .sportspayment_box li {
        padding: 12px 20px;
    }

    .prof_btn button {
        font-weight: 500;
        font-size: 15px;
    }

    .profile_ul li span {
        float: right;
        padding: 0% 13%;
    }

    .sports_main .col-sm-5 {
        border-right: 1px solid #181079;
        padding-right: 35px;
    }

    .dashboard_head {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dashboard_btn button {
        padding: 12px 30px;
        font-size: 15px;
    }

    .dashbox_head {
        font-size: 18px;
    }

    .dash_event {
        padding: 25px 25px;
        margin-top: 30px;
    }

    .groundzero_head {
        font-size: 22px;
    }

    .footer_main {
        text-align: center;
        display: block;
    }

    .footer_right li {
        display: inline-block;
        padding: 0px 30px;
        margin-top: 3px;
        font-size: 13px;
    }

    .profile_ul li {
        font-size: 17px;
    }

    .merch_txt1 li {
        font-size: 18px;
        width: 30%;
        padding: 0px 5px;
    }

    .merch_text {
        font-family: "WhyteInktrapMedium";
        color: rgb(36, 40, 74);
        font-size: 20px;
        margin-bottom: 10px;
    }

    .generall_card {
        margin-right: 10px;
    }

    .generall_box li {
        font-size: 14px;
        float: left;
        width: 50%;
        padding: 8px 8px;
    }

    .generaltoflag_main {
        padding: 35px;
    }

    .generaltoflag_btn button {
        border: none;
        padding: 10px;
        width: 160px;
    }

    .merchts_head {
        font-size: 16px;
    }

    .sports_btn {
        margin-top: 20px;
    }

    .payment_box li {
        padding: 8px 15px;
    }

    .payment_main .dash_tag {
        font-weight: 700;
        font-size: 24px;
    }

    .dash_card::before {
        right: -68px;
        font-size: 35px;

    }

    .dash_event_desc {
        font-size: 17px;
    }

    .dash_table {
        margin-top: 30px;
    }

    .event_tab ul li a {
        padding: 6px 22px 0px 20px;
    }

    .dash_card::before {
        right: -54px;
        font-size: 35px;
    }

    .dash_event_bg {
        font-size: 17px;
        padding: 14px 16px 10px 12px;

    }

    .footer_left {
        margin-bottom: 10px;
    }

    .general_flex {
        padding-left: 0px;
    }

    .ongoing_event {
        width: 80%;
        font-size: 10px;
    }

    .reg_stopped {
        width: 80%;
        font-size: 10px;
    }

    .cancel_event {
        width: 80%;
        font-size: 10px;
    }

    .payment_container {
        padding: 0% 6%;
    }

    .proshow_day {
        font-size: 16px;
        width: 70px;
    }

    .proshow_list li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .proshow_list li img {
        margin-right: 10px;
    }

    .proshow_datecont {
        padding: 8px 10px;
    }

    .proshoww_day {
        padding: 15px 6px 10px 7px;
        font-size: 14px;
    }

    .proshow_date {

        font-size: 14px;
    }

}


@media(min-width:1200px) and (max-width:1365px) {
    .dashboard_btn {
        width: 45%;
    }


    .footer_left {
        font-size: 13px;
    }


    .footer_right li {

        font-size: 13px;
    }

    .prof_btn button {
        font-weight: 500;
        font-size: 15px;
    }

    .event_main {

        margin-bottom: 20px;
    }


    .dashboard_btn button {

        padding: 12px 35px;
        font-size: 16px;

    }


    .dash_table {

        margin-top: 35px;
        margin-bottom: 12px;
    }

    .event_tab ul li a {
        padding: 6px 22px 0px 20px;
    }

    .sports_btn {
        margin-top: 20px;
    }

    .footer_container {

        font-size: 14px;
    }
}



@media (min-width:1366px) and (max-width:1439px) {

    .login_txt {
        font-size: 70px;
        line-height: 70px;
    }


    .login_container::before {
        top: 65%;
        font-size: 240px;
    }

    .login_container::after {
        left: 40px;
        top: calc(65% + 120px);
        font-size: 240px;
    }



}


/* media queries end 