html,
body { height: 100%; }

* { box-sizing: border-box; }

body { background-color: #f8f8f8; }

body,
div,
h1,
form,
input,
p { padding: 0; margin: 0; outline: none; font-family: Roboto, Arial, sans-serif; font-size: 16px; color: #666;
}
.btn.focus, .btn:focus { box-shadow: none; }
h1 { padding: 10px 0; font-size: 32px; font-weight: 300; text-align: center; }

p { font-size: 14px; }

hr { color: #a9a9a9; opacity: 0.3; }

.block75 { width: 60%; }
.block25 { width: 40%; }

.overlay { display: flex; flex-flow: row wrap; min-height: calc(100vh - 109px); padding: 40px 0; align-items: center; background: url(../images/sportsbg.jpg) no-repeat center center; background-size: cover; }

.main-block { margin: 0 auto; }
.main-block-inner { padding: 30px 15px; }

form { width: 100%; margin: 0 0px; }
form { border-radius: 5px; }
form label { font-size: 14px; color: #333; float: left; width: 100%; min-height: 20px; font-weight: 700; text-transform: uppercase; }
.account-type, .gender { margin: 15px 0; }
.tbl-form { margin: 0; padding: 0 0px; display: flex; flex-flow: row wrap; }

.tbl-form li { padding: 0 5px; margin: 0 0 15px; }
.tbl-form li.col-1 { width: 100%; }
.tbl-form li.col-3 { width: 33.33%; }

label#icon { margin: 0; border-radius: 5px 0 0 5px; }
.sdbr-hdr { margin-bottom: 30px; }

.sdbr-hdr h1 { background-color: #e01f23; font-size: 22px; font-weight: 700; color: #fff; padding: 20px; text-transform: uppercase; }

/*FILE UPLOAD=================================================================*/
div.mx-file-upload { float: left; min-width: 100px; width: 100%; padding: 4px; background-color: rgba(0, 0, 0, 0.05); border: 1px solid #c5c5c5; }
div.mx-file-upload div.drop { float: right; width: 60px; height: 60px; text-align: center; vertical-align: middle; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; }
div.mx-file-upload div.drop a { float: left; width: 100%; height: 100%; color: transparent; line-height: 14px; padding: 4px; cursor: pointer; background-image: url(../images/upload.png); background-repeat: no-repeat; background-size: 26px; background-position: center center; background-color: #cfd3d6; }
div.mx-file-upload div.drop input { display: none; }
div.mx-file-upload ul { float: left; height: 100%; width: calc(100% - 64px); }
div.mx-file-upload ul li { float: left; width: 60px; height: 60px; margin: 0px 6px 8px 0px; padding: 0; position: relative; }
div.mx-file-upload ul li:last-child { margin-bottom: 0; }
div.mx-file-upload ul li a { float: left; width: 100%; height: 58px; overflow: hidden; text-align: center; background-repeat: no-repeat; background-position: center; background-size: 100%; }
div.mx-file-upload ul li img { max-height: 100%; }
div.mx-file-upload ul li a.del { background-image: none; }
div.mx-file-upload ul li a { display: flex; justify-content: center; align-items: center; background-image: url(../images/ico-default.png); background-size: 65%; }
div.mx-file-upload ul li a[ext="xlsx"] { background-image: url(../images/ico-excel.png); }
div.mx-file-upload ul li a[ext="docx"] { background-image: url(../images/ico-doc.png); }
div.mx-file-upload ul li a[ext="pdf"] { background-image: url(../images/ico-pdf.png); }
div.mx-file-upload ul li a[ext="pptx"] { background-image: url(../images/ico-ppt.png); }
div.mx-file-upload ul li a[ext="csv"] { background-image: url(../images/ico-csv.png); }
div.mx-file-upload ul li a[ext="zip"] { background-image: url(../images/ico-zip.png); }
div.mx-file-upload ul li a[ext="rar"] { background-image: url(../images/ico-rar.png); }

div.mx-file-upload ul li a[ext="xlsx"] img,
div.mx-file-upload ul li a[ext="docx"] img,
div.mx-file-upload ul li a[ext="pdf"] img,
div.mx-file-upload ul li a[ext="pptx"] img,
div.mx-file-upload ul li a[ext="csv"] img,
div.mx-file-upload ul li a[ext="zip"] img,
div.mx-file-upload ul li a[ext="rar"] img { display: none; }

div.mx-file-upload ul li a[ext="jpg"],
div.mx-file-upload ul li a[ext="jpeg"],
div.mx-file-upload ul li a[ext="png"] { background-image: none; padding: 3px; }

div.mx-file-upload ul li:hover a.del { display: block; }
div.mx-file-upload ul li a.no-img { height: 100%; background-image: url(../images/no-file.png); background-size: cover; line-height: 200px; overflow: hidden; }

table td div.mx-file-upload ul li { width: 40px; height: 40px; }
table td div.mx-file-upload ul li a { width: 100%; height: 38px; }
table td div.mx-file-upload div.drop { width: 40px; height: 40px; }
table td div.mx-file-upload div.drop a { background-size: 20px; }

label.radio { position: relative; display: inline-block; padding-top: 4px; margin-right: 20px; text-indent: 30px; overflow: visible; cursor: pointer; }
label.radio:before { content: ""; position: absolute; top: 2px; left: 0; width: 20px; height: 20px; border-radius: 50%; background: #1c87c9; }
label.radio:after { content: ""; position: absolute; width: 9px; height: 4px; top: 8px; left: 4px; border: 3px solid #fff; border-top: none; border-right: none; transform: rotate(-45deg); opacity: 0; }

input[type="radio"]:checked+label:after { opacity: 1; }

input[type="text"],
input[type="password"],
select { width: 100%; height: 36px; margin: 13px 0 0 0px; padding-left: 10px; border-radius: 5px; border: solid 1px #cbc9c9; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09); background: #fff; font-size: 14px; color: #666; }
input[type="password"] { margin-bottom: 15px; }

#icon { display: inline-block; padding: 9.3px 15px; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.09); background: #1c87c9; color: #fff; text-align: center; }
.btn-block { margin-top: 10px; text-align: center; }

button,
a.btn-save { background: #e01f23; color: #fff; text-decoration: none; width: 100%; }
a.btn-save { min-width: 140px; max-width: 200px; }
button:hover,
a.btn-save:hover { background: #e01f23; }


ul { list-style-type: none; }
ul li { margin-top: 10px; }

label span.info { font-size: 10px; font-weight: bold; }

p.e { color: red; }

/* Absolute Center Spinner */
.loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

/* Transparent Overlay */
.loading:before { content: ""; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
rgba(0, 0, 0, 0.8)); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) { /* hide "loading..." text */
font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.loading:not(:required):after { content: ""; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 150ms infinite linear; -moz-animation: spinner 150ms infinite linear; -ms-animation: spinner 150ms infinite linear; -o-animation: spinner 150ms infinite linear; animation: spinner 150ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; }

/* Animation */

@-webkit-keyframes spinner {
0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes spinner {
0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes spinner {
0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spinner {
0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

div.mx-file-upload ul li a[ext="pdf"] { background-image: url(../xadmin/images/ico-pdf.png); }

a.del:before { transform: rotate(45deg); }

a.del.rs:before,
a.del.rs:after { height: 9px; margin-left: -0.5px; margin-top: -4.5px; }

a.del:after { transform: rotate(-45deg); }

a.del:before,
a.del:after { width: 1px; height: 15px; margin-left: -0.5px; margin-top: -7.5px; }

a.del:before,
a.del:after,
a.add:before,
a.add:after { background-color: #ffffff; }

a.del.rl,
a.del.rs { border-radius: 100%; -webkit-border-radius: 100%; position: absolute; }

div.mx-file-upload ul li a { display: flex; justify-content: center; align-items: center; background-image: url(../xadmin/images/ico-default.png); background-size: 65%; float: left; width: 100%; height: 58px; overflow: hidden; background-position: center; text-align: center; }

a.del.rs { width: 15px; height: 15px; right: -7px; top: -7px; }

div.mx-file-upload ul li a.del { background-image: none; }

a.del { background-color: #777777; }
.theme-logo { display: flex; justify-content: center; background-color: #fff; border-bottom: 1px solid #e6e0e0; box-shadow: 0 0 80px 0px rgb(0 0 0 / 15%); }
.thank-you { height: 100vh; width: 100%; background-image: url('../images/Thank-you-bg.png'); background-size: cover; display: flex; justify-content: center; align-items: center; /* background-color: orange; */
padding: 10px; }
.thank-you-content { box-shadow: 0px 5px 24px 0px rgb(133 137 146 / 20%) !important; background-color: rgba(255, 255, 255, 0.3); border-radius: 10px; border: 3px solid #f00; }
.thank-you-content h1 { font-size: 50px; color: #fff; background-color: #f00; }
.thank-you-content p { font-size: 22px; color: #000; padding: 20px; }
.thank-you-content p a { color: #000; text-decoration: underline; font-weight: 700; }
.thank-you-content p a:hover { color: #f00; }

/*PROGRESS BAR====================================================*/
div#mxloader { display: none; position: fixed; width: 100%; height: 100%; overflow: auto; overflow-y: auto; scrollbar-width: thin; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 10012; background-color: rgba(0, 0, 0, .85); }
div#mxloader { display: block; }
div#mxmsg { display: none; min-height: 30px; min-width: 100%; padding: 10px; text-align: center; vertical-align: middle; font-size: 2.0rem; color: #e64446; background-color: #222222; }
div#mxmsg { background-color: rgba(255, 255, 255, .9); }
div.progress { display: block; width: 100%; height: 1px; margin: 0; padding: 0; position: absolute; top: 50%; background: #e64446; }
div.progress span { float: left; height: 1px; width: 0%; background-color: #dc0000; }
.spinner div { position: absolute; width: 100px; height: 100px; background-size: cover; background-color: rgb(235 228 228 / 90%); background-image: url(../uploads/setting/lightlogo.png); background-repeat: no-repeat; box-shadow: inset 0 0 20px rgba(220, 0, 0, 0.4); font-size: 1.8rem; line-height: 1.8rem; text-align: right; vertical-align: top; color: #dc0000; padding: 3px; }
.spinner .f1 { -webkit-transform: translateZ(50px); -ms-transform: translateZ(50px); transform: translateZ(50px); }
.spinner .f2 { -webkit-transform: rotateY(90deg) translateZ(50px); -ms-transform: rotateY(90deg) translateZ(50px); transform: rotateY(90deg) translateZ(50px); }
.spinner .f3 { -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(50px); -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(50px); transform: rotateY(90deg) rotateX(90deg) translateZ(50px); }
.spinner .f4 { -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px); -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px); transform: rotateY(180deg) rotateZ(90deg) translateZ(50px); }
.spinner .f5 { -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px); -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px); transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px); }
.spinner .f6 { -webkit-transform: rotateX(-90deg) translateZ(50px); -ms-transform: rotateX(-90deg) translateZ(50px); transform: rotateX(-90deg) translateZ(50px); }
.spinner { -webkit-animation: spincube 8s ease-in-out infinite; animation: spincube 8s ease-in-out infinite; -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: 50px 50px 0; -ms-transform-origin: 50px 50px 0; transform-origin: 50px 50px 0; position: absolute; left: 50%; top: 50%; margin-top: -150px; margin-left: -50px; }

@-webkit-keyframes spincube { 16% { -webkit-transform: rotateY(-90deg); }
33% { -webkit-transform: rotateY(-90deg) rotateZ(90deg); }
50% { -webkit-transform: rotateY(180deg) rotateZ(90deg); }
66% { -webkit-transform: rotateY(90deg) rotateX(90deg); }
83% { -webkit-transform: rotateX(90deg); }
}

@keyframes spincube { 16% { -ms-transform: rotateY(-90deg); transform: rotateY(-90deg); }
33% { -ms-transform: rotateY(-90deg) rotateZ(90deg); transform: rotateY(-90deg) rotateZ(90deg); }
50% { -ms-transform: rotateY(180deg) rotateZ(90deg); transform: rotateY(180deg) rotateZ(90deg); }
66% { -ms-transform: rotateY(90deg) rotateX(90deg); transform: rotateY(90deg) rotateX(90deg); }
83% { -ms-transform: rotateX(90deg); transform: rotateX(90deg); }
}

@media only screen and (max-width: 768px) {
[class*="col-"] { width: 100% !important; }
}

div.mx-file-upload ul { float: left; height: 100%; width: calc(100% - 64px); }

em { color: #FF0000; }

::placeholder { color: rgb(173, 168, 168); opacity: 1; }
:-ms-input-placeholder { color: rgb(173, 168, 168); }
::-ms-input-placeholder { color: rgb(173, 168, 168); }

a.add,
a.del { background-color: #e01f23; display: inline-block; width: 25px; height: 25px; position: relative; vertical-align: middle; }
a.del { background-color: #e01f23; }
a.add:before { width: 15px; height: 1px; margin-top: -1px; margin-left: -7.5px; }
a.add:after { width: 1px; height: 15px; margin-top: -7.5px; margin-left: -1px; }

a.del:before,
a.del:after,
a.add:before,
a.add:after { content: ""; position: absolute; left: 50%; top: 50%; transition: all ease-in-out 0.3s; }

/* mxalert */
div.mxdialog { display: none; position: fixed; width: 100%; height: 100%; overflow: auto; overflow-y: auto; scrollbar-width: thin; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 10011; background-color: rgba(0, 0, 0, 0.85); }
div.mxdialog div.body { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; max-height: 90%; padding: 0; position: relative; min-width: 300px; max-width: 60%; background-color: #e5e5e5; }
div.mxdialog h2 { background: #cccccc; padding: 8px; margin: 0; color: #e64446 !important; font-size: 1.6rem; font-weight: 500; text-transform: uppercase; }
div.mxdialog div.content { float: left; width: 100%; margin: 0px; padding: 16px; max-height: 75vh; overflow: auto; overflow-y: auto; scrollbar-width: thin; font-size: 1.4rem; line-height: 1.8rem; }

h2,
h3,
h4,
h5,
h6 { float: left; width: 100%; font-weight: 300; }
.mxdialog a.del { right: 5px; top: 5px; position: absolute; }
.info-table { width: 100%; margin-bottom: 30px; }
.info-table th,
.info-table td { text-align: left; /* padding: 3px; */
}
.tbl-list th { background-color: #EEE; }
.tbl-list { margin-bottom: 30px; border: 1px solid #ccc; }

/* ==========Tanvir NEW CSS ADD============ */

/* ------------Header CSS----------- */
.bg-white { background-color: #fff; }
.theme-logo a { margin: 15px 0px; }
.shadow { background: rgba(255, 255, 255); box-shadow: 0px 5px 24px 0px rgb(133 137 146 / 20%) !important; border-radius: 12px; backdrop-filter: blur(8px); overflow: hidden; }
.cart-title { background-color: #e01f23; font-size: 22px; font-weight: 700; color: #fff; padding: 20px; text-transform: uppercase; }
.main-btn { display: inline-flex; flex-flow: row wrap; align-items: center; justify-content: center; width: auto; background: #e01f23; font-size: 16px; font-weight: 600; color: #fff; padding: 10px 15px; transition: all 300ms ease-out; }
.main-btn:hover { background: #e01f23; color: #fff; }


.btn-back { background: #e01f23; font-size: 16px; font-weight: 600; color: #fff; padding: 15px 30px; transition: all 300ms ease-out; text-decoration: none; max-width: 140px; display: inline-flex; }
.btn-back:hover { background: #e01f23; color: #fff; text-decoration: none; }

.sdbr-hdr { position: relative; }
.sdbr-hdr .btn-back { background: #111; position: absolute; left: 0; height: 100%; flex-flow: row wrap; align-items: center; }

.login-form li { width: 100%; }
.game-page-section .info-table { width: 100%; margin: 30px 0 10px; }
.login-form input,
.login-form select { height: 48px; padding: 15px; border: 1px solid #ccc; border-radius: 0px; width: 100%; margin: 0px; }
.game-etails-btn-box .main-btn { width: 180px; margin-right: 10px; padding: 10px; }
.action-btn-box { display: flex; justify-content: center; }
.action-btn-box .main-btn { width: 80px; padding: 7px; font-size: 12px;
margin-right: 5px; }
.game-info-box h3 { font-weight: 500; font-size: 24px; margin-top: 10px; color: #000; margin-bottom: 10px; }
.add-game-page .tbl-list th { background-color: #EEE; font-size: 14px; }
.game-title-2 { font-weight: 500; font-size: 24px; margin-top: 10px; color: #000; margin-bottom: 10px; }
/* ============Tanvir New CSS Changes================= */

.add-game-form-3 { padding: 1.5rem !important; }

th.select-age.under-checkbox-2 { width: 120px; }
.under-checkbox-2 ul.mx-list { padding: 0px; width: 100%; padding-top: 8px; }
.under-checkbox-2 i.chk { width: 120px; display: inline-block; }
.add-game-table input,
.add-game-table select { width: unset !important; }
.under-checkbox-2 input { height: 20px !important; width: 20px !important; float: left; margin-right: 10px; }
.tbl-add-btn { width: 10px; border: 1px solid red; padding: 10px; color: black !important; background: none !important; font-weight: normal !important; }
.under-checkbox-2 i.chk { display: flex; flex-flow: row-reverse wrap; justify-content: flex-end; width: 100%; }
.under-checkbox-2 i.chk span { flex: 1; }
/* ============= */

/*----------Responsive Css Start----------*/

@media only screen and (max-width :1199px) {}

@media only screen and (min-width: 1025px) and (max-width :1199px) {}

@media only screen and (min-width: 768px) and (max-width :1024px) {}

@media only screen and (max-width: 767px) {
.game-page-section .info-table { margin: 30px 0; }
.game-etails-btn-box { justify-content: center; display: flex; }
.shadow.bg-white.card-box.login-form.game-page-section .cta-wrap { text-align: center; }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .game-etails-btn-box .main-btn { width: 108px; margin: 5px; padding: 10px 5px; font-size: 12px; }

    .game-page-section thead { display: none; }
    .game-page-section tr { display: block; width: 100%; }
    .game-page-section tr td { display: flex; flex-flow: row wrap; width: 100%; }
    .game-page-section tr td a.del { margin: 0; }

    .add-game-info td::before { content: ''; display: inline-block; width: 80px; }
    .add-game-info td:nth-child(1)::before { content: 'Name'; }
    .add-game-info td:nth-child(2)::before { content: 'DOB'; }
    .add-game-info td:nth-child(3)::before { content: 'Gender'; }
    .add-game-info td:nth-child(4)::before { content: 'Age'; }

    .add-game-table td::before { content: ''; display: inline-flex; align-items: center; width: 100px; }
    .add-game-table td:nth-child(1)::before { content: 'Game'; }
    .add-game-table td:nth-child(2)::before { content: 'Game Category'; }
    .add-game-table td:nth-child(3)::before { content: 'Age Group'; }
    .add-game-table td:nth-child(4)::before { content: 'Fee'; }
    .add-game-table td:nth-child(5)::before { content: 'Late Fee'; }
    .add-game-table td:nth-child(6)::before { content: 'Total Fee'; }

    .game-page-section tr td .select-box,
    .game-page-section tr td select,
    .game-page-section tr td input,
    .game-page-section tr td ul.mx-list { display: flex; flex: 1; width: calc(100% - 100px) !important; font-size: 14px; }
}
@media only screen and (max-width: 420px) {
    .main-btn { font-size: 14px; }
    .btn-back { font-size: 14px; }
    .sdbr-hdr h1 { padding: 15px 20px; font-size: 18px; padding-left: 120px; }
    .add-game-table td::before { font-size: 14px; width: 80px; }
}
.btn-forward {
    background: #FCCF00;
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 21px 30px;
    text-decoration: none;
    max-width: 140px;
}
span.info{
    font-size: 13px;
    font-style: italic;
    padding-left: 10px;
}