@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
}
input:focus,button:focus,textarea:focus{
    outline: none;
}


input,
button,
input:focus,
button:focus {
    outline: none;
}

.surbhi-logo h1 {
    color: #ec9912;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2.1px;
    margin: 0;
}

.header {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 20px 32px;
    background: #fff;
}
.home-btn-group {
    float: right;
}


.home-btn-group .btn {
    padding: 6px 15px;
    background-color: #e77e64;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

.right-form {
    text-align: right;
}
.right-form .form-group {
    display: inline-block;
    width: auto;
margin:0;
}
.right-form button {
    background: #e77e64;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
.annausments-outer {
    background: #16191c;
    width: 100%;
}

.annausments-content {
    align-items: center;
    color: #aaafb5;
    justify-content: center;
    display: flex;
}

.annausments-content i {
    background: url(../images/surbhi-images/notice_icon.png) no-repeat left center;
    width: 150px;
    height: 42px;
    float: left;
    display: flex;
    font-size: 14px;
    padding-left: 40px;
    font-weight: 400;
    align-items: center;
}





.favorite-sports {
    margin: 50px 0px;
}

.favorite-sports .container {
    max-width: 85%;
}

.section-heading {
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
}

.all-sports {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85%;
    margin: 3% auto;
}
.all-sports-item {
    background: #ffffff;
    text-align: center;
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    margin: 20px;
    flex: 1;
    position: relative;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    transition: 0.5s;
    cursor: pointer;
}

.all-sports-item a {
    text-decoration: none;
    color: #e77e64;
}

.sports-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    transition: 0.4s;
}

.all-sports-item img {
    width: 60px;
    height: 60px;
}

.all-sports-item h6 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}

.all-sports-item:hover .sports-icon {
    top: -50px;
}



.livecasino-games {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.livecasino-box {
    display: block;
    text-decoration: none;
    width: calc(95% / 7);
    margin: 5px;
    transition: 0.5s ease;
    position: relative;
}

.livecasino-box img {
    width: 100%;
    transition: 0.5s ease;
}

.livecasino-box:hover:before {
    content: 'login';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.livecasino-box:hover img {
    filter: blur(4px);
    transition: 0.5s ease;
}


.betting-experience {
    padding: 80px 0px;
}

.flex-content-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-content-box {
    display: flex;
    align-items: center;
    margin: 15px 20px;
}

.brand-thumbs {
    margin-right: 20px;
}

.brand-item-contents h5 {
    font-weight: 500;
    font-size: 18px;
}

.brand-item-contents p {
    font-size: 15px;
}

.betting-experience p {
    font-size: 18px;
    color: #aab3bf;
    font-weight: 300;
    margin-bottom: 30px;
}

.service-platform {
    padding: 50px 0px;
}

.service-platform-row {
    margin-bottom: 25px;
}

.service-platform-row h6 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-platform-row p {
    font-size: 16px;
    color: #aab3bf;
    font-weight: 300;
    line-height: 30px;
}
section.livecasino {
    background: #fff;
    padding: 50px 0;
}
.casino-heading {
    text-align: center;
    margin-bottom: 40px;
}


/* .footer {
    background-color: #23292e;
    border-top: 1px solid #6d6d6d;
    padding: 50px 0px;
} */

.footer-our-partners {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.partner-thumb {
    margin-right: 22px;
    width: 140px;
    flex: 1;
}

.partner-thumb {
    margin-right: 22px;
    width: 140px;
    flex: 1;
}

.partner-thumb img {
    width: 100%;
}

.partner-payment img {
    margin-right: 60px;
}

.copyright {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}

.copyright h6 {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
}

/* Signin Page Css Start */
body.signin {
    margin: 0;
}

.login-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image:linear-gradient(rgb(0 0 0 / 20%), rgb(16 16 16 / 20%)), url(../images/sports-stadium.jpg);
    background-size: cover;
}

.login-outer .signin-box {
    max-width: 340px;
    padding: 30px;
    width: 90%;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 20%);
}

.login-outer .signin-box h1 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0 0 .5rem 0;
    text-align: center;
}

.form-group {
    clear: both;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.signin-box .form-group label {
    margin: 0;
    line-height: 1.2;
    text-align: right;
    font-size: 0.875rem;
    font-weight: bold;
    color: #000;
    text-transform: capitalize !important;
}

.signin-box input {
    padding: 9px 7px;
    font-size: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    line-height: normal;
    width: -webkit-fill-available;
    display: block;
}
.signin-box .form-group span {
    font-size: 11px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.signin-box .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}


.signin-box .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check span {
    font-size: 80%;
    font-weight: 400;
}

.form-check span.pull-right a {
    color: #0056b3;
    font-size: 80%;
    font-weight: 400;
    text-decoration: none;
}
.signin-box button {
    box-shadow: 0 0px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #00a66e;
    color: #fff;
    width: 50%;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin-top: .5rem;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s ease;
}

.signin-box button:hover,.btn-login:hover {
    opacity: 0.8;
}

.signin-box p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    padding: 15px 0px 0px;
}

.signin-log-thumb {
    display: none;
}
.btn-login {
    box-shadow: 0 0px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #00a66e;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    text-align: center;
    margin-top: 8px;
    transition: all 0.5s ease;
    width: 42%;
}


/* Dashboard Css Start */

.leftsidebar {
    position: fixed;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    height: 100vh;
    overflow: hidden;
    background: #623cea;
    -webkit-box-shadow: inset -1px 0 0 0 #e4e4e4;
    box-shadow: inset -1px 0 0 0 #e4e4e4;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

.dashboard-logo {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #8b77d9;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    text-align: center;
}

.sidebarmenu ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.sidebarmenu ul li.active a {
    background: #7f5cfb;
}

.sidebarmenu ul li {
    list-style: none;
}

.sidebarmenu ul li a {
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #8b77d9;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    display: block;
}


.main-section {
     -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.top-header {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px #eee solid;
}

.top-header .top-navbar {
    flex: 1;
}

.top-header .nav {
    padding-left: 10px;
}

.top-header .nav .nav-item {
    padding: 0.75rem 7px;
}

.top-header .nav .nav-link {
    padding: 0;
    color: #8b939a;
    display: inline-block;
    transition: color 0.3s;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.right-menu-box {
    padding: 0 8px;
}

.livechat,
.notifications {
    border-right: 1px solid #efefef;
    fill: #a3a9b0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.livechat {
    border-left: 1px solid #efefef;
}

.right-menu-box a {
    display: flex;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.user {
    display: flex;
    align-items: center;
}

.user-profile-thumb .dropdown {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.user-profile-thumb img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-detail {
    margin-left: 5px;
}

.user-name {
    font-size: 0.875rem;
    margin: 0 0 0.2em;
    font-weight: 500;
    color: #626972;
    margin-bottom: 0;
    text-transform: capitalize;
}

.user-balance {
    display: flex;
    align-items: baseline;
}

.user-balance-dollars {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0.5rem 0 0;
}

.user-profile-thumb .online {
    width: 10px;
    height: 10px;
    background: #06ca06;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 30px;
}

.user-profile-thumb .dropdown-menu {
    margin-top: 8px;
    border-radius: 0px;
    padding: 0;
    min-width: 215px;
    z-index: 9999;
}

.user-profile-thumb .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.user-profile-thumb .dropdown-menu ul li {
    padding: 5px 10px;
    border-bottom: dashed 1px #ddd;
}

.balance-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-transform: capitalize;
    text-transform: capitalize;
    color: #7a7a7a;
    letter-spacing: 0.4px;
}

.user-profile-thumb .dropdown-menu ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.red-button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.deposit {
    border-left: 1px solid #efefef;
}

.deposit .btn {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #623cea;
    color: #fff;
    display: flex;
}

.deposit .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 129px;
    height: 40px;
    -webkit-animation: fly-data-v-bcceecd6 2s linear 1s infinite;
    animation: fly-data-v-bcceecd6 2s linear 1s infinite;
    box-shadow: none;
}

.inner-padding {
    padding: 5px 10px;
}

marquee {
    display: block;
    font-size: 13px;
    overflow: hidden;
    letter-spacing: 0.1px;
}

/* Dashboard Panel Css */
.allsports-tabs ul {
    border-bottom: 1px solid #eee;
}

.allsports-tabs ul li a.nav-link.active {
    border-bottom: 1px solid #623cea;
    color: #623cea;
}

.allsports-tabs ul li a {
    color: #8b939a;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px 10px;
    background: none !important;
    border-radius: 0 !important;
    height: 48px;
    min-width: 160px;
    text-align: center;
    font-size: 14px;
}

.sports-innertabing ul {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sports-innertabing li.nav-item {
    margin-right: 10px;
    margin-bottom: 5px;
}

.sports-innertabing li.nav-item .active {
    border-bottom: 2px solid #06ca06 !important;
}

.sports-innertabing li.nav-item a {
    color: #8b939a;
    background: #ffffff;
    text-align: center;
    font-weight: 500;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 1%);
    border-radius: 30px !important;
    border: 1px solid #f0f2f3;
    text-transform: capitalize;
    min-width: auto;
    height: auto;
    padding: .5rem 1rem;
}

.match-detail-column {
    display: flex;
}

table.match-table-style {
    background-color: #fff;
    border: 1px solid #f0f2f3;
    position: relative;
    margin-bottom: 20px;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 3%);
    border-radius: 8px;
    width: 100%;
    float: left;
}

.table-heading {
    padding: 10px 0 10px 10px;
}

.livematch-blinking {
    filter: invert(61%) sepia(98%) saturate(3806%) hue-rotate(85deg) brightness(105%) contrast(106%);
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #000;
    border-radius: 50px;
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
    margin-right: 5px;
}

.sports-innertabing li.nav-item a img {
    filter: invert(52%) sepia(28%) saturate(163%) hue-rotate(187deg) brightness(93%) contrast(89%);
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.match-table-style thead {
    align-items: center;
    padding: 0px 15px;
    border-bottom: 1px solid #f0f2f3;
    background-color: #e8ecf1;
}

.match-table-style th img {
    filter: invert(61%) sepia(12%) saturate(211%) hue-rotate(166deg) brightness(91%) contrast(99%);
    width: 20;
}

.row-outer-padding {
    padding: 5px 15px;
    transition: 0.2s;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    color: rgb(96, 96, 96);
    font-size: 12px;
    background-color: rgb(255, 255, 255);
}

p.match-status {
    width: 68px;
    height: 42px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #e8ecf1;
    overflow: hidden;
    position: relative;
    background-color: #04ca02;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
}

a.matchname {
    display: flex;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    align-items: center;
    margin-left: 10px;
}

.matchname img {
    margin: 0px 5px;
}

a.matchname:hover {
    text-decoration: none;
}

.livebtn,
.match-time {
    font-size: 9px;
    font-weight: 700;
    height: 39px;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
    animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
}

.match-time {
    position: relative;
    display: block;
    top: 68px;
}

.match-time small {
    clear: both;
    display: block;
    font-size: 9px;
    font-weight: 700;
}

@-webkit-keyframes flip-1 {
    0% {
        margin-top: -90px
    }

    30% {
        margin-top: -60px
    }

    55% {
        margin-top: -60px
    }

    75% {
        margin-top: 0
    }

    99.99% {
        margin-top: 0
    }

    100% {
        margin-top: -90px
    }
}

@keyframes flip-1 {
    0% {
        margin-top: -90px
    }

    30% {
        margin-top: -60px
    }

    55% {
        margin-top: -60px
    }

    75% {
        margin-top: 0
    }

    99.99% {
        margin-top: 0
    }

    100% {
        margin-top: -90px
    }
}


.value-box {
    text-align: center;
    width: 100px;
    height: 20px;
    border: solid 1px transparent;
    margin: 0px 0.15em;
}

.light-blue-bg {
    background: #b0e9ff;
}

.light-pink-bg {
    background: #ffd7e1;
}


span.match-value {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.12em;
    color: rgb(31, 31, 31);
}

.value-box small {
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: rgb(36, 38, 41);
    clear: both;
    display: block;
}

.allsports-tabs {
    display: flex;
}

.matchlisting {
    flex: 1;
    overflow: hidden;
    padding: 0px 10px;
}

.right-sidebar {
    width: 340px;
    background-color: #fff;
    padding: 0px 0px;
    height: 100vh;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    position: sticky;
    top: 0;
    z-index: 1020;
}




.sidebar-header h3 {
    padding: 14px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.sidebar-header h3 img {
    margin-right: 5px;
}

.sidebar-casino-game {
    padding: 5px;
}

.casino-grids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casino-grid-item {
    height: auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 8px;
    margin: 2px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
    border: 1px solid transparent;
    flex: 1;
}

.casino-grid-item img {
    width: 100%;
}



.allmatchbox {
    background-color: #fff;
    border: 1px solid #f0f2f3;
    position: relative;
    margin-bottom: 20px;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 3%);
    border-radius: 8px;
    width: 100%;
    float: left;
}

.match-box-head {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-bottom: 1px solid #f0f2f3;
    background-color: #e8ecf1;
}

.match-head-title {
    flex-grow: 1;
    padding: 10px 0px;
}

.match-head-title h2 {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

.match-head-title h2 img {
    filter: invert(61%) sepia(12%) saturate(211%) hue-rotate(166deg) brightness(91%) contrast(99%);
    width: 20;
}

.formet {
    display: flex;
    padding: 0.4em 0px;
    letter-spacing: 0.66px;
    width: 45%;
    justify-content: space-around;
}

.formet span {
    color: #6b7d8e;
    font-size: 13px;
}

.allmatchbox-row {
    display: flex;
    color: rgb(96, 96, 96);
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    min-height: 44px;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    align-items: center;
    padding: 5px 15px;
    transition: 0.2s;
}

.match-name {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-match-left {
    display: flex;
    align-items: center;
}


.matches-status {
    width: 68px;
    height: 42px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #e8ecf1;
    overflow: hidden;
    position: relative;
}

.livematches {
    background-color: #04ca02;
    color: #fff;
}

.loop-animation {
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    height: 39px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
    animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
}

.livematches p i {
    margin-right: 5px;
}

.loop-animation.time {
    position: relative;
    display: block;
    top: 68px;
}

.match-name a {
    display: flex;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    align-items: center;
    margin-left: 10px;
}

.match-name a span {
    display: block;
}

.devider {
    color: #c7c7c7;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0px;
}

.devider {
    color: #c7c7c7;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0px;
}

.odds-box {
    display: flex;
    width: 45%;
    padding: 0px 0px;
    margin-left: auto;
    position: relative;
}

.back-cell {
    background-color: #b0e9ff;
}

.box-item {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 30%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0.12em 0.5em;
    margin: 0px 0.15em;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 2px;
    min-height: 42px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.12em;
    color: rgb(104, 54, 54);
    overflow: hidden;
    border: solid 1px transparent;
}

.odds-value {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.12em;
    color: rgb(31, 31, 31);
}

.odds-bhav {
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: rgb(36, 38, 41);
}

.lay-cell {
    background-color: #ffd7e1;
}

.desktop-time {
    display: none;
}


/* Deposit Page Style */

section.deposit-step-container {
    padding: 0 0;
    margin-top: 150px;
}
.deposit-wizard-step ul.nav.nav-tabs{
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    justify-content: center;
    display: flex;
    padding: revert;
    border: 0;
}
.deposit-wizard-step ul.nav.nav-tabs li{
list-style-type: none;
color: #000;
text-transform: uppercase;
font-size: 11px;
width: 20%;
float: left;
position: relative;
letter-spacing: 1px;
text-align: center;
}
.deposit-wizard-step ul.nav.nav-tabs li a {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border: 0 !important;
    font-weight: 600;
}
.deposit-wizard-step ul.nav.nav-tabs li a:hover{
    border: 0;
}
.deposit-wizard-step ul.nav.nav-tabs li.active:before, .deposit-wizard-step ul.nav.nav-tabs li.active:after {
    background: #24e6a4;
    color: #090909;
}
.deposit-wizard-step ul.nav.nav-tabs li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #000;
    background: #d8d8d8;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 1;
}
.deposit-wizard-step ul.nav.nav-tabs li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    left: -50%;
    top: 9px;
}

.deposit-wizard-step ul.nav.nav-tabs li:first-child:after {
      content: none;
}
 
.depositcash-Withdrwal {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
    padding: 30px;
    box-sizing: border-box;
    width: 50%;
    margin: 35px auto 0px;
}
.depositcash-Withdrwal  h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-method .payment-checktbox {
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    flex: 1;
    width: 16.16%;
    margin: 5px;
}
.payment-method .payment-checktbox input[type=radio] {
    display: none;
}

.payment-method .payment-checktbox input[type=radio]:checked ~ label {
    border: 2px solid #623cea;
}
.payment-method .payment-checktbox label {
    position: relative;
    border: 2px solid #e8ebed;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 5%);
}
.payment-method .payment-checktbox input[type=radio]:checked ~ label:before {
    content: '\f00c';
    font-family: 'FontAwesome';;
    font-weight: 900;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -14px;
    right: -10px;
    background: #fff;
    border: 2px solid #623cea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
    color: #623cea;
}
.payment-method .payment-checktbox label img {
    width: 85%;
    display: block;
    margin: 5px auto;
}
.payment-method .payment-checktbox label span {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #28333b;
}

.payment-method .payment-checktbox input[type="radio"]:disabled ~ label {
    opacity: 0.3;
    cursor: default;
}

.company-detail, .payment-deposit {
    position: relative;
    padding: 10px 20px 10px 20px;
    flex: 1;
}

.mini-heading {
    font-size: 14px;
}
.depositcash-withdrwal .form-control {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #2C3E50;
    font-size: 13px;
}
.label-inputs {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0px 10px;
    background: #f6f7f9;
    height: 95%;
    display: flex;
    align-items: center;
    border-left: 1px solid #ccc;
    color: #a3a9b0;
}

.payment-info {
    padding: 0;
    margin-left: 18px;
}
.payment-info li {
    padding-bottom: 5px;
    list-style: circle;
    color: #8b939a;
    font-size: 13px;
}

.purpal-button {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #623cea;
    color: #fff;
}
.button-style {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    border: none;
    display: block !important;
    margin: 0 auto;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
}
.button-style:hover{
	color:#fff;
}
.form-group {
    position: relative;
}

.complete-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: solid 1px #ddd;
    flex-wrap: wrap;
}
.company-detail {
    background: #f6f7f9;
    border-right: solid 1px #ddd;
    flex: none;
}
.company-detail h4{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.bank-detial-thumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.bank-detial-thumb img {
    width: 40px;
    margin-right: 15px;
    border: solid 1px #e9e9e9;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.bank-detial-thumb strong {
    font-weight: 500;
    color: #623cea;
    font-size: 15px;
}
.bank-detial-thumb span {
    color: #000;
    font-size: 14px;
}
.bank-detial-thumb .copy-icon {
    position: absolute;
    right: 0;
    color: #b1b1b1;
}
.company-detail p {
    bottom: 13px;
    color: #8b939a;
    font-size: 13px;
}
.deposit-form{
    padding: 10px;
}
.deposit-form h4{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.deposit-form .form-group label {
    font-size: 14px;
}

.bank-detial-thumb .copy-icon:hover {
    color: #623cea;
}




/* Mobile Header Design */
.mobile-header {
    background: #623cea;
    position: relative;
    display: none;
}

.mobile-header-content {
    display: flex;
    width: 100%;
    align-items: center;
}
.mobile-header .dashboard-logo {
    border: 0;
    padding: 0 0 0 10px;
    text-align: left;
    display: flex;
    align-items: center;
}
.mobile-header .dashboard-logo h1 {
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    width: auto;
    margin: 0;
}
.respontongal {
    display: inline-block;
}
.respontongal i {
    font-size: 30px;
    color: #fff;
    padding: 7px 0;
}


/* Footer Css Start */
.footer {
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 15px 0px #d6d6d6;
    background: #FFF;
    padding: 5px 0px;
    display: none;
}


.footer ul {
    width: 100%;
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}
.footer ul li{
    list-style: none;
    z-index: 2;
    position: relative;
    cursor: pointer;
    transition: transform .25s ease-in-out;
    user-select: none;
    flex: 1;
    font-size: 12px;
    text-align: center;
}
.footer ul li a {
    color: #000;
    display: block;
}
.footer ul li span {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 13px;
}
.footer ul li img {
    width: 20px;
    margin-bottom: 5px;
}


/* Withdrawal Page Css Start */
.form-fildes .form-group label {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    margin-bottom: 3px;
}
.form-fildes .form-group label sup {
    color: #d00707;
    font-size: 17px;
    top: -2px;
    font-weight: 600;
}
.form-fildes .form-group input, .form-fildes .form-group textarea {
    width: 100%;
    display: block;
    padding: 8px 10px;
    border: 0;
    background: #e9e9e9;
    font-size: 13px;
    width: 96%;
    margin-left: 10px;
}

button.btn.purpal-button.button-style {
    background-color: #24e6a4;
}
.form-fildes button.btn.purpal-button.button-style {
    margin-bottom: 14px;
}
.form-fildes .form-group span.err {
    color: #ff0000;
    font-size: 11px;
    margin-left: 14px;
}






@media screen and (max-width: 1600px) {
    .all-sports {
        max-width: 100%;
    }

    .livecasino-box {
        width: calc(94% / 7);
    }

}
@media screen and (max-width:1290px) {
    .leftsidebar {
        width: 180px;
    }

    .main-section {
        padding-left: 180px;
    }

    .dashboard-logo {
        font-size: 17px;
    }
}


@media screen and (max-width:992px) {
    .livecasino-box {
        width: calc(90.5% / 7);
    }
}




@media screen and (max-width:767px) {
    .leftsidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 0px 0px 10px 0px;
        z-index: 999999;
    }

    .main-section {
        padding-left: 0;
        padding-bottom: 50px;
    }

    .header {
        padding: 20px 0px;
    }

    .section-heading {
        font-size: 22px;
    }

    .favorite-sports .section-head p {
        font-size: 15px;
    }

    .annausments-outer {
        padding: 0px 15px 10px;
        flex-wrap: wrap;
        text-align: center;
    }

    .annausments-content {
        flex-wrap: wrap;
    }

    .annausments-content i {
        background-size: 18%;
        padding-left: 30px;
        font-size: 13px;
    }

    .betting-experience .container,
    .our-products .container,
    .favorite-sports .container {
        max-width: 100%;
    }

    .all-sports {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .all-sports-item {
        flex: inherit;
        margin: 4px 4px;
        width: calc(90% / 3);
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #2c3136;
    }

    .sports-icon {
        top: 0px;
        position: relative;
    }

    .all-sports-item h6 {
        letter-spacing: 0.6px;
        font-size: 13px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .favorite-sports {
        margin: 20px 0px;
    }

    .flex-content-box {
        margin: 15px 0px;
        width: calc(100% / 2);
        display: block;
    }

    .livecasino {
        margin: 10px 0px;
    }

    .livecasino img {
        width: 45%;
    }

    .livecasino-box {
        width: calc(96.8% / 2);
    }

    .service-platform {
        padding: 0px;
    }

    .footer-our-partners,
    .footer-our-partners {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .partner-thumb {
        margin: 10px;
        width: calc(80% / 3);
    }

    .all-sports-item img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }

    .flex-content-row {
        flex-wrap: wrap;
    }

    .brand-thumbs img {
        width: 60px;
    }

    .brand-item-contents h5 {
        font-size: 15px;
        margin: 15px 0px;
    }

    .betting-experience p {
        margin-bottom: 10px;
    }

    .signin-log-thumb {
        display: block;
    }

    .signin-log-thumb img {
        width: 100%;
    }

    .login-outer .signin-box {
        width: 100%;
        padding: 0;
        height: 100vh;
    }

    .login-outer .signin-box h1 {
        text-align: center;
        font-size: 18px;
        padding: 10px 0px;
        margin: 0;
    }

    .login-outer .signin-box form {
        padding: 20px;
    }

    .deposit-wizard-step ul.nav.nav-tabs {
        padding: 0;
    }

    .deposit-wizard-step ul.nav.nav-tabs li {
        width: 50%;
    }
    .depositcash-Withdrwal {
        display: inherit;
        padding-bottom: 50px;
        width: 100%;
        margin-top: 0px;
        padding: 7px;
        box-shadow: inherit;
    }
    .payment-method .payment-checktbox {
        flex: 1;
    }
    .payment-method .payment-checktbox  label {
        width: auto;
        padding: 12px 1px;
    }
    .payment-method .payment-checktbox label span {
        margin-bottom: 0;
        font-size: 9px;
    }
    .payment-method {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        width: 100%;
    }
    .payment-method .payment-checktbox {
        width: 56.16%;
        margin: 2px;
        white-space: normal;
    }
    .payment-method .payment-checktbox input[type=radio]:checked ~ label:before {
        height: 25px;
        width: 25px;
        top: -10px;
        right: -5px;
          }
    .payment-method .payment-checktbox.deactive, button.btn.red-button.logout-btn {
        display: block;
    }
    .depositcash-Withdrwal h2{
        font-size: 14px;
        margin-bottom: 15px!important;
    }
    .mobile-header {
        display: block;
        padding: 10px 0;
    }
    .mobile-header button.btn.red-button.logout-btn {
        float: right;
        display: block;
    }
    .right-menu-box.user {
        flex: 1;
    }
    .right-menu-box.livechat {
        order: 2;
    }
    .right-menu-box {
        display: flex;
        align-items: center;
    }
    .notifications {
        order: 3;
    }
    .deposit {
        order: 4;
    }
    .footer{
        display: block;
    }

    nav.top-navbar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 15px 0px 10px 0px;
        z-index: 999999;
    }

    .allsports-tabs {
        display: inherit;
    }

    .matchlisting {
        padding: 0;
    }

    .right-sidebar {
        display: none;
    }


    .desktop-time {
        display: block;
    }

    .time {
        margin-right: 0;
        font-size: 10px;
    }

    .loop-animation {
        animation: inherit;
        height: auto;
        margin: 0;
    }

    .matches-status {
        transform: none;
        right: 0;
        top: 17px;
        left: inherit;
        position: absolute;
        margin-right: 0;
        padding: 1px 6px;
        font-weight: 600;
        text-align: center;
        font-size: 10px;
        border-radius: 2px;
        height: auto;
        width: auto;
    }

    .match-name a {
        font-size: 12px;
        display: inherit;
        margin-left: 0;
    }

    .devider,
    .box-item {
        display: none;
    }

    .odds-box,
    .formet {
        width: 40%;
    }

    .mobile-header {
        display: block;
    }
    section.deposit-step-container {
        padding: 0 0;
        margin-top: 75px;
    }
  

}

@media screen and (max-width:630px) {
    .livecasino-box {
        width: calc(95.8% / 2);
    }
}

@media screen and (max-width:480px) {
    .livecasino-box {
        width: calc(93% / 2);
    }

}