:root{
    /* --red: #DE0000; */
    --red: #E93323;
    --red-light: #FF1A1A;
    --maroon: #7E0000;
    --white: #FFFFFF;
    --white-off: #F4F9FC;
    --black: #000000;
    --dark-gray: #212529;
    --light-gray: #CDCBCB;
}
.logo {
    margin: 0px 35px;
}

.img {
    max-width: 100%;
    max-height: 100%;
}
.form-group{
    margin-bottom: 1rem;
}
.modal-footer{
    display: block !important;
}
.log_in {
    width: 100% !important;
    margin: 5px 0px;
    background-color: #032d5e;
    height: 50px;
    border: 1px solid #032d5e;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
}
#forgotpasswordModal .modal-title
{
    text-align: center;
    font-size: 30px;
    color: var(--red);
    /* margin-bottom: 1rem; */
    font-family: inherit;
    font-weight: 600;
}

#forgotpasswordModal a{
    color: var(--red);
    text-decoration: none;
}

.modal .login_header{
	display: block;
    padding: 0px 15px 0px 0px !important
}
.login-popup .guideline-model-close-btn{
    line-height: 22px !important;
    background: var(--red) !important;
    border: 2px solid var(--white);
}
.create-accont .guideline-model-close-btn{
    line-height: 22px !important;
    background: var(--red) !important;
    border: 2px solid var(--white);
}
#forgotpasswordModal .guideline-model-close-btn{
    line-height: 22px !important;
    background: var(--red) !important;
    border: 2px solid var(--white);
}
.modal .modal-header .close {
    /* text-indent: 0;
    text-shadow: none;
    opacity: 0.8; */
    /* color: #fff;
    width: 10px;
    height: 20px; */
}
/* .modal .close{
	width: 100%;
    outline:none;
    text-align: right;
    top: 0px;
    padding: 1px 10px;
    margin: 0px;
} */
.modal .modal-title{
	text-align: center;
    font-size: 34px;
    /* background-color: var(--red); */
    padding: 15px 0px 0px 0px;
    font-weight: bolder;
}
.modal-logo{
    align-items: center;
    justify-content: center;
    display: flex;
}
.guideline-model-close-btn{
    border-radius: 20%;
    background: var(--white) !important;
    border: 2px solid var(--red);
    color: var(--white);
    text-align: center;
    line-height: 0px;
    margin: 10px;
}
.guild-content li{
    font-weight: 500;
}
.modal .login{
	padding: 10px;border: none;background: none;color: gray;
}
.modal .register{
	padding: 10px;border: none;background: none;color: gray;
}
.modal-title button:hover
{
    background-color: #ddd;
}
.btn-danger {
    border: 1px solid var(--white);
    border-radius: 25px !important;
    font-size: 12px!important;
    border-color: var(--white) !important;
    border-width: 2px !important;
    background: var(--white) !important;
    padding: 5px 10px !important;
    margin-left: 15px;
    color: var(--red) !important;
    font-weight: 700 !important;
}

.btn-primary {
    border: 1px solid white;
    border-radius: 25px !important;
    font-size: 12px!important;
    border-color: white !important;
    border-width: 2px !important;
    background: var(--red) !important;
    width: 110px !important;
    padding: 8px 0px !important;
    font-weight: 700 !important;
}

.nav-link {
    color: var(--white) !important;
    font-weight: 100;
}

.navbar {
    padding: 0px !important;
    padding: 6px 27px;
    /* height: 70px; */
    /* border-bottom: 1px solid lightgray; */
}

.navbar-collapse {
    background: var(--red) !important;
    /* width: 100%; */
}

/* .navbar-collapse ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
} */
.user-img {
    width: 100%;
    max-height: 100%;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.links {
    /* margin: 18px 45px 0px!important; */
    margin: 18px 30px 0px!important
}

.button_link {
    margin: 25px 10px 0px 10px;
    line-height: 1.1 !important;
}

.search_links {
    padding: 25px 0px 12px 30px!important;
}

.corner {
    border-bottom: 69px solid #ffffff;
    border-right: 51px solid transparent;
    width: 0;
    height: 0;
}

.navbar-nav {
    padding: 0px;
    margin-left: 0px !important;
}

.height_500 {
    height: 500px;
}

.franchinse-img {
    padding: 47px 0px;
}

.toggle {
    cursor: none;
}

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 20px !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
}

.carousel {
    cursor: pointer !important;
}

.box {
    border: 1px solid black;
    margin-left: 10px;
}

.triangle {
    position: relative;
    height: auto;
    /* background: linear-gradient(to top left, #2f4f77 0%, #2f4f77 50%, #0e2f57 50%, #0e2f57 100%); */
    background: linear-gradient(to top right, var(--red) 0%, var(--red) 50%, var(--maroon) 50%, var(--maroon) 100%);
}

.franchise-section {
    /* background-image: url('../../publicside/images/pngkey.com-kick-png-9181612.png'); */
    background-repeat: no-repeat;
    padding: 80px 0px !important;
    /* opacity: 0.1; */
}

.franchinse_background {
    background: linear-gradient(to top left, var(--red) 0%, var(--red) 50%, #fbfbfb 50%, #fbfbfb 100%);
}

.title {
    color: var(--red);
}

.bold {
    font-weight: 700;
    line-height: 30px;
}

.background {
    background-color: var(--red-light);
    text-align: center;
    color: white;
    height: 80px;
    padding: 25px 0px;
}

.bgcolor {
    background: var(--red);
}

.custom {
    color: white;
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
}

.custom-text {
    color: white;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.btn-white{
    background: var(--white) !important;
    color: var(--red) !important;
}

.feature {
    background-color: var(--white);
    padding: 30px 20px 30px 90px !important;
}

.title-blue {
    color: #032d5e;
}

.feature-inside {
    padding: 40px 2px;
    font-size: 17px;
    color: black;
}

.feature-button {
    padding: 40px 40px;
}

.space {
    margin: 20px 0px;
}

.feature-btn {
    width: 220px !important;
    height: 40px;
    font-size: 15!important;
    font-size: 14px !important;
    font-weight: 500;
}

.feture-bottom {
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.sport-section {
    background: rgba(0, 0, 0, 0.5);
    background-image: url('../../publicside/images/contentrotator637400768234895323.png');
    background-repeat: no-repeat;
    /* background-size: 100% 150%; */
    background-size: cover;
    background-position: center;
    height: 400px;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 66%);
    /* opacity: 0.8; */
}

.title-white {
    color: white;
    font-size: 50px;
    text-align: center;
    padding: 100px 0px 0px;
}

.sport-text {
    color: white;
    font-size: 20px;
    text-align: center;
}

.signup {
    margin-left: 1px !important;
    border-radius: 3px !important;
    border-color: white !important;
    width: 110px !important;
    background: var(--red) !important;
}

.footer-bg {
    background-color: var(--red);
}

.footer-menu {
    text-align: end;
    padding-top: 20px;
}

.footer-option {
    padding: 0px 10px;
    font-weight: 700;
    color: var(--white);
}

.social-icon {
    padding: 0px 15px
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.copyright {
    padding-top: 70px;
}

.actives {
    padding: 5px;
    /* border-bottom: 3px solid rgb(190, 42, 67); */
    border-bottom: 3px solid var(--white);
}

.carousel-caption {
    /* top: 32%; */
    padding-top: 12.25rem !important;
}

.feature_bold {
    font-weight: 600;
    font-size: 17px;
}

/* .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .0)!important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
} */

.store-img {
    padding: 10px 45px 0px 0px;
}

.add_logo {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 64px;
    color: white;
    font-size: 18px;
    width: 100%;
    margin-left: 20px;
}

.add_logo2 {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 44px;
    color: white;
    font-size: 18px;
    width: 90%;
    text-align: end;
}

.add_logo3 {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 113px;
    color: white;
    font-size: 18px;
    width: 57%;
    margin-left: 180px;
    display: inline-block;
}

.add_logo4 {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 214px;
    color: white;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-left: -16px;
}

.add_logo5 {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 295px;
    color: white;
    font-size: 18px;
    width: 90%;
    text-align: end;
    margin-left: -51px;
}

.add_logo6 {
    border-bottom: 5px dotted white;
    width: 100%;
    margin-top: 58px;
    color: white;
    font-size: 18px;
    width: 90%;
    text-align: end;
    margin-left: -51px;
}

.white-border {
    width: 150px;
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding-top: -10px;
    padding: -2px;
    border: 2px solid white;
    margin-top: 240px;
    margin-left: -15px;
}

.white-border2 {
    width: 150px;
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding-top: -10px;
    padding: -2px;
    border: 2px solid white;
    margin-top: 108px;
    margin-top: 118px;
    margin-left: -15px;
}

.white-border3 {
    width: 150px;
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding-top: -10px;
    padding: -2px;
    border: 2px solid white;
    margin-top: 45px;
    /* margin-top: 60px; */
    margin-left: -15px;
}

.white-border4 {
    width: 150px;
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding-top: -10px;
    padding: -2px;
    border: 2px solid white;
    margin-top: -2px;
    margin-left: -15px;
}

.mob_img {
    background-image: url('../../publicside/images/features/simple-mockup-of-an-iphone-12-pro-max-in-a-monochromatic-set-m21865.png');
    background-repeat: no-repeat;
    background-size: 6%;
    background-size: contain;
    background-position: center;
    height: 600px;
    /* filter: drop-shadow(0 0mm 4mm white); */
    /* filter: drop-shadow(0 -6mm 4mm rgb(160, 0, 210)); */
}

.jump {
    background-image: url('../../publicside/images/live jumbotron.png');
    background-repeat: no-repeat;
    height: 390px;
    /* background-size: auto; */
    background-size: contain;
    background-position: center;
}

.videoContainer {
    width: 100%;
    height: 390px;
    overflow: hidden;
}

.videoContainer video {
    max-width: 100%;
    height: auto;
    display: block;
}

.btn_hide {
    display: none !important;
}

.collapsed.btn_hide {
    display: inline-block !important;
}

.textbox {
    background: #ebebeb !important;
    margin: 20px 0px;
    padding: 8px 12px !important;
}

.textbox_sign {
    background: #ebebeb !important;
    margin: 10px 0px 2px 0px;
    padding: 8px 12px !important;
}

.textbox::placeholder {
    color: black!important;
    font-weight: 500;
}

.textbox_sign::placeholder {
    color: black!important;
    font-weight: 500;
}

/* .close {
    margin-top: -8px;
    position: absolute;
    margin-left: -5px;
} */

.cbox {
    /* transform: scale(2.0); */
    background-color: black;
    margin-left: 10px;
    margin-top: 15px;
}

.agree_info{
    text-decoration:none;
    color: var(--red);
    margin-left: 5px;
}

.text-align-right{
    text-align: right;
}

.forgot_link {
    /* margin-left: 50px; */
    text-decoration: none;
    color: #212529;
}

.width-100 {
    width: 100%;
    background-color: var(--red)!important;
    padding: 8px 0px !important;
    margin-top: 15px;
}

.tournament {
    font-weight: 600;
    font-size: 50px;
    text-shadow: 2px 2px black;
    font-family: sans-serif;
}

.carousel-caption {
    top: 30%;
}

.grey-border {
    height: 2px;
    width: 100%;
    background: #dfe0df;
    margin-top: 30px;
}

.social-btns {
    border-radius: 50% !important;
    background: #e9ecef !important;
    width: 40px;
    height: 39px;
}

.login-log {
    margin-top: 118px;
    padding: 5px 46px;
}

.login-title {
    font-weight: 500 !important;
    color: var(--red);
    padding: 0px 65px !important;
}

.sign-in-password{
    margin: 0px !important;
}

.new {
    color: var(--red);
    /* margin-left: 17px; */
    text-decoration: none;
}

.rember {
    display: inline-block;
    font-weight: 400;
    color: var(--red);
    margin-left: 5px;
}

.keep-login {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    color: var(--red);
}

.sign_up_title{
    color: var(--red);
}

.with {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

input[type=checkbox] {
    accent-color: black !important;
    color: white;
}

.width-20 {
    width: 20%
}

.width-12 {
    width: 12%
}

.contactus-section {
    background-image: url('../../publicside/images/SeekPng.com_soccer-player-silhouette-png_9035159.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* box-shadow: inset 0 0 0 1000px rgba(235, 235, 235, 0.8); */
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8);
}

.contact-spacing {
    padding: 150px 62px;
    margin: 0px;
}

.contact-img {
    padding: 103px 51px;
    font-size: 19px;
}

.textbox3 {
    background: white !important;
    margin: 5px 0px;
    padding: 8px 12px !important;
    border-color: black !important;
    border-radius: 0px !important;
}

.textbox3::placeholder {
    color: black!important;
    font-weight: 500;
}

.contact-border {
    height: 2px;
    width: 93%;
    background-color: black;
    margin: 30px;
}

.advance {
    color: var(--red);
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
}

.advance-text {
    color: black;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

.feature-section {
    text-align: center;
}

.essentail {
    color: var(--red);
    text-align: center;
    font-size: 33px;
    margin-top: 9px;
    font-weight: bolder;
}

.mar-75 {
    margin-left: 75px;
}

.ess-content {
    padding: 10px;
    margin: 0px;
    color: black;
}

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

.feat-border {
    height: 2px;
    width: 100%;
    background: black;
}

.features-btn {
    width: 260px !important;
    height: 45px;
    width: 325px !important;
    height: 55px;
    border-radius: 13px !important;
    border-width: 2px !important;
    border-color: #bf113c !important;
    font-size: 16px !important;
}

.featur-title {
    font-weight: 700;
    font-size: 18px;
}

.featur-mob {
    height: 500px;
    padding: 40px 15px;
}

.charge {
    width: 100%;
    height: 100px;
}

.margin-top-10px{
    margin-top: 10px !important;
}

.pricing-border {
    height: 2px;
    width: 100%;
    background: #878787;
    margin-top: 3px;
}

.pricing-heading {
    color: #2f5178;
    text-align: center;
    margin-top: 35px;
    font-size: 25px;
}

.pricing-title {
    color: var(--red);
    text-align: center;
    font-size: 30px;
    padding: 20px 0px;
}

.pricing-cardtitle {
    text-align: center;
    font-size: 40px;
    color: var(--red);
    font-weight: 600;
}

.monthly {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.free {
    color: var(--red);
}

.price-text {
    color: black;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}

.margin-0 {
    padding: 0px;
    margin: 0px;
    color: var(--maroon);
    font-weight: 600;
}

.margin-55 {
    margin-right: 56px;
}

.margin-76 {
    margin-right: 77px;
}

.pricing-ul {
    font-size: 22px;
    font-weight: 500;
    margin-left: -8px;
}

.card_box {
    margin: 10px 50px !important;
    border-color: grey!important;
    background-image: linear-gradient(#fffefe, #b8b7b7)!important;
}

.footer-link {
    text-decoration: none;
    color: black;
}

.footer-link:hover {
    color: black;
}

.price-texts {
    color: black;
    font-weight: 500;
    margin: 0px;
    padding: 2px 0px;
}

.pricing-btn {
    font-size: 15px !important;
    padding: 7px 12px !important;
    width: 125px !important;
}

.box_title {
    margin-top: 30px;
}

.role {
    font-weight: 800;
    font-size: 22px;
}

section {
    height: 100px;
    background: #032d5e;
    box-shadow: 0px 25px 30px rgba(0, 0, 0, .5);
    display: flex;
}

.content {
    width: calc(50% - 50px);
    height: 100px;
    background: #c10939;
    box-sizing: border-box;
    padding: 30px 50px;
    color: #fff;
    font-family: sans-serif;
    line-height: 25px;
}

.image-box {
    width: calc(50% + 50px);
    height: 100px;
    background: #032d5e;
    box-sizing: border-box;
    border-left: 100px solid #c10939;
    border-bottom: 100px solid transparent;
    background-position: -350px -59px;
    background-repeat: no-repeat;
}

.scheduler-section {
    background: var(--white-off)
}

.whites-border {
    border: 2px solid white;
    margin: 0px !important;
    padding: 10px 15px;
    color: black;
    height: 145px;
    margin: 0px 15px 0px 0px !important;
}

.whites-border2 {
    border: 2px solid white;
    margin: 0px !important;
    padding: 10px 15px;
    color: black;
    height: 145px;
    padding: 10px 50px;
    margin: 0px 0px 0px 15px !important;
}

.font-500 {
    font-weight: 500;
    font-size: 17px;
}

.scheduler-text {
    color: black;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.simply {
    font-size: 18px;
    font-weight: 500;
    margin: 1px 0px;
}

.subcribe {
    padding: 12px 70px;
    font-size: 20px;
}

.input-email {
    width: 50% !important;
    display: inline-flex !important;
}

.border-zero {
    border-radius: 0px !important;
}

.sub-btn {
    padding: 32px 70px;
    font-size: 20px;
}

.scheduler-img {
    margin-left: -10px;
}

.scheduler-box {
    width: 65px;
    height: 27px;
    background: var(--white-off);
    border: var(--white-off);
    margin-left: 18px;
}

.number {
    margin-left: 20px;
}

.padding-25 {
    padding: 25px !important
}

.scheduler-border {
    border: 1px solid lightgrey;
    height: auto;
    width: 100%;
    background-color: white;
}

.scheduler-field {
    display: inline-flex;
    margin-top: 20px
}

.date {
    color: #c0c0c0bd;
    margin-left: 46px;
}

.date-border {
    border-bottom: 2px solid black;
    margin: 0px 10px;
}

.calendar {
    text-align: center;
    /* background-color: #eeeeee!important;
    border: #eeeeee!important;
    display: inline-flex !important;
    width: 58% !important; */
}

.timer {
    /* background-color: #eeeeee!important;
    border: #eeeeee!important;
    display: inline-flex !important;
    width: 68% !important; */
    text-align: center;
    /* padding: 0px !important; */
}

.date-box {
    background: var(--white-off);
    margin-top: 30px;
}

.time {
    margin-left: 50px;
}

.time-border {
    border: 1px solid #80808094;
}

.margin-30 {
    margin-top: 30px !important;
}

.fresh-btn {
    border-radius: 50px;
    color: white;
    border: 2px solid var(--red) !important;
    width: 100px;
    height: 37px;
    font-size: 17px !important;
    border-radius: 0px !important;
    padding: 5px 0px !important;
    font-weight: 500 !important;
    box-shadow: rgb(0 0 0 / 15%) 2.95px 2.95px;
}

.generate-btn {
    background: var(--red)!important;
    color: white;
    border: white;
    width: 100px;
    height: 37px;
    font-size: 17px !important;
    /* border-radius: 0px !important; */
    padding: 5px 0px !important;
    font-weight: 500 !important;
    /* box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px; */
    box-shadow: rgb(0 0 0 / 15%) 0.95px 0.95px;
}

.summary {
    margin-top: 5px;
    background: var(--red);
    height: 50px;
    padding: 6px;
    font-weight: 700;
    font-size: 25px;
    color: var(--white);
}

.table_wrapper {
    margin-top: -16px;
    height: 500px;
    overflow: auto;
    background: var(--white-off);
}

.hide_secheduler {
    background: #eeeeee;
    height: 65px;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
}

.table_space {
    border-collapse: separate !important;
    border-spacing: 0 0.5em;
    background: var(--white-off);
}

table {
    padding: 12px;
}

.padding-12 {
    padding: 12px;
}

.white-td {
    border: 1px solid #eeeeee !important;
    border-bottom: 1px solid lightgrey !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #eeeeee !important;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor !important;
}

.green-title {
    background: #18a753!important;
    color: black;
    text-align: initial !important;
}

.light-red-title{
    background: var(--red-light) !important;
    text-align: initial !important;
}

.white {
    color: white !important;
}

.td {
    border: 1px solid lightgrey !important;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: white !important;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 33px !important;
    height: 30px !important;
}

.glyphicon-chevron-up:before {
    content: " \02C6";
}

.glyphicon {
    font-size: 50px !important;
    padding: 15px 0px !important;
}

.glyphicon-chevron-down:before {
    content: ' \02C7';
}

.tab-heading {
    background: var(--light-gray);
    color: var(--black);
    border: 0px !important;
    font-weight: 100 !important;
}

.tab-heading th{
    font-weight: 400;
}

.report-btn {
    background: #faff7b;
    color: black;
    border: 2px solid black;
    width: 195px;
    height: 40px;
    font-weight: 700;
}

.grey-btn {
    border-radius: 10px;
    background: var(--light-gray);
    color: var(--black);
    border: 2px solid white;
    width: 195px;
    height: 40px;
    font-weight: 700;
}

.file-icon {
    font-size: 30px !important;
    margin-top: 13px;
}

.export {
    margin-top: 18px;
    padding: 0px 10px;
}

.border-0 {
    border: 0px;
    font-size: 25px;
}

.grey-heading {
    background-color: var(--light-gray) !important;
    color: var(--black);
}

.padding-50 {
    padding-left: 40px!important;
}

.guildlines-text {
    color: var(--red);
    font-size: 18px;
    font-weight: 800;
    margin-top: 2px;
}

.guildlines{
    display:flex;
}

.trans {
    font-size: 30px !important;
    color: var(--red);
    margin-left: 6px;
}

.guildline-box {
    /* background: #032d5e !important;
    color: white !important; */
    border-radius: 20px !important;
}

.guild-head {
    border-bottom: 0px solid #dee2e6 !important;
    padding: 1rem 1rem 0.1rem 1rem !important;
}

.guildline-title {
    /* color: #c10939 !important; */
    color: #FFF !important;
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
}

.guild-body {
    padding: 0rem 1rem !important;
}

.guild-content {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 100;
}

.table_wrapper::-webkit-scrollbar {
    width: 20px;
}

.table_wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

.table_wrapper::-webkit-scrollbar-thumb {
    /* background: grey;  */
    background: linear-gradient(#b0b0b0, #7a7a7a);
    border-radius: 10px;
}


/* Handle on hover */

.table_wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(#b0b0b0, #7a7a7a);
}

.footer-social {
    padding-top: 40px;
    font-size: 35px;
}

.margin-50 {
    margin-top: 50px!important;
}

.leaguge {
    font-weight: 600;
    font-size: 37px;
}

.box-padding {
    padding: 0px !important;
}

.scheduler {
    padding: 0px 20px !important;
}

.height_200 {
    height: 180px;
}

.ml9 {
    position: relative;
    font-weight: bold;
    font-size: 3.5em;
}

.footer-mobile {
    display: none!important;
}


/* .ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
   */

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

@media only screen and (min-width: 1000px) and (max-width:1300px) {
    .white-border {
        width: 150px;
        display: inline-block;
        height: 30px;
        border-radius: 25px;
        padding-top: -10px;
        padding: -2px;
        border: 2px solid white;
        margin-top: 240px;
        margin-left: -30px;
    }
    .white-border2 {
        width: 150px;
        display: inline-block;
        height: 30px;
        border-radius: 25px;
        padding-top: -10px;
        padding: -2px;
        border: 2px solid white;
        margin-top: 108px;
        margin-top: 118px;
        margin-left: -30px;
    }
    .white-border3 {
        width: 150px;
        display: inline-block;
        height: 30px;
        border-radius: 25px;
        padding-top: -10px;
        padding: -2px;
        border: 2px solid white;
        /* margin-top: 60px; */
        margin-top: 45px;
        margin-left: -30px;
    }
    .white-border4 {
        width: 150px;
        display: inline-block;
        height: 30px;
        border-radius: 25px;
        padding-top: -10px;
        padding: -2px;
        border: 2px solid white;
        margin-top: -2px;
        margin-left: -30px;
    }
    .timer {
        background-color: #eeeeee!important;
        border: #eeeeee!important;
        display: inline-flex !important;
        width: 58% !important;
        padding: 0px !important;
    }
    .time {
        margin-left: 5px;
    }
    .padding-50 {
        padding-left: 30px!important;
    }
    .date {
        color: #c0c0c0bd;
        margin-left: 28px;
    }
    .input-email {
        width: 65% !important;
        display: inline-flex !important;
    }
    .subcribe {
        padding: 10px 20px;
        font-size: 20px;
    }
    .mar-75 {
        margin-left: 0px;
    }
    .width-20 {
        width: 16%;
    }
    /* .header-logo {
        z-index: 10;
        position: absolute;
        width: 13%;
        margin-top: 5px;
    } */
    .btn-danger {
        font-size: 11px!important;
    }
    .links {
        margin: 20px 13px 0px!important;
        font-size: 14px;
    }
    .contatus {
        width: auto;
    }
    .height_500 {
        height: 470px;
    }
    .social-icon {
        padding: 0px 9px;
    }
    .logo {
        margin: 0px 25px;
    }
    .add_logo3 {
        border-bottom: 5px dotted white;
        width: 100%;
        margin-top: 113px;
        color: white;
        font-size: 18px;
        width: 57%;
        margin-left: 135px;
        display: inline-block;
    }
    .add_logo5 {
        border-bottom: 5px dotted white;
        width: 100%;
        margin-top: 295px;
        color: white;
        font-size: 18px;
        width: 90%;
        text-align: end;
        margin-left: 0px;
        margin-left: -33px;
    }
    .add_logo6 {
        border-bottom: 5px dotted white;
        width: 100%;
        margin-top: 58px;
        color: white;
        font-size: 18px;
        width: 90%;
        text-align: end;
        margin-left: -33px;
    }
    .add_logo4 {
        border-bottom: 5px dotted white;
        width: 100%;
        margin-top: 217px;
        color: white;
        font-size: 18px;
        width: 100%;
        display: inline-block;
        margin-left: -30px;
    }
}

@media only screen and (min-width: 300px) and (max-width:400px) {
    .guildlines{
        display:flex;
        justify-content: center;
    }
    .generate-btn-div{
        text-align: right;
    }
    .navbar-toggler {
        margin-right: 12px!important;
    }
    .title-white {
        color: white;
        font-size: 50px;
        text-align: center;
        padding: 100px 0px 0px;
        font-size: 46px;
    }
    .padding-25 {
        padding: 25px!important;
    }
    .margin-50 {
        margin-top: 20px!important;
    }
    .navbar {
        padding: 11px 0px !important;
    }
    .copyright {
        padding-top: 30px;
        text-align: center;
    }
    .footer-social {
        padding-top: 6px;
        font-size: 35px;
        text-align: center;
    }
    .corner {
        border-bottom: 0px solid #ffffff;
        border-right: 51px solid transparent;
        width: 0;
        height: 0;
    }
    .scheduler-field {
        display: block;
        margin-top: 20px
    }
    .navbar-collapse {
        z-index: 100;
        margin-top: 18px;
    }
    .height_500 {
        height: 168px;
    }
    .carousel-caption {
        top: 22%;
        padding-top: 2.25rem !important;
    }
    .tournament {
        font-weight: 600;
        font-size: 20px;
        text-shadow: 2px 2px black;
        font-family: sans-serif;
    }
    .logo {
        padding: 0px;
        width: 180px;
    }
    .whites-border {
        border: 2px solid white;
        margin: 0px !important;
        padding: 10px 15px;
        color: black;
        height: auto;
    }
    .background {
        background-color: var(--red-light);
        text-align: center;
        color: white;
        height: 80px;
        padding: 18px 0px;
    }
    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }
    .str-img {
        width: 180px;
        margin-top: 16px;
    }
    .hide_mob {
        display: none;
    }
    .mob_text {
        text-align: center;
    }
    .feature {
        background-color: #ebebeb;
        padding: 30px 20px 30px 20px !important;
    }
    .feature-button {
        padding: 0px 0px;
        text-align: center;
    }
    .franchise-section {
        padding: 25px 0px !important;
    }
    .franchinse-img {
        padding: 18px 0px;
    }
    .font-20 {
        font-size: 20px;
    }
    .custom {
        color: white;
        text-align: center;
        font-size: 40px;
        padding-top: 20px;
    }
    .feature-inside {
        padding: 10px 2px;
        font-size: 17px;
        color: black;
    }
    .charge {
        width: 100%;
        height: auto;
    }
    .width-50 {
        width: 50% !important;
    }
    .width-30 {
        width: 40% !important;
    }
    .width-70 {
        width: 60% !important;
    }
    .margin-76 {
        margin-right: 77px;
    }
    .featur-mob {
        height: auto;
        padding: 40px 15px;
    }
    .margin-top-15 {
        margin-top: 15px !important;
    }
    .mar-75 {
        margin-left: 0px;
    }
    .contact-spacing {
        padding: 20px 14px;
        margin: 0px;
    }
    .contact-img {
        padding: 25px 14px;
        font-size: 19px;
    }
    .subcribe {
        padding: 30px 10px;
        font-size: 17px;
    }
    .content {
        padding: 0px;
    }
    .sub-btn {
        padding: 13px 0px;
        font-size: 20px;
    }
    .whites-border2 {
        border: 2px solid white;
        margin: 0px !important;
        padding: 10px 15px;
        color: black;
        height: auto;
        padding: 10px 10px;
        margin: 15px 0px 0px 0px !important;
    }
    .box-padding {
        padding: 14px !important;
    }
    .margin-15 {
        margin-left: -15px;
    }
    .image-box {
        border-left: 60px solid #c10939;
    }
    .input-email {
        width: 95% !important;
        display: inline-flex !important;
    }
    .number_space {
        display: inline-flex;
    }
    .number {
        margin-left: 0px;
    }
    .right-text {
        float: right;
    }
    .export {
        margin-top: 4px;
        padding: 0px 10px;
    }
    .logo_scheduler {
        display: none;
    }
    .scheduler {
        padding: 0px 20px !important;
    }
    .padding-0 {
        padding: 0px !important;
    }
    .table_wrapper::-webkit-scrollbar {
        width: 0px;
    }
    .table_wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    .table_wrapper::-webkit-scrollbar-thumb {
        /* background: grey;  */
        background: linear-gradient(#b0b0b0, #7a7a7a);
        border-radius: 10px;
    }
    /* Handle on hover */
    .table_wrapper::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(#b0b0b0, #7a7a7a);
    }
    .store-img {
        padding: 0px;
    }
    .title {
        color: #c10939;
        text-align: center;
    }
    .footer-menu {
        text-align: initial;
        padding-top: 20px;
    }
    .footer-option {
        padding: 0px 7px;
        font-weight: 700;
    }
    .login-log {
        display: none;
    }
    .advance {
        color: var(--red);
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
    }
    .modal-logo{
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 20px !important;
    }
    .footer-menu {
        display: none;
    }
    .footer-mobile {
        display: block !important;
        padding: 20px 0px;
    }
    .footer-logo {
        padding: 20px 50px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 400px) and (max-width:600px) {
    .guildlines{
        display:flex;
        justify-content: center;
    }
    .footer-mobile {
        display: flex !important;
        padding: 20px 0px;
    }
    .footer-logo {
        padding: 20px 50px;
        margin-top: 20px;
    }
    .footer-menu {
        display: none;
    }
    .navbar-toggler {
        margin-right: 12px!important;
    }
    .margin-zero {
        margin: 0px !important
    }
    .login-log {
        display: none;
    }
    .advance {
        color: #2f5178;
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
    }
    .title {
        color: #c10939;
        text-align: center;
    }
    .store-img {
        padding: 0px;
    }
    .padding-25 {
        padding: 25px!important;
    }
    .margin-50 {
        margin-top: 20px!important;
    }
    .navbar {
        padding: 11px 0px !important;
    }
    .copyright {
        padding-top: 30px;
        text-align: center;
    }
    .footer-social {
        padding-top: 6px;
        font-size: 35px;
        text-align: center;
    }
    .corner {
        border-bottom: 0px solid #ffffff;
        border-right: 51px solid transparent;
        width: 0;
        height: 0;
    }
    .scheduler-field {
        display: block;
        margin-top: 20px
    }
    .navbar-collapse {
        z-index: 100;
        margin-top: 18px;
    }
    .height_500 {
        height: 200px;
    }
    .carousel-caption {
        top: 22%;
        padding-top: 4.25rem !important;
    }
    .tournament {
        font-weight: 600;
        font-size: 20px;
        text-shadow: 2px 2px black;
        font-family: sans-serif;
    }
    .logo {
        padding: 0px;
        width: 180px;
    }
    .whites-border {
        border: 2px solid white;
        margin: 0px !important;
        padding: 10px 15px;
        color: black;
        height: auto;
    }
    .background {
        background-color: var(--red-light);
        text-align: center;
        color: white;
        height: 80px;
        padding: 18px 0px;
    }
    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }
    .str-img {
        width: 180px;
        margin-top: 16px;
    }
    .hide_mob {
        display: none;
    }
    .mob_text {
        text-align: center;
    }
    .feature {
        background-color: #ebebeb;
        padding: 30px 20px 30px 20px !important;
    }
    .feature-button {
        padding: 0px 0px;
        text-align: center;
    }
    .franchise-section {
        padding: 25px 0px !important;
    }
    .franchinse-img {
        padding: 18px 0px;
    }
    .font-20 {
        font-size: 20px;
    }
    .custom {
        color: white;
        text-align: center;
        font-size: 40px;
        padding-top: 20px;
    }
    .feature-inside {
        padding: 10px 2px;
        font-size: 17px;
        color: black;
    }
    .charge {
        width: 100%;
        height: auto;
    }
    .width-50 {
        width: 50% !important;
    }
    .width-30 {
        width: 40% !important;
    }
    .width-70 {
        width: 60% !important;
    }
    .margin-76 {
        margin-right: 77px;
    }
    .featur-mob {
        height: auto;
        padding: 40px 15px;
    }
    .margin-top-15 {
        margin-top: 15px !important;
    }
    .mar-75 {
        margin-left: 0px;
    }
    .contact-spacing {
        padding: 20px 14px;
        margin: 0px;
    }
    .contact-img {
        padding: 25px 14px;
        font-size: 19px;
    }
    .subcribe {
        padding: 30px 10px;
        font-size: 17px;
    }
    .content {
        padding: 0px;
    }
    .sub-btn {
        padding: 13px 0px;
        font-size: 20px;
    }
    .whites-border2 {
        border: 2px solid white;
        margin: 0px !important;
        padding: 10px 15px;
        color: black;
        height: auto;
        padding: 10px 10px;
        margin: 15px 0px 0px 0px !important;
    }
    .box-padding {
        padding: 14px !important;
    }
    .margin-15 {
        margin-left: -15px;
    }
    .image-box {
        border-left: 60px solid #c10939;
    }
    .input-email {
        width: 95% !important;
        display: inline-flex !important;
    }
    .number_space {
        display: inline-flex;
    }
    .number {
        margin-left: 0px;
    }
    .right-text {
        float: right;
    }
    .export {
        margin-top: 4px;
        padding: 0px 10px;
    }
    .logo_scheduler {
        display: none;
    }
    .scheduler {
        padding: 0px 20px !important;
    }
    .padding-0 {
        padding: 0px !important;
    }
    .table_wrapper::-webkit-scrollbar {
        width: 0px;
    }
    .table_wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    .table_wrapper::-webkit-scrollbar-thumb {
        /* background: grey;  */
        background: linear-gradient(#b0b0b0, #7a7a7a);
        border-radius: 10px;
    }
    /* Handle on hover */
    .table_wrapper::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(#b0b0b0, #7a7a7a);
    }
    .generate-btn-div{
        text-align: right;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .guildlines{
        display:flex;
        justify-content: center;
    }
    #forgotpasswordModal .modal-title {
        text-align: center;
        font-size: 28px;
        color: var(--red);
    }
    .generate-btn-div{
        text-align: right;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    .guildlines{
        display:flex;
        justify-content: center;
    }
    #forgotpasswordModal .modal-title {
        text-align: center;
        font-size: 28px !important;
        color: var(--red);
    }
    .generate-btn-div{
        text-align: right;
    }
    .logo{
        margin: 0px 20px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 495px){
    .logo{
        margin: 0px 20px !important;
    }
    .corner {
        border-bottom: 0px solid #ffffff;
        border-right: 51px solid transparent;
        width: 0;
        height: 0;
    }
}