body{
    margin: 0px;  
    --bg: #0E184E;
    --menu: #162160;
    --card: #162160;
    --color : #FDAB10;
    --color2 : #FDAB10;
    --success: #05a146;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100%;
    background: var(--bg);
    background-attachment: fixed;
    color: #fff;
    background-size: 100% 100%;
}
html,body,input,select,textarea,button{
  font-family: 'Rajdhani', sans-serif;
}
*{
box-sizing: border-box;
}
#app-v-page{
    height: 100%;
    width: 100%;
    color: #fff;
    padding-bottom: 80px;
}
#app-v-page>.container{
  padding: 20px;
}
#preloader{
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 999;
}
#preloader svg{width: auto !important; height: auto !important;position: absolute; left: 50%; transform: translate(-50%,-50%) scale(0.7); top: 50%;}
.outer,
.inner {
  fill: none;
  stroke: var(--color);
  stroke-width: 8;
}

.outer{
  opacity: .4;
}

.inner {
  stroke-dasharray: 70 2000;
}

.container{
  width: 1200px;
  margin: 0 auto;
}


svg{
    width: 24px;
    height: 24px;
  }
  li{list-style: none;}
  a{
    text-decoration: none;
    color: #fff;
  }
  
  /* GRID */
  
  .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
  }
  #app-v-page .events .col{
    flex-grow: inherit !important;
  }
  .col{
    padding: 0 10px;
    flex-grow: 1;
  }
  .row.banner1 .col { width: 100%;}
  .row.banner2 .col { width: 50%;}
  .row.banner3 .col { width: 33.3333%;}
  .row.banner4 .col { width: 25%;}
  .row.banner5 .col { width: 20%;}
  .row.banner6 .col { width: 16.6666%;}
  .row.banner7 .col { width: 14.285714285714286%;}

  #app-v-page .header{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  #app-v-page .header h1{
    margin: 10px 0;
  }
  #app-v-page .logo img{
    width: 200px;
  }

  #app-v-page .events .item .site-logo {
    height: 40px;
    width: 160px;
    object-fit: contain;
  }
  #app-v-page .events .item p{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #app-v-page .events .item p b{
    font-size: 18px;
    color: var(--color);
    margin-left: 5px;
  }
  #app-v-page .events .item p svg{
    opacity: .5;
  }
  #app-v-page .events .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--card);
    border-radius: 15px;
    padding:20px;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  #app-v-page .events .item:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #0000002e 100%);
  }
  #app-v-page .events .item a{
    background: var(--color);
    padding: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    transition: .3s all ease-in-out;
  }
  #app-v-page .events .item a.secondary{
    background: #ffffff1c;
    transform: none !important;
  }
  @media(min-width:996px){
    #app-v-page .events .item a:hover{
      transform: scale(1.05);
    }
  }
  #app-v-page .events .item path{
    stroke: #fff;
  }

  #app-v-page .events .item h1{
    margin: 5px 0;
    color: var(--color2);
  }
  #app-v-page .events .item h3{
    margin: 10px 0;
  }
  #app-v-page .countdown{
    width: 100%;
    display: flex;
  }

  #app-v-page .countdown .col{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #app-v-page .countdown .col b{
    font-size: 24px;
  }

  #app-v-page .countdown .col span{
    opacity: .6;
    font-size: 14px;
  }

#app-v-page .footer-c {
    margin-top: 20px;
    display: flex;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
  }
  #app-v-page .footer-c .licence {
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
  }
  #app-v-page .footer-c .licence img {
    margin-left: 10px;
    width: inherit !important;
    height: 40px;
    margin-top: -5px;
  }
  #app-v-page .footer-c .cpyrght {
    display: flex;
    font-size: 11px;
    opacity: 0.5;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  #app-v-page .footer-c .cpyrght img {
    margin-left: 10px;
    width: inherit !important;
    height: 15px;
  }
  
  #app-v-page.mobile header .links{
    margin: 5px 0 !important;
  }
 .overlay{
  animation: fadeIn 0.2s alternate forwards;
  position: fixed; width: 100%; height: 100%; background: #000000a3; left: 0px; top: 0px; z-index: 999999; backdrop-filter: blur(10px);
}

.app-modal{
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  z-index: 9999999999;
}
@keyframes zoomIn{
  from{
    transform: scale(0);
    opacity: 0;
  }
  to{
    transform: scale(1);
    opacity: 1;
  }
}
.app-modal .content{
  width: 1080px;
  display: flex;
  background: var(--card);
  z-index: 9999999;
  position: relative;
  justify-content: space-between;
  border-radius: 30px;
  padding: 20px;
}
.app-modal .content .l{
  width: 30%;
}
.app-modal .content .l img{
  border-radius: 20px;
  margin-top: 10px;
}
.app-modal .content .l .countdown{
  background: #0000001c;
  padding: 10px;
  border-radius: 10px;
}

.app-modal .content .l a{
  background: var(--color);
  padding: 15px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  transition: .3s all ease-in-out;
  margin: 5px 0;
}

.app-modal .content .l .user{
  display: flex;
  background: #0000001c;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
}

.app-modal .content .user{
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.app-modal .content .user b{
  font-size: 18px;
  color: var(--color);
  margin-left: 5px;
}
.app-modal .content .user svg{
  fill: var(--color);
}

.app-modal .content .r{
  width: 65%;
}
.app-modal .content .r h1{
  margin: 5px 0;
}
.app-modal .content .r h3{
  margin: 0px 0 5px 0;
  color: var(--color2);
  font-size: 26px;
}
.app-modal .content .buttons a {
  font-size: 16px;
  margin: 0 5px 0 0px;
  padding: 5px 15px;
  background: #ffffff30;
  font-weight: 600;
  border-radius: 10px;
}

.app-modal .content .buttons {
    display: flex;
}
.app-modal .content .buttons a.active{
  background: var(--color);
}
.app-modal .content .r input{
  width: 100%;
  border-radius: 10px;
  margin: 10px 0;
  color: #fff;
  background: #ffffff47;
  border: none;
  padding: 15px;
  outline: none !important;
}
.app-modal .content .r .list{
  display: flex;
  flex-wrap: wrap;
  max-height: 40vh;
  overflow-y: scroll;
}
.app-modal .content .r .list .col{
  width: 33.33333%;
  flex-grow: inherit !important;
  padding: 5px;
}
.app-modal .content .r .list .item{
  background: #ffffff1c;
  border: 1px solid #ffffff21;
  text-align: center;
  border-radius: 7px;
  padding: 5px 0px;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.app-modal .content .r .list .item.table .bottom{
  display: flex;
  padding: 0 5px;
  flex-wrap: wrap;
  max-height: 70px;
  overflow-y: scroll;
}

.app-modal .content .r .list .item.table .bottom .tag{
  padding: 0px 5px;
  background: #ffffff1a;
  border-radius: 3px;
  border: 1px solid #ffffff24;
  font-size: 11px;
  width: 18% !important;
  margin: 1% !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.22);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.22);
}
@media (min-width:996px){
  .app-modal .content{
    animation: zoomIn 0.5s alternate forwards;
  }
  .app-modal .content  .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px black;
 }
}
.t-m>div:not(.app-modal){
  transition: 0.5s all ease-in-out;
}
.modal-show .t-m>div:not(.app-modal) {
    opacity: 0;
}
@media (max-width:996px){
  body{
    background-size: cover !important;
  }
  #app-v-page .row .col{
    width: 100% !important;
  }
  #app-v-page .events .item{
    margin-bottom: 10px !important;
  }
  .app-modal .content .r .list .col{
    width: 100% !important;
  }
  .app-modal .content .r .list .item.table .bottom{
    max-height: 160px !important;
  }
  .container{
    width: 100% !important;
  }
  .modal-show .t-m>div:not(.app-modal) {
      display: none !important;
  }
  .app-modal{
    overflow-y: scroll;
    display: block;
  }
  .app-modal .content{
    width: 100% !important;
    flex-direction: column;
    border-radius: 0px !important;
    justify-content: flex-start !important;
  }
  .app-modal .content .l,
  .app-modal .content .r{
    width: 100% !important;
  }
  .app-modal .content .buttons a{
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
  }
  .app-modal .content  .close {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px black;
 }
 .app-modal .content {
  padding-bottom: 50px;
 }
 .app-modal .content  .close svg{
  width: 35px;
  height: 35px;
 }
}

@keyframes fadeIn {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes boxShadow {
  from{
    box-shadow: 0px 0px 0;
  }
  to{
    box-shadow: 0px 0px 30px;
  }
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#ffffff12;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color); 
}