@import url('../dist/bootstrap/css/bootstrap.min.css');
@import url('fonts.css');
:root { --primary-font: 'Poppins', sans-serif, Arial, Helvetica; --dark-gray: #1C2033; --dark-gray-1: #2B2C5D; --light-gray: #434656; --purple: #86E5FF; --indigo: #2B2C5D; }
body { background-color: var(--dark-gray); color: var(--bs-white); font-family: var(--primary-font); font-weight: 500; overflow-x: hidden; }
a { color: var(--bs-blue); }
a, a:hover { text-decoration: none; }
a:focus { outline: none; }
*:focus { outline: none; }
button:active, button:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }
.img-responsive, .navbar-brand > img { display: inline-block; }
img { display: inline-block; height: auto; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--purple); font-family: var(--secondary-font); font-weight: bold; text-transform: capitalize; }
h2 { font-size: 20px; text-decoration: underline; }
p, li { color: var(--bs-white); font: 500 14px/1.5 var(--primary-font); overflow-wrap: break-word; word-wrap: break-word; }
.clearfix { clear: both; margin: 0px; padding: 0px; }

.wrapper { clear: both; height: 100%; overflow: hidden; width: 100%; }
.wrapper video { height: 100%; object-fit: cover; opacity: 25%; width: 100vw; }

.cover-container { overflow-y: auto; left: 0; position: absolute; top: 0; z-index: 1; }
.cover-container::-webkit-scrollbar { display: none; }
.cover-container .container { max-width: 860px; }

.main { display: flex; align-items: center; height: 100%; justify-content: center; min-height: 80vh; }
.signin { max-width: 386px; padding: 1rem; width: 100%; }
.signin .form-control { border-color: var(--purple); border-radius: 0px; }
.signin .btn-primary { border-color: var(--purple); border-radius: 0px; box-shadow: inherit; width: 100%; }

.form-control, .form-select { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 0px; font-size: 16px; font-weight: 300; color: var(--purple); text-align: center; }
.form-control:focus, .form-select:focus { background-color: var(--dark-gray); box-shadow: inherit; color: var(--purple); }
.form-control::placeholder { color: var(--purple); opacity: 66%; }
.form-select { background-image: url("../images/arw.png"); background-position: 95% center; background-size: 12px; }

.btn-primary { background-color: var(--dark-gray); border: 2px solid var(--purple); box-shadow: 1px 3px 6px rgba(252, 252, 252, 33%); color: var(--bs-white); font-size: 16px; font-weight: 300; color: var(--bs-white); text-align: center; text-transform: capitalize; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--purple) !important; border: 2px solid var(--purple) !important; box-shadow: 1px 3px 6px rgba(252, 252, 252, 33%) !important; color: var(--bs-white) !important; }

footer { background-color: var(--dark-gray); color: var(--bs-white); font-size: 12px; padding: 15px 0px; text-transform: uppercase; width: 100%; }
footer img { max-width: 110px; }

.load { background-color: var(--light-gray); clear: both; height: 100%; min-height: 100vh; width: 100%; }

.navbar { background: rgb(28,32,51); background: linear-gradient(180deg, rgba(28,32,51,1) 0%, rgba(28,32,51,0.78) 75%, rgba(28,32,51,0.71) 100%); box-shadow: 2px 4px 8px rgba(134, 229, 255,40%); padding: 0px; }
.navbar-brand { max-width: 95px; }
.navbar .navbar-nav .nav-link { color: var(--bs-white); font-size: 16px; font-weight: 700; margin: 0px 1em; text-transform: capitalize; }
.navbar-nav .nav-link:hover { color: var(--purple); }
.navbar-nav .nav-link.active { color: var(--purple); }
.navbar .d-flex { align-items: center; }
.navbar .d-flex .dis { color: var(--bs-white); font-size: 16px; font-weight: 700; margin: 0px 4px; text-transform: capitalize; }
.navbar .d-flex .code { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 10px; font-weight: 300; display: inline-block; padding: 2px 20px; }
.navbar .d-flex a { color: var(--bs-white); }
.lang { font-size: 16px; font-weight: 600; }
.lang u { font-weight: 400; }

.dropdown-menu { background-color: var(--dark-gray); box-shadow: 2px 4px 8px rgba(252, 252, 252, 33%); }
.dropdown-item { color: var(--bs-white); font-size: 14px; }
.dropdown-item:hover, .dropdown-item:focus { background-color: rgba(255, 255, 255, 20%); color: var(--bs-white); }

.container-fluid { max-width: 90%; }

.offcanvas { background-color: var(--indigo); display: none; overflow-y: auto; }
.offcanvas.offcanvas-end { width: 227px; }
.offcanvas-header .btn-close { background: url("../images/hamberger.png") no-repeat center; opacity: 1; }
.offcanvas-body .navbar-nav { margin-bottom: 45%; }
.offcanvas-body .navbar-nav .nav-link {color: var(--bs-white); font-size: 20px; font-weight: 700; margin: 0; text-transform: capitalize; }
.offcanvas-body .code { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 10px; color: var(--bs-white); font-size: 24px; font-weight: 500; display: inline-block; padding: 10px 20px; text-align: center; width: 100%; }
.offcanvas-body .btn-primary { background-color: var(--purple); box-shadow: inherit; color: var(--bs-white); font-size: 18px; font-weight: 600; text-transform: uppercase; width: 100%; }
.offcanvas .footer { text-align: center; width: 100%; }
.offcanvas .footer p { font-size: 10px; text-align: center; }

.navigation { background-color: var(--indigo); bottom: 0; display: none; padding: 12px 12px; position: absolute; right: 0; left: 0; text-align: center; width: 100%; z-index: 1; }
.navigation figure { display: inline-block; height: 40px; margin-bottom: 10px; width: 40px; }
.navigation figure svg { fill: var(--bs-white); width: 100%; transition: all ease-in-out 0.5s; }
.navigation h4 { color: var(--bs-white); font-size: 8px; margin: 0; transition: all ease-in-out 0.5s; }
.navigation .col { flex-basis: 0; }
.navigation .col:hover svg, .navigation .col:focus h4 { color: var(--purple); fill: var(--purple); transition: all ease-in-out 0.5s; }
.navigation .col:hover svg, .navigation .col:hover h4 { color: var(--purple); fill: var(--purple); transition: all ease-in-out 0.5s; }
.navigation .col.active svg, .navigation .col.active h4 { color: var(--purple); fill: var(--purple); }

.feature { clear: both; margin: 5% 0px 15px; width: 100%; }
.feature figure { display: inline-block; height: 55px; width: 60px; }
.feature figure svg { fill: var(--bs-white); width: 100%; transition: all ease-in-out 0.5s; }
.feature h4 { color: var(--bs-white); font-size: 16px; margin: 0; transition: all ease-in-out 0.5s; }
.feature .panel:hover svg, .feature .panel:hover h4 { color: var(--purple); fill: var(--purple); transition: all ease-in-out 0.5s; }

.panel { background-color: rgba(28, 32, 51, 0.7); border: 2px solid var(--purple); border-radius: 10px; box-shadow: 2px 4px 8px rgba(252, 252, 252, 33%); font-size: 14px; padding: 15px 15px; width: 100%; }
.panel h3 { color: var(--bs-white); font-size: 18px; font-weight: 600; }
.panel strong { font-weight: 600 }
.panel p { font-weight: 300; }
.panel .btn-primary { font-size: 14px; }
.panel .btn-sm { align-items: center; box-shadow: 2px 4px 8px rgba(252, 252, 252, 33%); font-size: 12px; padding: 0.2rem 0.2rem; }
.panel .btn-sm picture { background-color: var(--bs-white); border-radius: 5px; padding: 3px 3px; }
.panel .table tr td { background-color: var(--dark-gray); border: 0px; color: var(--bs-white); font-size: 16px; font-weight: 300; text-transform: uppercase; vertical-align: middle; }
.panel .table tr td strong { font-weight: 600; }

.countdown { clear: both; font-size: 14px; margin-bottom: 15px; max-width: 300px; }
.countdown span { border: 2px solid var(--purple); border-radius: 3px; box-shadow: 1px 3px 6px rgba(252, 252, 252, 33%); display: inline-block; padding: 0px 2px; text-align: center; width: 20px; }

.progress { background-color: var(--dark-gray-1); border: 2px solid var(--purple); border-radius: 15px; box-shadow: 1px 3px 6px rgba(252, 252, 252, 33%); height: 22px; }
.progress-bar { background-color: var(--purple); }
.pink { color: var(--purple); }
.red { color: var(--bs-red); }
.prog { font-size: 12px; font-weight: 300; }

.modal-content { background-color: var(--dark-gray); border-width: 2px; border-color: var(--purple); border-radius: 5px; box-shadow: 2px 4px 8px rgba(252, 252, 252, 33%); padding: 15px 12%; max-width: 420px; }
.modal-header { display: block; }
.modal-header .btn-close { background: url("../images/close.svg") no-repeat center / contain; border-radius: 100%; height: 40px; opacity: 1; position: absolute; right: 0; top: 0; margin: -60px -10px 0px 0px; width: 40px; }
.modal-header img { max-width: 160px; }
.modal-header { text-align: center; width: 100%; }
.modal-header .view { color: var(--purple); font-size: 16px; text-decoration: underline; }
.modal-body h3 { font-size: 20px; }
.modal-body p { color: var(--purple); font-size: 16px; font-weight: 700; }
.modal-body p span { font-weight: 300; }
.modal-body .btn-primary { font-size: 15px; }

.modal_withdraw .modal-content { padding: 15px 5px; max-width: 420px; }

.nav-justified { border-bottom: 4px solid rgba(255, 255, 255, 20%); }
.nav-justified .nav-item .nav-link { border: inherit; border-radius: 0px;; color: var(--bs-white); font-size: 18px; font-weight: 600; margin-bottom: -4px; padding: 0.5rem 0.5rem; text-transform: capitalize; }
.nav-justified .nav-link.active { background-color: transparent; border-bottom: 4px solid var(--purple); color: var(--purple); }

.tab-content h3 { font-size: 20px; }

.thead { clear: both; margin: 0px 0px; width: 100%; }
.tdata {  clear: both; margin: 10px 0px; width: 100%; }
.table { background-color: transparent; margin-bottom: 0rem; width: 100%; }
.thead .table tr th { background-color: transparent; border: 0px; color: var(--purple); font-size: 14px; font-weight: 500; text-decoration: underline; text-transform: uppercase; }
.tdata .table { border: 1px solid var(--purple); }
.tdata .table tr td { background-color: var(--dark-gray); border: 0px; color: var(--purple); font-size: 14px; font-weight: 500; text-transform: uppercase; }

.pagenation { clear: both; font-size: 14px; margin: 20px 0px 20px; width: 100%; }

.profile { clear: both; margin: 35px 0px; width: 100%; }
.profile h2 { margin-bottom: 15px; text-decoration: underline; }
.profile h3, .profile p { font-size: 16px; margin-bottom: 5px; }
.profile h3 {  font-weight: 600; }
.profile p {font-weight: 300; }
.avatar { position: relative; }
.avatar img { border: 1px solid var(--purple); border-radius: 100%; }
.avatar .upload, .avatar .flag { bottom: 0; position: absolute; right: 0; z-index: 1; }
.avatar .upload img, .avatar .flag img { border: inherit; border-radius: inherit; }

.prenxt {  color: var(--purple); font-size: 18px; clear: both; width: 100%; }
.prenxt a { color: var(--purple); font-size: 18px; margin-left: 15px; text-decoration: underline; text-transform: capitalize; }

.search { clear: both; margin: 15px 0px; position: relative; width: 100%; }
.search .form-control { border-radius: 5px; line-height: 38px; text-align: left; }
.search .btn { position: absolute; right: 0px; top: 5px; width: 58px; z-index: 1; }
.sub { margin-bottom: 15px; text-align: center; }
.sub h2 { text-transform: initial; }

.lists { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 10px; box-shadow: 2px 4px 8px rgba(252, 252, 252, 33%); color: var(--purple); font-size: 14px; font-weight: 600; margin-bottom: 18px; padding: 15px 15px; width: 100%; }
.lists span { color: var(--bs-white); }
.lists .view { background: rgb(215,78,255); background: radial-gradient(circle, rgba(134, 229, 255,1) 0%, rgba(44,17,52,1) 80%); border: 3px solid var(--purple); border-radius: 5px; color: var(--bs-white); font-size: 14px; font-weight: 600; display: block; height: 100px; text-align: center; text-decoration: underline; width: 100px; }
.lists .view img { display: inline-block; margin: 20px 0px 10px; }

.result { clear: both; margin: 35px 0px 15px; width: 100%; }
.result .col, .result .col-auto { flex-basis: 0; }
.result h2 { text-align: center; }
.result a { color: var(--purple); font-size: 18px; text-decoration: underline; text-transform: capitalize; }


/*-------------------
    Media Query
---------------------------*/

@media only screen and (max-width: 767px) {
    .col {flex-basis: auto;}
    .navbar-toggler-icon { background: url("../images/hamberger.png") no-repeat center; }
    .offcanvas { display: block; }
    .navbar-brand { max-width: 95px; }
    .container-fluid { max-width: 100%; }
    .container { margin-bottom: 60px; }
    .code { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 10px; font-size: 13px; font-weight: 300; padding: 2px 20px; }
    .codlan { position: absolute; right: 80px; }
    .dropdown-toggle::after { color: var(--bs-white); }
    .dropdown-menu[data-bs-popper] { left: inherit; }
    .dropdown-menu { background-color: var(--dark-gray); }
    .dropdown-item { color: var(--bs-white); font-size: 14px; }
    .dropdown-item:hover, .dropdown-item:focus { background-color: rgba(255, 255, 255, 20%); color: var(--bs-white); }
    .navigation { display: block;}
    .feature { display: none; }
    .nav-justified .nav-item .nav-link { font-size: 8px; font-weight: 500; }
    .black { background-color: rgba(0, 0, 0, 40%); clear: both; margin-bottom: 20px; padding: 12px 12px; width: 100%; }
    .tab-content h3 { font-size: 16px; text-align: center; }
    .total { text-align: center; width: 100%; }
    .total h3 { display: block; font-size: 30px; }
    .total h3 span { color: var(--bs-white); font-size: 16px; font-weight: 500; }
    .thead .table tr th, .tdata .table tr td { font-size: 8px; padding: 0.5rem 0.25rem; }
    .pagenation, .pagenation .btn { font-size: 12px; }
    .pagenation { padding-bottom: 40px; }
    .nospc { padding: 0px; }
    .panel span { color: var(--purple);}
    .panel h3, .panel p { font-size: 12px; }
    .read { color: var(--purple); font-size: 8px; text-decoration: underline; }
    .search .form-control { border-radius: 0; font-size: 14px; line-height: 28px; }
    .search .btn { top: 3px; width: 48px; }
    .sub h2 { font-size: 14px; }
    .lists { font-size: 10px; }
    .lists .view { border-radius: 10px; font-size: 8px; height: 68px; padding: 5px 12px; width: 68px; }
    .lists .view img { margin: 5px 0px; }
    .result h2 { color: var(--bs-white); text-align: left; }
    .result h2, .result a { font-size: 12px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler-icon { background: url("../images/hamberger.png") no-repeat center; }
    .offcanvas { display: block; }
    .navbar-brand { max-width: 95px; }
    .container-fluid { max-width: 100%; }
    .container { margin-bottom: 60px; }
    .code { background-color: var(--dark-gray); border: 2px solid var(--purple); border-radius: 10px; font-size: 13px; font-weight: 300; display: inline-block; padding: 2px 20px; }
    .codlan { position: absolute; right: 80px; }
    .dropdown-toggle::after { color: var(--bs-white); }
    .dropdown-menu[data-bs-popper] { left: inherit; }
    .dropdown-menu { background-color: var(--dark-gray); }
    .dropdown-item { color: var(--bs-white); font-size: 14px; }
    .dropdown-item:hover, .dropdown-item:focus { background-color: rgba(255, 255, 255, 20%); color: var(--bs-white); }
    .nav-justified .nav-item .nav-link { font-size: 16px; }
    .navigation { display: none; }
    .lists { font-size: 12px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { font-size: 12px; padding: 0px 0.25rem; }
    .navbar .d-flex, .navbar .d-flex .dis, .lang { font-size: 12px; }
    .navbar-brand { max-width: 75px; }
}

@media (min-width: 1600px) {
    h2 { font-size: 24px; }
    p { font-size: 16px; }
    .form-control, .form-select { font-size: 24px; }
    .form-select { background-size: inherit; }
    .btn-primary { font-size: 24px; }
    footer { font-size: 14px; }
    footer img { max-width: 128px; }
    .cover-container .container { max-width: 960px; }
    .navbar-brand { max-width: 129px; }
    .navbar .navbar-nav .nav-link { font-size: 20px; }
    .navbar .d-flex span { font-size: 20px; }
    .navbar .d-flex .code { font-size: 20px; }
    .container-fluid { max-width: 1740px; }
    .feature figure { height: 70px; width: 80px; }
    .feature h4 { font-size: 20px; }
    .panel, .countdown { font-size: 16px; }
    .panel h3 { font-size: 20px; }
    .panel .btn-primary { font-size: 16px; }
    .progress { height: 26px; }
    .modal-content { max-width: 640px; }
    .modal-header img { max-width: 260px; }    
    .modal-body h3 { font-size: 24px; }
    .modal-body p { color: var(--purple); font-size: 24px; font-weight: 700; }
    .modal-body .btn-primary { font-size: 20px; }
    .nav-justified, .nav-justified .nav-link.active { border-width: 7px; }
    .nav-justified .nav-item .nav-link { font-size: 24px; margin-bottom: -7px; }
    .tab-content h3 { font-size: 24px; }
    .thead .table tr th, .tdata .table tr td { font-size: 16px; }
    .pagenation { font-size: 24px; }
    .pagenation .btn { font-size: 18px; }
    .profile h3, .profile p{ font-size: 20px; }    
}

.btn-sm.btnCampaignClaim.btn-primary {
    border-radius: 10px;
    font-size: 12px;
}