
body {
    background-color: #eeeeee;
}

.bg_blue{
    background-color: #0b4a9d;
}

h5.fw-semibild.m-0 {
    color: #fff;
}

.top-buttons {
    margin-top: 20px;
}

.top-buttons button {
    background-color: #f64b4d;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 10px;
}


.top-buttons button:hover {
    background-color: #ff6163;
}

.bg_red{
    background:#feab36;
}

.gap-y15 {
	gap: 20px 0;
}


.back_images a > span > img{
    max-width: 16px;
}

.w-70 {
	min-width: 78%;
	max-width: 76%;
	width: 76%;
}

.card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 17px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.card-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.result {
	font-size: 16px;
	color: #0098FB;
	font-weight: 700;
}

.marketopenclose {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.timings {
	display: flex;
	justify-content: space-between;
	gap: 19px;
	/* flex-wrap: wrap; */
}

.timings p {
	font-weight: 600;
	font-size: 10px;
	margin-bottom: 0;
}
.timings span {
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	color: #0098FB;
}


.right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.play-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
}
a {
    text-decoration: none;
    color: black;
}
.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button svg {
    width: 50px;
    height: 50px;
    fill: rgb(255, 174, 20);
}
.play-buttonop svg {
	width: 44px;
	height: 44px;
	fill: transparent;
}
.calendar img {
	max-width: 30px;
	margin-bottom: 13px;
}

.running-status {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

/* .footer-icons {
    font-size: 17px;
} */

.footer-icons.active {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}
.menu-icon {
    background: #fff;
    padding: 0px 5px 4px 5px;
    border-radius: 11px;
}

.footer-icons:hover {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}
.wallet-box {
    background: #fff;
    border-radius: 7px;
    padding: 0px 3px 3px 4px;
}
.wallet-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #000;
}
.header-div {
    background-color:#6343a4;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.head-left {
    display: flex;
    align-items: center;
}

.menu-icon {
    margin-right: 20px;
}

.menu-icon img.list_button {
    cursor: pointer;
}

.head-title {
    font-size: 18px;
    font-weight: 500;
}

.head-right {
    text-align: right;
}

.wallet-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.wallet-box img.wallet-icon {
    display: inline-block;
    margin-top: -4px;
}

.wel-text {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
.button_main_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.button_main_list .button_main{
margin-bottom: 7px;
}
.button_main_list .button_main .banner_button {
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 6px 20px;
border: 0px;
text-decoration: none;
width: 100%;
border-radius: 40px;
display: inline-flex;
align-items: center;
background: #6343a4;
}
.button_main_list .button_main .banner_button.bg-none {
background: none !important
}
.button_main_list .button_main .banner_button .icon {
margin-right: 7px;
width: 24px;
height: 24px;
align-items: center;
display: flex;
}

.button_yellow .button_yellow_anchore {
color: #f62c28;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 7px 10px;
border: 0px;
border-radius: 40px;
width: 100%;
display: block;
background: rgb(211,159,12);
background: linear-gradient(90deg, rgba(211,159,12,1) 0%, rgba(211,172,12,0.994817910074186) 50%, rgba(211,159,12,1) 100%);
position: relative;
}
.button_yellow .button_yellow_anchore::after {
content: "\F133";
position: absolute;
font-family: bootstrap-icons !important;
font-size: 26px;
border-radius: 50%;
right: 10px;
top: 0px;
color: #fff;
font-weight: bolder;
}
.side-bar {
background: #fff;
width: 80%;
height: 100vh;
position: fixed;
top: 0;
left: -100%;
overflow-y: auto;
transition: 0.6s ease;
transition-property: left;
padding: 40px 30px 30px;
z-index: 9;
}
.side-bar.active {
left: 0;
/* top: 46px; */
z-index: 9999;
background: #fff;
}

.side-bar .menu {
width: 100%;
margin-top: 10px;
}

.side-bar .menu .item {
position: relative;
cursor: pointer;
}

.side-bar .menu .item a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 8px 9px;
	border-radius: 4px;
	margin: 0 0 5px;
	font-weight: 600;
}

.side-bar .menu .item a:hover, .side-bar .menu .item.active a {
background: #d9d9d9;
transition: 0.3s ease;
}

.side-bar .menu .item a .dropdown {
position: absolute;
right: 0;
margin: 20px;
transition: 0.3s ease;
}


.side-bar .menu .item .sub-menu {
background: #262627;
display: none;
}

.side-bar .menu .item .sub-menu a {
padding-left: 80px;
}

.close-btn {
position: absolute;
right: 20px;
cursor: pointer;
z-index: 99;
background: #f8f8f8;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
top: 15px;
}


.menu-btn {
position: absolute;
color: rgb(0, 0, 0);
font-size: 35px;
margin: 25px;
cursor: pointer;
}

.sidebar-info {
display: flex;
align-items: center;
/* text-decoration: none; */
}
.sidebar-info a {
text-decoration: none;
}

.card_icon_logo a{
text-decoration: none;
}
.Profile-info {
color: #000;
padding: 6px 0px 0px 71px;
}

.sidebar-info figure {
float: left;
width: 60px;
height: 60px;
background: #fdfdfd;
border-radius: 50%;
text-align: center;
line-height: 60px;
margin: 0;
}

.side-bar .menu .item a img {
margin-right: 10px;
max-width: 27px;
}



   .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .popup-content {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        text-align: center;
        max-width: 350px;
        width: 90%;
        animation: fadeIn 0.3s ease-in-out;
    }

    .popup-content h2 {
        margin-top: 0;
        color: #d9534f;
    }

    .popup-content p {
        margin-bottom: 20px;
    }

    .popup-content button {
        background: #d9534f;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }

    .popup-content button:hover {
        background: #c9302c;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    @keyframes fadeIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .popup-overlay.active {
        visibility: visible;
        opacity: 1;
    }

.login_pagelogo {
	background-color: #ffffff;
}

.login_pagelogo .logo img{
    max-width: 199px;
    padding-bottom: 50px;

    }

.login_page {
    
    background-color: #ffdff0;
    padding:50px 0px 306px 7px;
    border-radius: 10px 10px 0 0;
    height: 100%;
    position: relative;
}

.login_page h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 22px;
}


.login_page .forms .input-group{
    height: 45px;
}
.login_page .forms .input-group .input-group-text {
	border-radius: 8px !important;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
}
.login_page .forms .form-control {
	font-size: 17px;
	font-weight: 600;
	border-radius: 7px !important;
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
}

.login_page .forms .form-control:focus{
    box-shadow: none;
    outline: none;
}

.login_page .forms .form-check label {
	font-size: 13px;
	font-weight: 700;
	color: #333;
}


.login_page .buttonlogin .signup-btn {
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	padding: 10px 10px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_page .buttonlogin .signup-btn span {
	background-color: #fff;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.login_page .buttonlogin .signup-btn span img {
	max-width: 24px;
}

.login-btn {
	background-color: #6343a4;
	color: #ffeb80;
	border-radius: 10px;
	width: 100%;
	padding: 18px 10px;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	position: relative;
}

.login-btn .arrow {
	background: #ffeb80;
	border-radius: 50%;
	padding: 0px 0px;
	margin-left: 10px;
	color: #000;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 3px;
}
.login-btn .arrow img{
    max-width: 26px;
}
.login_page .position_card {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	gap: 0px 20px;
}

.login_page .position_card .iocn_whatsaap span {
	width: 250px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 5px solid #333;
	border-radius: 10px;
	background: #6242a3;
}
.login_page .position_card .iocn_whatsaap span img{
    max-width: 25px;
}


.play_cardss .card_item {
    background-color: #fff;
    padding: 15px 6px 15px 6px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
}

.play_cardss .card_item .imgas img {
	max-width: 50px;
	margin-bottom: 10px;
}
.play_cardss .card_item h5 {
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: 600;
	color: #0098FB;
}


