@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;900&family=Poppins:wght@200;400;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none !important;
}
h3,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
h2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
button {
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #f4f5ff !important;
}

.previewContainer {
  text-align: center;
}

.imagePreview {
  max-width: 100%;
  height: auto;
}

.imagePreview img {
  width: 100%;
}

a.callMe button {
  float: left;
  border: 0;
  background: #ac0303;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  color: #fff;
}

div#loading {
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
  padding-top: 5rem;
  color: white;
  opacity: 0.1;
  position: fixed;
  top: 5rem;
  width: 100%;
  z-index: -1;
}

.contact {
  position: fixed;
  width: calc(100% - 0rem);
  left: 0;
  bottom: 0;
  padding: 1rem;
  background: #000;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.form {
  background-color: #fff;
  display: block;
  padding: 1rem;
  min-width: 280px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.input-container {
  position: relative;
  display: grid;
}

.input-container input,
.form button {
  outline: none;
  border: 1px solid #e5e7eb;
  margin: 8px 0;
}

.input-container input {
  background-color: #fff;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}

.input-container span {
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  place-content: center;
}

.input-container span svg {
  color: #9ca3af;
  width: 1rem;
  height: 1rem;
  fill: #9ca3af;
}

.submit {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #22386e;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.5rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.signup-link {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

.signup-link a {
  text-decoration: underline;
}

.container {
  padding: 1rem;
}

.container.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
a.logOff img {
  width: 30px;
  float: right;
}
a.view img {
  width: 30px;
  float: right;
  margin: 0 1rem;
}
h2.ftleft {
  width: 100%;
  text-align: left;
}
h3 {
  font-size: 1rem;
  font-weight: 600;
}
.input-containerx .flxMe input {
  padding: 0.5rem 0.25rem;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.input-containerx .flxMe {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.show-password-icon {
  cursor: pointer;
}

form.form {
  box-shadow: none;
}

.previews .pip img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border: 1px solid;
  border-radius: 5px;
}

.previews {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.previews .pip {
  position: relative;
  width: calc(50% - 0.5rem);
}

span.remove {
  background: red;
  width: 50px;
  height: 50px;
  z-index: 9;
}

div#image_preview,
.image_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  flex-direction: row;
}
.img-div,
.image_preview .image-container {
  position: relative;
  width: calc((100% - 20px) / 3);
  margin: 0 !important;
}

.image,
.image-container img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}

.middle {
  position: absolute;
  top: -5px;
  right: 5px;
}

#action-icon {
  background-color: #d9534f;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  border-radius: 500px;
  border: 1px solid;
  background-image: url(http://menu.designunic.com/images/cancel.png);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}

.remove-button {
  background-color: #d9534f;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border-radius: 500px;
  border: 1px solid;
  background-image: url(http://menu.designunic.com/images/cancel.png);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}

.btnHolder button {
  border: 0;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #22386e;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.5rem;
  text-transform: uppercase;
}
.btnHolder {
  width: max-content;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

div#qrcode img {
  width: 200px;
}

.image-container {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.remove-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: white;
  padding: 5px;
  cursor: pointer;
}

.image-container img {
  width: 100%;
}

.message {
  position: fixed;
  bottom: 1rem;
  background: black;
  padding: 1rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  width: calc(90% - 2rem);
  z-index: 99;
  left: 5%;
  text-align: center;
  color: #fff;
}

input.btnResend {
  background: black;
  padding: 0.5rem 1rem;
  border: 0;
  margin: 0.5rem 0;
  border-radius: 5px;
  color: #fff;
}

.headerTop .logo img {
  height: 35px;
}
.headerTop {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 0rem);
  padding: 0.75rem 0.5rem;
  background: #ffffff5e;
  border-bottom: 1px solid #f1f1f1;
  z-index: 999;
  backdrop-filter: blur(20px);
}

.custum-file-upload {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cacaca;
  background-color: rgba(255, 255, 255, 1);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}

.custum-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  height: 80px;
  fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .text span {
  font-weight: 400;
  color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
  display: none;
}
form {
  width: 100%;
}
textarea {
  background-color: #fff;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  outline: none;
  border: 1px solid #e5e7eb;
  margin: 8px 0;
}
.btmMenu ul li {
  padding: 5px 10px;
}
form.form p.signup-link {
  margin-bottom: 0.5rem !important;
}
.btmMenu {
  background: white;
  position: fixed;
  width: 350px;
  left: calc(50% - 175px);
  bottom: 0;
  padding: 5px 0;
  border-top: 1px solid;
  z-index: 999;
}

.btmMenu ul img {
  width: 20px;
  display: block;
  margin: auto;
}

.btmMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.ideas ul li {
  background: #d8e2d2;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  opacity: 0.75;
}
a.reviewLink img {
  height: 34px;
}
.reviewSet {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
}
.ideas ul p {
  font-size: 0rem;
  margin: 0;
  padding: 0;
}
.ideas ul p.des {
  font-style: italic;
  font-size: 0.7rem;
}
.ideas {
  width: 100%;
  margin-top: 1rem;
}
.ideas ul img {
  width: 15px;
  float: left;
  margin-right: 0.5rem;
}
.ideas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xHL {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.xHL button {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #22386e;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.5rem;
  text-transform: uppercase;
}
.payNote {
  width: 100%;
}
.payNote p {
  background: #01691a57;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  font-size: 10px;
  margin-bottom: 1rem;
  color: #fff;
  border-radius: 500px;
}
.payNote.un p {
  background: #ff000057;
}
img.openMe {
  height: 34px;
}
details {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: 3px;
}

details label {
  display: block;
}

select#mode,
select#activity,
select#game_style,
details input {
  background-color: #fff;
  padding: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

input#game {
  display: block;
  width: fit-content;
}

.file-upload {
  margin: 0.5rem 0;
}

.upload-area {
  border: 2px dashed #aaa;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  width: 100%;
}

.upload-area span {
  padding: 0;
  width: 100%;
  position: relative;
}

.upload-area:hover {
  border-color: #333;
}

.upload-text {
  font-size: 16px;
  color: #666;
}

.upload-area.dragover {
  border-color: #007bff;
  background-color: #f0f8ff;
}

.upload-area input {
  display: none;
}

p.plzAddRewards a {
  color: #000;
  padding: 0.5rem 1rem;
  background: #dddddd;
  display: block;
  border-radius: 5px;
}
div#suggestions-box ul li button {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  text-align: left;
  background: #d8e2d2;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  opacity: 0.75;
  font-size: 0.8rem;
}

div#suggestions-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.mainAdj {
  padding-left: 100px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.sideMenu ul li img {
  width: 22px;
}

.sideMenu {
  position: fixed;
  left: 1rem;
  top: 75px;
  z-index: 9;
}
.sideMenu ul li a span {
  position: absolute;
  left: 34px;
  top: 6px;
  background: #2c386a;
  width: max-content;
  padding: 0.125rem 0.5rem;
  font-size: 12px;
  border-radius: 500px;
  color: #ffff;
  opacity: 0;
  transition: all 0.3s;
}
.sideMenu ul li:hover a span {
  opacity: 1;
}
.sideMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  border-radius: 500px;
}
.sideMenu ul li {
  margin-bottom: 1rem;
  position: relative;
}
details.helper {
  padding: 0;
}
details.helper summary {
  background: #ffffff;
  width: fit-content;
  padding: 0.25rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
}
.gameCard .item {
  border-radius: 10px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 15px 10px #e93e661c;
  transform: translateY(0px);
  transition: all 0.3s;
}
.gameCard .item a {
  color: #fff;
}
.gameCard .item button {
  background: none;
  border: 0;
  color: #fff;
  padding: 1rem 1rem 2rem 1rem;
  text-align: left;
  min-height: 300px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.gameCard .item button img {
  width: 85%;
  object-fit: contain;
  filter: invert(0);
  position: absolute;
  margin-top: 5rem;
}

.ios-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.ios-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ios-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.ios-toggle .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.ios-toggle input:checked + .slider {
  background-color: #4cd964; /* iOS green */
}

.ios-toggle input:checked + .slider:before {
  transform: translateX(22px);
}
.subMenus {
  position: sticky;
  top: 56px;
  z-index: 999;
}
.subMenus ul button {
  background: #fff;
  border-radius: 500px;
  padding: 0.25rem 1rem;
}

.subMenus ul img {
  height: 25px;
  display: none;
}
.subMenus ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0;
  background: #ffffff;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 500px;
  margin-bottom: 1rem;
  justify-content: space-around;
}
.subMenus ul button:active,
.subMenus ul button:hover {
  background: #2c386a;
  color: #fff;
}
.subMenus ul button:active img,
.subMenus ul button:hover img {
  filter: invert(1);
}
p.plzAddRewards {
  margin: 0.5rem 0;
  width: fit-content;
}
.socialMedias .sset input {
  border: 1px solid;
  border-radius: 5px;
  height: 40px;
}

.socialMedias .sset {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.socialMedias {
  background-color: #fff;
  padding: 1rem;
  min-width: 280px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.rewardForm {
  background-color: #fff;
  padding: 1rem;
  min-width: 280px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}

.field-block input {
  border: 1px solid;
  height: 40px;
  padding: 0.25rem;
  font-size: 1rem;
  border-radius: 5px;
}
.field-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.noData {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item.dull,
.item.dull a,
.item.dull button {
  cursor: not-allowed;
  opacity: 0.8;
}
.helper2 {
  background: #0ba9181f;
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 10px;
}
.nav-tabs .nav-link {
  color: #000;
}
input#theme_clr1,
input#theme_clr2,
input#theme_clr3 {
  padding: 0;
}
.upload-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.upload-area.dragover {
  border-color: #007bff;
  background: #e9f4ff;
}

.preview-container {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.preview-image {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
}

.remove-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.remove-existing-button {
  background: #dc3545;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}
h5.fw-semibold {
  font-size: 0.88rem;
  text-transform: uppercase;
}
div#qrcodeEx img {
  width: 100%;
}
.btnHolder.ameCenter {
  width: 100%;
}
.theme-selection {
  margin-bottom: 1rem;
}

.theme-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.theme-option {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 2px;
}

.theme-option.selected {
  border-color: #007bff;
  background-color: #e7f1ff;
}

.theme-option img {
  display: block;
}

.preview-container {
  margin-top: 10px;
}

.preview-image {
  max-width: 100px;
  height: auto;
}

.remove-button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  div#qrcodeEx img {
    width: 85%;
    margin: auto;
  }
  .sideMenu ul li a span {
    opacity: 1;
    position: unset;
    background: none;
    color: #000;
    display: block;
    font-size: 0.7rem;
  }
  .sideMenu ul li a img {
    margin: auto;
  }
  .sideMenu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sideMenu ul li {
    margin: 0;
  }
  .sideMenu ul {
    background: #ffffff;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-top: 1px solid #22386e4a;
  }
  .sideMenu {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mainAdj {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 80px;
  }
  .subMenus ul {
    width: calc(100%);
    overflow: hidden;
    overflow-x: scroll;
    border-radius: 8px;
    background-color: #000;
  }
  .subMenus ul button {
    border-radius: 500px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  .gameCard .item button img {
    position: absolute;
    margin-top: 2rem;
    right: 0;
    width: 50%;
  }
  .gameCard .item button {
    min-height: 250px;
  }
}
