/* General */
/* Fonts Addition */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.row-reverse{
  flex-direction: column-reverse;
}

@media(min-width:768px) {
  .row-md-reverse{
    flex-direction: row-reverse;
  }
}

@media(min-width:1024px) {
  .row-lg-reverse{
    flex-direction: row;
  }
}

@media(min-width:1440px) {
  .row-xxl-reverse{
    flex-direction: row-reverse;
  }
}


/* Client Pages */
body {
  font-family: "Poppins", sans-serif;
}

#chartdiv-3 {
  width: 100%;
  height: 500px;
}

#hero {
  width: 100%;
  /* height: 600px;
  background-image: url(images/client/hero.png); */
  /* background-size: cover; */
}

.fs-0 {
  font-size: calc(2.5rem + 1.5vw)!important;
}

#hero-event {
  width: 100%;
  height: 400px;
  background-image: url(images/client/flyer.png);
  background-size: cover;
}

@media (max-width: 900px) {
  #hero-event {
    width: 100%;
    height: 300px;
    background-image: url(images/client/flyer_mobile.png);
    background-size: cover;
    background-position: center;
  }
}

#description {
  background-image: url(images/client/description-bg.svg);
  background-size: cover;
}

#description p {
  font-size: 20px;
  line-height: 32px;
}

#steps .card h5 {
  color: #000 !important;
}

#steps .card {
  max-width: 415px;
}

@media(min-width: 1024px) {
  .step-2 {
    margin-top: -70px;
  }

  .step-3 {
    margin-top: -130px;
  }
}

#winners {
  background-image: url(images/client/winners-bg.svg);
  background-size: cover;
}

#winners p {
  font-size: 20px;
  line-height: 40px;
}

#contact p {
  font-size: 20px;
  line-height: 40px;
}

#sponsor a {
  text-decoration: none;
}

.gold {
  color: #f8bf65;
}
a {
  list-style: none !important;
}

.green {
  color: #128A10;
}

.end-time {
  color: #ff8a2a;
}

footer {
  background-image: url(images/client/footer_image.svg);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 400px; */
}

@media (max-width: 900px) {
  footer {
    background-image: url(images/client/footer_image_mobile.svg);
    height: 100%;
    background-size: cover;
  }
}

/* Login */
#login {
  background-image: url(images/login.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 769px) {
  #login {
    background-image: url(images/login-md.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  text-align: center;
}

input,
p,
button {
  font-family: "Inter", sans-serif;
}

.login-btn {
  background: #f8bf65;
  border: 1px solid black;
  border-radius: 8px;
}

/* DASHBOARD STYLING */

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 4px;
  border-radius: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.logos img {
  height: 400px;
  width: auto;
  margin: 0 5px;
}

.logos-2 img {
  height: 100px;
  width: auto;
  margin: 0 5px;
}

.side-nav {
  background: #fff;
  /* border-right: 1px solid #6e6e6e; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 240px;
  z-index: 1;
}

.logout-holder {
  position: absolute;
  bottom: 5%;
}

.logout {
  border: none;
  border-radius: 12px;
  color: #FFF;
}

.logo {
  height: 60px;
}

.db-body {
  background: #0A092C;
}

#db-main {
  background: #0A092C; 
  margin-left: 240px;
}

.client-modal {
  box-shadow: rgba(218, 222, 225, 0.2) 0px 8px 24px;
}

@media (max-width: 769px) {
  #db-main {
    /* margin-top: 40px; */
    margin-left: 0px;
  }
}

#db-main h5 {
  font-size: 22px;
  color: #fff !important;
}

.db-card {
  /* width: 23.9%; */
  background: #ffffff18 !important;
  color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Line Chart - singledivui */
.db-cell {
  padding: 0px 35px;
}

/* db upload button */
.upload-questions {
  background: #7B83FC;
  border: none;
  color: white;
  border-radius: 8px;
  padding: 8px 16px;
}

.check {
  height: 16px;
}

.avatar {
  height: 22px;
  border-radius: 50%;
  width: auto;
}

.card-1-img {
  margin-bottom: -10px;
}

.top-card {
  background: #f8f8f8 !important;
  border-radius: 12px;
}

.card-num {
  font-size: 14px;
  color: #82d616;
}

.most-plays {
  height: 500px;
  overflow-y: auto;
}

/* Sidenav */
.side-nav {
  background: #0A092C;
}

.side-nav a {
  text-decoration: none;
}
.nav-item {
  border-radius: 8px;
  color: #fff;
}
.nav-item:hover {
  background: #ff990098;
  color: #fff !important;
}

.account-info {
  border-radius: 8px;
  bottom: 30px;
}

.logout {
  background: none;
  text-align: center;
}

.logout:hover {
  text-decoration: underline;
}

.dummy {
  height: 35px;
}

.account-info img {
  border-radius: 41px;
}

.chart-card-2 {
  background: #65bc4b;
}

.db-card .green {
  color: #65bc4b;
}
.db-card .orange {
  color: #f58120;
}
.db-card .red {
  color: #eb1e25;
}
.db-card .blue {
  color: #1cc2f2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fff !important;
}

th.sorting {
  color: white !important;
}

table.dataTable.display>tbody>tr>td {
  color: white !important;
}

table.dataTable>tfoot>tr>th {
  color: white !important;
}

.sales-table thead th {
  border-collapse: unset;
  /* background: #21438d; */
  color: #000;
  height: 50px;
}
.sales-table th:first-child {
  border-radius: 12px 0 0 12px;
}

.sales-table tr:nth-child(even) {
  /* border-radius: 12px 0 0 12px; */
  background: #eeeeee39;
}

.db-submit {
  background: #128A10;
  border-radius: 8px;
  color: #fff;
}

.db-submit:hover {
  background: #5dc559;
}

.active>.page-link {
  background: #128A10;
  border-color: #128A10;
}

.sales-table th:last-child {
  border-radius: 0 12px 12px 0;
}

/* amcharts */
#chartdiv {
  width: 100%;
  height: 500px;
}

/* Footer */
.db-footer {
  margin-left: 240px;
  background: none;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .db-footer {
    margin-left: 0px;
    background: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

form#settings_form .form-control, form#settings_form .form-select {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  outline: none !important;
  color: #fff;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  outline: none;
  box-shadow: none;
  background: #0A092C;
}

footer ul {
  padding-left: 0;
}

.question-card {
  max-width: 400px;
  margin: 0 auto;
}

.game-history {
  height: 322px;
  overflow-y: auto;
}

.bb-logo {
  height: 80px;
}

.ads-img {
  height: 150px;
}

.sponsor-logo {
  height: 100px;
}

.sponsor-parent {
  box-sizing: border-box;
  row-gap: 40px;
}

.sponsor-img {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

@media(min-width:768px) {
  .sponsor-img {
      width: 33.333%;
  }
}

@media(min-width:1024px) {
  .sponsor-img {
      width: 25%;
  }
}

@media(min-width:1280px) {
  .sponsor-img {
      width: 20%;
  }
}

