@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}

:root {
    --thm-font: 'Jost' ;
    /*	Hedding*/
    --thm-b-font: "Jost", sans-serif;
    /*	Body-font*/
    --thm-icon-font: "Font Awesome 5 Pro";
    /*icon-font*/
    --thm-color-one: #f8e808;
    --thm-color-two: #1f1f1f;
    --thm-color-three: #1f1f1f;
    --var-hero_gr2: #fff3ee;
    --var-hero_gr2: #ead5ff;
/*Light Color*/
--thm-color-light: #f7f7f7;
/*RGB Colors*/
--thm-color-one-rgb: 14, 223, 126;
--thm-color-two-rgb: 0, 0, 0;
--thm-color-three-rgb: 237, 241, 245;
--thm-color-four-rgb: 0, 0, 0;
/*Light Color*/
--thm-color-light-rgb: 247, 247, 247;
/*Theme Colors*/
--thm-body-color: #636060;
/*Body Colors*/
--thm-white: #ffffff;
/*White Color*/
--thm-border: #d1d1d1;
/*Border Color*/

}



/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8;
    font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #fff;
/*	background: #D7F1F0;*/
	border-color: #dfdfdf;
    transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}

.overlay-bg-black:before {
    background-color: #1AACAA;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
}
.transform-center {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.precautions-box:hover .animate-img img{
    transform: scale(1.1);
	transition: 0.5s;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.our_articles.no-bg {
	background:none;
	background-image: none;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/*section-header*/
.section-header {
	padding-bottom: 30px;
	position: relative;
}

.section-header .section-heading h3 {
    color: #0c0c0c;
    font-size: 39px;
    font-family: "Jost", sans-serif;
    letter-spacing: 4px;
}
.section-header .section-description {
	margin-bottom: 20px;
	position: relative;
}
.section-header.left-side .section-heading {
	margin: 0 auto 0 0;
}
/*Slick Arrow*/
.arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-1 .slick-arrow:after {
    width: 50px;
    height: 50px;
    border: 1px solid #1AACAA;
    background: #1AACAA;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Flaticon;
}
.arrow-layout-1 .slick-arrow:hover:after {
    color: #fff;
    background-color: #000;
    border-color: #123a54;
}
.arrow-layout-1 .slick-prev {
	left: -100px;
}
.arrow-layout-1 .slick-next {
	right: -100px;
}
.arrow-layout-1 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-1 .slick-next:after {
	content: "\f163";
}
.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}
/*pagination*/
nav.custom-pagination {
	padding-top: 50px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item .page-link {
	border-radius: 0;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	background-color: transparent;
	border: 2px solid #fcb006;
	color: #337ab7;
	margin: 0 2px;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #123a54;
	border-color: #123a54;
	color: #fff;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-weight: 500;
	color: #000000de;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 36px;
}
h3 {

	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    /* font-family: 'Source Sans Pro', sans-serif; */
    color: #000;
}
a {
	color: #000000;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #123a54;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}

blockquote {
	background-color: #f4f4f4;
	position: relative;
	padding: 3rem;
	margin: 2rem 0;
	border: #4329a333 solid 1px;
}
blockquote p {
	font-size: 32px;
	line-height: 45px;
	font-style: italic;
	margin: 0;
	word-break: break-word;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table thead th, td {
    background: #123a54;
    font-size: 16px;
    color: #fff;
    padding: 8px 20px !important;
    font-weight: 700;
}
.table>thead {
    vertical-align: bottom;
    background: transparent;
    color: #000;
}
.table {
    margin-bottom: 0;
}
.table>:not(caption)>*>* {
    padding: 0 10px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    border: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    /* border: 0px solid #6C0230; */
}
table tbody td {
    color: #645B5B!important;
    border: 0;
}
table tbody td>a, table tbody td {
	font-size: 14px;
}

table thead th {
	font-size: 14px;
}
table thead th:first-child {
	text-align: left;
}
table tbody td:first-child a, table tbody td:first-child {
	font-size: 14px;
	color: #755656;
	text-align: left;
}

.table>:not(caption)>*>* {
    padding: 0 10px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

table tbody td:nth-child(4).no-bg {
 background-color: inherit;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
    padding: 80px 0;
    position: relative;
}
.section-padding-top {
	padding-top:80px;
}
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/
::selection {
    background: #0A807B;
    color: #fff;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-control-custom::placeholder {
 font-size: 14px;
}
.form-control-custom {
	height: 40px;
	padding: 0.375rem 1.2rem;
	border-radius: 0;
	border: 2px solid #ddd;
	width: 100%;
	background: none;
}
.form-control-custom:disabled, .form-control-custom[readonly] {
	background-color: #fff;
}
.form-control-custom:focus {
	border: 2px solid #ddd;
	border-bottom: 2px solid #fcb006;
	box-shadow: none;
}
form label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
label .required {
	color: #ff0018;
}
.form-style-1 label {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: text;
	font-weight: 500;
    transition: all .25s ease;
	color: #495057;
	font-size: 16px;
/*	background: #fff;*/
	padding: 0 8px;
}
.form-style-1 label.has-value {
	top: -9px;
	font-size: 14px;
	margin-bottom: 0;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
.nice-select .option {
	margin-bottom: 0;
}
.nice-select .option:before {
	display: none;
}
.nice-select.open .list {
	width: 100%;
	min-height: 50px;
	max-height: 200px;
	overflow-y: auto;
}
textarea.form-control-custom {
	resize: none;
	padding: 19px 1.2rem;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: 20px;
	font-size: 14px;
	left: 0;
	top: 0;
}
/* Create a custom checkbox */
label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
}
/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #fcb006;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
 background-color: #fcb006;
 border: 1px solid #fcb006;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*Custom Radio*/

.section-dashboard {
	padding-top: 68px;
}
.header {
    background: #0A807B;
    background: linear-gradient(180deg, #FF4165 0%, #8B208B 100%);
}
.top-header.sticky {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
}
.offcanvas-start {
    top: 68px;
    left: 0;
    width: 300px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
    background: #F9F63C;
   
}
.sidebar-top i {
    font-size: 55px;
    padding: 9px 12px;
    color: #000;
}
.offcanvas-header {
    padding: 0;
     border-bottom: 2px solid #F0076C; 
/*    background: #16A5A0;*/
}
.header-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-top {
    display: flex;
    align-items: center;
    padding: 10px 5px;
}
.sidebar-top img {
    width: 70px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid red;
}
.user-name h6 {
    margin-bottom: 0;
}
.user-name p {
    margin-bottom: 0;
}
.user-name {
   padding-left: 15px;
}
.navigation {
    padding-left: 0px;
}

.menu-item:hover {
	color: red;
}
.menu-item img {
    width: 40px;
    height: 40px;
    background: #fff;
    /* padding: 4px; */
    margin-right: 10px;
    /* background: red; */
    border-radius: 50%;
    margin: 5px;
}

.user-name h6 {
    color: #000;
}
.user-name p {
    color: #000;
}
.menu-item {
    font-size: 16px;
    padding-left: 0;
    color: #000;
    display: flex;
    align-items: center;
    border-bottom: 2px solid red;
    gap: 5px;
}
.betting-image img {
    width: 65px;
}
.top-text-slide {
    background: #DEDFE1;
    padding: 5px;
}
.offcanvas-body.p-0 {
    scrollbar-width: thin;
}
.b-r {
 border-radius: 15px 0;
}
.br-left {
border-radius: 15px 0 0 0;
}
.br-right {
border-radius: 0 0 15px 0;
}
.milane-btn {
    border: 2px solid ;
    border-radius: 13px 0;
    color: #900A2B;
    padding: 5px 10px;
    border: 2px solid;
}
.header-button a {
    margin-right: 30px;
    font-weight: 500;
}
.payment-btn {
    border-radius: 13px 0;
    background: linear-gradient(180deg, #900A2B 1%, #FF0342 49%, #900A2B 100%);
    padding: 7px 10px;
   padding-left: 0;
}
.payment-btn span {
    border-radius: 0 0 10px 0;
    color: #fff;
    margin-left: 5px;
}
.payment-btn i {
    box-shadow: 0px 0px 8px 0px #00000040 inset;
    font-size: 17px;
    padding: 6px 5px;
    border-radius: 10px 0;
    background-color: #fff;
    height: 31px;
}
.contact-right {
    text-align: right;
}
.contact-right a {
    margin-left: 13px;
}
.contact-right img {
    width: 30px;
}
.hamburger-btn {
    width: 30px;
    height: 3px;
    background: #fff;
    display: flex;
    margin-bottom: 5px;
}
button.sidebaropen {
    display: flex;
    font-size: 19px;
    align-items: center;
    color: #fff;
}
.hamburger-menu {
    margin-right: 15px;
}
.card-box {
    margin-bottom: 25px;
    position: relative;
/*    background: #F0E7E7;*/
    background: linear-gradient(0deg, #130138 0%, #BCF8FF 100%);

    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}
.betting-run {
    padding: 10px 20px;
    padding-bottom: 0;
    text-align: center;
    /* position: relative; */
/*    background: #fff;*/
    margin: 2px 0;
    border-radius: 5px;
}

.time-top {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.betting-text h6 {
    margin-bottom: 3px;
    color: #F9F63C;
}

.color-secound {
    color: #A50364;
}
.betting-text {
    text-align: center;
}
.betting-text h5 {
    margin-bottom: 10px;
    color: #fff;
}
.color-one {
    color: #EB0669 !important;
}
.betting-perra p {
    margin-bottom: 10px;
    margin-top: 8px;
    width: 50%;
    color: #fff;
    border-radius: 30px;
    padding: 4px 0;
}
.betting-perra {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-play i {
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    width: 70px;
    height: 50px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline-width: 1px;
    outline-color: #fff;
    outline-style: solid;
    /* background: linear-gradient(114.62deg, #FF0000 13.2%, #9D0505 92.29%); */
    margin: auto;
    margin-bottom: 8px;
}
.btn-box {
    color: #fff;
    font-size: 18px;
    text-align: center;
    /* border: 1px solid #fff; */
    margin: 6px;
    /* margin-left: -1px; */
    border-radius: 30px;
    padding: 5px;
    background: linear-gradient(180deg, #FFB3B3 1.5%, #FF1010 20.5%, #800303 48%, #FB1010 92%);
}
.betting-image {
    /* border: 1px solid #fff; */
    padding: 15px;
    margin: 6px;
    /* margin-right: 0; */
    /* border-radius: 5px 0 0 5px; */
}


.wallet a {
    font-size: 20px;
    color: #fff;
}
.sub-header a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.sub-header {
    font-size: 18px;
}
.sub-header i {
    padding-right: 8px;
}
.section-gap {
    padding-top: 80px;
}
.play-card {
    text-align: center;
}
.play-image {
    padding-bottom: 20px;
}
.color-blue {
    color: #34046FF2;
    font-weight: 500;
}
.play-title {
    text-align: center;
    color: #fff;
}
.digit-sec {
    padding: 10px 25px;
}
.balance-date {
    display: flex;
    justify-content: space-between;
    /* padding-top: 40px; */
    margin-bottom: 15px;
}
.digit-date {
    color: #F6114A;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 15px 0;
    width: 175px;
    height: 40px;
}
.digit-date p {
	margin-bottom: 0;
	color: #F6114A;
}
.balance-price h2 {
    margin-bottom: 0;
    color: #fff;
}
.balance-price h5 {
    margin-bottom: 0;
    color: #fff;
}
.digit-main .form-control {
    width: 100%;
    background: #EEE9E9;
    padding: 10px 30px;
    text-align: center;
    font-size: 22px;
    color: #C6B3B3;
}

.digit-main .balance-title {
    width: 160px;
}
.w-20 {
    width: 22%;
}
.border-top {
    border-top: 2px solid #60DED8!important;
}
.transactions {
    text-decoration: underline;
}
.balance-price {
    margin-right: 15px;
}

/*.digit-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
}*/
.balance-title h4 {
    margin-bottom: 0;
    color: #FF4165;
    font-size: 18px;
}
.trans-flex i {
     background: #fff; 
    margin-right: 20px;
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid;
}
.betting-point h6 {
	color: #fff;
	margin-bottom: 0;
}
.betting-point {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.form-group label {
    width: 15%;
    font-size: 20px;
}
.form-group {
    display: flex;
}

.betting-point.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.digit-boxmain {
    border: 2px solid #F6114A;
    border-radius: 15px 0;
    display: flex;
    margin-bottom: 15px;
    background: #fff;
}
.digit-twobox {
    width: 75%;
    text-align: center;
    padding: 10px;
}
.digit-onebox h6 {
    margin-bottom: 0;
    color: #fff;
}
.digit-twobox h6 {
    margin-bottom: 0;
}
.digit-onebox {
    background: #F6114A;
    border-radius: 15px 0;
    color: #fff;
    padding: 10px 8px;
    width: 25%;
    text-align: center;
}
.bit-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.pr-5 {
	padding-right: 3rem!important;
}
.footer {
	box-shadow: 0px -3px 12px 0px #00000040;
padding: 15px;
}
.btn.btn-reset-btn {
    background: #5B0BB3;
    color: #fff;
    padding: 6px 26px;
    border-radius: 30px;
}
.btn.btn-submit-btn {
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 25px;
/*    background: radial-gradient(50% 50% at 50% 50%, #E32987 0%, #8B208B 100%);*/
    background: radial-gradient(50% 50% at 50% 50%, #FF4165 0%, #8B208B 100%);


}
.login-form p {
    font-size: 20px;
}
.login-form p a {
    color: #000;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }
  
  .modal-content {
	background: #fff;
	/* padding: 20px; */
	border-radius: 8px;
	width: 300px;
	text-align: center;
  }
  .table-header h6 {
  	margin-bottom: 0;
  }
  .table-header {
    background: #FBC23D;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
  .modal-close-btn {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
  }
  
  .modal-header h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
}
table thead th {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid !important;
/*    border-right: 0 !important;*/
}
table thead td {
    border: 0px !important;
}
table {
    width: 100%;
}

  
.table-perra p {
	text-align: left;
	font-size: 13px;
	color: #755656;
	margin-bottom: 0;
}
.bit-text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
}

.bit-text h6 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}
a.btn.btn-rotate {
    color: #FF4165;
    border-radius: 30px;
    /* color: #fff; */
    font-size: 27px;
    border: 2px solid;
    padding: 5px 32px;
}
.bit-number h6 {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}
button.modal-close-btn {
    color: #fff;
    border: 2px solid;
    padding: 0px 5px;
    line-height: 1.3;
    border-radius: 5px;
}
.digit-date.change-btn {
    border: 1px solid #F6114A;
    background: #202F65;
    color: #fff;
	width: auto !important;
}
.digit-date.change-btn a {
    color: #fff;
    font-size: 16px;
   
}

.sangam-form .form-group {
    display: flex;
    align-items: center;
}
.sangam-form .form-group label {
    width: 25%;
}
.sangam-sec {
    padding: 10px 25px;
    background-color: #fff;
}
.sangam-form .form-group .form-control {
    border-radius: 15px 0;
    border-color: #F6114A;
}
.btn-add {
    text-align: center;
    margin-bottom: 20px;
}
.btn-add button {
    width: 150px;
}
.sangam-teble table tr th {
    background: #F5EFF0 !important;
	color: #000;
} 
.sangam-teble table thead th:first-child {
    text-align: center;
}
.sangam-teble table tbody td:first-child a, .sangam-teble table tbody td:first-child {
    text-align: center;
}
.sangam-box {
    box-shadow: 0px 0px 11px 0px #00000040;
    height: 90%;
    margin-bottom: 25px;
}
.sangam-teble .table>:not(caption)>*>* {
    padding: 8px 10px;
}
.sangam-box {
    margin-left: 70px;
}
.f-textpoint {
    display: flex;
}
.f-textpoint h6 {
    margin-bottom: 0;
}
.f-textpoint h6 {
    margin-bottom: 0;
    padding-right: 42px;
}
.f-textpoint h6 span {
    padding-left: 10px;
}
.sangam-submit-btn {
	text-align: right;
}
.form-group.check label {
    width: 34%;
}
.wallet-left-box {
    height: 100%;
    background: #F4DBDB;
}
.wallet-left-box {
    height: 100%;
    background: #F4DBDB;
    border-radius: 15px 0 0 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.wallet-sec {
    padding-top: 70px !important;
}
.add-point h4 {
    color: #fff;
    margin-bottom: 0;

}
.procee-icon {
    text-align: right;
    float: right;
}
.add-point {
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background: linear-gradient(180deg, #FF4165 0%, #8B208B 100%);

}
.bg-col {
    background: linear-gradient(98.95deg, #E32987 0.88%, #8B208B 51.93%, #E32987 98.02%) !important;
}
.wallet-logo img {
    width: 180px;
}
.fund-ad {
    background: #F3F0F0 !important;
    border-radius: 30px;
    padding: 10px 25px !important;
}
.balance-box.wallet-balance {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(98.95deg, #FF4165 0.88%, #8B208B 51.93%, #FF4165 98.02%);
}
.balance-box.wallet-balance h5 {
    color: #fff;
    margin: 0;
}
.balance-box.wallet-balance .balance-price h6 {
    font-size: 36px;
}
.digit-sec.wallet-right-box {

	border-radius: 0 15px 15px 0;
}
.wallet-fund {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.form-group.withdrawal label {
    width: 20%;
}
.wallet-round {
	text-align: center;
}

.wallet-image {
    margin-bottom: 10px;
}
.wallet-image img {
    width: 90px;
    height: 90px;
}
.wallet-round h6 {
    margin-bottom: 0;
}
.trans-flex {
    display: flex;
    align-items: center;
}
.transaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 9px 0px #00000040;
    border-radius: 30px 10px 10px 30px;
    background: #FFF0F0;
    margin-bottom: 20px;
    padding: 0;
    /* padding-right: 25px; */
}

.transtext h4 {
    font-size: 20px;
    color: #031A6B;
    margin-bottom: 5px;
}
.arrow-round i {
    font-size: 30px;
    color: red;
    z-index: 0;
    border: 2px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-round {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    position: relative;
    box-shadow: 0px 1px 6px 0px #00000080 inset;
}
.transtext h4 {
    margin-bottom: 0;
}
.transtext p {
    margin-bottom: 0;
}
.trans-number h2 {
    margin-bottom: 0;
    /* color: red; */
}
.transtext span {
    font-size: 16px;
}

.arrow-round.green i{
    color: #0A7303;
}
.arrow-round.green:before {
    background: #0A6F03;
    border-radius: 10px 0 0 10px;
    left: 0;
}
.paybg {
    height: 100vh;
}
.digit-sec.fund-sec {
    border-radius: 10px;
}
.fund-image {
    text-align: center;
}

.with-amount {
    background: #fff;
    color: #F6114A !important;
    border: 2px solid;
}
.with-amount h6 {
    color: #F6114A !important;
}
.modal-content.withdrawal-modal {
    padding: 25px 30px!important;
    border-radius: 8px;
    width: 1000px;
    text-align: center;
}
.payment-select {
    box-shadow: 0px 0px 7px 0px #f6114a7a;
    border-radius: 20px 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
    border: 2px solid #fff;
}
.text-deco {
    text-decoration: underline;
}
.payment-image p {
    color: #F6114A;
}
.payment-image input {
    color: #F6114A;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 1px;
}

/* Default circle with a grey border */
input[type="radio"]:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s ease;
}

/* Checked state with a red circle */
input[type="radio"]:checked {
    border-color: #027A75;
}

input[type="radio"]:checked:before {
    background: #027A75;
    margin: -0.2px;
}
.wdr-img {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.payment-select.selected {
    border: 2px solid red; /* Highlight the selected option */
    background-color: #f8f8f8; /* Light background for selected option */
}
.payment-bottom-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-paymt {
    width: 70px;
}
.modal-overlay {
    overflow: auto;
}
.sub-header.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.wallet-logo {
    position: relative;
}
img.pro-img {
    position: absolute;
    top: 25px;
    right: -20px;
    bottom: 0;
    width: 50px;
    background: #F6114A;
    border-radius: 50%;
    padding: 6px;
}
/* img.user-img {
    width: 100px;
} */
.profile .form-group label {
    color: #F6114A;
}
.profile .form-group input {
    border-radius: 10px 0;
    border: 2px solid #96AFAE;
}
.history-text-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 18px;
}
.history-text-item h5 {
    margin-bottom: 0;
    color: #F6114A;
}
.history-text-item i {
    font-size: 25px;
}
.history-list {
    display: flex;
    align-items: center;
    border: 2px solid #F6114A;
    border-radius: 10px 0;
    color: #F6114A;
    margin-bottom: 20px;
}
.history-onebox {
    background: #F6114A;
    padding: 7px;
    border-radius: 10px 0;
    margin-right: 20px;
}
.bidhistory-table table tr th {
    background: linear-gradient(180deg, #F6114A 0%, #900A2B 100%) !important;
}
.total-bid-text {
    display: flex;
    justify-content: space-between;
}
.payment-form .form-group {
    display: flex;
}
.payment-form .form-group label {
    width: 20%;
}
.payment-form .form-group input {
    border: 2px solid #F6114A;
    border-radius: 10px 0;
}   
.table-heading h5 {
    margin-bottom: 0;
    color: #fff;
}
.table-heading  {
    background: linear-gradient(180deg, #F6114A 0%, #900A2B 100%) !important;
    text-align: center;
    padding: 5px;
}

.chart-table table tr td {
    text-align: center;
}
.chart-table table thead th {
    /* background-color: #FBC23D !important; */
    color: #fff;
    border-color: #000;
    border-width: 2px;
    text-align: center;
    font-size: 20px;
    background: #0A807B;
}
.chart-table table thead th p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
.chart-table table tbody td {
    background-color: #fff !important;
}
.cart-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.game-list {
    background: linear-gradient(180deg, #900A2B 2.5%, #FF0342 53%, #900A2B 100%);
    padding: 10px 28px;
    border-radius: 15px 0;
    margin-bottom: 15px;
}
.game-text h5 {
    color: #fff;
    margin-bottom: 0;
}
.digit-sec.gamerate-sec {
    padding: 38px 100px !important;
}
.modal-content.contact-modal {
    width: 500px;
    border: 0px;
}
.color-white {
    color: #fff;
}
.contact-list {
    padding: 25px;
}
.contact-list .play-image {
    width: 13%;
    padding: 0;
    height: 50px;
}
.contact-list .play-title {
    width: 84%;
    text-align: left;
    padding-left: 42px;
}
.hoplay-list {
    padding-left: 0;
}
.howplay-item {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.howplay-item i {
    color: #F6114A;
    padding-right: 15px;
}
.time-top span {
    font-weight: 600;
    color: #F9F63C;
    /* padding-right: 25px; */
    font-size: 15px;
}
.modal-content.withdrawal-modal .modal-close-btn {
    color: #000;
}
.starline-sec {
    background: #fff;
    padding: 15px 0;
    padding-top: 100px;
}
.starline-right {
    text-align: right;
}
.starline-logo img {
    width: 110px;
}
.starline-logo {
   text-align: center;
}
.time-top.justify-content-center span {
    font-size: 22px;
}
section.main-bg-color {
    background: #F6114A;
    padding: 25px;
}

.login-image img {
    width: 140px;
}
.login-form h4 {
    display: inline-block;
    color: #000;
}
.login-form .form-group i {
    font-size: 25px;
    color: #787373;
}
.logo {
    display: none;
}
.login-form .form-group input {
    border: 0px;
    color: #000;
    border-radius: 0;
    background: transparent;
    padding: 10px 0;
}
.login-form .form-group input::placeholder {
    border: 0px;
    color: #787373;
}
.login-form .form-group {
    /* border-bottom: 2px solid #eee !important; */
    color: #000;
    background: #F8F4F4;
    border-radius: 30px;
    padding: 7px 30px;
}
.main-sec {
    background: #fff;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 26px;
}
.form-image img {
    height: 665px;
    width: 100%;
}

.otp.form-group input {
    border-color: #0A807B;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #0A807B;
    text-align: center;
    width: 80%;
    height: 50px;
    font-size: 30px;
    background: transparent;
}
.forgot-text {
    font-size: 16px;
}
.error-text {
    color: red;
  }

  /* styles.css */
.success-message {
    color: green;
  }
  
  .error-message {
    color: red;
  }
  
  .signbg-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    background-image: url(../images/rectrightbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 43%;
    height: 100%;
    z-index: -1;
}
.login-form {
    padding-top: 65px;
    text-align: left;
}
.bghight {
    height: 100vh;
    overflow: auto;
    position: relative;
}
.wallet {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.wallet-images a {
    color: #fff;
    font-size: 30px;
}
.btn-image i {
    width: 30px;
    height: 30px;
}

.btn-image i {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    /* border: 5px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 0px #00000040;
    box-shadow: 0px 0px 4px 0px #00000040 inset;
    z-index: 3;
    position: relative;
    background: linear-gradient(90deg, #FF4165 0%, #8B208B 100%);
    border-radius: 40px 0 0px 35px;
}
.top-btn h6 {
    color: #fff;
    margin-bottom: 0;
    background: linear-gradient(90deg, #FF4165 0%, #8B208B 100%);
    width: 200px;
    padding: 10px;
    margin-left: -4px;
    z-index: 0;
    box-shadow: 0px 0px 10px 0px #00000066 inset;
}


.wall-home {
    width: 45px;
    margin-right: 5px;
}
.top-btn {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 30px;
}
.btn-image img {
    width: 50px;
}
.bg-color-white {
    background: #fff;
    margin-bottom: 22px;
}
.section-single-digit {
    padding-top: 110px;
    position: relative;
    background: #ffffff57;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.time {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #FF4165 0%, #8B208B 100%);

}
.time h6 {
    margin-bottom: 0;
    color: #fff;
}
.session-cos h6 {
    /* color: #fff; */
    padding-right: 15px;
    margin-bottom: 0;
}

.digit-choose input[type="radio"]:checked {
    border-color: #FC7DB4;
    background: #FC7DB4;
    color: #FC7DB4;

}
.digit-form-group label {
    width: 20%;
    /* margin-right: 20px; */
    /* background: #FBC23D; */
    padding: 10px 5px;
    text-align: center;
    /* color: #000; */
    font-size: 16px;
    border-radius: 5px;
    color: #916666;
}
.form-control {
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #916666;
}
.digit-form-group h6 {
    width: 16%;
    margin-bottom: 0;
}
.digit-table {
/*    height: 85vh;*/
    position: relative;
    margin-bottom: 25px;
}
.digit-form-group {
    margin-bottom: 20px;
    display: flex;
}
.digit-box {
    max-width: 1038px;
    margin: auto;
}
.bg-white.p-3.rounded-lg {
    border-radius: 15px;
}
ul.main-bitlist {
    padding: 0;
}
.table-footer {
/*    position: fixed;*/
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 15px;
    box-shadow: 0px -3px 12px 0px #00000040;
}
.digit-form-group input {
    background: transparent;
    width: 100%;
    border-color: #FBC23D;
    color: #fff;
}
.digit-form-group .form-control:focus {
    color: #000;
    background-color: #FBC23D;
    border-color: #FBC23D;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.close-img {
    width: 22px;
}
.modal-footer {
    justify-content: space-between !important;
    box-shadow: 0 -2px 6px 0px #00000040;
    background: #16A5A0;
}
.modal-footer h6 {
    color: #fff;
    font-size: 30px;
}
button.btn.btn-submit-btn.withdrawal {
    background: radial-gradient(50% 50% at 50% 50%, #16A5A0 0%, #42F0E8 100%);
    box-shadow: 0px 0px 8px 0px #00000066;
}
.payment-modal .modal-content {
    background: #fff;
    width: 560px !important;
    z-index: 0;
    height: 80vh;
    overflow: auto;
    margin: auto;
}
.payment-modal .modal-dialog {
    max-width: 80% !important;
    margin: 1.75rem auto;
}
.payqr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-upi span {
    padding-left: 15px;
    font-size: 18px;
}
.qr-app {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
}
.qr-app img {
    width: 55px;
}
.qr-text p {
    text-decoration: underline;
}
.withdr-select {
    background: #FFE7AE;
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
}
.withdr-select p {
    text-decoration: underline;
}
.withdrawal.form-group {
    margin: 10px 35px;
}
.withdr-methed img {
    width: 60px;
    padding-right: 10px;
}
.withdr-methed span {
    font-size: 20px;
    color: #000;
}
.withd-label {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 35px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #00000040;
}
.withdr-methed {
    height: 50px;
}
.profile-sec {
    background: #fff;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prof-text {
    position: relative;
    top: -70px;
    color: #000;
    font-size: 45px;
    text-shadow: -2px -2px 0px white;
}

.bid-table.table-responsive table thead th {
    font-size: 14px;
    background: #000;
    color: #000;
    text-align: left;
    padding: 5px 10px;
    color: #fff;
}
.bid-table.table-responsive table tbody td {
    color: #fff !important;
    text-align: left;
    padding: 5px 10px;
    font-weight: 100;
    border-color: #fff !important;
}
.bid-table.table-responsive .table-bordered {
    border-width: 0 1px;
}
.bid-table.table-responsive .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #755656 !important;
}
.game-rate-item {
    background: linear-gradient(98.95deg, #E32987 0.88%, #8B208B 51.93%, #E32987 98.02%) !important;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}
.game-rate-item h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    padding: 10px 7px;
    border-radius: 10px 10px 0 0;
}
.game-rate-item p {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
/*    font-weight: 600;*/
}
.digit-sec.wallet-right-box.profile i {
    color: #96AFAE;
    font-size: 30px;
}
.form-group.custom-select-wrapper:after {
    top: 55% !important;
}








/* ---------------------------------------------- */
 
 
.nav-icon-5 span:nth-child(1){
	top:0px;
	left: 0px;
  }
  .nav-icon-5 span:nth-child(2){
	top:13px;
	left: 0px;
	opacity:1;
  }
  .nav-icon-5 span:nth-child(3){
	bottom:0px;
	left: 0px;
  }
  .nav-icon-5:not(.open):hover span:nth-child(1){
	transform: rotate(-3deg) scaleY(1.1);
  }
  .nav-icon-5:not(.open):hover span:nth-child(2){
	transform: rotate(3deg) scaleY(1.1);
  }
  .nav-icon-5:not(.open):hover span:nth-child(3){
	transform: rotate(-4deg) scaleY(1.1);
  }
  .nav-icon-5.open span:nth-child(1){
	transform: rotate(45deg);
	top: 13px;
  }
  .nav-icon-5.open span:nth-child(2){
	opacity:0;
  }
  .nav-icon-5.open span:nth-child(3){
	transform: rotate(-45deg);
	top: 13px;
  }
  .main-sec.otp:before {
    display: none;
}
.hamburger-menu span:nth-child(1) {
    width: 35px;
    margin-left: auto;
}
.hamburger-menu span:nth-child(2) {
    width: 25px;
    margin-left: 4px;
}
.hamburger-menu span:nth-child(3) {
    width: 35px;
    margin-bottom: 0;
}


  .login-useritem {
    display: flex;
    align-items: center;
}

.otp-title h4 {
    color: #0A807B;
}
.w-40 {
    width: 45%;
}
.otp-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.btn.btn-submit-btn.resend {
    color: #fff;
    padding: 8px 26px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid;
    color: #0A807B;
    background: transparent;
}

.w-30 {
    width: 30%;
}
.btn-submit-btn.add {
    background: conic-gradient(from 90deg at 50% 50%, #16A5A0 0deg, #3CC3BD 360deg);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px 1px #FFFFFF;
}
h4.form.group.my-5 {
    display: flex;
    align-items: center;
}
h4.form.group label {
    color: #000;
}
h4.form.group input {
    background: #EEDEDE;
    border: 0;
}
/*.play-image img {
    width: 50%;
}*/
.login-useritem {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
}
.qr-image {
    text-align: center;
}
.qr-text p {
    font-size: 24px;
}
.qr-text {
    text-align: center;
    margin-bottom: 25px;
}
.qrapp-image {
    text-align: center;
    width: 75px;
    height: 75px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.qr-text h6 {
    padding-top: 15px;
    margin-bottom: 10px;
}
.form-group label {
    color: #000;
    /* width: 20%; */
}
.form-group.pay-data {
    display: block;
}
.form-group.pay-data label {
    width: 100%;
}
.form-control {
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid #916666;
    background: #fff;
     padding: 10px .75rem;
}

.form-group.pay-data label {
    color: #000;
    font-weight: 600;
}
.form-group.pay-data input {
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #00000040;
    border: 2px solid #fff;
}
.bid-list {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid;
}
.bid-box {
    border: 2px solid #EF3887;
    border-radius: 10px;
    margin-bottom: 20px;
}
.bid-header {
    background: #EF3887;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    border-radius: 10px 10px 0 0;
}
.bid-header h5 {
    margin-bottom: 0;
    color: #fff;
}
.bid-body {
    background: #FFEEF5;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.bid-list {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #E1C5C5;
    padding: 10px 10px;
}
.bid-item p {
    margin-bottom: 0;
}
.bid-perra p {
    margin-bottom: 0;
    padding: 10px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(50% 50% at 50% 50%, #FF4165 0%, #8B208B 100%);
    border-radius: 8px;
    padding-top: 10px;
    height: 100vh;
}
.how-bg {
    position: relative;
}

.how-bg {
    margin-bottom: 25px;
    
}
.how-bg img {
	width: 200px;
}
.contact-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.contact-header h5 {
    background: #EB0669;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 0;
}
.contact-item h5 {
    font-size: 25px;
    padding-left: 45px;
    margin-bottom: 0;
}
.contact-item {
    display: flex;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 15px;
    margin: 20px 25px;
    border-radius: 10px;
}
.contact-body {
    padding: 20px 0;
}
.bid-table.table-responsive table tbody td span {
    color: #FBF317 !important;
}
.close-btn-color-red{
/*    background: linear-gradient(114.62deg, #FF0000 13.2%, #9D0505 92.29%);*/
background: linear-gradient(180deg, #FFB3B3 1.5%, #FF1010 20.5%, #800303 48%, #FB1010 92%);

}
.play-btn-color-green{
/*    background: linear-gradient(114.62deg, #05C52F 13.2%, #017A1B 92.29%);*/
    background: linear-gradient(180deg, #C8FFBA 1.5%, #42FF31 20.5%, #0C7402 48%, #42FF31 92%);

}
.color-red{
    background: #DC2408;
    color: #fff;
}
.color-green{
    background: #188B04;
    color: #fff;
}


.msg-box-center {
    position: fixed;
    left: 35%;
    z-index: 99999;
    top: 58%;
    background: red;
    color: #fff !important;
    width: 30%;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}
.msg-box-green {
    position: fixed;
    left: 35%;
    z-index: 99999;
    top: 58%;
    background: green;
    color: #fff !important;
    width: 30%;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
}  
.color-text-red{
    color: red;
}

.color-text-green{
    color: green;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 15px;
    color: #dc3545;
}
.login-form .form-group {
	display: block;
	text-align: left;
}
.offcanvas-header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff !important;
    border: 1px solid red;
    border-radius: 50%;
    opacity: 1;
}
.digitpoint-box .form-group {
    display: block;
    width: 100%;
    border: 2px solid #D3C9C9;
}
.custom-select-wrapper {
    position: relative;
    width: 15%;
    margin-left: 35px;
    background: #FF4165;
    border-radius: 10px;
}

.digit-choose {
    font-size: 16px;
    padding-right: 40px; /* Make space for custom arrow */
    cursor: pointer;
}
select.digit-choose {
    background: red;
     width: 100%;
     appearance: none;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    text-align: center;
    padding: 5px;
     border-radius: 5px;
    border: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

/* Custom arrow */

.custom-select-wrapper::after {
    content: '\25BC';
    position: absolute;
    top: 52%;
    right: 11px;
    transform: translateY(-50%);
    font-size: 25px;
    /* color: #333; */
    pointer-events: none;
    color: #CCBEBE;
}
.digitpoint-box {
    margin: 0 30px;
}

table thead th {
    font-size: 18px !important;
}
table thead th:last-child, table tbody td:last-child {
    text-align: right;
}
.wallet-images i {
    font-size: 35px;
    color: #fff;
}
label.point-label {
    width: 20%;
}
span#errorac_amount1 {
    font-size: 16px;
}
.add-payment-img {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.payment-image img {
    width: 70px;
}
.payment-image {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px 50px 0 0;
    margin-bottom: 10px;
    border: 2px solid #FF4165;
    box-shadow: 0px -6px 12px -3px #FF0270;
}
.logo {
    width: 150px;
}
.form-control:focus {
    box-shadow: none;
}
.point-box {
    border: 2px solid #FF4165;
    display: inline-flex;
    gap: 10px;
    text-align: center;
    border-radius: 10px;
}
.point-title {
    padding: 10px;
    border-right: 2px solid #FF4165;
}
.point-title h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.point-box .form-group {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 0px solid #fff;
}
.btn-add {
    display: block;
    border: 3px solid #FF4165;
    border-radius: 30px;
    padding: 10px;
    color: #FF4165;
    font-size: 22px;
    font-weight: 600;
}
table th, table td {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid !important;
    border-right: 0 !important;
    border: 2px solid #000 !important;
}
#totalBids {
    color: #FF4165;
}
#totalBidsAmount  {
    color: #FF4165;
}
ul.main-bitlist {
    /* padding: 0; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}

.trans-number {
    box-shadow: 0px 1px 8px 0px #00000080 inset;
    background: #fff;
    padding: 14px 20px;
    border-radius: 10px;
}
