@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap'); 
body { 
    margin: 0; 
    font-family: "Open Sans"; 
    background-color: #fff; 
    /* background-color: #ffb30d2e; */
    /* background-image: url('https://wskirtan.live/floral.jpeg');  */
    overflow-y: auto; 
    scrollbar-color: rgba(2,16,33,.1) #f8f9fa; 
    scrollbar-width: thin;
} 

:-webkit-scrollbar { 
    width: 4px;
} 

:-webkit-scrollbar-thumb { 
    border-radius: 120px; 
    background-color: rgba(2,16,33,.1);
} 

:-webkit-scrollbar-track { 
    background-color: #f8f9fa; 
    border-radius: 120px;
} 
.header {
  background-color: #1B4D88; /* Change this to your desired background color */
  color: #fff; /* Change this to your desired text color */
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.4rem; /* Adjust font size as needed */
  font-weight: 600;
  cursor: pointer;
}

.nav-links a {
  color: #000; /* Change this to your desired link color */
  text-decoration: none;
  margin-left: 20px; /* Adjust spacing between links */
}

/* .nav-links a:hover {
  text-decoration: underline;
} */

.nav-links .active {
  font-weight: bold; /* Style for the active link */
}
.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 10px 12px 10px 36px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
  background-color: #eeeeee;
}
.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
footer {
  /* position: fixed; */
  margin-top: 1rem;
  left: 0;
  bottom: 0;
  font-weight: 600;
  width: 100%;
  text-align: center;
  background-color: #1B4D88;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem 0rem;
}
.main-cover{
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  width: 100%;
  margin: 3rem 0rem;
  /* min-height: 100vh; */
}
main {
  width: 40rem;
  height: 40rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}

#header {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0rem;
}

.share {
  width: 4.5rem;
  height: 3rem;
  background-color: #f55e77;
  border: 0;
  border-bottom: 0.2rem solid #c0506a;
  border-radius: 2rem;
  cursor: pointer;
}

.share:active {
  border-bottom: 0;
}

.share i {
  color: #fff;
  font-size: 2rem;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: 1.7rem;
  color: #141a39;
  text-transform: uppercase;
  cursor: default;
}

#leaderboard {
  width: 100%;
  position: relative;
}

#leadboard {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #141a39;
  cursor: default;
}

#leadboard tr {
  transition: all 0.2s ease-in-out;
  border-radius: 0.2rem;
}

#leadboard tr:not(:first-child):hover {
  background-color: #fff;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
}

#leadboard tr:nth-child(odd) {
  background-color: #f9f9f9;
}

#leadboard tr:nth-child(1) {
  color: #fff;
}

#leadboard td {
  height: 5rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  padding: 0rem 2rem;
  position: relative;
}

.number {
  width: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}

.name {
  text-align: left;
  font-size: 1.2rem;
}

.points {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.points:first-child {
  width: 10rem;
}

.gold-medal {
  height: 3rem;
  margin-left: 1.5rem;
}

.ribbon {
  width: 105%;
  height: 5.5rem;
  top: -0.3rem;
  background-color: #5c5be5;
  position: absolute;
  left: -1rem;
  -webkit-box-shadow: 0px 15px 11px -6px #7a7a7d;
  box-shadow: 0px 15px 11px -6px #7a7a7d;
}
@media only screen and (max-width: 593px){
    .ribbon{width: 103%;}
}

.ribbon::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  left: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}

.ribbon::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  right: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}

#buttons {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.box{
  /* width: 40rem;
  height: 40rem; */
  margin-top:3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 8px #e4e7fb;
  box-shadow: 0px 5px 15px 8px #e4e7fb;
  display: flex;
  /* margin: 0rem; */
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}

.dd-menu li a{background:#ffffff;color:#000;padding:2px 3px;border:none;font-size: 1rem;margin:0;}
.dd-button,.dropdown{display:inline-block}
.dd-button,.dd-menu li{cursor:pointer;white-space:nowrap}
.dd-input:checked+.dd-menu,.dd-menu li a{display:block;z-index:1;}
.dropdown{position:relative;margin-bottom:0}
.dd-button{border:1px solid gray;border-radius:20px;padding:2px 25px 2px 10px;color:#000;}
.dd-button:after{content:'';position:absolute;color:#fff;top:50%;right:15px;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff}
.dd-button:hover{background-color:#eee;color:#ffffff}
.dd-button:hover::after{border-top:5px solid #ffffff;color:#000;}
.dd-input,.dd-input+.dd-menu{display:none}
.dd-menu{position:absolute;top:100%;border:1px solid #ccc;border-radius:4px;padding:0;margin:2px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#ffffff;list-style-type:none}
.dd-menu li{padding:0.5rem 0.5rem}
.dd-menu li:hover{background-color:#f6f6f6}
/* .dd-menu li a{color:#ffffff;margin:-10px -20px;padding:10px 20px} */
.dd-menu li.divider{padding:0;border-bottom:1px solid #ccc}

:root {
  --main-blue: #71b7e6;
  --main-purple: #9b59b6;
  --main-grey: #ccc;
  --sub-grey: #d9d9d9;
}
footer p{margin: 0rem;}
form label{font-size:1rem;}
.font-normal{font-size:1rem;}
.box-text{text-decoration:none;color:#1B4D88;}
.box-text:hover{text-decoration: underline;}
table{width:100%;}
.qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
#example{font-size:1rem;}
.selected-contain{    user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: .35714286em .78571429em;
  margin: .14285714rem .28571429rem .14285714rem 0;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset;}

  .logo a{text-decoration:none;color:#fff;}

  #output {
    padding: 20px;
    background: #dadada;
  }