@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

.clear{
    display: none !important;
}

.carousel-item {
    height: 55vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}


#mainNavbar{
    background-color: #222222;
    font-size: 20px;
    height: 60px;
    z-index: 1000;
}


.navbar-text{
    color: white !important;
    margin-left: 50px;
    

    font-size: 20px;
}

body{
    background-color: #222;
    overflow-x: hidden;
}

.navbar.center .navbar-inner {
    text-align: center;
	align-items: center;
	justify-content: center;
}

.navbar.center .navbar-inner .nav {
    display:inline-block;
    float: none;
}

.center-navbar-item{
    /* margin-right: 30px; */
}
.nav-link{
    color: white !important;
    margin-right: 2px;
}

.patch-note{
    margin-top: 20px;
    width: 100%;
    height: 400px;
    background-color: #222222;
    color: #ffa500;
   
    
}


.center-navbar{
    background-color: #222222;
    height: 80px;
}



.active-nav{
    color: orange !important;
    border-bottom: 2px solid orange;
}


.logo-img{
    height:140px;
    width: 380px;
    z-index: 999999;
}

nav {
    min-height: 70px
}

nav .navbar-brand {
    padding: 10px 15px;
    border-radius: 8px
}

nav .navbar-brand .logo .h2 {
    margin: 0
}

nav .navbar-brand .h4 {
    margin-bottom: 0px;
    font-weight: 900
}

.text-light {
    color: #f8f9fa!important;
}

nav .navbar-brand .fs-6 {
    font-size: 0.88rem !important
}

nav ul li {
    padding: 0 20px
}

.navbar-light .navbar-nav .nav-link {
    color: #333
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #4e2296
}

.navbar-light .navbar-nav .nav-link.active {
    color: #451296
}

nav ul li a .cart {
    padding: 4px 6px;
    border-radius: 6px;
    position: relative;
    display: inline
}

nav ul li a .cart::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff5252;
    top: -1px
}

.navbar-toggler:focus {
    box-shadow: none
}



/* .price{
    height: 20px;
    width: 100%;
    background-color: rebeccapurple;
    position: relative;
    top: 30;
    bottom: 40;
} */
.card {
    height: 304px;
    width: 540px;
    background-repeat: no-repeat;
    /* border-radius: 15px; */
    border: none;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    /* box-shadow: 0px 0px 4px 0px;
    border: 2px solid red;
    border: 2px solid #b3d7ff; */
    background-color: transparent;
}

.card:hover{
    transition: ease-in-out 0.3s;
    transform: scale(1.05);
    /* box-shadow: 0px 0px 14px 0px; */
}

.image-background {
    background: #06233d;
    height: 50px;
}

.dots span {
    height: 5px;
    width: 5px;
    margin-right: 3px;
    margin-bottom: 2px !important;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block
}

.number {
    font-size: 14px
}

/* .information{
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 4px 8px;
    background: rgba(0,25,50,.65);
    text-align: center;
    
} */

.news{
    cursor: pointer;
}

.hide-page{
    transition: ease-in-out 1s;
    display: none;
}

.active-nav-page{
    color: orange !important;
    border-bottom: 2px solid orange;
    width: 100px;
}


.nav-item{
    cursor: pointer;
}

/* .nav-item:hover{
    color: orange !important;
    border-bottom: 2px solid orange;
} */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.modal-body {
    position: relative;
    overflow-y: auto;
    padding: 15px;
}

.nav-userpanel {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;

    display:inline;
    float: none;
}


.span12{
    width: 1200px;
    height: auto;
}

.table-wrapper{
    text-align: center !important;
}



p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid #e7eaed; */
    /* border-radius: 0; */
}
.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f;
}

.about-text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}




.profile-header {
	height: 150px;
	width: 100%;
	position: relative;
}

.cover-image {
	height: 150px;
	width: 100%;
	overflow: hidden;
    border-radius: 20px;
}



.user-image {
	position: absolute;
	border-radius: 50%;
	bottom: -50%;
	left: 50%;
	top: 5%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.user-image img {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	top: -40px;
	
}

.profile-card .profile-content {
	padding: 50px 20px 30px 20px;
}



.profile-card .profile-name {
	font-size: 1.2rem;
	color: #3249b9;
	font-weight: 600;
	text-align: center;
}

.profile-card .profile-designation {
	font-size: 13px;
	color: #777;
	text-align: center;
}

.profile-card .profile-description {
	padding: 10px;
	font-size: 13px;
	color: #777;
	margin: 5px 0px;
	background-color: #F1F2F3;
	border-radius: 5px;
}

.profile-card ul.profile-info-list {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	font-size: 1rem;
	font-weight: 500;
	color: #777;
    
}




.profile-card ul.profile-info-list a {
	text-decoration: none;
	color:inherit;
}



.profile-card a.profile-info-list-item {
	margin: 10px 0;
	padding:15px;
	background-color: #F1F2F3;
	display: block;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;

}

.profile-card a.profile-info-list-item:hover {
    background-color: #9E9E9E;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}


.profile-card a.profile-info-list-item  i {
	padding: 10px;
	
}

ul.about {
    list-style: none;
    color: black;
	padding: 0;
}
li.about-items {
    margin: 10px;
    font-size: 0.9rem;
    /* font-family: sans-serif; */
    /* font-weight: 400; */
}



li.about-items i {
color:#607d8b;
}

span.about-item-name {
    width: 100px;
    display: inline-flex;
	    margin-left: 10px;
}


span.about-item-detail {
    display: inline-flex;
    width: calc(100% - 160px);
}
span.about-item-detail > button{
  margin-right: 10px;
}

.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}
.btn.btn-rounded {
    border-radius: 50px;
}

a.about-item-edit {
    float: right;
}

.download-card {
    background: #ffff;
    
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    /* margin-bottom: 40px !important; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23); */
    animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, 
               moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, 
               moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, 
               materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  }


  .inside-profile{
      display: none;
      color: white !important;
      margin-top: 125px;  
    }


@keyframes init {
    0% {
      width: 0px;
      height: 0px;
    }
    100% {
      width: 56px;
      height: 56px;
      margin-top: 100px;
      opacity: 1;
    }
  }
  
  @keyframes moveDown {
    0% {
      top: 50%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 100%;
    }
  }
  
  @keyframes moveUp {
    0% {
      /* background: #FFB300; */
      background: none;
      background-image: url("../images/db.png");
      border: none;
      top: 100%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 50%;
      background: none;
      background-image: url("../images/db.png");
    }
  }
  
  @keyframes materia {
    0% {
      background: #fff;
    }
    50% {
      border-radius: 4px;
    }
    100% {
      width: 1240px;
      height: 680px;
      background: transparent;
      color: black;
      border-radius: 10px;
      /* box-shadow: 1px 1px 1px 0px; */
    }
   
  }

  .info-download{
      text-align: center;
      height: 400px;
      width: 80%;
      box-shadow: 1px 1px 1px 0px;
      background: #fff;
      margin: 0 auto;
      border-radius: 10px;
      margin-bottom: 20px;
      
  }
  .aboutus-section {
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    /* background: #fff none repeat scroll 0 0; */
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.bubble {
    height: 300px;
    width: 600px;
    background: ivory;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
    font-size: 15px;
    text-align: center;
    position: absolute;
  }

  .bubble-mobile{

  }
  
.roshi-about{
    background: url("../images/kame-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 473px;
    width: 80%;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 1px 1px 1px 1px;
}
.roshi{
    height: 93%;
}


.footer{
width: 100%;
    
}
.footer-text{
    margin: 0 auto;
    text-align: center;
}


.download-page{
    height: 500px;
}

.login-error{
    height: auto;
}

.button-item {
    margin: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1500px){
    .bubble{
        width: 500px;
        height: 350px;
        font-size: 12px !important;
        padding: 0px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1280px){
    .bubble{
        width: 400px;
        height: 315px;
        font-size: 12px !important;
        padding: 0;
        margin-left: 90px;
    }

    .bubble > p{
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px){
    .bubble{
        width: 300px;
        height: 375px;
        font-size: 12px !important;
        padding: 0;
        margin-left: 100px;
    }

    .bubble > p{
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }
}


@media only screen and (max-width: 1000px){
    .bubble{
        width: 300px;
        height: 375px;
        font-size: 12px !important;
        padding: 0;
        margin-left: 0px;
        margin-right: 30px;
    }

    .bubble > p{
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }
}


@media only screen and (max-width: 930px){
    .bubble{
        margin-left: -80px !important;
    }

    .bubble > p{
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 830px){
    .bubble{
        width: 300px;
        height: 400px;
        margin-left: -80px !important;
    }

    .bubble > p{
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px;
    }
}


@media only screen and (max-width: 768px) {
    /* .logo{
       width: 50px;
    } */

    .bubble{
        display: none;
    }

   

   .navbar-inner{
       margin: 0 auto;
   }
  }

  

  .event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 0px;
}

.event-list > li:hover{
    transition: ease-in-out 0.3s;
    transform: scale(1.05);
    box-shadow: 0px 0px 14px 0px;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
    transition: ease-in-out 0.3s;
}
.event-list > li > time {
    display: inline-block;
    width: 70%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .day {
    display: block;
    font-size: 32px;
    font-weight: 100;
    line-height: 2;
}
.event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li > img {
    width: 50%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    padding: 5px;
    font-size: 12pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
} 
.event-list > li > .social > ul > li {    
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
} 
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}


@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 70%;
        height: 120px;
        padding: 0px;
        margin: 15px auto;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 200px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }	
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {			
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}


.reward{
    display: inline-block;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px;
    margin: 20px;
    width: 400px;
    padding: 10px;
    border-radius: 5px;
    
}

.reward-icon{
    height: 80px;
    width: 80px;
}


.character{
    box-shadow: 0px 0px 3px 0px;
    height: 140px;
    border-radius: 2px;
    
}

.char-info{
    line-height: 2.2;
}

.show{
    width: 100% !important;
}


#wrapper{
    width: 266px;
    margin: 0 auto;
    position: relative;
}

#txt{
    color: #eaeaea;
}

.wheel-page{

    height: 520px;
    width: 520px !important;
    margin: -65px auto;
    /* border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1; */
    overflow: hidden;
    
}

#wheel{
    margin-top: 30px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border:  8px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.5) 0px 3px 0px;
    transform: rotate(0deg);
}

#wheel:before{
    position: absolute;
    /* border: 4px solid rgba(0, 0, 0, 0.1); */
    width: 242px;
    height: 242px;
    /* border-radius: 50%; */
    z-index: 1000;
}


#inner-wheel{
    width: 100%;
    height: 100%;
    transition: all 6s cubic-bezier(0, .99, .44, .99);;
}

#wheel .sec {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 75px 0;
    border-color: #19c transparent;
    transform-origin: 75px 129px;
    left: 50px;
    top: -4px;
    opacity: 1;
}

#wheel .sec:nth-child(1){
    transform: rotate(60deg);
    border-color: #16a085 transparent;
}

#wheel .sec:nth-child(2){
    transform: rotate(120deg);
    border-color: #2980b9 transparent;
}

#wheel .sec:nth-child(3){
    transform: rotate(180deg);
    border-color: #34495e transparent;
}

#wheel .sec:nth-child(4){
    transform: rotate(240deg);
    border-color: #f39c12 transparent;
}

#wheel .sec:nth-child(5){
    transform: rotate(300deg);
    border-color: #d35400 transparent;
}

#wheel .sec:nth-child(6){
    transform: rotate(360deg);
    border-color: #c0392b transparent;
}

#wheel .sec .fa{
    margin-top: -100px;
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    text-align: center;
    font-size: 36px;
    margin-left: -15px;
    text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;

}

#spin{
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    user-select: none;
}

#spin:after{
    text-align: center;
    line-height: 68px;
    color: #ccc;
    text-shadow: 0 2px 0 #fff, 0 -20px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1000000;
    width: 68px;
    height: 68px;
    display: block;
}

#spin:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    border-color: transparent transparent #fff transparent;
    top: -12px;
    left: 14px;
}

#inner-spin{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    z-index: 999;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
}

#spin:active #inner-spin{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after{
    font-size: 15px;
}

#shine{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255));
    color: black;
}

@keyframes hh{
    0%, 100%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(7deg);
    }
}
.spin{
    animation: hh 0.1s;
}

.db_center{
    width: 54px;
    height: 54px;
}

.wheelreward{
    height: 40px;
    width: 40px;
}

#charactersModal{
    z-index: 99999999;
}

#claim_button:hover{
    background-color: rgb(0, 128, 64);
}


#layout { 
    
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    
}

#layout td {
    
    vertical-align: top;
    /* border: 1px solid #e7e7e7; */
    border-radius: 8px;
    
}

#layout tr:nth-child(1) td:nth-child(1) {
    
    padding: 20px;
    width: 250px;
    height: 100%;
    background-color: #f0f0f0;
    border-right: 1px solid #e7e7e7;
	
}

#layout tr:nth-child(1) td:nth-child(2) {
    
    background-color: #fff;

    
}

.typeContainer {
    
    padding: 20px;
    min-height: 100px;
    width: 100%;
    /* background-color: #fff; */
    border-bottom: 1px solid #e7e7e7;
    
}

.typeHeader {

    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 10pt;
    
}

.itemContainer {
    
    width: 220px;
    padding: 10px;
    height: 100px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.itemConnected {
    
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 6px;
    
}

.itemAttempting {
    
    color: #b8823b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 6px;
    
}

.itemNotConnected {
    
    color: #b84442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 6px;
    
}

.itemHostname {
    
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    
}

.itemSummary {
    
    text-align: center;
    font-size: 8pt;
    
}

.itemStatus {
    
    background-color: #fff;
    text-align: center;
    font-size: 8pt;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #fff;
    
}

.fa-check {
 
    color: #3c763d;
    
}

.fa-remove {
    
    color: #af4442;  
    
}

.panel-heading {
    
    padding: 8px!important;
    
}

.panel-body {
    
    padding: 8px!important;
    
}



.spin_logo {
    width: 41%;
    position: relative;
    top: 82px;
    margin: 0 auto;
    z-index: 999999;
    right: 25px;
}

.nav-link{
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .event-banner {
      width: 182%;
    }
  }



  .schedule-img{
      width: 100%;
      margin-top: 60px;
  }

  .toggle-button{
      margin-top: 50px;
      float: right;
      z-index: 999999;
  }

  .shop-container{
    display: flex;
    flex-direction: row;
    
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }


@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');


  .cashop-item{
    
    background-image: radial-gradient( circle 263.8px at -16.7% -12.9%, #e35352 0%, rgba(12,22,114,1) 90% );
    border-radius: 12px;
    box-shadow: 1px 1px 8px 0px;
    width: 300px;
    height: 165px;
    margin: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    
    
  }

  .item-body{
    /* margin-top: -21px;
    margin-left: 10px;
    margin-right: 10px; */
      width: 100%;
     
  }

  .item-icon{
      
    /* position: relative;
    left: -100px;
    top: 50px;
    width: 40px; */
    justify-content: right;
}
      
  .item-top{
      display: flex;
      grid-gap: 200px;
      flex-direction: row-reverse;
      
      
  }

  .item-text{
    color: gold;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    font-family: 'Roboto Slab', serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;


  }


  .item-onsale{
      display: flex;
  }

  .item-price{
    color: white;
    BOX-SHADOW: 1px 1px 3px 2px black;
    
    /* background-color: #b4183d; */
    width: 40px;
    border-radius: 5px 20px 5px;
    background: linear-gradient(to bottom, #FF4500 0%, #F03600 100%);
    
    /* left: 242px;
    top: -47px; */
    width: 57px;
    height: 42px;
    text-align: center;
    /* padding: 3px; */
    /* display: flex;
    margin-left: auto;
    float: right; */
    font-size: 15px;

  }


  .item-onsale{
    color: white;
    BOX-SHADOW: 1px 1px 3px 2px black;
    font-size: 15px;
    /* background-color: #b4183d; */
    width: 40px;
    border-radius: 5px 20px 5px;
    background: linear-gradient(to bottom, #FF4500 0%, #F03600 100%);
    
    /* left: 242px;
    top: -47px; */
    width: 57px;
    height: 40px;
    text-align: center;
    padding: 1px;
    /* display: flex;
    margin-right: auto;
    float: left; */
  }




.shop-center{
    padding: 24px;
    border-radius: 4px;
    background-image: url("../images/patch-image.png");
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
   
    overflow: scroll;
    overflow-x: hidden;
    
   
}

.shop-container{
    gap: 14px;
}

.shop-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

}


 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
  }
 ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.63);
  }
 ::-webkit-scrollbar-thumb:hover{
  	background: rgba(0,0,0,0.4);
  }
  ::-webkit-scrollbar-thumb:active{
  	background: rgba(0, 0, 0, 0.966);
  }


.itemIcon{
    padding-top: 18px;
    width: 40px;
}


.preview-body{
    display: flex;
    justify-content: center;
    text-align: center;
}

.preview-image{
    height: 350px;
    width: 700px;
    border-radius: 10px;
    margin: 0 auto;
}

.p-modal{
    display: flex;
    /* margin: 0 auto; */
    height: auto;
    width: auto;
    padding: 4px;
    overflow: hidden;
    border-radius: 20px;
    justify-content: flex-end;
    
}

.modal-contents{
    /* justify-content: center;
    display: flex;
    margin: 0 auto;
    height: 500px;
    width: auto;*/
    padding: 0px 10px 0px 10px;
    background-color: white;
    border-radius: 8px;
}

.modals-header{
    display: flex;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    padding: 1rem 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    justify-content: center;
}

.prev-ul{
    display: flex;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
    color: black;

}

.active-menu{
    color: orangered;
}

#car-inner{
    height: 350px !important;
}

.close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .carousel .active > img{
    transform:scale(1.5);
    -webkit-transform: scale(1.5);
    -webkit-transition: -webkit-transform 10s ease-out;
    -moz-transition: -moz-transform 10s ease-out;
    transition: transform 10s ease-out;
  } */

  .error-dislay{
      display: flex;
  }

  .news-body{
    padding: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    width: 100%;
    text-align: center;
    background-color: rgb(41, 41, 41);
    margin-bottom: 16px;
    /* box-shadow: 1px 1px 3px 2px #333; */
    
    
  }

  .news-title{
      display: flex;
      text-align: left;
    
     text-align: center;


  }

  .news-text{
    display: flex;
    width: 30%;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;

    text-align: left;
    padding: 18px;
  }

  .news-image{
    margin: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: scroll;
    overflow-x: hidden;

  }

  .patch-image{
      width: 800px;
      display: flex;
      border: 2px solid beige;
      
  }

  .news-btn{
      display: flex;
      margin-top: 20px;
      
  }


  @media (max-width: 1100px) {
    .news-body {
      flex-direction: column;
    }

    .patch-image{
        width: 400px;
        height: 300px;
        display: flex;
    }

    .news-text{
        display: flex;
        width: 40%;
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: column;
       
        padding: 18px;
      }

      .preview-image{
          width: 500px;
      }
  }

  @media (max-width: 900px) {
    .news-body {
      flex-direction: column;
    }

    .patch-image{
        width: 400px;
        height: 300px;
        display: flex;
    }

    .news-text{
        display: flex;
        width: 40%;
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: column;
       
        padding: 18px;
      }
  }



  @media (max-width: 700px) {
    .news-body {
        display: flex;
      flex-direction: column;
      height: 550px;
      font-size: 10px;
    }

    .patch-image{
        width: 250px;
        display: flex;
    }

    .news-text{
        font-size: 15px;
        display: flex;
        width: 60%;
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 18px;
      }

      .news-image{
         
       
        margin: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-items: center;
      }
  }

  .banned-container{
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      margin-top: 48px;
  }

  .footer-el{
    margin: 0 auto; 
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

