
body{
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

::placeholder {
    color: #000;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 0px;
  }


/* Header */

.top-header {
    width: auto;
    height: 60px;
    background-color: #eaf6f8;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.page-content {
    /* margin-top: 60px; */
    margin-bottom: 60px;
    padding: 0.5rem;
}

.page-content ul{margin:0px; padding: 0px 0 0 15px;}

.top-header .navbar .nav-button a{
    font-size: 25px;
      color: #224e9a;
}

.top-header .navbar .top-right-menu a.nav-link{
    font-size: 16px;
    color: #212529;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 11px 5px;
    margin-left: 5px;
    box-shadow: 0px 0px 4px #eee;
}

.top-header .top-right-menu .cart-badge {
    /*position: absolute;
    top: 1px;
    right: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212529;*/
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    padding: 0 4px;
    color: #30ae00;
}

/* Searchbar */

.top-header .navbar .searchbar {
    display: none;
}

.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #dee2e6;
    z-index: 100;
    background-color: #ffffff;
    height: 65px;
    padding: 0 1.0rem;
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .full-search-bar .form-control {
    background-color: #f6f6f6;
    border-radius: 0.5rem;
    
}

.top-header .navbar .full-search-bar .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #212529;
}


.searchbar .search-icon {
    margin-left: 2rem !important;
}

.searchbar .search-close-icon {
    margin-right: 2rem !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #212529;
    border: 1px solid #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}


/* loader */

.loader-wrapper {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #212529;
}




/* footer */

.wrapper .page-footer {
    width: auto;
    height: 60px;
    background-color: #315b6b;
    /* padding-left: 1.0rem; */
    /* padding-right: 1.0rem; */
}

.wrapper .page-footer .navbar a.nav-link {
    color: #ffffff;
}


.wrapper .page-footer .navbar a.nav-link .icon {
   font-size: 20px;
}

.wrapper .page-footer .navbar a.nav-link .name {
    font-size: 9.5px;
 }


.wrapper .sidenav .offcanvas-header {
    height: auto;
}

.wrapper .sidenav .offcanvas {
    width: 300px;
}

/* Pag Content */

.category-img figure {
    margin: auto;
}

.category-img figcaption {
    font-size: 12px;
    color: #212529;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}


/* Utilities */

.bg-red {
    background-color: #ff2c2c !important;
}

.bg-green {
    background-color: #21ad61 !important;
}

.bg-purple {
    background-color: #723da6 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important
}

.bg-facebook {
    background-color: #3b5998 !important;
}

.bg-pinterest {
    background-color: #c8232c !important;
}

.bg-linkedin {
    background-color: #0072b1 !important;
}

.bg-apple {
    background-color: #000 !important;
}

.text-purple {
    color: #723da6 !important;
}
.text-orange {
    color: #ff822c !important;
}
.text-cyane {
    color: #00FFFF !important;
}
.text-brown {
    color: #ce5334 !important;
}
.text-ten {
    color: #5eff00 !important;
}
.text-pink {
    color: #ff006f !important;
}

.section-title {
    color: #212529;
    font-size: 18px;
}

.review-item .client-name {
    color: #212529;
    font-size: 14px;
}

.product-short-title {
    color: #212529;
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0!important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.btn-ecomm {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    z-index: 6;
    color:#fff;
    background: #315b6b !important;
    width: 100%;
    border: none;
}
span.corrency-section {
    left: 12px;
    font-size: 28px;
}

.filter-menu .nav-link {
    border-radius: 0;
    color: #363d46;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}

.filter-menu .nav-link.active {
    color: #1b222d;
    background-color: #ffffff;
}

.filter-content .product-number {
    color: #b7b7b7;
    margin-left: 7px;
}


/* Radio & Checkbox */

.form-check-input,
.form-check-input,
.form-check-label {
  cursor: pointer;
}

.product-number {
  color: #b7b7b7;
  margin-left: 7px;
}


.form-check-input:checked,
.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-check-input:focus,
.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}

.similar-products a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #212529;
    font-size: 16px;
    border-radius: 50%;
}

.h-90 {
    height: 90%!important;
}

.rounded-top-left-right-lg {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.offcanvas-footer {
    background-color: #ffffff;
}


/* Product Details */

.product-image-slider .slick-list {
   margin: 0 0;
}

.product-image-slider .slick-slide {
    margin: 0 0;
}


.product-image-slider .slick-dots {
    bottom: 0;
}

.share-product {
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
}

.share-product:hover {
    color: #212529;
} 

.product-image-slider .slick-dots li button:before {
    opacity: 1;
    color: white;
}

.product-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(0, 0, 0);
}


.product-image-slider .slick-prev, .product-image-slider .slick-next {
    font-size: 24px;
    color: #fff;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}

.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover,
.product-image-slider .slick-prev:focus, .product-image-slider .slick-next:focus {
    opacity: 1;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}


.product-image-slider .slick-prev {
    left: 0;
}

.product-image-slider .slick-next {
    right: 0;
}

.width-content {
    width: fit-content;
}

.size-chart div button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #222121;
    font-weight: 600;
    background-color: #ffffff;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-chart div button:hover, .size-chart div button:focus {
    color: #ffffff;
    border: 1px solid #212529;
    background-color: #212529;
}


.product-info .product-title {
    color: #222121;
}

.separator {
    display: flex;
    align-items: center;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.separator h3 {
    padding: 0 1.5rem;
}


.wishlist-close {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 7px;
}


.block-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-input {
    width: 1.2em;
    height: 1.2em;
}

.profile-item,
.profile-item:hover,
.profile-item:focus {
    color: #141619;
    text-decoration: none;
}
.rounded-3 .noti-box {background: #00000000;}

.noti-box {
   width: 100%;
   /* height: 40px; */
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   font-weight: 600;
   border-radius: 50%;
   background: #198754;
}

.wallet .noti-box {
   width: 40px;
   height: 40px;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   font-weight: 600;
   background-color: #eff1f3;
   border-radius: 50%;
}

.forgot-link {
    color: #646464;
}

.forgot-link:hover {
    color: #646464;
}


.social-login a {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 16px;
   background-color: #eaebeb;
   border-radius: 50%;
}

.verification-controls input{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}

.splash-bg-2 {
    background-image: url('../images/pexels-photo-56555117874.jpg');
   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/* Metis Menu */

.sidebar-nav .metismenu a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-bottom: 1px solid #dee2e6;
}


.sidebar-nav .metismenu .mm-active > a,
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus{
    color: #212529;
    background-color: #f8f9fa;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}

.sidebar-nav .metismenu .mm-active > a {
    border-radius: 0;
}

.sidebar-nav .metismenu li + li {
    margin-top: 0px;
}

.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
}


/* Order Tracking */

.timeline-with-icons {
    border-left: 1px solid #dee2e6;
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon.active {
    color: #fff;
    background-color: #212529;
}


.top-header .navbar .top-right-menu a.nav-link i {
    margin-right: 5px;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #f8f9fa;
    color: #bcc0c5;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo a {
    color: #333;
    font-weight: 500;
    font-size: large;
    letter-spacing: 0px;
    /* font-family: 'Open Sans', sans-serif; */
}
.sidebar-nav .metismenu a i {
    font-size: 17px;
}
.marquee {
     overflow: hidden;
     position: relative;
     height: 31px;
     overflow: hidden;
     position: relative;
     margin-top: 0px;
}

.time-2 div {
    font-weight: 600;
}


.clock-time {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 96%;
    left: 0px;
    top: 0px;
    font-size: 14px;
    margin: 5px 0px 5px;
}
.clock-time div {
    /*background: black;*/
    padding: 4px 4px;
    line-height: 15px;
    color: #fff;
    display: flex;
}
span.status {
    /* font-size: 11px; */
    font-weight: 700;
}

.features-section .card-body {
    padding-top: 1.5rem;
}

.marquee span {
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    line-height: 32px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    white-space: nowrap;
    width: 100%;
    top: -1px;
}



.style-2 .icon-wrapper p {
    font-size: 15px;
    /* font-family: auto; */
    text-transform: uppercase;
    font-weight: bolder !important;
    color: #000000 !important;
    line-height: 19px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    !i;!;
}



.sidebar-nav .metismenu a i {
    font-size: 17px;
    margin-right: 6px;
}
.book-btn {
    background: black;
    color: #fff;
}

.features-section .card-body {
    padding-top: 2.5rem;
}


.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
}

.hstack button {
    padding: 6px 18px;
}

.hstack button {
    padding: 6px;
    width: 23%;
    display: flex;
    justify-content: center;
}

span.corrency-section {
    left: 18px;
    font-size: 25px;
    top: 52% !important;
}
.list-group-flush>.list-group-item .icon-wrapper p {
    font-size: 14px;
}
.noti-box i img {
    width: 100%;
    border-radius: 50%;
}

.hstrack-2 button {
    width: auto;
    padding: 5px 5px;
    margin: 7px;
}

.hstrack-2 button svg {
    margin: 0px 9px;
}
.form-button {
    display: flex;
    justify-content: space-between;
}
.hstrack-2 button i {
    margin-right: 5px;
}

input#floatingInputEmail.file-input {
    padding-top: 45px;
    height: 75px;
}

.features-section.game-rating .card-body {
    padding-top: 1rem;
}

.his_t sapn {
    display: block;
}
.his_t span {
    font-size: 14px;
}

.cart-history .card-footer {
    color: #000;
    font-size: 13px;
}

.wallet .icon-wrapper p {
    font-size: 14px;
    margin-top: 10px;
}
.wallet-price {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    opacity: 1;
}

.clock-time div span {
    margin-left: 4px;
}
.clock-time.clock-time2 {
    position: relative;
    width: 100%;
    margin: 0px 0px;
}
.copy-button {
    position: absolute;
    right: 0px;
    top: 0px;
}

.copy-code {
position:relative;
}

.card-header i {
    font-size: 16px;
    margin-right: 4px;
}

.page-content ul#myTab button {
    padding: 10px 10px;
    /* color: #000 !important; */!i;!;
    /* margin-bottom: 7px; */
    /* border-radius: var(--bs-nav-tabs-border-radius); */
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    /* background: #000; */
}

    .page-content ul#myTab button.active {
    color:#fff;
    }

ul.markt_1 {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

   
 .thumb_1 {
    text-align: center;
    border: solid 1px #dcdcdc;
    margin-bottom: 5px;
}
    .thumb_1 span {
    display: block;
    background: #4f9ea7;
    color: #fff;
    padding: 6px 0;
    font-weight: bold;
}

 .thumb_1 input[type="number"] {
    border: 0px;
    display: block;
    width: 100%;
    height: 35px;
    font-size: 10px;
}

ul.markt_1 li {
    width: 2.24rem;
    display: block;
}

  .mkt-detail .card-body {
    position: relative;
}
  .markt_btn {
    position: fixed;
    bottom: 60px;
    width: 100%;
    left: 0px;
    border-radius: 0px !important;
}
  .page-content.market-2.mkt-detail ul#myTab {
    justify-content: space-between;
}

.slick-slide img {
    width:100%;
}
.game-rating span.text-dark {
    font-size: 16px;
}
 

.chart-detail .table>:not(caption)>*>* {
    padding: 5px;
    text-align: center;
}

table.table tr th, table.table tr td {
    font-size: 13px;
}
.date-tab {
    font-size: 9px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-bg);
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.hstrack-2 {
    justify-content: center;
}

.short-by a, button.popup {
    display: block;
    width: 100%;
    min-width: 175px;
    padding: 15px 0px !important;
}

    .short-by a:hover, button.popup:hover, a.btn.btn-ecomm:hover {
        border:none;
    }


.short-by .btn:focus, button.btn.btn-ecomm.popup:active {
    border:none;
}

.short-by a:active, .short-by .btn:active {
 border:none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

button.btn.btn-ecomm.popup:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.short-by a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
       
}

.thanu-popup img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

button.btn-close {
    float: right;
    /* box-shadow: 0px 0px 7px 0px #000; */
    border-radius: 11px;
    padding: 6px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #fff;
}
.thanu-popup {
    text-align: center;
    padding: 31px;
    background-image: url(../images/bg-1.jpg);
    background-position: center;
}

.thanu-popup h5 {
    margin: 0px 0px 16px;
}

a.btn.btn-ecomm:focus-visible {
  
        outline: -webkit-focus-ring-color auto 0px;
}


.style-2 .clock-time.clock-time2 {
   justify-content: center;
   margin-top: 0;
   margin-bottom: 6px;
}
.style-2 .noti-box {
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: #198754;
}

.reult {
    font-size: 20px;
    color: #198754;
    font-weight: 600;
}
.style-2 .clock-time div {
    color: #2647a5;
    padding: 0px;
    font-size: 13px;
    font-weight: 700;
    font-family: sans-serif;
}

 .style-2 span.status {
    font-size: 15px;
    font-weight: 800;
}

.style-2 .noti-box.link-button {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 51px;
    line-height: 25px !important;
}
.style-2 .card-body {
    padding: 12px 0px 0px;
    border: solid 2px #198754;
    border-radius: 7px;
}
.style-2 .noti-box.link-button .text-success i, .style-2 .noti-box.link-button .text-danger i {
    box-shadow: 0px 0px 8px 0px #19875475;
    /* height: 50px; */
    display: block;
    border-radius: 54px;
    font-weight: bold;
}
.style-2 .noti-box.link-button .text-danger i {
    box-shadow: 0px 0px 8px 0px #dc354554;
}
.style-2 .clock-time div:nth-child(1) {
      margin-right: 15px;
}

.style-2 .row > * {

}

.page-content.market-2 {
    padding: 0.5rem;
}


.market-2 .form-floating>.form-control, .market-2 .form-floating>.form-control-plaintext, .market-2 .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    
}
span.equal {
    height: calc(3rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
}

.over-tab {
    right: 0px;
    position: absolute;
    top: 0px;
    border-left: 1px solid #ced4da;
    height: 49px;
  
    padding-left: 0px;
    width: 63px;
    font-size: 12px;
    text-align: center;
    padding: 4px;
}

.inner-check .form-check {
    padding: 0px 8px;
    display: grid;
    font-size: 14px;
    border-right: 1px solid #ced4da;
}
.over-tab.form-check .form-check-input {
    float: none;  
    margin-left:0px; 
}
.over-tab .form-check .form-check-input {
    float: none;
   margin-left: 0em; 
}

.heading-section.t1 .heading {
    padding: 0px 5px 7px 5px;
    /* background: #ffe900; */
    color: #000000;
    margin: 0px 0px 5px 0;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    font-weight: 900;
    border-bottom: 1px solid #dbdbdb;
}

.cls_1 {
    position: relative;
}


.over-tab.inner-check {
    display: flex;
    justify-content: center;
    padding: 0px;
    height: 50px;
}

.market-2 .form-floating > label {
    
    top: -2px;
   
}
.inner-check .form-check:last-child {
    border-right:none;

}

.markt_btn .btn-ecomm {
    height: 55px;
    width: 100%;
}
ul.tab-bottom-button {
    list-style: none;
    padding-left: 0px;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
}
.table-data i {
    font-size: 22px;
}
.page-content.market-2.mkt-detail {
    margin-bottom: 120px;
}



.markt_btn {
    box-shadow: 0px -2px 5px 0px #ebebeb;
    background: #fff;
}




@media only screen and (min-width: 1100px){
    html, .fixed-top, .fixed-bottom, .offcanvas {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;

}
}

@media only screen and (max-width: 767px) {
.form-button.form-floating {
    display: inline-flex;
}
.date-tab {
    font-size: 12px;
}
	.resultbg .div .gameh {
    padding-top: 10px !important;!i;!;
}

span.equal {
    height: calc(3rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

}

@media only screen and (max-width: 375px) {
.hstrack-2 button {
        width: auto;
    }
  .style-2 .clock-time div {
    
font-size: 10px;
}
}

@media only screen and (max-width: 330px){
    h6 { font-size: .9rem;}
    .short-by a { min-width: 140px;}
  .reult { font-size: 21px;}
 .style-2 .noti-box.link-button {
  
    font-size: 50px;
    line-height: 26px !important;
}
 .style-2 .noti-box.link-button .text-success i, .style-2 .noti-box.link-button .text-danger i {
     
    height: 49px;
     
    border-radius: 54px;
     
}
 .style-2 .noti-box {
    width: 45px;
    height: 45px;
    font-size: 24px;
}
 .style-2 span.status {
    font-size: 12px;
   
}
 .style-2 .icon-wrapper p {
    font-size: 16px;
    
    text-transform: uppercase;
   
}
 .style-2 .col-6 {
    padding-right: 0px;
    padding-left: 0px;
}

 .style-2 .clock-time div:nth-child(1) {
    margin-right: 3px;
}

    .wrapper .page-footer .navbar a.nav-link {
     
    padding: 2px;
}

    .style-2 .noti-box {
    width: 40px;
    height: 40px;
    font-size: 21px;
}

}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


/* animation */

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}




.bindform.show:not(.hiding){
    transform: none;
}
.logodiv img{height: 28px;}

.inner-heading{
    padding: 5px 0 5px 0px;
    /* background: #e9e9e9; */
    color: #000000 !important;
    margin-bottom: 5px !important;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    }
	
.mt5{margin-top:5px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}

.closered{border: solid 2px #ff0018 !important;}
.closered .noti-box{ background:#ff0000 }
.scroll-section{/* background: #2647a5; */color: #fff;border-radius: 5px;background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);}

.logoiconlogin{width: 120px;
    margin-top: -80px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;}
	
.formlogin{
    background: #fff;
    margin: 120px 10px 0 10px;
    border-radius: 25px;
    border: 5px solid #e4e4e4
    }

.form-check-input {
    width: 1.35em !important;
height: 1.35em !important;}
.nav-item-2{width:33.33%}
.nav-link {color:#000;}

.list-group-item+.list-group-item {
    border-top-width: 0;
    padding: 20px 0px 0 0;
}

.bg-dark {
    --bs-bg-opacity: 1;
   background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
}

.select_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.select_result button {
    text-align: center;
    flex: 1 0 0;
    border: 1px solid #6490bc00;
    height: 50px;
    line-height: 45px;
    color: #6490bc;
    font-weight: 600;
    font-size: 13px;
    width: 33.33%;
}
.select_result button.active {
    background: #dedede;
    /* color: #fff; */
}
.select_result input {
    text-align: center;
    flex: 1 0 0;
    border: 1px solid #6490bc00;
    height: 45px;
    /* line-height: 3px; */
    color: #6490bc;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    padding: 0 0 0 27px;
}
.select_result input::placeholder {
    color: #6490bc;
}
.select_result button img {
    width: 100%;
    max-width: 23px;
    margin-top: 0px;
}
.select_result button.data_select {
    position: relative;
    border: 0;
}
.select_result button.data_select img {
    position: absolute;
    left: 5px;
    top: 10px;
}

.select_result input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.select_result .form-control:focus {
    color: #6490bc;
    border: 1px solid #6490bc;
    outline: 0;
    box-shadow: none;
}


.resultbg{     margin-bottom: 20px;}
.resultbg .div
{text-align: center;background: url(/Content/main/assets/images/gamea-bg.png);color: #fff;min-height: 95px;border-radius: 10px;background-position: top;background-size: cover;}

.resultbg .div .gameh{font-size: 20px;font-weight: bold;text-transform: uppercase;padding-top: 15px;/* margin-bottom: 20px; */margin-bottom: 2px;background: -webkit-linear-gradient(#ff0000, #040404);-webkit-background-clip: text;-webkit-text-fill-color: #00000000;position: relative;width: 100%;display: block;height: 40px;z-index: 1;/* color: #000; */margin: 0 auto 8px auto;}


.resultbg .div .time{
    font-size: 17px;
    margin: 0 0px;
    letter-spacing: -0.5px;
    color: #014d5c;
    font-weight: bolder;
    }
.resultbg .div .time img{width: 15px;margin-right: 5px;}

.numberwin {
    background: url(/Content/main/assets/images/number-bg.png);
    height: 60px;
    width: 60px;
    margin: 0px auto;
    line-height: 60px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    margin-top: 0px;
    margin-top: -20px;
    z-index: 9;
    text-align: center;
    /* border: 3px solid #09107e; */
    background-size: cover;
}

.useridfont{}
.useridfont .usertext {
    font-size: 10px;
    margin: 0px 0 0px 0;
    text-transform: uppercase;
    color: #2647a5;
}

.useridfont .usertextid {
    font-size: 11px;
    margin: 0px 0 0px 0;
    color: #000;
}

.top-header .navbar .top-right-menu a.nav-link2 {
    font-size: 16px;
    color: #212529;
    display: flex;
    align-items: center;
    background: #ffffff00;
    border-radius: 5px;
    padding: 3px 8px;
    box-shadow: 0 1px 6px #CDCDCD;
    border: 1px solid #224e9a;);
}

.helpline{display: block;width: 100%;/* background: #f0f0f0; */margin-top: 60px;color: #ffffff;text-align: center;padding: 5px 0;font-weight: 800;text-transform: capitalize;font-size: 13px;background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);}
.helpline a{color:#fff}
.helpline .div-bi-whatsapp{color:#ffffff;background: #3f9f00;border-radius: 16px;width: 20px;display: inline-block;height: 20px;}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #edf2f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #edf2f9;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.popover,.popover .arrow,.popover .arrow::after,.popover .arrow::before,.tooltip,.tooltip .arrow {
    position: absolute;
    display: block
}

.popover,.popover .arrow,.popover .arrow::after,.popover .arrow::before,.tooltip,.tooltip .arrow {
    position: absolute;
    display: block
}

.statemanet {
background: rgb(38 71 165) !important;
    color: #fff;
    padding: 2px 21px;
    width: 80%;
    display: block;
text-align: center; }

.card-header .p1{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    }
.card-header .p2{
    margin-bottom: 0px;
    font-size: 14px;
    color: #2eff6f;
    }
	
	
	.box > * {
  /* border: 2px solid rgb(96 139 168); */
  /* border-radius: 5px; */
  /* background-color: rgb(96 139 168 / 0.2); */
   padding: 0px;
}

.box {
  /* border: 2px dotted rgb(96 139 168); */
  display: flex;
  flex-direction: column-reverse;
}
.box mb-3:nth-child(11) {
  order: 20;
}
.box mb-3:nth-child(20) {
  order: 1;
}
.box mb-3:nth-child(19) {
  order: 2;
}
.box mb-3:nth-child(18) {
  order: 3;
}
.box mb-3:nth-child(17) {
  order: 4;
}

.box mb-3:nth-child(16) {
  order: 5;
}
.box mb-3:nth-child(15) {
  order: 6;
}
.box mb-3:nth-child(14) {
  order: 7;
}
.box mb-3:nth-child(13) {
  order: 8;
}
.box mb-3:nth-child(12) {
  order: 9;
}
.box mb-3:nth-child(11) {
  order: 10;
}
.box mb-3:nth-child(10) {
  order: 11;
}
.box mb-3:nth-child(9) {
  order: 12;
}
.box mb-3:nth-child(8) {
  order: 13;
}
.box mb-3:nth-child(7) {
  order: 14;
}
.box mb-3:nth-child(6) {
  order: 15;
}

.box mb-3:nth-child(5) {
  order: 16;
}
.box mb-3:nth-child(4) {
  order: 17;
}
.box mb-3:nth-child(3) {
  order: 18;
}
.box mb-3:nth-child(2) {
  order: 19;
}
.box mb-3:nth-child(1) {
  order: 20;
}

.font-14{font-size: 14px;}


.totalprice {float:right;font-weight: bold;margin-right: 35px;}

.paymentbtnredirect{
    background: linear-gradient(297deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 0;
    position: relative;
    /* box-shadow: 0 0 4px #e0e0e0; */
    padding: 5px 8px 7px 8px !important;
    margin: 0px 0 0 5px;
    }
	
	.paymentbtnredirect:hover{
	background: linear-gradient(134deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    color: #ffffff;}


.final-result .btn-close{background:none !important}

#harupmsg{font-size:12px;}


.text-success .btn{
	--bs-btn-padding-x: 0.45rem;
	--bs-btn-padding-y: 0.45rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 0.7rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1;
	--bs-btn-color: #ffffff;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.2rem;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid #50a3a6;
	border-radius: var(--bs-btn-border-radius);
	background-color: #50a4a6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bi-telegram{color:#12f2ff}

.deleteicon{ background-image: url(/Content/main/assets/images/deleteicon.png);
    width: 18px;
    height: 18px;
    background-color: #ffffff00;
    background-size: contain;
    border: none;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 10px;background-repeat: no-repeat;}
	
		.accountdetail{background: #e9e9e9;
    padding: 12px;     margin-bottom: 10px; position:relative;}
	.accountdetail .chkaccount{position: absolute;top: 16px;left: 10px;}
	.accountdetail span {margin-left: 15px;}
	
	.select_result .active{background:#000;}
	
	.securepanel { text-align: center; }
	.securepanel img{ width:160px;  }
	
	.downloadapp{    text-align: center;}
	.downloadapp img{  width:200px;  text-align: center; margin-top:15px; margin-bottom:10px}
	.upidetails {width:100%}
	.upidetails ul{
    text-align: left;
    margin: 0px;
    padding: 0px;
}
	.upidetails ul li{
    list-style: none;
    display: inline-flex block;
    margin-bottom: 5px;
    width: 100%;
    /* display: block; */
    border: 2px solid #006897;
    padding: 10px;
    border-radius: 5px;
}
.upidetails ul li .btnupicopy{width: auto;padding: 0px 0px;margin: 0px;border: none !important;!i;!;float: right;}
.bindcrostable .btn-close { background:none; }
.bindcrostable hr {display: none;}
 
