/*============================================
# Template Name: Bitbetio
# Version: 1.0
# Date: 20/01/2022
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis/portfolio
# Developed By: Pranto
# Description: Sports Betting Website HTML Template
============================================*/
/*============================================
======== Table of Css Content =========
# Typography
# Normalize
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&amp;display=swap");

:root {
    --body-font: "Nunito Sans", sans-serif;
    --body-color: #120f54;
    --body-alt-color: #0d102f;
    --bg-color: #120f54;
    --head-color: #41cd7d;
    --head-alt-color: #fe8f9c;
    --border-color: #8790ae;
    --hover-color: #571ce0;
    --hover-alt-color: #291b6b;
}

.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    background-color: var(--body-color);
    background-color: var(--body-color);
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}

section,
footer {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
    font-family: var(--body-font);
    color: var(--bs-white);
    font-weight: 600;
    text-transform: initial;
    transition: all 0.3s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
    color: var(--bs-white);
}

a,
a:focus,
a:hover {
    /*text-decoration: none;*/
    outline: none;
    color: var(--bs-white);
}

img {
    max-width: 100%;
    height: auto;
}

.max-un {
    max-width: unset;
}

.d-rtl {
    direction: rtl;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--border-color);
}

button {
    border: none;
    cursor: pointer;
}

input, textarea, select {
    padding: 10px 20px;
    color: var(--bs-white);
    width: 100%;
    font-family: var(--body-font);
    height: 50px;
    background: #432f9f;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=password] {
    font-family: initial;
}

input[type=checkbox] {
    width: initial;
    height: initial;
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

.table thead th,
.table td,
.table th {
    border: none;
}

.d-grid {
    display: grid !important;
}

.b-none {
    border: none !important;
}

.ovf-unset {
    overflow-x: unset !important;
}

iframe {
    border: 0;
    width: 100%;
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h1 > a {
    font-size: 76px;
    line-height: 98.8px;
    margin-top: -20px;
}

h2,
h2 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
}

h3,
h3 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
}

h4,
h4 > a {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
}

h5,
h5 > a {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
}

h6,
h6 > a {
    font-size: 18px;
    line-height: 23.4px;
    margin-top: -4px;
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
    margin: 0;
}

table thead tr th {
    font-size: 18px;
    line-height: 30px;
}

a {
    display: inline-block;
    color: var(--para-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

p,
span,
li,
label {
    margin: 0;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-white);
    line-height: 30px;
}

li,
p {
    color: #e2e1ff;
}

.section-text {
    margin-bottom: 34px;
}

.section-header {
    margin-bottom: 55px;
}

.sub-title {
    color: var(--head-color);
    margin-bottom: 25px;
}

.title {
    font-weight: 700;
    margin-bottom: 14px;
}

.xxlr {
    font-size: 26px;
    line-height: 36px;
    margin-top: -7px;
}

.xlr {
    font-size: 24px;
    line-height: 36px;
    margin-top: -7px;
}

.mdr {
    font-size: 16px;
    line-height: 22px;
}

.z-1 {
    z-index: 1;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .header-section {
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
        background-color: #2d0572;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 50px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

*::-webkit-scrollbar-track {
    background: #00003e;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
    background-color: #5732c6;
}

::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--hover-color);
    border-radius: 5px;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    overflow: visible;
    background: url(../images/preloader.gif) no-repeat center center;
    background-size: 20%;
    background-color: #e5eff1;
}

.icon-svg {
    position: relative;
}

.icon-svg img {
    opacity: 1;
    position: absolute;
}

.icon-svg svg {
    position: absolute;
    stroke-dashoffset: 1500;
    stroke-dasharray: 1500;
    transform: scale(1);
    transition: transform 0.3s, fill 0.5s;
    opacity: 0;
    visibility: hidden;
}

.icon-svg:hover svg {
    visibility: visible;
    opacity: 1;
    stroke-dashoffset: 0;
    fill: transparent;
    transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
    opacity: 0;
    visibility: hidden;
}

.accordion-button:focus {
    box-shadow: none;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* cmn btn */
.btn-border {
    border: 1px solid var(--hover-color);
    border-radius: 30px;
    padding: 6px;
}

.cmn-btn {
    padding: 10px 20px;
    font-weight: 600;
    text-align: center;
    background: var(--hover-color);
    color: var(--bs-white);
    transition: 0.3s;
    border-radius: 25px;
    border: 1px solid var(--hover-color);
}

.cmn-btn:hover {
    background: var(--hover-alt-color);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes ripple2Ani {
    0% {
        transform: translate(0px, 0px);
    }
    33% {
        transform: translate(-5px, -5px);
    }
    66% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes stretch {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes rippleAni {
    0% {
        transform: translate(0px, 0px);
    }
    33% {
        transform: translate(5px, -5px);
    }
    66% {
        transform: translate(-5px, 5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #2d0572;
}

.header-section .navbar-toggler {
    padding-right: 0;
    display: none;
    border: none;
}

.header-section .navbar-toggler:focus {
    box-shadow: none;
}

.header-section .navbar-toggler i {
    color: var(--head-alt-color);
}

.header-section .navbar {
    padding: 9px 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-weight: 500;
    padding: 0 10px;
    color: var(--bs-white);
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
    color: var(--head-alt-color);
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
    color: var(--head-alt-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    margin-right: 15px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    content: "C";
    border: none;
    font-family: "arafat font";
    font-weight: 400;
    font-size: 14px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--body-color);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
    display: block;
    padding: 5px 15px;
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover {
    background: var(--hover-color);
    transition: 0.3s;
    color: var(--bs-white);
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
    margin-left: 48px;
}

.header-section .navbar .navbar-collapse .right-area .login {
    background: transparent;
    color: var(--bs-white);
}

.header-section .navbar .navbar-collapse .right-area .cmn-btn {
    margin-left: 15px;
}

.header-section .navbar .navbar-collapse .picture {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

#dropdown-content {
    display: none;
left: -80px;
    position: absolute;
    background-color: #2d0572;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#dropdown-content a {
    color: #f1f1f1;
    padding: 5px 15px 6px;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

#dropdown-content a:hover {
    background-color: #4d0bbf;
}

#profile-container:hover #dropdown-content {
    display: block;
}

.header-section .nav-item.main-navbar .main-menu {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #1f2340;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;

}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
    position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    right: -80%;
    top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.header-section.user-dashboard {
    background-color: #1f2340;
}

.header-section.user-dashboard .navbar-collapse .right-area {
    position: relative;
    margin-left: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .search-icon {
    margin-right: 0;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item {
    margin-left: 20px;
}

.nice-select {
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}

.nice-select::after {
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    width: 10px;
}

.nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.nice-select .list .option {
    background: transparent;
}

.nice-select .list .option:hover {
    color: var(--head-alt-color);
}

.nice-select .list .focus {
    background-color: transparent;
    color: var(--head-alt-color);
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .items {
    position: absolute;
    top: 0;
    right: -6px;
    width: 16px;
    height: 16px;
    background: #ff96a5;
    font-weight: bold;
    border-radius: 50%;
    font-size: 12px;
    line-height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f007f;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn {
    cursor: pointer;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .user-profile img {
    border-radius: 50%;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn .name-area {
    font-weight: bold;
    margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.user-area .user-btn i {
    color: var(--bs-white);
    margin-left: 8px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .notifications-btn {
    cursor: pointer;
    position: relative;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .img-area img {
    border-radius: 50px;
    margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area {
    padding: 20px;
    width: 365px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area p {
    margin-top: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .time-area {
    color: #e2d7ff;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area button {
    background: transparent;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area a {
    align-items: initial;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area .left span {
    width: 28px;
    height: 28px;
    background: #c2a9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #070044;
    margin-left: 10px;
    border-radius: 26px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
    position: absolute;
    top: 50px;
    width: 350px;
    right: 0;
    padding: 30px;
    background: #3d329b;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transform: translateY(150px);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    max-height: 350px;
    overflow-y: scroll;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area.active {
    transform: translateY(0px);
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .img-area img {
    border-radius: 50px;
    margin-right: 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area h5 {
    margin-bottom: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area .head-area .text-area img {
    margin-right: 10px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li {
    margin-top: 5px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li.border-area {
    border-top: 1px solid #706eb1;
    padding-top: 15px;
    margin-top: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a img {
    margin-right: 15px;
}

.header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a.active, .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a:hover {
    background: #493eac;
    border-radius: 5px;
    transition: 0.3s;
}

.banner-section .overlay {
    background-color: #1F2340;
    background-image: url(../images/index-bg.png), url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top 130px right 10px, top 200px right 0;
    position: relative;
    background-size: auto;
}

.banner-section .overlay .shape-area img {
    position: absolute;
}

.banner-section .overlay .shape-area .obj-1 {
    left: 5%;
    top: 30%;
    animation: ripple2Ani 4s linear infinite;
}

.banner-section .overlay .shape-area .obj-2 {
    left: 3%;
    bottom: 20%;
    animation: rippleAni 3s linear infinite;
}

.banner-section .overlay .banner-content {
    padding: 328px 0 360px;
}

.banner-section .overlay .banner-content .container {
    position: relative;
}

.banner-section .overlay .banner-content .container .content-shape img {
    position: absolute;
}

.banner-section .overlay .banner-content .container .content-shape .obj-1 {
    left: 20%;
    top: -40%;
    animation: spin 30s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-2 {
    left: 15%;
    bottom: -30%;
    animation: ripple2Ani 5s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-3 {
    left: 40%;
    bottom: -15%;
    animation: rippleAni 5s linear infinite;
}

.banner-section .overlay .banner-content .container .content-shape .obj-4 {
    left: 25%;
    bottom: -55%;
    animation: spin 30s linear infinite;
}

.banner-section.inner-banner .banner-content {
    padding: 211px 0 256px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
    margin-top: 10px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
    display: flex;
    align-items: center;
    color: var(--bs-white);
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    background-image: url(../images/icon/arrow-right-3.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    padding: 0 14px;
    content: "";
}

.banner-section.soccer-bets .content-shape .obj-8 {
    left: 25%;
    top: -70%;
    animation: spin 30s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-1 {
    left: 3%;
    top: 5%;
}

.banner-section.soccer-bets .shape-area .obj-2 {
    left: 9%;
    bottom: 40%;
}

.banner-section.soccer-bets .shape-area .obj-3 {
    left: 2%;
    bottom: 25%;
    animation: ripple2Ani 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-4 {
    left: 9%;
    bottom: 10%;
    animation: spin 35s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-5 {
    right: 6%;
    top: 12%;
    animation: ripple2Ani 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-6 {
    right: 5%;
    top: 35%;
    animation: rippleAni 4s linear infinite;
}

.banner-section.soccer-bets .shape-area .obj-7 {
    right: 1%;
    bottom: 9%;
    animation: spin 30s linear infinite;
}

.banner-section.soccer-bets .overlay {
    background-image: url(../images/soccer-bets-bg.png), url(../images/soccer-bets-banner-bg.png);
    background-repeat: no-repeat;
    background-position: top 100px right 199px, top 95px right 170px;
    position: relative;
    background-size: auto;
}

.banner-section.currency-bet .overlay {
    background-image: unset;
}

.banner-section.currency-bet .overlay .shape-area .chart-illu {
    right: 0;
    bottom: 0;
}

.banner-section.currency-bet .overlay .content-shape .obj-9 {
    left: 45%;
    top: -70%;
    width: 30%;
}

.banner-section.currency-bet.create-currency .overlay .content-shape .obj-9 {
    top: -45%;
}

.banner-section.escrow-bets-banner .banner-content {
    padding: 283px 0 186px;
}

.banner-section.escrow-bets-banner .banner-content .content-shape .obj-11 {
    bottom: -70px;
    right: 20%;
}

.banner-section.escrow-bets-banner .banner-content .content-shape .obj-12 {
    top: -85%;
    right: 18%;
}

.banner-section.escrow-bets-banner.soccer-bets .shape-area .obj-4 {
    bottom: 7%;
}

.banner-section.escrow-bets-banner.soccer-bets .shape-area .obj-11 {
    bottom: 10%;
}

.banner-section.faqs .overlay {
    background-color: #000000;
    background-image: url(../images/line-effect.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.banner-section.faqs .overlay .shape-area .faqs-illu {
    right: 0;
    bottom: 0;
}

.banner-section.faqs .overlay .banner-content {
    padding: 281px 0 182px;
}

.banner-section.affiliate .overlay {
    background-image: unset;
    z-index: 2;
    position: relative;
}

.banner-section.affiliate .overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000000;
    background-image: url(../images/affiliate-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.6;
    z-index: -1;
}

.banner-section.affiliate .overlay .shape-area img {
    right: 0;
    bottom: 0;
}

.banner-section.affiliate .overlay .banner-content {
    padding: 288px 0 191px;
}

.banner-section.affiliate .overlay .banner-content .content-shape img {
    right: 20%;
    bottom: -40%;
}

.banner-section.tournaments .overlay {
    background-color: #000000;
    background-image: unset;
}

.banner-section.tournaments .overlay .shape-area img {
    right: 0;
    bottom: 0;
}

.banner-section.tournaments .overlay .banner-content {
    padding: 251px 0 228px;
}

.banner-section.tournaments .overlay .banner-content .content-shape img {
    right: 10%;
    bottom: -40%;
}

.banner-section.terms .overlay {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
}

.banner-section.terms .overlay .banner-content {
    padding: 222px 0 125px;
}

.banner-section.blog .overlay {
    background-color: #000000;
    background-image: url(../images/blog-line-effect.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.banner-section.blog .overlay .shape-area img {
    right: 0;
    bottom: 0;
}

.banner-section.blog .overlay .banner-content {
    padding: 281px 0 182px;
}

.banner-section.contact {
    overflow-x: initial;
}

.banner-section.contact .overlay {
    background-image: unset;
}

.banner-section.contact .overlay .banner-content {
    padding: 215px 0 262px;
}

.banner-section.contact .overlay .shape-area .contact-illu {
    right: 0;
    bottom: 0;
}

.log-reg .modal-content {
    border-radius: 20px;
    background-color: #322a71;
    box-shadow: 4px 6.928px 79px 0px rgba(0, 0, 0, 0.18);
    padding: 30px;
}

.log-reg .modal-content .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    border: none;
    z-index: 1;
}

.log-reg .modal-content .modal-header .btn-close {
    padding: 3px;
    margin: 0;
    background-color: #ffb4bc;
}

.log-reg .modal-content .log-reg-btn li button {
    padding: 0 40px 0;
    background: transparent;
    border-bottom: 1px solid #4e4399;
    color: var(--bs-white);
}

.log-reg .modal-content .log-reg-btn li button.active {
    border-bottom: 1px solid #ffb4bc;
    color: #ffb4bc;
}

.log-reg .modal-content .tab-content .modal-body {
    padding: 0;
}

.log-reg .modal-content .tab-content .login-reg-content .head-area {
    display: grid;
    text-align: center;
    justify-content: center;
    padding-bottom: 30px;
    margin: 30px 0;
    border-bottom: 1px solid #424a92;
}

.log-reg .modal-content .tab-content .login-reg-content .head-area .social-link a {
    width: 35px;
    height: 35px;
    border: 1px solid #5653a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: 0.3s;
}

.log-reg .modal-content .tab-content .login-reg-content .head-area .social-link a i {
    color: #5ac4ff;
    transition: 0.3s;
}

.log-reg .modal-content .tab-content .login-reg-content .head-area .social-link a:hover {
    background: #ff96a5;
    border-color: #ff96a5;
}

.log-reg .modal-content .tab-content .login-reg-content .head-area .social-link a:hover i {
    color: var(--bs-white);
}

.log-reg .modal-content .tab-content .login-reg-content .single-input {
    margin-bottom: 20px;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select {
    border-radius: 10px;
    background-color: #432f9f;
    border-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--border-color);
    height: 50px;
    margin-bottom: 10px;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select::after {
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select .list {
    width: 100%;
    background: #432f9f;
    border: 1px solid #483f90;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select .list .option {
    background: transparent;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select .list .option:hover {
    color: #ffb4bc;
}

.log-reg .modal-content .tab-content .login-reg-content .single-input .nice-select .list .focus {
    background-color: transparent;
    color: #ffb4bc;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me {
    display: flex;
    justify-content: space-between;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    user-select: none;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .left-area {
    display: flex;
    align-items: center;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkbox-area {
    align-items: center;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkbox-area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background: #3a2a86;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkbox-area .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .checkmark::after {
    width: 14px;
    height: 12px;
    background-image: url(../images/icon/check.png);
    background-repeat: no-repeat;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single input:checked ~ .checkmark {
    background: #571ce0;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single input:checked ~ .checkmark:after {
    display: block;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .item-title img {
    margin-right: 20px;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .item-title .vs {
    color: var(--head-alt-color);
    font-weight: bold;
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me a {
    color: var(--bs-white);
}

.log-reg .modal-content .tab-content .login-reg-content .remember-me a:hover {
    color: var(--head-alt-color);
    transition: 0.3s;
}

.log-reg .modal-content .tab-content .login-reg-content .btn-border {
    margin-top: 35px;
}

.log-reg .modal-content .tab-content .login-reg-content .bottom-area {
    margin-top: 20px;
}

.log-reg .modal-content .tab-content .login-reg-content .bottom-area a {
    color: var(--head-alt-color);
}

.log-reg .modal-content .tab-content .login-reg-content .counter-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #424a92;
    padding-top: 30px;
    margin-top: 25px;
}

.log-reg .modal-content .tab-content .login-reg-content .counter-area .single {
    display: flex;
    align-items: center;
}

.log-reg .modal-content .tab-content .login-reg-content .counter-area .single img {
    max-width: initial;
    margin-right: 15px;
}

.log-reg .modal-content .tab-content .login-reg-content .counter-area .single .mdr {
    color: #3fe887;
}

.footer-section {
    /*background-image: url(../images/footer-bg.png);*/
    /*background-repeat: no-repeat;*/
    background-position: bottom;
}

.footer-section .newsletter {
    background-image: url(../images/newsletter-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #443397;
    border-radius: 20px;
    padding: 60px 110px;
}

.footer-section .newsletter form .form-group {
    background: #432F9F;
    border: 1px solid #B7A7FF;
    border-radius: 10px;
    padding: 10px;
}

.footer-section .newsletter form .form-group input {
    background-color: #432F9F;
    border: none;
    border-radius: 30px;
    padding: 0 20px;
    color: var(--bs-white);
    height: min-content;
}

.footer-section .newsletter form .form-group button {
    background: var(--hover-color);
    border-radius: 10px;
    min-width: 90px;
    min-height: 50px;
}

.footer-section .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section .menu-item .footer-link {
    display: flex;
}

.footer-section .menu-item .footer-link li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #7876d5;
}

.footer-section .menu-item .footer-link li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.footer-section .menu-item .footer-link li a:hover {
    color: var(--head-alt-color);
    transition: 0.3s;
}

.footer-section .menu-item .footer-link li a.active {
    color: var(--head-alt-color);
}

.footer-section .copyright {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #857FC7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section .copyright .copy-area a {
    color: var(--head-color);
}

.footer-section .copyright .copy-area .auth {
    color: #ff96a5;
}

.footer-section .copyright .social-link a {
    width: 35px;
    height: 35px;
    border: 1px solid #5653a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: 0.3s;
}

.footer-section .copyright .social-link a i {
    color: #5ac4ff;
    transition: 0.3s;
}

.footer-section .copyright .social-link a:hover {
    background: #ff96a5;
    border-color: #ff96a5;
}

.footer-section .copyright .social-link a:hover i {
    color: var(--bs-white);
}

.counter-section {
    position: relative;
    padding: 40px 0 30px;
    margin-top: -105px;
    transform: translateZ(10px);
}

.counter-section::before {
    position: absolute;
    content: "";
    width: 90%;
    background: #0d102f;
    border-radius: 20px;
    height: 100%;
    top: 0;
    left: 5%;
    z-index: -1;
}

.counter-section .single-area .text-area {
    margin-left: 30px;
}

.counter-section .single-area .text-area p {
    color: var(--head-color);
}

.counter-section .single-area h3 span {
    font-size: inherit;
    font-weight: inherit;
}

.about-bitbetio .overlay {
    position: relative;
}

.about-bitbetio .overlay .shape-area img {
    position: absolute;
}

.about-bitbetio .overlay .shape-area .obj-1 {
    right: 4%;
    top: 15%;
    animation: rippleAni 5s linear infinite;
}

.about-bitbetio .overlay .shape-area .obj-2 {
    right: 8%;
    bottom: 30%;
    animation: ripple2Ani 5s linear infinite;
}

.about-bitbetio .cus-mar {
    margin-bottom: -20px;
}

.about-bitbetio .single-item {
    text-align: center;
    margin-bottom: 20px;
    padding: 40px 0 35px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
}

.about-bitbetio .single-item h5 {
    margin-top: 40px;
}

.how-it-works {
    position: relative;
}

.how-it-works::before {
    position: absolute;
    content: "";
    width: 100%;
    background-image: url(../images/how-works-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.how-it-works .main-content {
    position: relative;
    padding: 66px 0 60px;
}

.how-it-works .main-content::before {
    position: absolute;
    content: "";
    width: 120%;
    background: var(--hover-alt-color);
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    height: 100%;
    top: 0;
    left: -10%;
    z-index: -1;
}

.how-it-works .main-content ul {
    margin-bottom: -30px;
}

.how-it-works .main-content ul li {
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
}

.how-it-works .main-content ul li h5 {
    display: inline-flex;
    align-items: center;
    background: #38268f;
    border-radius: 5px;
    width: 100%;
    padding: 7px 30px;
    color: var(--bs-white);
}

.how-it-works .main-content ul li h5.active {
    background: #5025b4;
    box-shadow: 0px 4px 25px #5025b4;
    border-radius: 5px;
}

.how-it-works .main-content ul li h5 .image-area {
    margin-right: 20px;
}

.how-it-works .main-content .tab-content {
    background: var(--body-color);
    border-radius: 20px;
    text-align: center;
    padding: 27px 30px 30px;
}

.how-it-works .main-content .tab-content h4 {
    margin: -4px 0 24px;
}

.how-it-works .counter-section {
    padding: 0;
    margin-top: 0;
}

.how-it-works .counter-section::before {
    display: none;
}

.how-it-works.affiliates::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #291b6b;
    height: 75%;
    top: 0;
    left: 0;
    z-index: -1;
}

.how-it-works.affiliates .single-area {
    margin-bottom: 30px;
}

.how-it-works.affiliates .single-area h4 {
    margin-top: 25px;
}

.how-it-works.affiliates .magnific-area {
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.how-it-works.affiliates .magnific-area .bg-item {
    padding: 20px 0;
}

.how-it-works.affiliates .magnific-area .mfp-iframe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f55164;
    height: 77px;
    width: 77px;
    border-radius: 50%;
    z-index: 5;
}

.how-it-works.affiliates .magnific-area .mfp-iframe::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -2;
    animation: stretch 5s linear infinite;
    width: 180px;
    height: 180px;
    background: #f55164;
    opacity: 0.2;
}

.how-it-works.affiliates .magnific-area .mfp-iframe::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
    animation: stretch 7s linear infinite;
    width: 130px;
    height: 130px;
    background: #f55164;
    opacity: 0.2;
}

.how-it-works.affiliates .magnific-area .popupvideo {
    position: absolute;
}

.bet-this-game .overlay {
    background-image: url(../images/bet-this-game-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bet-this-game .cus-mar {
    margin-bottom: -30px;
}

.bet-this-game .single-area {
    background: var(--hover-alt-color);
    border-radius: 10px;
    margin-bottom: 30px;
}

.bet-this-game .single-area .head-area {
    background: #382591;
    padding: 13px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.bet-this-game .single-area .head-area .cmn-btn:hover {
    background: var(--hover-color);
}

.bet-this-game .single-area .head-area p {
    margin-left: 20px;
}

.bet-this-game .single-area .main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 50px 40px 40px;
}

.bet-this-game .single-area .main-content .team-single {
    text-align: center;
}

.bet-this-game .single-area .main-content .team-single .mdr {
    color: var(--head-color);
}

.bet-this-game .single-area .main-content .team-single .img-area {
    margin-top: 25px;
}

.bet-this-game .single-area .main-content .mid-area .countdown {
    background: #1d613a;
    border-radius: 10px;
    padding: 13px 30px;
    margin-bottom: 26px;
}

.bet-this-game .single-area .main-content .mid-area .countdown h4 {
    margin: 0;
}

.bet-this-game .single-area .main-content .mid-area .countdown h4 span {
    font-size: inherit;
    font-weight: inherit;
}

.bet-this-game .single-area .bottom-item {
    border-top: 1px solid #8e78c0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bet-this-game.all-soccer-bets {
    margin-top: -145px;
    transform: translateZ(0px);
    overflow-x: initial;
}

.bet-this-game.all-soccer-bets .filter-section {
    padding: 60px 30px;
    border-radius: 30px;
    background-color: #382590;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(183, 167, 255);
    border-radius: 10px;
    background-color: rgb(67, 47, 159);
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select::after {
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option {
    background: transparent;
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .option:hover {
    color: var(--head-color);
}

.bet-this-game.all-soccer-bets .filter-section .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.bet-this-game.all-soccer-bets .filter-section .input-area {
    display: flex;
    align-items: center;
    border: 1px solid #b7a7ff;
    background-color: #432f9f;
    border-radius: 10px;
    padding-left: 15px;
}

.bet-this-game.all-soccer-bets .filter-section .input-area input {
    border: none;
    padding-left: 10px;
}

.bet-this-game.bets-2 {
    margin-bottom: 30px;
}

.bet-this-game .sidebar .single-sidebar {
    border-radius: 10px;
    background-color: #291b6b;
    margin-bottom: 30px;
}

.bet-this-game .sidebar .single-sidebar .title-area {
    background: #382590;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bet-this-game .sidebar .single-sidebar .single-item {
    padding: 20px;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #462faf;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .left-area {
    display: flex;
    align-items: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area {
    align-items: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background: #3a2a86;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkbox-area .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .checkmark::after {
    width: 14px;
    height: 12px;
    background-image: url(../images/icon/check.png);
    background-repeat: no-repeat;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked ~ .checkmark {
    background: #571ce0;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single input:checked ~ .checkmark:after {
    display: block;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title img {
    margin-right: 20px;
}

.bet-this-game .sidebar .single-sidebar .single-item .checkbox-single .item-title .vs {
    color: var(--head-alt-color);
    font-weight: bold;
}

.amazing-features {
    position: relative;
}

.amazing-features::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/amazing-features-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    z-index: -2;
}

.amazing-features::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/amazing-features-circle.png);
    background-repeat: no-repeat;
    background-position: top;
    top: 0;
    z-index: -1;
}

.amazing-features .single-slide .slide-content {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin: 0 10px;
    padding: 40px 0 34px;
    text-align: center;
}

.amazing-features .single-slide .slide-content img {
    margin: auto;
}

.amazing-features .single-slide .slide-content h5 {
    margin-top: 34px;
}

.amazing-features .features-carousel .slick-arrow {
    position: absolute;
    outline: none;
    bottom: calc(50% - 10px);
    width: 60px;
    height: 40px;
    background: var(--hover-alt-color);
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amazing-features .features-carousel .slick-arrow:hover {
    background: var(--hover-color);
    transition: all 0.5s;
}

.amazing-features .features-carousel .slick-arrow.slick-prev {
    left: -20px;
    z-index: 2;
}

.amazing-features .features-carousel .slick-arrow.slick-prev::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 11px;
    background-image: url(../images/icon/arrow-left.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.amazing-features .features-carousel .slick-arrow.slick-next {
    right: -20px;
}

.amazing-features .features-carousel .slick-arrow.slick-next::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 11px;
    background-image: url(../images/icon/arrow-right.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.more-features .content-area {
    margin-bottom: -40px;
}

.more-features .content-area .single-item {
    display: flex;
    margin-bottom: 35px;
}

.more-features .content-area .single-item .image-area img {
    max-width: initial;
}

.more-features .content-area .single-item .text-area {
    margin-left: 20px;
}

.more-features .content-area .single-item .text-area h5 {
    margin-bottom: 16px;
}

.faqs-section {
    position: relative;
}

.faqs-section::before {
    position: absolute;
    content: "";
    width: 100%;
    background-image: url(../images/faqs-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.faqs-section .faq-bg {
    position: relative;
}

.faqs-section .faq-bg::before {
    position: absolute;
    content: "";
    width: 120%;
    background: #291b6b;
    border-radius: 20px;
    height: 100%;
    top: 0;
    left: -10%;
    z-index: -1;
}

.faqs-section .accordion .accordion-item {
    margin-bottom: 20px;
    background: #3a2fa4;
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    border: none;
}

.faqs-section .accordion .accordion-item .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.faqs-section .accordion .accordion-item .accordion-header::after {
    position: absolute;
    left: 20px;
    z-index: 3;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url(../images/icon/faq-icon.png);
    background-repeat: no-repeat;
}

.faqs-section .accordion .accordion-item .accordion-button {
    padding: 20px;
    padding-left: 70px;
    background: #3a2fa4;
    border-radius: 10px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: none;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../images/icon/minus.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    right: 30px;
    transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
    content: "";
    position: absolute;
    right: 25px;
    width: 30px;
    height: 30px;
    background: #261c7e;
    border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../images/icon/plus.png);
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
    border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
    padding: 20px 0;
    border-top: 1px solid #b0baf1;
}

.faqs-section.second::before {
    position: absolute;
    background-image: url(../images/faqs-2-bg.png);
    background-repeat: no-repeat;
}

.faqs-section.faqs-page::before {
    display: none;
}

.faqs-section.faqs-page ul {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 10px 5px;
    margin-bottom: 40px;
}

.faqs-section.faqs-page ul .cmn-btn {
    margin: 0 5px;
    text-transform: capitalize;
}

.faqs-section.faqs-page ul .cmn-btn.active, .faqs-section.faqs-page ul .cmn-btn:hover {
    background: #cab4ff;
    color: #291b6b;
    border-color: transparent;
}

.faqs-section.faqs-page .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

/*.ui-datepicker.ui-widget-content {*/
/*    background-color: var(--body-color);*/
/*    border: 1px solid #483f90;*/
/*}*/
/*.ui-datepicker .ui-datepicker-header {*/
/*    background: var(--body-color);*/
/*    border: 1px solid #483f90;*/
/*}*/
/*.ui-datepicker .ui-state-default,*/
/*.ui-datepicker .ui-state-default,*/
/*.ui-datepicker .ui-widget-header .ui-state-default,*/
/*.ui-datepicker .ui-button,*/
/*.ui-datepicker .ui-button.ui-state-disabled:hover,*/
/*.ui-datepicker .ui-button.ui-state-disabled:active {*/
/*    border: 1px solid var(--border-color);*/
/*    background: var(--body-color);*/
/*    text-align: center;*/
/*    color: var(--bs-white);*/
/*}*/
/*.ui-datepicker .ui-state-highlight,*/
/*.ui-datepicker .ui-state-highlight,*/
/*.ui-datepicker .ui-widget-header .ui-state-highlight {*/
/*    background: var(--head-color);*/
/*    border: 1px solid var(--hover-color);*/
/*}*/
/*.ui-datepicker .ui-datepicker-prev,*/
/*.ui-datepicker .ui-datepicker-next {*/
/*    background: transparent !important;*/
/*    border: none;*/
/*}*/
/*.ui-datepicker .ui-state-active,*/
/*.ui-datepicker .ui-state-active,*/
/*.ui-datepicker .ui-widget-header .ui-state-active,*/
/*.ui-datepicker a.ui-button:active,*/
/*.ui-datepicker .ui-button:active,*/
/*.ui-datepicker .ui-button.ui-state-active:hover {*/
/*    background: var(--head-alt-color);*/
/*    border-color: var(--hover-alt-color);*/
/*}*/
.ui-datepicker-year {
    background: transparent;
    color: black;
    border: 1px solid black;
}

.ui-datepicker-month {
    color: #000;
}

.pagination {
    display: inline-flex;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background: #291b6b;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    border: none;
    font-weight: bold;
    margin: 0 8px;
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
    background: #571ce0;
    transition: all 0.3s;
}

.pagination .page-item .page-btn {
    background: var(--hover-alt-color);
    border-radius: 10px;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item .page-btn:hover {
    background: #571ce0;
    transition: all 0.3s;
}

.pagination .page-item .page-btn.previous {
    margin-right: 20px;
}

.pagination .page-item .page-btn.next {
    margin-left: 20px;
}

.betpopmodal .modal .modal-dialog {
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.betpopmodal .modal .modal-dialog .modal-content {
    border-radius: 10px;
    background-color: #4832b1;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-header {
    position: relative;
    padding: 0;
    border: none;
    z-index: 1;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 3px;
    margin: 0;
    background-color: #ffb4bc;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8e78c0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .cmn-btn:hover, .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .cmn-btn.active {
    background: #cab4ff;
    color: #291b6b;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds {
    border-radius: 10px;
    background-color: #382590;
    padding: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val {
    width: 20%;
    margin-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #5b41d1;
    border-radius: 10px;
    background-color: #4630ae;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val {
    border: 1px solid #5b41d1;
    border-radius: 10px;
    background-color: #382590;
    width: 100%;
    position: relative;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val input {
    display: inline;
    border: none;
    text-align: center;
    background-color: #382590;
    padding-left: 0;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area {
    display: grid;
    position: absolute;
    right: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area button {
    background: transparent;
    padding: 0;
    width: 12px;
    height: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val .btn-area button img {
    max-width: unset;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .item-title {
    margin-bottom: 5px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: 33%;
    height: 0;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select::after {
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .option {
    background: transparent;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .option:hover {
    color: var(--head-color);
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .input-item .quickIn {
    border-style: solid;
    border-width: 1px;
    border-color: #5b41d1;
    border-radius: 10px;
    background-color: #382590;
    color: var(--bs-white);
    padding: 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area .input-item .quickIn:hover {
    border: 1px solid #25ad5f;
    transition: 0.3s;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area.smart-value {
    border-radius: 10px;
    background-color: #382590;
    padding: 12px 10px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .single-area.smart-value h5 {
    margin-left: 15px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #8e78c0;
    margin-top: 30px;
    padding-top: 30px;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area p span {
    color: #ffe1e5;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .fee-area p .amount {
    color: #8bffbd;
}

.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area button {
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--bs-white);
    border-radius: 10px;
    background-color: #571ce0;
    box-shadow: 4px 6.928px 24px 0px rgba(0, 0, 0, 0.18);
}

.currency-bet-section {
    margin-top: -120px;
    transform: translateZ(10px);
}

.currency-bet-section .overlay {
    background-image: url(../images/currency-bet-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.currency-bet-section .filter-section {
    padding: 60px 30px;
    border-radius: 30px;
    background-color: #382590;
}

.currency-bet-section .filter-section .input-area {
    display: flex;
    align-items: center;
    border: 1px solid #b7a7ff;
    background-color: #432f9f;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
}

.currency-bet-section .filter-section .input-area input {
    border: none;
    padding-left: 10px;
}

.currency-bet-section .filter-section .input-area button {
    border-radius: 10px;
    color: var(--bs-white);
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #571ce0;
}

.currency-bet-section .filter-section .input-area button img {
    margin-right: 5px;
}

.currency-bet-section .table-responsive .table {
    margin-bottom: 0;
}

.currency-bet-section .table-responsive .table tr {
    background-color: #291b6b;
    border-bottom: 1px solid #5946b5;
}

.currency-bet-section .table-responsive .table tr th,
.currency-bet-section .table-responsive .table tr td {
    color: var(--bs-white);
    text-align: center;
    vertical-align: middle;
}

.currency-bet-section .table-responsive .table tr th img,
.currency-bet-section .table-responsive .table tr td img {
    margin-right: 5px;
}

.currency-bet-section .table-responsive .table tr .progress {
    background-color: #25596f;
    border-radius: 7px;
    height: 14px;
}

.currency-bet-section .table-responsive .table tr .progress .progress-bar {
    background-color: #19652a;
    font-size: 10px;
}

.betting-details {
    margin-top: -145px;
    transform: translateZ(10px);
}

.betting-details .main-content {
    border-radius: 30px;
    background-color: #382590;
    padding: 0 40px 40px;
}

.betting-details .main-content .countdown span {
    font-size: inherit;
    font-weight: inherit;
}

.betting-details .main-content .table-responsive {
    border-radius: 20px;
}

.betting-details .main-content .table-responsive .table {
    margin-bottom: 0;
    border-top: 1px solid #5946b5;
}

.betting-details .main-content .table-responsive .table tr {
    background-color: #291b6b;
    border-bottom: 1px solid #5946b5;
    vertical-align: middle;
}

.betting-details .main-content .table-responsive .table tr th,
.betting-details .main-content .table-responsive .table tr td {
    padding: 30px 40px;
}

.betting-details .main-content .escrow-bet-single {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #a996fe;
    align-items: center;
    margin-top: 20px;
    padding: 30px;
}

.betting-details .main-content .escrow-bet-single .left-area p {
    color: var(--head-color);
    padding-top: 20px;
}

.betting-details .main-content .escrow-bet-single .right-area {
    border-style: solid;
    border-width: 1px;
    border-color: #5f4bbd;
    border-radius: 10px;
    background-color: #332282;
    padding: 40px;
    text-align: center;
}

.betting-details .main-content .escrow-bet-single .right-area .cmn-btn {
    margin-top: 20px;
}

.escrow-bets-fee .single-item {
    border-radius: 20px;
    background-color: #382590;
    padding: 40px;
    text-align: center;
}

.escrow-bets-fee .single-item h4 {
    margin-top: 30px;
}

.escrow-bets-fee .single-item h3 {
    margin: 40px 0;
    padding: 30px 0 25px;
    border-top: 1px solid #5c47c0;
    border-bottom: 1px solid #5c47c0;
}

.escrow-bets-fee .single-item h3 span {
    font-size: inherit;
    font-weight: inherit;
    color: #ffbec6;
}

.escrow-bets-fee .single-item p {
    margin-bottom: 30px;
}

.escrow-bets-fee .single-item .btn-border {
    margin-top: 10px;
}

.testimonails-section .slick-slide {
    opacity: 0.3;
}

.testimonails-section .slick-slide.slick-center {
    opacity: 1;
    transition: 0.3s;
}

.testimonails-section .slick-slide .single-content {
    border-radius: 10px;
    background-color: #291b6b;
    margin: 0 15px;
    padding: 40px;
}

.testimonails-section .slick-slide .single-content .profile-area {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.testimonails-section .slick-slide .single-content .profile-area img {
    border-radius: 50%;
}

.testimonails-section .slick-slide .single-content .profile-area .text-area {
    margin-left: 20px;
}

.testimonails-section .slick-slide .single-content .profile-area .text-area h5 {
    margin-bottom: 5px;
}

.testimonails-section .testimonails-carousel {
    padding-bottom: 100px;
}

.testimonails-section .testimonails-carousel .slick-arrow {
    position: absolute;
    outline: none;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: var(--hover-alt-color);
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonails-section .testimonails-carousel .slick-arrow:hover {
    background: var(--hover-color);
    transition: all 0.5s;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-prev {
    left: calc(50% - 55px);
    z-index: 2;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-prev::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url(../images/icon/arrow-left-4.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-next {
    right: calc(50% - 55px);
}

.testimonails-section .testimonails-carousel .slick-arrow.slick-next::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url(../images/icon/arrow-right-4.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.create-future-currency {
    transform: translateZ(10px);
    margin-top: -150px;
}

.create-future-currency .main-content {
    background: #382590;
    border-radius: 30px;
    padding: 60px;
}

.create-future-currency .main-content .single-input {
    margin-bottom: 30px;
    margin-top: -7px;
}

.create-future-currency .main-content .single-input .input-items {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.create-future-currency .main-content .single-input .input-items input {
    border: none;
}

.create-future-currency .main-content .single-input .input-items input:first-child {
    width: 80%;
}

.create-future-currency .main-content .single-input .input-items input:last-child {
    width: 20%;
    border-left: 1px solid var(--border-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.create-future-currency .main-content .single-input .input-select {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.create-future-currency .main-content .single-input .input-select input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    border-left: 1px solid var(--border-color);
}

.create-future-currency .main-content .single-input .nice-select {
    border: none;
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: 30%;
    height: auto;
    background: #432f9f;
    border-radius: 10px;
}

.create-future-currency .main-content .single-input .nice-select::after {
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.create-future-currency .main-content .single-input .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.create-future-currency .main-content .single-input .nice-select .list .option {
    background: transparent;
}

.create-future-currency .main-content .single-input .nice-select .list .option:hover {
    color: var(--head-color);
}

.create-future-currency .main-content .single-input .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.create-future-currency .main-content .single-input p.mdr {
    margin-top: 5px;
}

.create-future-currency .main-content .invite-friends {
    background: #33237c;
    border: 1px dashed #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
}

.create-future-currency .main-content .invite-friends .checkbox-single {
    position: relative;
    padding-left: 35px;
    padding-bottom: 30px;
    cursor: pointer;
    user-select: none;
    display: inline-flex !important;
}

.create-future-currency .main-content .invite-friends .checkbox-single .left-area {
    display: flex;
    align-items: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area {
    align-items: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background: #3a2a86;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkbox-area .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-future-currency .main-content .invite-friends .checkbox-single .checkmark::after {
    width: 14px;
    height: 12px;
    background-image: url(../images/icon/check.png);
    background-repeat: no-repeat;
}

.create-future-currency .main-content .invite-friends .checkbox-single input:checked ~ .checkmark {
    background: #571ce0;
}

.create-future-currency .main-content .invite-friends .checkbox-single input:checked ~ .checkmark:after {
    display: block;
}

.create-future-currency .main-content .invite-friends .checkbox-single .item-title img {
    margin-right: 20px;
}

.create-future-currency .main-content .invite-friends .checkbox-single .item-title .vs {
    color: var(--head-alt-color);
    font-weight: bold;
}

.create-future-currency .main-content .invite-friends .single-btn button {
    margin-right: 10px;
}

.create-future-currency .main-content .more-info ul {
    margin-top: 30px;
}

.create-future-currency .main-content .more-info ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.create-future-currency .main-content .more-info ul li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: var(--head-color);
    left: 0;
}

.bitbetio-affiliates ul {
    margin: 25px 0 -6px;
}

.bitbetio-affiliates ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
}

.bitbetio-affiliates ul li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: var(--head-color);
    left: 0;
    top: 10px;
}

.features-section .cus-mar {
    margin-bottom: -30px;
}

.features-section .single-area {
    margin-bottom: 30px;
}

.features-section .single-area h5 {
    margin-top: 25px;
}

.how-works-tournaments {
    transform: translateZ(10px);
    margin-top: -78px;
}

.how-works-tournaments .single-area {
    border-radius: 10px;
    background-color: #291b6b;
    padding: 60px 0 55px;
}

.how-works-tournaments .single-area h4 {
    margin: 30px 0 20px;
}

.tournaments-section ul.nav {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 10px 5px;
    margin-bottom: 40px;
}

.tournaments-section ul.nav .cmn-btn {
    margin: 0 5px;
    text-transform: capitalize;
}

.tournaments-section ul.nav .cmn-btn.active, .tournaments-section ul.nav .cmn-btn:hover {
    background: #cab4ff;
    color: #291b6b;
    border-color: transparent;
}

.tournaments-section .single-item {
    display: flex;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #7f8fc9;
    border-radius: 10px;
    background-color: #291b6b;
    padding: 20px;
    margin-bottom: 30px;
}

.tournaments-section .single-item:last-child {
    margin-bottom: 0;
}

.tournaments-section .single-item .left-item {
    display: flex;
}

.tournaments-section .single-item .mid-area {
    margin-top: 5px;
    margin-left: 20px;
    padding-right: 15px;
}

.tournaments-section .single-item .mid-area ul {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
}

.tournaments-section .single-item .mid-area ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.tournaments-section .single-item .mid-area ul li span {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #4129b0;
    width: 30px;
    height: 30px;
}

.tournaments-section .single-item .last-item {
    border-radius: 10px;
    background-color: #382590;
    padding: 40px 20px;
    text-align: center;
}

.tournaments-section .single-item .last-item h4 {
    margin: 20px 0 30px;
    border-radius: 10px;
    padding: 5px 67px;
    background-color: #1d613a;
}

.tournaments-section .single-item .last-item .cmn-btn,
.tournaments-section .single-item .last-item .btn-border {
    width: 100%;
}

.tournaments-section .table-responsive .table {
    margin-bottom: 0;
}

.tournaments-section .table-responsive .table tbody tr:hover {
    background-color: #382590;
}

.tournaments-section .table-responsive .table tr {
    background-color: #291b6b;
    border-bottom: 1px solid #5946b5;
}

.tournaments-section .table-responsive .table tr th,
.tournaments-section .table-responsive .table tr td {
    color: var(--bs-white);
    text-align: center;
    vertical-align: middle;
}

.tournaments-section .table-responsive .table tr th.prize,
.tournaments-section .table-responsive .table tr td.prize {
    color: #ffc107;
    font-weight: 600;
}

.blog-section .single-blog {
    margin-bottom: 30px;
}

.blog-section .single-blog:last-child {
    margin-bottom: 0;
}

.blog-section .single-blog .blog-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-section .single-blog .blog-content {
    padding: 30px;
    background: #322a71;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-section .single-blog .blog-content .mid-content p {
    margin: 20px 0 15px;
}

.blog-section .single-blog .blog-content .bottom-item {
    border-top: 1px solid #617097;
    margin-top: 25px;
    padding-top: 25px;
}

.blog-section .single-blog .blog-content .bottom-item a {
    color: var(--bs-white);
}

.blog-section .single-blog .blog-content .bottom-item a img {
    margin-left: 10px;
}

.blog-section .sidebar-blog .sidebar-single {
    padding: 30px;
    background: #322a71;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-section .sidebar-blog .sidebar-single:last-child {
    margin-bottom: 0;
}

.blog-section .sidebar-blog .sidebar-single .title {
    margin-bottom: 25px;
}

.blog-section .sidebar-blog .sidebar-single form input {
    margin-bottom: 30px;
}

.blog-section .sidebar-blog .sidebar-single form .cmn-btn {
    width: 100%;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img {
    border-radius: 10px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .title {
    margin-top: 30px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area i {
    width: 35px;
    height: 35px;
    background: #5b2ed9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    margin-right: 5px;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
    position: absolute;
    outline: none;
    top: -55px;
    width: 40px;
    height: 40px;
    background: var(--hover-alt-color);
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow:hover {
    background: var(--hover-color);
    transition: all 0.5s;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev {
    right: 15%;
    z-index: 2;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-prev::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url(../images/icon/arrow-left-4.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next {
    right: 0;
}

.blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow.slick-next::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url(../images/icon/arrow-right-4.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.blog-section .sidebar-blog .sidebar-single .social-link a {
    width: 35px;
    height: 35px;
    border: 1px solid #5653a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.3s;
}

.blog-section .sidebar-blog .sidebar-single .social-link a i {
    color: #5ac4ff;
    transition: 0.3s;
}

.blog-section .sidebar-blog .sidebar-single .social-link a:hover {
    background: #ff96a5;
    border-color: #ff96a5;
}

.blog-section .sidebar-blog .sidebar-single .social-link a:hover i {
    color: var(--bs-white);
}

.blog-section .blog-post {
    background: #322a71;
    border-radius: 20px;
    padding: 40px;
}

.blog-section .blog-post .head-area span {
    margin-right: 20px;
}

.blog-section .blog-post .title {
    margin: 30px 0 35px;
}

.blog-section .blog-post .author {
    margin-right: 30px;
}

.blog-section .blog-post .author .author-img {
    border: 3px solid #0dd8b3;
    border-radius: 50%;
    max-width: initial;
}

.blog-section .blog-post .author .author-bottom {
    display: grid;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.blog-section .blog-post .author .author-bottom .icon-area {
    margin-bottom: 15px;
}

.blog-section .blog-post .author .author-bottom .icon-area i {
    color: var(--bs-white);
    background: #5b2ed9;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.blog-section .blog-post .author-content p {
    margin-bottom: 25px;
}

.blog-section .blog-post .author-content img {
    margin: 15px 0 35px;
}

.blog-section .blog-post .bottom-item {
    border-top: 1px solid #584dad;
    padding-top: 30px;
    margin-top: 7px;
}

.blog-section .blog-post .bottom-item .social-link a {
    width: 35px;
    height: 35px;
    border: 1px solid #5653a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: 0.3s;
}

.blog-section .blog-post .bottom-item .social-link a i {
    color: #5ac4ff;
    transition: 0.3s;
}

.blog-section .blog-post .bottom-item .social-link a:hover {
    background: #ff96a5;
    border-color: #ff96a5;
}

.blog-section .blog-post .bottom-item .social-link a:hover i {
    color: var(--bs-white);
}

.blog-section .comments-area .title {
    border-bottom: 1px solid #4641ba;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-section .comments-area .single-comments {
    display: flex;
    border-bottom: 1px solid #38357a;
    padding: 15px 0 30px;
    margin-bottom: 30px;
}

.blog-section .comments-area .single-comments:last-child {
    margin-bottom: 0;
}

.blog-section .comments-area .single-comments .left-area {
    margin-right: 20px;
}

.blog-section .comments-area .single-comments .left-area img {
    max-width: initial;
    border: 1px solid #6c82ba;
    border-radius: 50%;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
}

.blog-section .comments-area .single-comments .right-area p.mdr {
    margin: 10px 0 20px;
}

.blog-section .comments-area .single-comments .right-area .reply-btn {
    margin-bottom: 10px;
    color: #ffc107;
    background: transparent;
    padding: 0;
    margin-top: 15px;
}

.blog-section .comments-area .single-comments .right-area form {
    background: #382590;
    border-radius: 10px;
    padding: 20px;
    display: none;
}

.blog-section .comments-area .single-comments.mid {
    margin-left: 11%;
}

.blog-section .leave-comments {
    border-radius: 20px;
    background-color: #322a71;
    padding: 40px 20px 35px;
}

.blog-section .leave-comments .single-input {
    margin-bottom: 30px;
}

.blog-section .leave-comments .single-input .input-area {
    display: flex;
    align-items: center;
    border: 1px solid #b7a7ff;
    background-color: #2d2565;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 20px;
}

.blog-section .leave-comments .single-input .input-area input {
    background: #2d2565;
    border: none;
    padding-left: 10px;
}

.blog-section .leave-comments .single-input textarea {
    background: #2d2565;
}

.privacy-content {
    overflow-x: initial;
}

.privacy-content .top-wrapper {
    margin-top: -7px;
    margin-bottom: -7px;
}

.privacy-content .top-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.privacy-content .top-wrapper p {
    margin-bottom: 30px;
}

.privacy-content .top-wrapper ul {
    margin-bottom: 20px;
}

.privacy-content .top-wrapper ul li {
    margin-bottom: 10px;
}

.privacy-content .safe-data {
    margin: 55px 0;
}

.privacy-content .safe-data ul {
    list-style-type: decimal;
    margin-left: 18px;
}

.privacy-content .safe-data ul li {
    padding-left: 15px;
}

.privacy-content .safe-data ul li::marker {
    font-weight: bold;
}

.privacy-content .cookies {
    margin-bottom: -36px;
}

.privacy-content.terms .safe-data {
    margin-bottom: -23px;
}

.dashboard-content {
    margin-top: -8px;
}

.dashboard-content .dashboard-heading {
    background-color: #322a71;
    margin-bottom: 30px;
}

.dashboard-content .dashboard-heading ul {
    justify-content: space-between;
}

.dashboard-content .dashboard-heading ul li .nav-link {
    background-color: transparent;
    color: var(--bs-white);
    text-transform: capitalize;
    padding: 30px 12px;
    font-weight: 700;

}

.dashboard-content .dashboard-heading ul li .nav-link.active, .dashboard-content .dashboard-heading ul li .nav-link:hover {
    background: #463b9f;
    transition: 0.3s;
}
.dashboard-sidebar{
position:relative
}
.dashboard-content .dashboard-sidebar .single-item {
    text-align: center;
    background: #322a71;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.dashboard-content .dashboard-sidebar .single-item:last-child {
    margin-bottom: 0;
}

.dashboard-content .dashboard-sidebar .single-item img {
    border-radius: 10%;
}

.dashboard-content .dashboard-sidebar .single-item h5 {
    margin: 30px 0 15px;
}

.dashboard-content .dashboard-sidebar .single-item .btn-border {
    margin-top: 30px;
}

.dashboard-content .dashboard-sidebar .balance {
    margin-bottom: 30px;
}

.dashboard-content .dashboard-sidebar .balance .single-item {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dashboard-content .dashboard-sidebar .balance .bottom-area {
    background: #571ce0;
    padding: 8px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-content .dashboard-sidebar .balance .bottom-area a {
    color: var(--bs-white);
}

.dashboard-content .tab-content .single-info {
    background: #322a71;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
}


.dashboard-content .tab-content .single-info .text-area {
    margin-left: 10px;
}

.dashboard-content .tab-content .single-info .text-area p {
    color: #00ff6d;
}

.dashboard-content .tab-content h5.title {
    padding: 15px 10px 15px 30px;
    background: #322a71;
    margin-bottom: 0;
    margin-top: 40px;
}

.dashboard-content .tab-content .table-responsive .table {
    margin-bottom: 0;
}

.dashboard-content .tab-content .table-responsive .table tr {
    background-color: #291b6b;
    border-bottom: 1px solid var(--body-color);
}

.dashboard-content .tab-content .table-responsive .table tr th,
.dashboard-content .tab-content .table-responsive .table tr td {
    color: var(--bs-white);
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px;
}

.dashboard-content .tab-content .table-responsive .table tr th,
.dashboard-content .tab-content .table-responsive .table tr td span:nth-child(2) {
    font-size: 22px;
}


.dashboard-content .tab-content .table-responsive .table tr th img,
.dashboard-content .tab-content .table-responsive .table tr td img {
    margin-right: 5px;
}

.dashboard-content .tab-content .file-upload {
    display: flex;
    align-items: center;
}

.dashboard-content .tab-content .file-upload .img-area {
    margin-right: 30px;
}

.dashboard-content .tab-content .file-upload .img-area img {
    display: inline;
    border: 1px solid #5c61c8;
    padding: 10px;
    border-radius: 50%;
}

.dashboard-content .tab-content .file-upload input {
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.dashboard-content .tab-content .file-upload .file {
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.dashboard-content .tab-content .file-upload .file .file-custom {
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 5;
    height: 55px;
    border-radius: 20px;
    border: 1px solid #5b70ba;
    display: flex;
    align-items: center;
}

.dashboard-content .tab-content .file-upload .file .file-custom::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/upload-icons.png);
    background-repeat: no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    left: 20px;
}

.dashboard-content .tab-content .file-upload .file .file-custom::after {
    content: "Upload Profile Photo";
    position: absolute;
    right: 20px;
    font-size: 91%;
}

.dashboard-content .bets-tab ul {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 10px 5px;
    margin-bottom: 40px;
}

.dashboard-content .bets-tab ul .cmn-btn {
    margin: 0 5px;
    text-transform: capitalize;
}

.dashboard-content .bets-tab ul .cmn-btn.active, .dashboard-content .bets-tab ul .cmn-btn:hover {
    background: #cab4ff;
    color: #291b6b;
    border-color: transparent;
}

.dashboard-content .deposit-with-tab .balance-area {
    background: #15115f;
    border: 1px solid #3f4291;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select {
    border: 1px solid #2b2791;
    border-radius: 5px;
    background: transparent;
    display: flex;
    align-items: center;
    width: 35%;
    height: 35px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select::after {
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select span {
    font-size: 16px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .option {
    background: transparent;
    font-size: 16px;
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .option:hover {
    color: var(--head-color);
}

.dashboard-content .deposit-with-tab .balance-area .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.dashboard-content .deposit-with-tab .balance-area h6 {
    background: #463b9f;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 25px;
    margin: 20px 0 25px;
    color: #ffe599;
}

.dashboard-content .deposit-with-tab .balance-area h6 span {
    font-size: inherit;
    font-weight: inherit;
}

.dashboard-content .deposit-with-tab .right-area {
    background: #15115f;
    border: 1px solid #3f4290;
    padding: 30px;
    border-radius: 20px;
}

.dashboard-content .deposit-with-tab .right-area .para-area {
    margin: 10px 0 25px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar {
    border-style: solid;
    border-width: 1px;
    border-color: #474a9e;
    border-radius: 10px;
    background-color: #322a71;
    padding: 30px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area {
    display: flex;
    align-items: center;
    border: 1px solid #b7a7ff;
    background-color: #282470;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 20px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area img {
    cursor: pointer;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .input-area input {
    padding-left: 0;
    background-color: #282470;
    border: none;
}

.dashboard-content .deposit-with-tab .right-area .address-bar form .input-single {
    margin-bottom: 25px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar form .btn-border {
    margin-top: 10px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .qr-copy {
    margin-top: 15px;
}

.dashboard-content .deposit-with-tab .right-area .address-bar .qr-copy p {
    margin-left: 20px;
    cursor: pointer;
}

.dashboard-content .deposit-with-tab .right-area .bottom-area .single-item {
    margin-top: 35px;
}

.dashboard-content .deposit-with-tab .right-area .bottom-area .single-item h6 {
    color: #ffe599;
    margin-bottom: 5px;
}

.dashboard-content .buy-crypto {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(63, 66, 144);
    border-radius: 20px;
    background-color: #15115f;
    padding: 30px;
}

.dashboard-content .buy-crypto h5 {
    margin-bottom: 15px;
}

.dashboard-content .buy-crypto .form-box {
    border-style: solid;
    border-width: 1px;
    border-color: #474a9e;
    border-radius: 10px;
    background-color: #322a71;
    padding: 30px;
    margin-top: 15px;
}

.dashboard-content .buy-crypto .nice-select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #b7a7ff;
    border-radius: 10px;
    background-color: #282470;
}

.dashboard-content .buy-crypto .nice-select::after {
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.dashboard-content .buy-crypto .nice-select span {
    font-size: 16px;
}

.dashboard-content .buy-crypto .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.dashboard-content .buy-crypto .nice-select .list .option {
    background: transparent;
    font-size: 16px;
}

.dashboard-content .buy-crypto .nice-select .list .option:hover {
    color: var(--head-color);
}

.dashboard-content .buy-crypto .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.dashboard-content .buy-crypto .input-single {
    margin-top: 20px;
}

.dashboard-content .buy-crypto .input-select {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.dashboard-content .buy-crypto .input-select input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    border-left: 1px solid var(--border-color);
    background-color: #282470;
}

.dashboard-content .buy-crypto .input-select .nice-select {
    width: 35%;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #474a9e;
    background-color: #282470;
}

.dashboard-content .buy-crypto .table-area {
    margin-top: 30px;
}

.dashboard-content .buy-crypto .table-area p {
    margin-bottom: 20px;
}

.dashboard-content .affiliate-tab {
    background: #15115f;
    border: 1px solid #3f4290;
    border-radius: 20px;
    padding: 30px;
}

.dashboard-content .affiliate-tab h5 {
    margin-bottom: 10px;
}

.dashboard-content .affiliate-tab .referral-bar {
    border-style: solid;
    border-width: 1px;
    border-color: #474a9e;
    border-radius: 10px;
    background-color: #322a71;
    padding: 30px;
    margin: 25px 0 30px;
}

.dashboard-content .affiliate-tab .referral-bar .input-area {
    display: flex;
    align-items: center;
    border: 1px solid #b7a7ff;
    background-color: #282470;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 20px;
}

.dashboard-content .affiliate-tab .referral-bar .input-area img {
    cursor: pointer;
}

.dashboard-content .affiliate-tab .referral-bar .input-area input {
    padding-left: 0;
    background-color: #282470;
    border: none;
}

.dashboard-content .affiliate-tab .table-area {
    border-radius: 10px;
    background-color: #322a71;
    padding: 30px;
    margin-top: 30px;
}

.dashboard-content .affiliate-tab .table-area .head-area {
    margin-bottom: 30px;
}

.dashboard-content .affiliate-tab .table-area .input-area {
    border-style: solid;
    border-width: 1px;
    border-color: #3d2a98;
    background-color: #291b6b;
    padding-right: 15px;
    border-radius: 25px;
}

.dashboard-content .affiliate-tab .table-area .input-area input {
    border: none;
    background: transparent;
}

.dashboard-content .transactions-tab form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.dashboard-content .transactions-tab form .single-input {
    width: 100%;
    margin-right: 20px;
}

.dashboard-content .transactions-tab form button {
    padding: 10px 20px;
    color: var(--bs-white);
    background: #571ce0;
    border-radius: 5px;
}

.dashboard-content .transactions-tab .nice-select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #b7a7ff;
    border-radius: 10px;
    background-color: #282470;
}

.dashboard-content .transactions-tab .nice-select::after {
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.dashboard-content .transactions-tab .nice-select span {
    font-size: 16px;
}

.dashboard-content .transactions-tab .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.dashboard-content .transactions-tab .nice-select .list .option {
    background: transparent;
    font-size: 16px;
}

.dashboard-content .transactions-tab .nice-select .list .option:hover {
    color: var(--head-color);
}

.dashboard-content .transactions-tab .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.dashboard-content .setting-tab .single-area {
    padding: 30px;
    background: #291b6b;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.dashboard-content .setting-tab .single-area:last-child {
    margin-bottom: 0;
}

.dashboard-content .setting-tab .single-area .icon-area {
    border-radius: 50%;
    background-color: #571ce0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.dashboard-content .setting-tab .single-area a.mdr {
    color: #fe8f9c;
    margin-left: 20px;
}

.dashboard-content .setting-tab .single-area .cmn-btn {
    border-radius: 10px;
}

.dashboard-content .setting-tab .single-area .switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
    margin-left: 15px;
}

.dashboard-content .setting-tab .single-area .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dashboard-content .setting-tab .single-area .switch input:checked + .slider {
    background-color: #571ce0;
}

.dashboard-content .setting-tab .single-area .switch input:focus + .slider {
    box-shadow: 0 0 1px #571ce0;
}

.dashboard-content .setting-tab .single-area .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border-color);
    transition: 0.4s;
}

.dashboard-content .setting-tab .single-area .switch .slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.dashboard-content .setting-tab .single-area .switch .slider.round {
    border-radius: 24px;
}

.dashboard-content .setting-tab .single-area .switch .slider.round::before {
    border-radius: 50%;
}

.dashboard-content .setting-tab .single-area .switch input:checked + .slider:before {
    transform: translateX(26px);
}

.dashboard-content .setting-personal-details {
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #3f4290;*/
    /*border-radius: 20px;*/
    background-color: #15115f;
    padding: 30px;
    border-radius: 20px;
}

/*for mobile screens*/

@media screen and (max-width: 767px) {
    .dashboard-content .setting-personal-details {
        /*border-style: solid;*/
        /*border-width: 1px;*/
        /*border-color: #3f4290;*/
        /*border-radius: 20px;*/
        background-color: #15115f;
        padding: 10px !important;
        border-radius: 20px;
    }
}


.dashboard-content .setting-personal-details .nice-select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #b7a7ff;*/
    /*border-radius: 10px;*/
    background-color: #432f9f;
}

.dashboard-content .setting-personal-details .nice-select::after {
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 10px;
}

.dashboard-content .setting-personal-details .nice-select span {
    font-size: 16px;
}

.dashboard-content .setting-personal-details .nice-select .list {
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.dashboard-content .setting-personal-details .nice-select .list .option {
    background: transparent;
    font-size: 16px;
}

.dashboard-content .setting-personal-details .nice-select .list .option:hover {
    color: var(--head-color);
}

.dashboard-content .setting-personal-details .nice-select .list .focus {
    background-color: transparent;
    color: var(--head-color);
}

.dashboard-content .setting-personal-details .single-input {
    margin-top: 25px;
}

.dashboard-content .setting-personal-details .single-input input {
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #b7a7ff;*/
    /*border-radius: 10px;*/
    background-color: #432f9f;
}

.dashboard-content .setting-personal-details .btn-border {
    margin-top: 35px;
}

.dashboard-content .setting-personal-details .file-upload .file {
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
}

.dashboard-content .google-authentication {
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #3f4290;*/
    /*border-radius: 20px;*/
    background-color: #15115f;
    padding: 30px;
}

.dashboard-content .google-authentication h4 {
    margin-bottom: 25px;
}

.dashboard-content .google-authentication ul {
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 10px 5px;
    margin-bottom: 30px;
}

.dashboard-content .google-authentication ul .cmn-btn {
    margin: 0 5px;
    text-transform: capitalize;
}

.dashboard-content .google-authentication ul .cmn-btn.active, .dashboard-content .google-authentication ul .cmn-btn:hover {
    background: #cab4ff;
    color: #291b6b;
    border-color: transparent;
}

.dashboard-content .google-authentication .brand {
    margin-top: 20px;
}

.dashboard-content .google-authentication .brand img {
    margin-right: 30px;
}

.dashboard-content .google-authentication .number-area {
    margin-top: 20px;
}

.dashboard-content .google-authentication .number-area .number {
    background: #cab4ff;
    color: #291b6b;
    border-color: transparent;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 800;
    display: inline-block;
    margin-top: 15px;
}

.dashboard-content .google-authentication form {
    margin-top: 20px;
}

.dashboard-content .google-authentication form .single-input {
    margin-bottom: 25px;
}

.dashboard-content .google-authentication .footer-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #594998;
    padding-top: 30px;
    margin-top: 30px;
}

.contact-section {
    margin-top: -140px;
    transform: translateZ(10px);
}

.contact-section .bg-area {
    background: #382590;
    border-radius: 30px;
    padding: 80px 60px;
}

.contact-section .form-content {
    margin-top: -38px;
}

.contact-section .form-content .single-input {
    margin-top: 30px;
}

.contact-section .form-content .single-input input,
.contact-section .form-content .single-input textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #b7a7ff;
    border-radius: 10px;
    background-color: #432f9f;
}

.error-section .btn-border {
    display: inline-flex;
}

@media screen and (min-width: 1399px) and (max-width: 1499px) {
    .counter-section::before {
        width: 95%;
        left: 2%;
    }
}

@media screen and (min-width: 1499px) and (max-width: 1750px) {
    .about-bitbetio .overlay .shape-area .obj-1 {
        right: 0;
        width: 6%;
    }
}

@media (max-width: 1799px) {
    .banner-section .overlay {
        background-size: 45%, 80%;
    }

    .how-it-works::before {
        background-size: 120%;
        background-position: top center;
    }

    .banner-section.affiliate .overlay .banner-content .content-shape img {
        right: 35%;
        bottom: 40%;
        width: 20%;
    }

    .banner-section.currency-bet.escrow-bets-banner .overlay .shape-area .chart-illu {
        width: 20%;
    }

    .banner-section.faqs .overlay .shape-area .faqs-illu {
        width: 25%;
    }

    .banner-section.tournaments .overlay .banner-content .content-shape img {
        right: 20%;
        bottom: -65%;
        width: 20%;
    }

    .banner-section.tournaments .overlay .shape-area img {
        right: 0;
        bottom: 0;
        width: 35%;
    }

    .banner-section.blog .overlay .shape-area img {
        width: 30%;
    }

    .affilliate-section .img-area img {
        width: 100%;
    }
}

@media (max-width: 1499px) {
    .about-bitbetio .overlay .shape-area {
        display: none;
    }

    .banner-section.soccer-bets .overlay {
        background-position: bottom -40px right 150px, top 95px right 150px;
        background-size: 50% 85%;
    }

    .banner-section.faqs .overlay .shape-area .faqs-illu {
        width: 30%;
    }
}

@media (max-width: 1399px) {
    .banner-section .overlay .banner-content .container .content-shape .obj-4 {
        left: 50%;
        bottom: -40%;
    }

    .banner-section .overlay .banner-content .container .content-shape .obj-3 {
        right: 20%;
        left: initial;
        bottom: 0%;
    }

    .banner-section .overlay .banner-content .container .content-shape .obj-2 {
        left: 36%;
        bottom: -10%;
    }

    .counter-section {
        padding: 40px 30px 30px;
    }

    .counter-section .single-area .img-area {
        width: 25%;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown {
        padding: 10px;
    }

    .bet-this-game .single-area .main-content .team-single .img-area {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .bet-this-game .single-area .main-content {
        margin: 50px 25px 40px;
    }

    .currency-bet-section .table-responsive .table {
        width: 110%;
    }

    .dashboard-content .google-authentication ul {
        padding-bottom: 0;
        justify-content: center;
    }

    .dashboard-content .google-authentication ul li {
        margin-bottom: 10px;
    }

    .banner-section.contact .overlay .shape-area .contact-illu {
        width: 45%;
    }
}

@media (max-width: 1299px) {
    .counter-section::before {
        width: 94%;
        left: 3%;
    }

    .banner-section.soccer-bets .shape-area img {
        display: none;
    }

    .banner-section.escrow-bets-banner .banner-content {
        padding: 210px 0 110px;
    }

    .banner-section.contact .overlay .shape-area .contact-illu {
        width: 50%;
    }
}

@media (max-width: 1250px) {
    .testimonails-section .slick-slide {
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    h1, h1 > a {
        font-size: 57px;
        line-height: 74.1px;
        margin-top: -16px;
    }

    h2, h2 > a {
        font-size: 43px;
        line-height: 55.9px;
        margin-top: -10px;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
        font-size: 16px;
    }

    .banner-section .overlay .banner-content {
        padding: 220px 0 230px;
    }

    .banner-section.inner-banner .overlay .banner-content {
        padding: 215px 0 100px;
    }

    .banner-section.inner-banner.soccer-bets .overlay .banner-content {
        padding: 220px 0 230px;
    }

    .banner-section.inner-banner.escrow-bets-banner .overlay .banner-content {
        padding: 220px 0 110px;
    }

    .banner-section.inner-banner.tournaments .overlay .banner-content {
        padding: 215px 0 180px;
    }

    .banner-section.inner-banner.contact .overlay .banner-content {
        padding: 215px 0 230px;
    }

    .header-section .navbar .navbar-collapse .right-area {
        margin-left: 20px;
    }

    .header-section.user-dashboard .navbar-collapse .right-area {
        margin-left: -25px;
    }

    .nice-select {
        padding-right: 20px;
    }

    .nice-select::after {
        right: 5px;
    }

    .how-it-works::before {
        width: 100%;
        background-color: #0D102F;
        background-image: unset;
        height: 60%;
    }

    .counter-section .cus-mar {
        margin-bottom: -20px;
    }

    .counter-section .single-area {
        margin-bottom: 30px;
    }

    .bet-this-game .single-area .main-content {
        margin: 50px 10px 40px;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown {
        padding: 2px;
    }

    .bet-this-game .single-area .bottom-item {
        padding: 20px;
    }

    .bet-this-game .single-area .bottom-item .cmn-btn {
        padding: 10px 16px;
    }

    .banner-section.affiliate .overlay .banner-content .content-shape img {
        display: none;
    }

    .banner-section.affiliate .overlay .shape-area img {
        width: 30%;
    }

    .banner-section.tournaments .overlay .shape-area img {
        width: 45%;
    }

    .banner-section .overlay .banner-content .container .content-shape img,
    .banner-section.soccer-bets .shape-area img {
        display: none;
    }

    .bet-this-game.all-soccer-bets .filter-section form {
        margin-bottom: -30px;
    }

    .bet-this-game.all-soccer-bets .filter-section .nice-select,
    .bet-this-game.all-soccer-bets .filter-section .input-area {
        margin-bottom: 30px;
    }

    .currency-bet-section .table-responsive .table {
        width: 120%;
    }

    .create-future-currency .main-content .single-input .nice-select {
        width: 40%;
    }

    .tournaments-section .single-item .mid-area ul {
        display: grid;
        margin: 15px 0 5px;
    }

    .tournaments-section .single-item .mid-area ul li {
        margin-bottom: 15px;
    }

    .dashboard-content .tab-content .single-info {

        margin-bottom: 20px;
    }

    .dashboard-content .tab-content .single-info:nth-child(1) {
        display: block !important;
    }

    .dashboard-content .tab-content .single-info:nth-child(3) {
        display: block !important;
    }

    .dashboard-content .tab-content h5.title {
        margin-top: 20px;
    }

    .dashboard-content .tab-content .table-responsive .table {
        margin-bottom: 0;
        /*width: 140%;*/
    }

    .dashboard-content .deposit-with-tab .balance-area {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    h1, h1 > a {
        font-size: 57px;
        line-height: 68.4px;
        margin-top: -16px;
    }

    h2, h2 > a {
        font-size: 43px;
        line-height: 51.6px;
        margin-top: -10px;
    }

    h3, h3 > a {
        font-size: 32px;
        line-height: 38.4px;
        margin-top: -8px;
    }

    h4, h4 > a {
        font-size: 24px;
        line-height: 28px;
        margin-top: -6px;
    }

    h5, h5 > a {
        font-size: 18px;
        line-height: 22px;
        margin-top: -4px;
    }

    h6, h6 > a, table thead tr th, a, p, span, li {
        font-size: 16px;
        line-height: 22px;
    }

    .section-header {
        margin-top: -8px;
        margin-bottom: 40px;
    }

    .title {
        margin-bottom: 20px;
    }

    .xxlr {
        font-size: 20px;
        line-height: 28px;
    }

    .xlr {
        font-size: 18px;
        line-height: 25.5px;
    }

    .header-section .navbar-toggler {
        display: inline-block;
    }

    .header-section .navbar .navbar-brand {
        margin-top: -5px;
        width: 35%;
    }

    .header-section .navbar .navbar-brand img {
        max-width: initial;
    }

    .header-section .navbar .navbar-collapse .navbar-nav {
        height: 200px;
        margin: 20px 0;
        overflow-y: auto;
        margin-bottom: 10px;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
        left: 60px;
    }

    .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
        right: 0;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
        display: inline-block;
        margin-left: 130px;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        display: none;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .header-section .nav-item.dropdown .dropdown-menu {
        position: initial;
    }

    .header-section .navbar .navbar-collapse .right-area .lang {
        display: none !important;
    }

    .header-section .navbar .navbar-collapse .right-area {
        margin-left: 0;
    }

    .header-section.user-dashboard .navbar-collapse .right-area .single-item {
        margin-right: 20px;
        margin-left: 0;
    }

    .nice-select {
        padding-left: 10px;
    }

    .header-section.user-dashboard .navbar .navbar-collapse.collapsing {
        display: none;
    }

    .nice-select {
        border-color: #dbdbdb;
    }

    .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
        left: 0;
    }

    .banner-section .overlay {
        background-size: 0, 60%;
    }

    .banner-section.soccer-bets .overlay {
        background-size: 0;
    }

    .about-bitbetio .left-side {
        display: none;
    }

    .how-it-works .main-content ul {
        margin-bottom: 10px;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown {
        padding: 10px 20px;
    }

    .bet-this-game .single-area .main-content {
        margin: 50px 20px 40px;
    }

    .amazing-features::before {
        background-size: 175% 74%;
    }

    .more-features .img-area {
        width: 60%;
        padding-top: 40px;
        margin: auto;
    }

    .affilliate-section .img-area {
        text-align: center;
    }

    .affilliate-section .img-area img {
        width: 60%;
        padding-top: 30px;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .quick-amounts {
        padding: 0 25px;
    }

    .testimonails-section .testimonails-carousel {
        padding-bottom: 70px;
    }

    .features-section .section-img-area {
        display: none;
    }

    .bitbetio-affiliates .img-area {
        text-align: center;
    }

    .bitbetio-affiliates .img-area img {
        margin-top: 30px;
        width: 60%;
    }

    .bet-this-game .sidebar {
        margin-bottom: 30px;
    }

    .call-to-action .d-rtl {
        text-align: center;
    }

    .call-to-action .d-rtl img {
        margin-top: 30px;
        width: 60%;
    }

    .currency-bet-section .table-responsive .table {
        width: 155%;
    }

    .betting-details .main-content .escrow-bet-single .left-area {
        margin-right: 30px;
    }

    .betting-details .main-content .table-responsive .table {
        width: 115%;
    }

    .betting-details .main-content .escrow-bet-single .right-area {
        width: 50%;
    }

    .escrow-bets-fee .single-item img {
        width: 30%;
    }

    .create-future-currency .main-content .single-input .input-items input:last-child {
        width: 42%;
    }

    .create-future-currency .main-content .single-input .nice-select {
        width: 23%;
    }

    .how-works-tournaments {
        overflow-x: initial;
    }

    .how-works-tournaments .cus-mar {
        margin-bottom: -25px;
    }

    .how-works-tournaments .cus-mar .single-area {
        margin-bottom: 25px;
    }

    .tournaments-section .single-item {
        display: grid;
    }

    .tournaments-section .single-item .last-item {
        padding: 40px 120px;
        margin-top: 30px;
    }

    .how-works-tournaments.tournaments-section {
        margin-bottom: 25px;
    }

    .blog-section .sidebar-blog {
        margin-top: 40px;
    }

    .dashboard-content {
        margin-top: 55px;
    }

    .dashboard-content .tab-content {
        margin-top: 30px;
    }

    .dashboard-content .bets-tab ul {
        margin-bottom: 0;
    }

    .dashboard-content .dashboard-heading ul li .nav-link {
        padding: 20px 12px;
    }

    .error-section .section-text {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {

    .banner-section .overlay .banner-content {
        padding: 200px 0 190px;
    }

    .banner-section .overlay {
        background-size: 0, 0;
    }

    .footer-section .menu-item .footer-link li {
        padding-right: 10px;
        margin-right: 10px;
    }

    .footer-section .copyright {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .footer-section .copyright .copy-area {
        order: 1;
    }

    .footer-section .copyright .social-link {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-section .copyright .social-link a {
        margin: 10px;
    }

    .footer-section .newsletter {
        padding: 60px;
    }

    .footer-section {
        position: relative;
        background-image: unset;
    }

    .footer-section::before {
        content: "";
        width: 100%;
        height: 65%;
        bottom: 0;
        background-color: rgb(41, 27, 107);
        position: absolute;
        z-index: -1;
    }

    .faqs-section .accordion .accordion-item .accordion-button {
        padding-right: 60px;
    }

    .counter-section .single-area .img-area {
        width: 20%;
    }

    .amazing-features .single-slide .slide-content img,
    .about-bitbetio .single-item img {
        width: 40%;
    }

    .about-bitbetio .single-item h5 {
        margin-top: 30px;
    }

    .amazing-features .single-slide .slide-content h5 {
        margin-top: 25px;
    }

    .amazing-features::after {
        background-image: unset;
    }

    .banner-section .overlay .banner-content .container .content-shape,
    .banner-section .overlay .shape-area {
        display: none;
    }

    .how-it-works .main-content {
        padding: 35px 0 60px;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area {
        display: grid;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .mid-area .quick-amounts {
        padding: 20px 0;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area {
        display: grid;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area {
        margin: 20px 0;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area .btn-area button {
        padding: 15px 10px;
    }

    .features-section .single-area .img-area img {
        width: 35%;
    }

    .how-it-works.affiliates .single-area .img-area img {
        width: 25%;
    }

    .how-it-works.affiliates::before {
        height: 90%;
    }

    .currency-bet-section .table-responsive .table {
        width: 210%;
    }

    .betting-details .main-content .table-responsive .table {
        width: 170%;
    }

    .betting-details .main-content .escrow-bet-single {
        display: grid;
        padding: 20px;
    }

    .betting-details .main-content .escrow-bet-single .left-area {
        margin: 0;
        margin-bottom: 20px;
    }

    .betting-details .main-content .escrow-bet-single .right-area {
        width: 100%;
        padding: 20px;
    }

    .escrow-bets-fee .cus-mar {
        margin-bottom: -30px;
    }

    .escrow-bets-fee .single-item {
        margin-bottom: 30px;
    }

    .create-future-currency .main-content {
        padding: 50px 30px;
    }

    .create-future-currency .main-content .invite-friends {
        padding: 30px 20px;
    }

    .create-future-currency .main-content .single-input .nice-select {
        width: 30%;
    }

    .create-future-currency .main-content .single-input .input-items input:last-child {
        width: 60%;
    }

    .faqs-section.faqs-page ul {
        padding-bottom: 0;
        justify-content: center;
    }

    .faqs-section.faqs-page ul li {
        margin-bottom: 10px;
    }

    .tournaments-section .table-responsive .table {
        width: 120%;
    }

    .dashboard-content .dashboard-heading ul {
        justify-content: start;
    }

    .dashboard-content .tab-content .affiliate-tab .table-responsive .table {
        width: 180%;
    }

    .dashboard-content .transactions-tab form {
        flex-wrap: wrap;
    }

    .dashboard-content .transactions-tab form .single-input {
        margin-bottom: 20px;
    }

    .dashboard-content .transactions-tab form .text-end {
        margin-bottom: 10px;
    }

    .dashboard-content .tab-content .file-upload .file .file-custom {
        width: 65%;
    }

    .dashboard-content .google-authentication .footer-area {
        display: inline-grid;
    }

    .dashboard-content .google-authentication .footer-area h6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    h1, h1 > a {
        font-size: 40px;
        line-height: 46px;
        margin-top: -9px;
    }

    h2, h2 > a {
        font-size: 30px;
        line-height: 36px;
        margin-top: -7px;
    }

    h3, h3 > a {
        font-size: 24px;
        line-height: 28px;
        margin-top: -6px;
    }

    h4, h4 > a {
        font-size: 18px;
        line-height: 22px;
        margin-top: -4px;
    }

    a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
        font-size: 15px;
        line-height: 19px;
    }

    .section-header {
        margin-top: -5px;
        margin-bottom: 30px;
    }

    .title {
        margin-bottom: 15px;
    }

    .xxlr {
        font-size: 18px;
        line-height: 25.5px;
    }

    .xlr {
        font-size: 16px;
        line-height: 22.4px;
    }

    .header-section .navbar {
        padding: 20px 15px;
    }

    .banner-section .overlay .banner-content {
        padding: 170px 0 180px;
    }

    .banner-section.inner-banner .overlay .banner-content {
        padding: 170px 0 65px;
    }

    .banner-section.inner-banner.soccer-bets .overlay .banner-content {
        padding: 170px 0 210px;
    }

    .banner-section.inner-banner.soccer-bets.currency-bet .overlay .banner-content {
        padding: 170px 0 190px;
    }

    .banner-section.inner-banner.soccer-bets.currency-bet.escrow-bets-banner .overlay .banner-content {
        padding: 170px 0 70px;
    }

    .banner-section.inner-banner.tournaments .overlay .banner-content {
        padding: 170px 0 140px;
    }

    .banner-section.inner-banner.contact .overlay .banner-content {
        padding: 170px 0 210px;
    }

    .faqs-section .accordion .accordion-item .accordion-button {
        padding-left: 20px;
    }

    .faqs-section .accordion .accordion-item .accordion-header::after {
        display: none;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item {
        display: grid;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .draw {
        margin: 20px 0;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds {
        padding: 15px;
    }

    .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val {
        width: 40%;
    }

    .features-section .single-area .img-area img {
        width: 20%;
    }

    .how-it-works.affiliates .magnific-area .mfp-iframe::before {
        width: 120px;
        height: 120px;
    }

    .how-it-works.affiliates .magnific-area .mfp-iframe {
        height: 60px;
        width: 60px;
    }

    .how-it-works.affiliates .single-area h4 {
        margin-top: 10px;
    }

    .features-section .single-area h5 {
        margin-top: 10px;
    }

    .testimonails-section .slick-slide .single-content {
        padding: 30px 20px;
    }

    .tournaments-section .single-item .left-item {
        display: grid;
    }

    .tournaments-section .single-item .mid-area {
        margin-top: 30px;
        margin-left: 0;
    }

    .tournaments-section .single-item .last-item {
        padding: 40px 70px;
    }

    .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide img {
        width: 100%;
    }

    .blog-section .blog-post .bottom-item {
        display: grid !important;
    }

    .blog-section .blog-post .bottom-item .social-link {
        margin-top: 30px;
    }

    .blog-section .blog-post .bottom-item .social-link a {
        margin: 0;
        margin-right: 20px;
    }

    .dashboard-content {
        margin-top: 40px;
    }

    .dashboard-content .tab-content .file-upload .file .file-custom {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .footer-section .menu-item {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .footer-section .menu-item ul {
        margin-top: 20px;
    }

    .bet-this-game .single-area .main-content {
        margin: 50px 0 40px;
    }

    .bet-this-game .single-area .main-content .team-single .img-area {
        width: 65%;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown {
        padding: 6px 3px;
    }

    .bet-this-game .single-area .bottom-item {
        border-top: 1px solid #8e78c0;
        display: grid;
        justify-content: center;
    }

    .bet-this-game .single-area .bottom-item .cmn-btn {
        margin-bottom: 15px;
    }

    .bet-this-game .single-area .bottom-item .cmn-btn:last-child {
        margin-bottom: 0;
    }

    .bet-this-game .single-area .head-area {
        display: grid !important;
    }

    .bet-this-game .single-area .head-area .cmn-btn {
        width: 50%;
    }

    .bet-this-game .single-area .head-area p {
        margin: 20px 0 0;
    }

    .footer-section .newsletter {
        padding: 60px 15px;
    }

    .pagination .page-item .page-link {
        width: 30px;
        height: 30px;
    }

    .pagination .page-item .page-btn {
        width: 50px;
        height: 30px;
    }

    .pagination .page-item .page-btn.previous,
    .pagination .page-item .page-btn.next {
        margin: 0;
    }

    .currency-bet-section .table-responsive .table {
        width: 255%;
    }

    .betting-details .main-content {
        padding: 0 15px 30px;
    }

    .betting-details .main-content .table-responsive .table {
        width: 245%;
    }

    .create-future-currency .main-content .invite-friends .single-btn {
        display: inline-grid;
    }

    .create-future-currency .main-content .invite-friends .single-btn .clear {
        margin-top: 15px;
    }

    .create-future-currency .main-content .single-input .input-items {
        display: grid !important;
    }

    .create-future-currency .main-content .single-input .input-items input:first-child,
    .create-future-currency .main-content .single-input .input-items input:last-child {
        width: 100%;
        border-radius: 10px;
    }

    .create-future-currency .main-content .single-input .nice-select {
        width: 70%;
    }

    .tournaments-section .single-item .last-item {
        padding: 30px;
    }

    .tournaments-section ul.nav {
        padding: 0 10px;
        padding-top: 10px;
        padding-bottom: -10px;
        justify-content: center;
    }

    .tournaments-section ul.nav li {
        margin-bottom: 10px;
    }

    .tournaments-section .single-item .mid-area ul li {
        margin-right: 0;
    }

    .tournaments-section .table-responsive .table {
        width: 170%;
    }

    .blog-section .single-blog .blog-content {
        padding: 20px 15px;
    }

    .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom {
        display: grid !important;
    }

    .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .single-slide .slide-bottom .icon-area {
        margin-top: 15px;
    }

    .blog-section .sidebar-blog .sidebar-single .title {
        margin-bottom: 10px;
    }

    .blog-section .sidebar-blog .sidebar-single .sidebar-carousel .slick-arrow {
        display: none !important;
    }

    .blog-section .blog-post {
        padding: 30px 15px;
    }

    .log-reg .modal-content .tab-content .login-reg-content .counter-area {
        display: grid;
        padding-top: 15px;
    }

    .log-reg .modal-content .tab-content .login-reg-content .counter-area .single {
        margin-top: 15px;
    }

    .dashboard-content .bets-tab ul {
        padding-bottom: 0;
        justify-content: center;
    }

    .dashboard-content .bets-tab ul li {
        margin-bottom: 10px;
    }

    .dashboard-content .tab-content .table-responsive .table {
        width: 190%;
    }

    .dashboard-content .deposit-with-tab .right-area .address-bar {
        padding: 20px 10px;
    }

    .dashboard-content .deposit-with-tab .right-area {
        padding: 20px 10px;
    }

    .dashboard-content .buy-crypto .col-6 {
        width: 100% !important;
    }

    .dashboard-content .google-authentication .brand {
        display: grid !important;
        margin-top: 10px;
    }

    .dashboard-content .google-authentication .brand a {
        margin-top: 10px;
    }

    .dashboard-content .tab-content .file-upload {
        display: grid;
    }

    .dashboard-content .tab-content .file-upload .img-area {
        margin-bottom: 20px;
    }

    .dashboard-content .setting-tab .single-area {
        display: grid;
    }

    .dashboard-content .setting-tab .single-area a.mdr {
        margin-left: 0;
    }

    .dashboard-content .setting-tab .single-area p {
        margin: 15px 0;
    }

    .dashboard-content .setting-tab .single-area a.cmn-btn {
        margin-top: 15px;
    }

    .dashboard-content .setting-tab .single-area .switch {
        margin-left: 0;
    }

    .dashboard-content .google-authentication {
        padding: 20px 10px;
    }

    .dashboard-content .tab-content .file-upload .file .file-custom {
        width: 75%;
    }

    .dashboard-content .affiliate-tab .table-area {
        padding: 20px 10px;
    }

    .dashboard-content .buy-crypto .form-box {
        padding: 20px 10px;
    }

    .dashboard-content .buy-crypto {
        padding: 20px 10px;
    }

    .dashboard-content .tab-content .buy-crypto .table-responsive .table {
        width: 245%;
    }

    .dashboard-content .affiliate-tab .referral-bar {
        padding: 20px 10px;
    }

    .dashboard-content .affiliate-tab {
        padding: 20px 10px;
    }

    .dashboard-content .tab-content .affiliate-tab .table-responsive .table {
        width: 260%;
    }

    .contact-section .bg-area {
        padding: 50px 20px;
    }

    .header-section.user-dashboard .navbar-collapse .right-area .single-item.notifications-area .main-area,
    .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area {
        width: 290px;
        padding: 20px 10px;
    }

    .leave-comments .col-6 {
        width: 100% !important;
    }

    .header-section.user-dashboard .navbar-collapse .right-area .single-item .main-area ul li a {
        padding: 15px 0;
    }
}

@media (max-width: 400px) {
    .dashboard-content {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
    .about-bitbetio .col-6 {
        width: 100% !important;
    }

    .banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 12px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 9px;
    }

    .bet-this-game .single-area .main-content {
        display: grid;
        justify-content: center;
    }

    .bet-this-game .single-area .main-content .mid-area {
        padding: 30px 0;
    }

    .bet-this-game .single-area .head-area .cmn-btn {
        width: 60%;
    }

    .footer-section .newsletter form .form-group input {
        padding-left: 0;
    }

    .footer-section .newsletter form .form-group button {
        min-width: 40px;
        min-height: 40px;
    }

    .how-it-works .main-content ul li h5 {
        padding-left: 15px;
    }

    .how-it-works .main-content ul li h5 .image-area {
        width: 20%;
    }

    .currency-bet-section .table-responsive .table {
        width: 350%;
    }

    .blog-section .title {
        margin: 30px 0 15px;
    }

    .blog-section .author-blog-post {
        display: grid !important;
    }

    .blog-section .blog-post .author {
        display: flex;
        align-items: center;
    }

    .blog-section .blog-post .author .author-bottom {
        display: flex;
    }

    .blog-section .blog-post .author .author-bottom .icon-area {
        margin-left: 20px;
    }

    .log-reg .modal-content .tab-content .login-reg-content .remember-me {
        display: grid;
    }

    .log-reg .modal-content .tab-content .login-reg-content .remember-me .checkbox-single .left-area {
        margin-bottom: 25px;
    }

    .log-reg .modal-content .log-reg-btn {
        margin-bottom: -10px;
    }

    .log-reg .modal-content .log-reg-btn li {
        margin-bottom: 20px;
    }

    .dashboard-content .tab-content .file-upload .file .file-custom {
        width: 91%;
    }
}

/*# sourceMappingURL=style.css.map */


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 10px;
}

.form-card {
    text-align: left
}


#msform fieldset:not(:first-of-type) {
    display: none
}


#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #fff
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color:#b1aefb
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f1d8"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f006"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f05d"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background:#dd3544
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card {
    background: #382590;
    padding: 20px;
}

#radioBtn .active {
    background-color: red;
}


#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

.error {
    color: red;
    border-color: red;
}

/** Cart **/

#cart .title {
    margin-bottom: 5vh;
}

#cart .card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}

@media (max-width: 767px) {
    #cart .card {
        margin: 3vh auto;
    }
}

#cart .cart {
    /*background-color: #48369b;*/
    background-color: white;
    color: black;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media (max-width: 767px) {
    #cart .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

#cart .summary {
    /*color: #fff;*/
    /*background-color: #48369b;*/
    background-color: white;
    color: black;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

@media (max-width: 767px) {
    #cart .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

#cart .summary .col-2 {
    padding: 0;
}

#cart .summary .col-10 {
    padding: 0;
}

#cart .row {
    margin: 0;
}

#cart .title b {
    font-size: 1.5rem;
}

#cart .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

#cart .col-2, .col {
    padding: 0 1vh;
}

#cart a {
    padding: 0 1vh;
}

#cart .close {
    margin-left: auto;
    font-size: 0.7rem;
}

#cart img {
    width: 3.5rem;
}

#cart .back-to-shop {
    margin-top: 4.5rem;
}

#cart h5 {
    margin-top: 4vh;
}

#cart hr {
    margin-top: 1.25rem;
}

#cart form {
    padding: 2vh 0;
}

#cart select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

#cart input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
}

#cart input:focus::-webkit-input-placeholder {
    color: transparent;
}

#cart .text-green {
    color: #00b300;
}

#cart .btn {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

#cart .btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

#cart .btn:hover {
    color: white;
}

#cart a {
    color: black;
}

#cart a:hover {
    color: black;
    text-decoration: none;
}

#cart #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.verifiedImage {
    width: 15px;
    height: 15px;
    position: relative;
    top: -5px
}

.leftIcon {
font-size: 20px;
    margin-left: 10px;
}

.club-member-button button {
    border-radius: 10px;
}

.cardBackground {
    border-style: solid;
    border-width: 1px;
    border-color: #3f4290;
    background-color: #432f9f;
    padding: 10px;
    border-radius: 20px;
    color: white;
}

.d-none {
    display: none;
}

.text-black {
    color: black;
}
.w-85{
width:85%
}

.clubPaymentCart .cart {
    background: white;
    color: black;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
}

.clubPaymentCart .summary {
    background: #432f9f;
    padding: 20px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.modal-header h5 {
    color: black;
}

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

.scoreShow {
    font-size: 18px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.testScoreInput{
    border-radius: 10px;
    text-align: center;
}
.testGamesScoreDiv h6{
padding: 20px 0;
}
.testGamesScoreDiv{
    align-content: center;
}
#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.profileEditButtons{
    border: 1px solid var(--border-color);
    color: var(--bs-white);
    border-radius: 10px;
}
.profileEditButtons i{
    padding-right: 5px;
}
.single-input{
    margin:10px 0 ;
}
.single-input label{
    margin:0 0 10px 0  ;
}
.countdown-timer {
    height: 200px !important; /* Set your desired height here */
    /* Additional CSS properties if needed */
}
.club-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #fff; */
    float:left
    /* Replace with actual image */
}
.rotor{
    height: 200px !important;
}
.form-control[type=file] {
    padding: 12px 20px !important;
}
.modal-header h5 {
margin-top: 0px;
}
.modal-body h6.text-black{
margin-top: 3px;
}
.modal-body small{
    font-size: 14px;
}
.w-70{
width:70%
}
.dropdown-item {
    padding: 10px 25px 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #545454;
}
.fs-7{
font-size: .9rem !important;	
}
.loc_icon{
   width: 32px;
   position: absolute;
}
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }	
.report-dropdown-toggle::after{
display:none
}
.report-dropdown-menu{
    background: red;
    padding: 0;
    min-width: 7.5rem;
    margin-top:-4px;
    position: absolute !important;
}
.report-dropdown-menu li a{
    text-align: center;
    width: 100%;
    color:#fff;
    text-decoration:none;
    font-size: 13px;
}
.swal2-icon{
    margin:0
}
.swal2-title {
    margin: 20px 0 .4em;
    line-height: 30px;
}
.my-border-top{
    border-top: 1px solid #291b6b;
    padding-top: 25px;
}
.left-col-card{
    display: inline-block;
    width: 65px;
    text-align: center;
    vertical-align: top;
}
.right-col-card{
    display: inline-block;
    width: 73%;
}
.float-right{
float:right;
}
#togglePassword {
    position: absolute;
    top: 54px;
    right: 20px;
    color: #fff;
    font-size: 20px;
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.pwd-validation {
    position: absolute;
    right: -246px;
    top: 50px;
    width: 250px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 20px;
    display: none;
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
}
.pwd-validation > h2 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #000;
    line-height: normal;
    font-weight: bolder;
    margin-bottom: 10px;
}
.pwd-validation > .pwd-validate-msg {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 15px;
    color: #800;
}
.pwd-validation > .pwd-validate-msg:after {
    position: absolute;
    content: "•";
    left: 20px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("https://league.usopl.com/assets/css/images/arrows.png") !important;
}

.ui-widget-header .ui-icon {
    background-image: url("https://league.usopl.com/assets/css/images/arrows.png") !important;
}
.ui-datepicker-calendar thead{
    background: #5c5c5c;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 90% !important;
    margin-top: -8px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background: transparent;
    border: 1px solid #333;
    margin: 0 3px;
    padding: 0;
    width: 85px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 270px !important;
}
.xdsoft_datetimepicker .xdsoft_month {
    width: 110px !important;
    text-align: left !important;
    padding:5px 8px !important
}
.xdsoft_datetimepicker .xdsoft_year {
    width: 70px !important;
}
.report-match-w{
width:25px;	
}
.cus-border-left{
border-left: 1px solid #0dcaf0;
}
#watermark{
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.06;
    letter-spacing: 20px;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    transform: rotate(339deg);
}
.top-photo-right{
    width: 85%;
    display: inline-block;
    margin-left: 20px;
}
.w-40px {
    width: 115px;
}
.top-menu-admin-user{
	display:none
}
.color {
    background-image: linear-gradient(0deg, hsl(240deg 92% 72%) 0%, hsl(242deg 88% 69%) 10%, hsl(243deg 84% 66%) 20%, hsl(245deg 82% 62%) 30%, hsl(248deg 80% 57%) 40%, hsl(252deg 79% 51%) 50%, hsl(246deg 77% 60%) 60%, hsl(243deg 77% 65%) 70%, hsl(240deg 77% 70%) 80%, hsl(238deg 78% 73%) 90%, hsl(235deg 80% 76%) 100%);
}
.dropdown-item {
    padding: 5px 25px 5px 15px !important;
}

@media screen and (max-width: 1200px){
	.cus-profile-cards .card-body{
		display: inline-block;
	}
	.cus-profile-cards .card-body .profile-image{
		margin: 0 auto 15px;
    		display: block;
	}
	.cus-profile-cards > .card-body > a {
		margin: 0 auto;
    		display: block;
	}
	.cus-profile-cards .card-body .ms-3{
		margin-left: 0 !important;
	}
	.cus-profile-cards .card-body .profile-name .verifiedImage{
		top: -10px
	}

	.top-photo-right .float-right{
    		float:unset;
		margin: 2px 0 !important;
	}
	.nav-tabs .nav-link {
    		font-size: 16px;
	}
	.top-photo-right {
    			width: 82%;
	}
	.Pickleball_Court{
		margin-left:10px
	}
	.fs-12.d-block{
		font-size: 10px;
	}
	.logo{
		width:130px !important
	}
}

@media screen and (max-width: 991px){
	.top-photo-right {
    		width: 100%;
    		display: inline-block;
    		margin-left: 0;
    		margin-top: 20px;
	}
	.opl-profile-name{
		text-align:left
	}
	.fs-12.d-block{
		font-size: 12px;
	}
	.top-menu-admin-user{
		margin-top:-10px;
		display:block;
		margin-left:auto
	}
	.hide-on-tab{
		display:none !important
	}
	.header-section .navbar {
        	padding: 20px 15px 10px;
    		border-bottom: 1px solid #dd3544;
	}
	.dropdown.open .dropdown-menu-mobile{
		position:absolute !important;
		display:block
	}
    .pwd-validation {
        display: block;
        position: unset;
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px){
	.nav-tabs .nav-link {
        	font-size: 15px;
        	padding: 10px;
    	}
	.loc_icon {
    		width: 28px;
    		margin-top: -4px;
	}
}

@media screen and (max-width: 600px){
    .p-5 {
        padding: 2rem 1.5rem !important;
    }
    .scoreShow {
       font-size: 14px;
       margin-right: 5px;
       width: 12px;
       text-align: center;
    }
    .upcoming-games-right-card .fs-6{
        font-size: 1rem !important;
    }
    .fs-6 {
       font-size: 0.8rem !important;
    }
	.top-photo-right {
    		width: 100%;
    		display: inline-block;
    		margin-left: 0;
    		margin-top: 20px;
	}
	.Pickleball_Court{
		width:35px;
		margin-top:10px
	}
	.header-section .navbar {
        	padding: 20px 15px 10px;
        	border-bottom: 1px solid #dd3544;
    	}
	.header-section .navbar-toggler {
        	margin-top: -10px;
    	}	
}
.text-right{
text-align:right
}
.w-90{
    width: 90%;
}
.USOPL_Play{
    width: 19px;
    height: 20px;
    margin-top: -13px;
    margin-right: 2px;
}
.upcoming-profile-card{
    border: 3px solid #382590;
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 20px 20px 65px 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.upcoming-profile-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #382590;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.upcoming-profile-card:hover, .upcoming-profile-card:focus, .upcoming-profile-card:active {
    color: white;
}
.upcoming-profile-card:hover:before, .upcoming-profile-card:focus:before, .upcoming-profile-card:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.upcoming-logo{
    height: 75px;
    width: auto;
    max-width: none;
}
.upcoming-games-left-card{
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.upcoming-games-right-card{
    width: 76%;
    display: inline-block;
    float: right;
    line-height: 20px;
}
.upcoming-btm-btn {
    background: #382590;
    padding: 12px 20px 12px;
    margin-top: 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.game-style{
    position: absolute;
    top: -18px;
    right: 30px;
    background: #120f54;
    padding: 5px 20px;
    color: #0dcaf0;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    border: 2px solid #382590;
    border-radius: 5px;
}

@media screen and (max-width: 1400px){
    .upcoming-games-right-card {
        width: 75%;
    }
    .w-90 {
        width: 86%;
    }
}
@media screen and (max-width: 1200px){
    .upcoming-games-right-card {
        width: 76%;
    }
    .w-90 {
        width: 90%;
    }
}
@media screen and (max-width: 991px){
    .col-xs-12.mt-5{
        margin-top: 30px !important;
    }
    .upcoming-games-right-card{
        width: 85%;
    }
    .left-col-card{
        margin-bottom: 10px;
    }
    .right-col-card{
        width: 97%;
    }
    .has-search {
        margin-top: 15px !important;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .upcoming-games-right-card {
        width: 80%;
    }
    .profile-image {
        width: 40px;
        height: 40px;
    }
    .player-name {
        font-size: 1.2rem;
    }
    .dashboard-content{
        padding-top: 110px !important;
    }
    h5{
        text-align: center;
    }
    .right-col-card{
        width: 96%;
        margin-left: 0;
        margin: 0 2%;
        text-align: center;
    }
    .left-col-card{
        text-align: center;
        margin: 0 auto 10px;
        display: block;
    }
    .verifiedImage {
        width: 15px;
        height: 15px;
        position: relative;
        top: -10px;
    }
}
@media (max-width: 576px){
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .upcoming-games-left-card {
        width: 68px;
        height: 68px;
    }
    .upcoming-logo {
        height: 68px;
    }
}
@media (max-width: 450px){
    .upcoming-games-right-card {
        width: 74%;
    }
    .upcoming-profile-card{
        padding: 20px 10px 75px 20px;
    }
    .w-90 {
        width: 88%;
    }
}
.notLoggedInUser{
    -webkit-filter: blur(1.2px);
    -moz-filter: blur(1.2px);
    -o-filter: blur(1.2px);
    -ms-filter: blur(1.2px);
    filter: blur(1.2px);
}
.cust-calendar-container{
    width: 100%;
    background: #eee;
    border-radius: 5px;
    display: inline-block
}
.cust-calendar-box{
    width: 14%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #666;
    font-size: 15px;
    padding: 5px 2px;
    border-radius: 5px;
    margin: 0 .1%;
}
.cust-calendar-datetime{
    background: #fff;
    margin: 5px 2% 0;
    width: 96%;
    display: inline-block;
    height: 70px;
    border-radius: 5px;
}
.cust-calendar-datetime > span{
    background: #4fc1e6;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    display: flex;
    line-height: 12px;
    margin: 5%;
    border-radius: 5px;
    width: 90%;
    height: 87%;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.cust-calendar-datetime .schedule-time-divider{
    font-weight: bolder;
    display: contents;
    float: left;
    font-size: 22px;
    margin-bottom: 10px;
}
.h-20{
height:20px !important
}
.float-left{
float:left
}
.cust-day-num{
    position: absolute;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 25px;
    top: -8px;
}
.cust-calendar-week{
    text-align: center;
    font-weight: 900;
    padding: 10px 0 5px;
    color: #30217c;
}

@media screen and (max-width:1400px){
	.cust-calendar-datetime > span{
		font-size: 12px;
	}
}
@media screen and (max-width:1200px){
	.cust-calendar-datetime > span {
        	font-size: 11px;
		padding:0 
    	}
	.cust-calendar-box {
    		font-size: 13px;
	}
}
@media screen and (max-width:991px){
	.cust-calendar-container {
		text-align:center;
		padding-bottom: 10px;
	}
	.cust-calendar-box {
    		width:19%;
		float:unset;
		display:inline-grid
	}
}
@media screen and (max-width:768px){
	.cust-calendar-box {
    		width:17%;
	}
} 
@media screen and (max-width:600px){
	.col-xs-6{
    		width:50%;
	}
	.cus-edit-schedule-view{
		text-align:left
	}
	.cus-edit-schedule-view span{
		display:none
	}
	.cus-navi-schedule-view{
		text-align:center;
	}
	.cus-navi-schedule-view a{
		float:unset
	}
}
@media screen and (max-width:480px){
	.cust-calendar-box {
    		width:30%;
	}
}

.w-35{
width:35%
}
@media only screen and (max-width: 767px) {
#Doubles{
    display: none;
}
#Singles{
    display: none;
}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .pointsDisplay{
    font-size: 13px;
}

.paymentInfo{
    padding: 1px !important;
}

.paymentInfo .row{
    display: flex;
    flex-direction: column;
}

.paymentPrice{
    width: 100%;
    display: flex;
    justify-content: flex-end;

}
.final-payment{
    letter-spacing: 0px !important;
}

.giftCode h5{
    text-align: center;
}

.giftCode div{
    width: 100%;
}
.final-payment{
    align-items: center;
}
.final-payment div h5{
    text-align: center;
}

.CardInputs div{
        flex: 0 0 auto;
        width: 100%;
}
.cardPoints{
    display: flex;
    gap: 35px;
    flex-direction: column
}
.cardPoints small{
    font-size: 16px !important;
}
.cardRatingOpl{
    position: relative;
    top: 12px;
}
}







