@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

body {
	font-family: "Poppins", sans-serif;
	background: #141114;
	background: url(../images/bg-image.jpg);
	background-size: cover;
	background-position: top center;
	font-size: 0.95rem;
}

header {
	background: #231a2b;
	box-shadow: 0px 1px 22px #000000;
}

.logo img {
	width: 75px;
	border-radius: 5px;
}

.form-control,
.form-select {
	border: 2px solid #26202b;
	background: #131013;
	border-radius: 12px;
}

.dropdown-menu {
	background: #141414;
	padding: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
	background-color: #211e25;
}

.card {
	background: #211c25;
	border: 2px solid #26202b;
	border-radius: 13px;
	box-shadow: 5px 5px 15px #00000096;
}

.btn-primary {
	background: linear-gradient(45deg, #7f54b8, #452f62);
	color: #ffffff;
	font-weight: 500;
	border: 2px solid #cca6ff;
	border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:active {
	background: linear-gradient(45deg, #452f62, #7f54b8) !important;
	border: 2px solid #cca6ff !important;
}

.btn-secondary {
	/* background: linear-gradient(45deg, #c45324, #ff6b2f);
	border: 2px solid #ff6b2f; */
	background: linear-gradient(45deg, #ae2121, #f12e2e);
	border: 2px solid #f12e2e;
	color: #ffffff;
	font-weight: 500;
	border-radius: 50px;
}

.btn-secondary:hover,
.btn-secondary:active {
	/* background: linear-gradient(45deg, #ff6b2f, #c45324);
	border: 2px solid #ff6b2f; */
	background: linear-gradient(45deg, #f12e2e, #ae2121);
	border: 2px solid #f12e2e;
}

.table-responsive-xl {
    border-radius: 13px;
    border: 2px solid #26202b;
    overflow: auto;
    max-height: 65vh;
    overflow: auto;
}
.table-responsive-xl::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #aaa;
    border-radius: 5px;
}
.table-responsive-xl::-webkit-scrollbar-thumb {
    background: #271d36 !important;
}

.table>:not(caption)>*>* {
	border-color: #332c3b;
	background: #211c25;
	background: linear-gradient(0deg, #131013, #18151e) !important;
	text-align: center;
	vertical-align: middle;
}

table.table {
	margin-bottom: 0;
}
table.table thead {
    position: sticky;
    top: 0;
    box-shadow: 5px 5px 15px #00000096;
}


.bal_col {
    color: #cca6ff;
    font-weight: 500;
}
.text-primary {
	color: #f12e2e !important;
}

table th {
	background: linear-gradient(0deg, #211c25, #2c2432) !important;
	padding: 1rem 0.5rem !important;
	color: #f12e2e !important;
	text-align: center;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
	background-color: #131013;
}

.form-control:focus,
.form-select:focus {
	background-color: #131013;
	border-color: #f12e2e;
	outline: 0;
	box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #131013 inset !important;
}

.right-tbl-bx {
	background: #211c25;
	border: 2px solid #26202b;
	border-radius: 13px;
	box-shadow: 5px 5px 15px #00000096;
	padding: 1rem;
}

.usr_details_list {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.9rem;
}

.usr_details_list .usr_dtls_txt {
	margin-left: 2px;
	color: #cca6ff;
	font-weight: 500;
}

.usr_details {
	margin-right: 10px;
	padding: 8px 10px;
	border: 2px solid #26202b;
	background: #131013;
	border-radius: 12px;
	line-height: 1.2;
}

.profile_icon img {
	background: #4f3a67;
	padding: 2px;
	border: 2px solid #131013;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.game_main_sec {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.game_box {
	width: 22%;
	background: #211c25;
	border: 2px solid #26202b;
	border-radius: 13px;
	box-shadow: 5px 5px 15px #00000096;
	border-radius: 13px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
}

.game_box>img {
	border-radius: 13px;
	width: 100%;
}

.game_box_cont {
	padding: 15px;
}

.play_btn{
	background: linear-gradient(45deg, #ae2121, #f12e2e);
	border: 2px solid #f12e2e;
	color: #ffffff;
	font-weight: 500;
	border-radius: 50px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
    display: block;
	width: 100%;
	white-space: nowrap;
	transition:0.3s;
}

.play_btn:hover {
	background: linear-gradient(45deg, #f12e2e,#ae2121);
	transition:0.3s;
	
}
.details_btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-right: 10px;
    width: 100%;
	white-space: nowrap;
	
}
.details_btn:hover {
	background: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
	
}
.game_box_cont {
    position: relative;
	overflow: hidden;
	min-height: 150px;
}

.game_details {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #211c25, transparent);
    padding: 15px;
    transition: 0.3s;
    transform: translate(0px, 100%);
    opacity: 0;
}
.game_box_cont.open .game_details {
	
    transition: 0.3s;
    transform: translate(0px, 0%);
	opacity:1;
}
.game_box_cont .game_title,.game_box_cont .game_text{
	opacity:1;
	transition: 0.3s;
}
.game_box_cont.open .game_title,.game_box_cont.open .game_text{
	opacity:0;
	transition: 0.3s;
}
.gm_spec span {
    color: #cca6ff;
    font-weight: 600;
}
.gamebx_btn_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 15px;
	    padding-top: 0;
}
.game_box_img {
	position: relative;
	overflow: hidden;
}
.game_text {
    margin-bottom: 0;
	font-size: 0.85rem;
	color: #ffffffba;
}
.game_title {
	font-size: 1.3rem;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 8px;
	color: #fff;
}
.game_box_img:after {
	content: "";
	position: absolute;
	height: 40px;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #211c25, transparent);
	width: 100%;
}

.game_box:hover .game_box_img img {
	transform: scale(1.05);
	transition: 0.3s;
}

.game_box_img img {
	transition: 0.3s;
	width: 100%;
}

.main-title {
	text-align: center;
	margin-bottom: 1.4rem;
	text-transform: uppercase;
	position:relative;
	font-size: 1.6rem;
    font-weight: 700;
}
.main-title:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 100px;
    max-width: 50%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #403647, transparent);
    left: 0;
    right: 0;
    margin: auto;
}
.error-text {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
	color:var(--bs-form-invalid-color);
}
.select_btn_mainsec {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.select_btn {
    padding: 7px 10px;
    border: 2px solid #26202b;
    background: #131013;
    border-radius: 5px;
    line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
    text-align: center;
}
.select_btn:hover {
    border: 2px solid #cca6ff;
}
.select_btn.active {
	background: linear-gradient(45deg, #7f54b8, #452f62);
    border: 2px solid #cca6ff;
}

.modal-content {
    background-color: #231a2b;
}

.modal-header {
    border-bottom: 1px solid #ffffff0a;
    text-align: center;
    justify-content: center;
}

.modal-title {
    width: 100%;
}
.dropdwn_btn{
	cursor:pointer;
	position:relative;
	text-transform:uppercase;
}
.dropdwn_btn::after {
    top: 1px !important;
    position: relative;
}

.swal2-title {
    font-size: 1rem;
    padding-top: 0;
}

.swal2-icon {
    margin: 0 auto;
    transform: scale(0.6)!important;
}

.swal2-styled.swal2-confirm {
    background: linear-gradient(45deg, #7f54b8, #452f62);
    color: #ffffff;
    font-weight: 500;
    border: 2px solid #cca6ff;
    border-radius: 50px;
	box-shadow: none !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:active {
	background: linear-gradient(45deg, #452f62, #7f54b8) !important;
	border: 2px solid #cca6ff !important;
}
.swal2-actions {
    margin-top: 10px;
}

.swal2-popup {
    padding-bottom: 10px;
}

@media screen and (max-width:991px) {
	.game_box {
		width: 30%;
	}
	.game_box_cont {
		min-height:160px;
	}
}

@media screen and (max-width:767px) {
	.game_box {
		width: 100%;
	}
.usr_dtls_title {
    display: none;
}
.usr_details {
    margin-right: 2px;
	padding: 8px 6px;
}
.usr_details_list {
    font-size: 0.8rem;
}
.game_box_cont {
        min-height: initial;
    }
	.game_details {
    font-size: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

.gm_spec {
    margin: 0 10px 10px 0;
}
}