@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=DM+Mono:wght@300;400;500&family=DM+Sans:wght@400;500;700&family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap);
@font-face {
  font-family: "Qualy";
  src: url(/fonts/Qualy.otf?f5b89a0a84b93f286825f5f4a0cf5626) format("opentype"), url(/fonts/Qualy.woff?e0f4fee3da25fe9fe1d60d7e762d6cd0) format("woff"), url(/fonts/Qualy.ttf?4a3506f78f95ab4386f2f8fe621e7b22) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.border-12 {
  border-radius: 12px !important;
}

.border-15 {
  border-radius: 15px !important;
}

.border-18 {
  border-radius: 18px !important;
}

.border-20 {
  border-radius: 20px !important;
}

.border-24 {
  border-radius: 24px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-32 {
  font-size: 32px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.font-primary {
  font-family: "Qualy";
}

.font-secondary {
  font-family: "DM Sans", sans-serif;
}

.font-digits {
  font-family: "DM Mono", monospace;
}

.blue-border {
  border-color: #00fecc !important;
}

.color-invisible {
  color: #90877e !important;
}

.color-brown-lite {
  color: #BD8D1E !important;
}

.btn-color {
  color: #aa6600 !important;
}

.dark-bg-2 {
  background-color: #0e1231 !important;
}

.bg-green-lite {
  background-color: #00fecc !important;
}

.bg-brown-lite {
  background-color: #BD8D1E !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 0.8rem;
  font-family: "DM Sans", sans-serif;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #d8ccc1;
}
body::-webkit-scrollbar-thumb {
  background: #aa6600;
  border-radius: 30px;
}

h1 {
  font-size: 22.43px;
  line-height: 29.43px;
}

h2 {
  font-size: 19.93px;
  line-height: 26.93px;
}

h3 {
  font-size: 17.72px;
  line-height: 24.72px;
}

h4 {
  font-size: 15.75px;
  line-height: 22.75px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h6 {
  font-size: 12.44px;
  line-height: 19.44px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Qualy";
  color: #088251;
  font-weight: 400;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.btn {
  color: #aa6600;
}
.btn.btn-header {
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
}
.btn.btn-header.active {
  background-color: #00fecc;
  border-radius: 20px;
  color: #0e1231;
}
.btn.btn-header.active:hover {
  background-color: #00fecc;
  border-radius: 20px;
  color: #0e1231;
  cursor: default;
}
.btn.btn-header:hover {
  color: rgba(170, 102, 0, 0.8);
  background-color: rgba(0, 254, 204, 0.1);
}
.btn.save-link-game-url, .btn.save-link-presentation-url {
  background: linear-gradient(225deg, #a60 0%, #7f18c2 100%);
  box-shadow: none;
  color: #fff;
  border-color: #9b4b44;
}
.btn.btn-disable {
  background: rgba(170, 102, 0, 0.2) !important;
  pointer-events: none;
}
.btn.disabled, .btn:disabled {
  color: #6c757d;
}
.btn.btn-round {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #aa6600;
  color: #ffffff;
  border-radius: 3rem;
  font-size: 0.8rem;
}
.btn.btn-squer {
  background-color: #aa6600;
  color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
}
.btn.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white:hover {
  background-color: #ffffff;
  color: #211d19;
}
.btn.round-close {
  background-color: #aa6600;
  width: 30px;
  height: 30px;
}
.btn.btn-sm {
  height: 30px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 12px;
}
.btn.btn-purple {
  background-color: #7f18c2;
  color: #ffffff;
  border-radius: 2rem;
}
.btn.btn-purple:hover {
  background-color: #ffffff;
  border: 1px solid #7f18c2;
  color: #7f18c2;
}
.btn.btn-purple svg * {
  fill: #ffffff;
}
.btn.btn-purple:hover svg * {
  fill: #7f18c2;
}

.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.game-code-space {
  max-width: 80px;
  word-break: break-word;
}

.bullet-list li {
  list-style: disc;
  margin-bottom: 0.3rem;
}

.yellow-link {
  color: #AA6600;
  text-decoration: underline;
}

.btn-color {
  color: #aa6600;
}

.bold-3 {
  font-weight: 300 !important;
}

.bold-4 {
  font-weight: 400 !important;
}

.bold-5 {
  font-weight: 500 !important;
}

.bold-6 {
  font-weight: 600 !important;
}

.bold-7 {
  font-weight: 700 !important;
}

.bold-8 {
  font-weight: 800 !important;
}

.primary-bg-dark {
  background-color: #088251 !important;
}

.primary-color-dark {
  color: #088251;
}

.color-danger {
  color: #ee0000;
}

.heading-5 {
  font-size: 1.25rem;
}

.heading-6 {
  font-size: 1.125rem;
}

.primary-font {
  font-family: "Qualy";
}

.secondary-font {
  font-family: "DM Sans", sans-serif;
}

.text-dark {
  color: #211d19 !important;
}

.bg-dark {
  background-color: #211d19 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.save-status {
  font-size: 12px;
}
.save-status i {
  -webkit-animation-name: saveloader;
          animation-name: saveloader;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.save-status .anim-dot-1 {
  opacity: 0;
  -webkit-animation: saveloader1;
          animation: saveloader1;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.save-status .anim-dot-2 {
  opacity: 0;
  -webkit-animation: saveloader2;
          animation: saveloader2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.save-status .anim-dot-3 {
  opacity: 0;
  -webkit-animation: saveloader3;
          animation: saveloader3;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes saveloader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes saveloader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes saveloader1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes saveloader1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes saveloader2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes saveloader2 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes saveloader3 {
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes saveloader3 {
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 14px;
}

.btn-primary {
  background: linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  border: none;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 1s ease-in;
}
.btn-primary svg {
  fill: #ffffff;
}
.btn-primary:hover, .btn-primary:active:focus, .btn-primary:focus {
  background: linear-gradient(225deg, #aa6600 0%, #aa6600 100%);
  border: none;
  box-shadow: none !important;
  transition: all 1s ease-in;
}
.btn-primary.btn-lg {
  width: 180px;
}

.btn-secondary {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 30px;
  font-size: 14px;
  color: #aa6600;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 150ms ease-in;
  letter-spacing: 1.25px;
}
.btn-secondary svg {
  fill: #aa6600;
}
.btn-secondary.get-presentation-link {
  font-size: 16px;
}
.btn-secondary#editPodium {
  margin-bottom: 4rem !important;
}
.btn-secondary#editPodium.active {
  border: 2px solid #398400;
  border-left: 5px solid #BDFF00;
  background-color: #398400;
  box-shadow: none !important;
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  color: #ffffff;
}
.btn-secondary.invalid-error {
  background-image: none;
  box-shadow: none;
  border: 3px solid #c51f1f !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  background-origin: unset;
  background-clip: unset;
}
.btn-secondary.btn:hover {
  border: 2px solid #7f18c2;
  box-shadow: 2px 1000px 1px #7f18c2 inset;
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  color: #ffffff;
  transition: all 150ms ease-in;
}
.btn-secondary.btn:hover svg {
  fill: #ffffff;
}
.btn-secondary.active {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #088251 inset !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #ffffff !important;
}
.btn-secondary.active svg {
  fill: #ffffff !important;
}
.btn-secondary.active:focus {
  box-shadow: 2px 1000px 1px #088251 inset;
}
.btn-secondary.btn:focus {
  box-shadow: 2px 1000px 1px #ffffff inset;
  color: #aa6600;
}
.btn-secondary.btn:focus:hover {
  border: 2px solid #7f18c2;
  box-shadow: 2px 1000px 1px #7f18c2 inset;
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  color: #ffffff;
  transition: all 150ms ease-in;
}
.btn-secondary.btn:focus:hover svg {
  fill: #ffffff;
}
.btn-secondary.game-skin {
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-secondary.game-theme-button {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.btn-secondary.not-btn.active {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.btn-secondary.not-btn:hover {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.btn-secondary.not-btn:active:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.btn-secondary.not-btn:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.btn-secondary.choose-game-type {
  border: 2px solid transparent !important;
  box-shadow: 2px 1000px 1px #ffffff inset !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  color: #aa6600 !important;
  white-space: nowrap !important;
  padding: 2px 20px !important;
}
.btn-secondary.choose-game-type svg {
  fill: #aa6600 !important;
}
.btn-secondary.choose-game-type:hover {
  border: 2px solid #7f18c2 !important;
  box-shadow: 2px 1000px 1px #7f18c2 inset !important;
  background-image: none !important;
  background-origin: unset !important;
  background-clip: unset !important;
  color: #ffffff !important;
}
.btn-secondary.choose-game-type:hover svg {
  fill: #ffffff !important;
}
.btn-secondary.choose-game-type.active {
  border: 2px solid #139863 !important;
  box-shadow: 2px 1000px 1px #088251 inset !important;
  background-image: none !important;
  color: #ffffff !important;
}
.btn-secondary.choose-game-type.active svg {
  fill: #ffffff !important;
}

.btn-double button span {
  width: 13px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .btn-double .btn-secondary {
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-double .btn-primary {
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.btn-double .btn-secondary {
  border-radius: 30px 0 0 30px;
}
.btn-double .btn-primary {
  border-radius: 0 30px 30px 0;
}

.btn:focus {
  box-shadow: none;
}

.notification-badge {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ee0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  top: -5px;
  right: -5px;
}
.notification-badge.inner-link {
  top: 0;
  right: 20px;
}

.alert-box {
  width: 100%;
  border-radius: 12px;
  padding: 1rem 1.3rem;
  color: #ffffff;
  font-size: 0.875rem;
}
.alert-box.primary {
  background-color: #00fecc;
  color: #211d19;
}
.alert-box.secondary {
  background-color: #088251;
}
.alert-box.success {
  background-color: #008800;
}
.alert-box.danger {
  background-color: #ee0000;
}
.alert-box.warning {
  background-color: #cc0069;
}
.alert-box.info {
  background-color: rgba(0, 254, 204, 0.4);
  color: #211d19;
  border: 1px solid #d8ccc1;
}
.alert-box.info.custom-alert-box {
  color: #ffffff;
  border: 1px solid #d8ccc1;
}
.alert-box.light {
  background-color: rgba(255, 255, 255, 0.4);
  color: #211d19;
}
.alert-box.dark {
  background-color: #0e1231;
}
.alert-box.w-logo {
  display: flex;
  align-items: center;
}

.custom-alert-box-sidebar {
  width: 100%;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background-color: rgba(0, 254, 204, 0.4);
  border: 1px solid #d8ccc1;
}

.form-check-input {
  border: 2px solid #aa6600;
}
.form-check-input:checked {
  background-color: #aa6600;
  border: 2px solid #aa6600;
}
.form-check-input:focus {
  box-shadow: none;
  border: 2px solid #aa6600;
}

.modal {
  background: linear-gradient(225deg, rgba(170, 102, 0, 0.8) 0%, rgba(127, 24, 194, 0.8) 100%) !important;
  z-index: 99999;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .btn-close {
  color: #aa6600;
  background: none;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
}
.modal h5, .modal h3 {
  color: #211d19;
}
.modal p {
  font-size: 14px;
}
.modal p.custom-opacity {
  color: #90877e;
}
.modal .modal-footer {
  justify-content: space-between;
  border-top: none;
}
.modal .modal-content {
  box-shadow: 4px 4px 0 #1fc57e;
  border-radius: 24px;
}
.modal .v-btn {
  right: 5px;
  top: 2px;
  color: #aa6600;
}

.dropdown-menu {
  right: 10px;
  left: unset !important;
  background: #ffffff;
  border: 1px solid #00fecc;
  box-sizing: border-box;
  box-shadow: 6px 6px 0px #18c27f;
  border-radius: 18px;
  width: 100%;
}
.dropdown-menu.custom-nav-d-down {
  top: 78px !important;
  width: unset;
}
@media screen and (max-width: 767.98px) {
  .dropdown-menu.custom-nav-d-down {
    top: 60px !important;
  }
}
.dropdown-menu.custom-nav-d-down h4 {
  color: #18c27f;
}
.dropdown-menu a {
  color: #91877e;
  text-decoration: none;
}
.dropdown-menu a.profile-color {
  color: #d07d00;
}
.dropdown-menu a:hover {
  background: none;
  color: #d07d00;
}
.dropdown-menu .dropdown-item.enable {
  color: #d07d00;
}

.input-sm {
  min-width: 300px;
  width: auto;
}

.dropdown.dropdown-sm ul.dropdown-menu {
  width: auto;
}
.dropdown.dropdown-sm .dropdown-toggle {
  min-width: 300px;
}
.dropdown .team-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid #fff;
  background-color: #C59C34;
}
.dropdown.dropdown-v2 button {
  min-height: 40px;
}
.dropdown.dropdown-v2 button::after {
  position: absolute;
  right: 20px;
  top: 11px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}
.dropdown.dropdown-v2 .dropdown-menu {
  box-shadow: none;
  border-color: #211D19 !important;
}
.dropdown.dropdown-v2 .dropdown-menu li a:hover {
  background-color: #7f18c2;
  color: #ffffff;
}

.drag-btn .dropdown.rearrange-custom-drop-down .dropdown-toggle {
  color: #fff;
}
.drag-btn .dropdown.rearrange-custom-drop-down .dropdown-toggle::after {
  display: none;
}

.form-control {
  font-size: 14px;
  border: 1px solid #d07d00 !important;
  border-radius: 25px !important;
  background-color: transparent !important;
  box-shadow: inset 3px 3px 0 rgba(170, 102, 0, 0.25) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #d07d00;
  box-shadow: inset 3px 3px 0 rgba(170, 102, 0, 0.25) !important;
}
.form-control.custom-for-assistants {
  border-color: #18c27f !important;
}
.form-control.custom-for-assistants:focus {
  border-color: #18c27f;
  box-shadow: inset 3px 3px 0 rgba(170, 102, 0, 0.25) !important;
}
.form-control.header-search-field {
  font-size: 12px;
  min-width: 250px;
  padding: 10px 20px;
  padding-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .form-control.header-search-field {
    min-width: 210px;
  }
}
.form-control.invalid-error {
  border: 3px solid #c51f1f !important;
  box-shadow: none;
}
.form-control#funkyName {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.form-control.input-bg {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.form-control.fade-input {
  border-color: #F5ECDD !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url(/images/menu_icon.svg?c098a1874758cbc9aebc64115fbd9864) !important;
}

.y-quest-rounds-body {
  background-color: #BEE7F4;
}
.y-quest-rounds-body .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%237F18C2'/></svg>");
}
.y-quest-rounds-body .form-check-input:checked[type=radio] {
  background-color: #ffffff;
  border: 3px solid #7f18c2;
}
.y-quest-rounds-body .form-check-input {
  border: 2px solid #aa6600;
}
.y-quest-rounds-body .form-check-input.answer-checker {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.y-quest-rounds-body .form-check-input:checked {
  background-color: #7f18c2;
  border: 2px solid #7f18c2;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%237F18C2'/></svg>");
}

.form-check-input:checked[type=radio] {
  background-color: #ffffff;
  border: 3px solid #7f18c2;
}

.form-check-input {
  border: 2px solid #aa6600;
}
.form-check-input:checked {
  background-color: #7f18c2;
  border: 2px solid #7f18c2;
}

#del-games {
  max-height: 50vh;
  overflow: auto;
  padding-right: 30px;
}
#del-games::-webkit-scrollbar {
  width: 3px;
}
#del-games::-webkit-scrollbar-track {
  background: #ffffff;
}
#del-games::-webkit-scrollbar-thumb {
  background: #18c27f;
  border-radius: 10px;
}
#del-games::-webkit-scrollbar-thumb:hover {
  background: #088251;
}

.tooltips {
  position: absolute;
}
.tooltips .tooltip-content {
  padding: 2rem;
  background-color: #0e1231;
  border: 2px solid #18c27f;
  border-radius: 16px;
  color: #00fecc;
  letter-spacing: 1px;
  box-shadow: 6px 6px 0 #18c27f;
  display: none;
  position: absolute;
  margin-top: 15px;
  transition: all 155ms ease-in-out;
  top: 50px;
  left: -45%;
  width: 450px;
  z-index: 1001;
}
@media screen and (max-width: 767.98px) {
  .tooltips .tooltip-content {
    width: 300px;
  }
}
.tooltips .tooltip-content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #0e1231;
  position: absolute;
  z-index: 1002;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltips.tip-for-error {
  width: 90%;
  left: 5%;
  top: 28px;
}
.tooltips.tip-for-error .error-badge {
  position: relative;
  left: 79%;
  top: 4px;
}
.tooltips.tip-for-error .error-line-danger,
.tooltips.tip-for-error .error-line-green {
  width: unset;
}
.tooltips.tip-for-error .tooltip-content {
  top: 10px;
  left: 0px;
  max-width: 325px;
}
.tooltips.game-skin-tooltips .tooltip-content {
  left: 0;
  top: 30px;
  width: 350px;
}
.tooltips.game-skin-tooltips .tooltip-content::before {
  left: 10%;
}
.tooltips:hover .tooltip-content {
  display: inline-block;
}
.tooltips.header-tooltip .tooltip-content {
  left: -178%;
  width: 200px;
  white-space: nowrap;
  text-align: center;
}

.tooltip-custom-1 .tooltip-content, .tooltip-custom-1 .custom-tooltip-drop, .custom-tooltip .tooltip-content, .custom-tooltip .custom-tooltip-drop {
  padding: 2rem;
  background-color: #0e1231;
  border: 2px solid #18c27f;
  border-radius: 16px;
  color: #00fecc;
  letter-spacing: 1px;
  box-shadow: 6px 6px 0 #18c27f;
  opacity: 0;
  position: absolute;
  margin-top: 15px;
  width: 400px;
  z-index: 1001;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .tooltip-custom-1 .tooltip-content, .tooltip-custom-1 .custom-tooltip-drop, .custom-tooltip .tooltip-content, .custom-tooltip .custom-tooltip-drop {
    width: 300px;
  }
}
.tooltip-custom-1 .tooltip-content::before, .tooltip-custom-1 .custom-tooltip-drop::before, .custom-tooltip .tooltip-content::before, .custom-tooltip .custom-tooltip-drop::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #0e1231;
  position: absolute;
  top: -14px;
  left: 190px;
  z-index: 1002;
}
.tooltip-custom-1.tooltip-table .tooltip-content, .custom-tooltip.tooltip-table .tooltip-content {
  position: fixed;
  width: 200px;
}
@media screen and (max-width: 767.98px) {
  .tooltip-custom-1.tooltip-table .tooltip-content, .custom-tooltip.tooltip-table .tooltip-content {
    width: 180px;
  }
}
.tooltip-custom-1.tooltip-table .tooltip-content::before, .custom-tooltip.tooltip-table .tooltip-content::before {
  content: "";
  left: 90px;
}
.tooltip-custom-1.custom-tooltip .custom-tooltip-drop, .custom-tooltip.custom-tooltip .custom-tooltip-drop {
  left: 49%;
  top: 16px;
  transform: translateX(-51%);
}
.tooltip-custom-1.custom-tooltip .custom-tooltip-drop::before, .custom-tooltip.custom-tooltip .custom-tooltip-drop::before {
  left: 0;
  right: 0;
  margin: auto;
}
.tooltip-custom-1.custom-tooltip .custom-tooltip-drop.left-align, .custom-tooltip.custom-tooltip .custom-tooltip-drop.left-align {
  transform: initial;
  left: -40px;
  top: initial;
  bottom: 35px;
}
.tooltip-custom-1.custom-tooltip .custom-tooltip-drop.left-align::before, .custom-tooltip.custom-tooltip .custom-tooltip-drop.left-align::before {
  left: 30px;
  right: initial;
  bottom: -13px;
  top: initial;
  transform: rotate(180deg);
  filter: drop-shadow(4px 7px 0px #18c27f);
}
.tooltip-custom-1.custom-tooltip .custom-tooltip-drop.size-md, .custom-tooltip.custom-tooltip .custom-tooltip-drop.size-md {
  width: 400px !important;
}
@media screen and (max-width: 575.98px) {
  .tooltip-custom-1.custom-tooltip .custom-tooltip-drop.size-md, .custom-tooltip.custom-tooltip .custom-tooltip-drop.size-md {
    width: 280px !important;
  }
}
.tooltip-custom-1.custom-tooltip button:hover + .custom-tooltip-drop, .custom-tooltip.custom-tooltip button:hover + .custom-tooltip-drop {
  opacity: 1;
}
.tooltip-custom-1.custom-tooltip.tooltip-xs .custom-tooltip-drop, .custom-tooltip.custom-tooltip.tooltip-xs .custom-tooltip-drop {
  width: 200px;
}

.tooltip-custom {
  position: relative;
}
.tooltip-custom::before, .tooltip-custom::after {
  --scale: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: top center;
}
.tooltip-custom::before {
  --translate-y: calc(100% + 20px);
  content: attr(data-tooltip);
  padding: 2rem;
  background-color: #0e1231;
  border: 2px solid #18c27f;
  border-radius: 16px;
  color: #00fecc;
  letter-spacing: 1px;
  box-shadow: 6px 6px 0 #18c27f;
  width: 400px;
  max-height: 400px;
  overflow-y: auto;
}
.tooltip-custom:hover::before, .tooltip-custom:hover::after {
  --scale:1;
}
.tooltip-custom::after {
  --translate-y: calc(1 * 24px);
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #0e1231;
  transform-origin: bottom center;
}

.error-line-danger {
  width: 90%;
  height: 10px;
  background-color: #F56666;
  bottom: 4px;
  left: 5%;
}

.error-line-green {
  width: 90%;
  height: 10px;
  background-color: #66B866;
  bottom: 4px;
  left: 5%;
}

.error-badge {
  top: 11px;
  right: 42px;
  z-index: 2;
  color: #ee0000;
}
.error-badge.red {
  color: #ee0000;
}
.error-badge.green {
  color: #008800;
}
.error-badge.with-out-eye {
  right: 20px;
}

/*---------- Header ---------- */
.yakeety.navbar {
  box-shadow: 2px 2px 0px #18c27f;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 99999;
  min-height: 60px;
}
.yakeety.navbar .navbar-nav .nav-item a.btn.btn-header {
  padding: 0.312rem 0.75rem;
}
.yakeety.navbar .header-search button {
  right: 10px;
}
.yakeety.navbar .header-doc {
  color: #aa6600;
  font-size: 14px;
}
.yakeety.navbar .header-user-inf {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
}
.yakeety.navbar .header-user-inf.dropdown-toggle::after {
  content: none;
}
.yakeety.navbar .header-user-inf .user-dp {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #aa6600;
}
@media screen and (max-width: 767.98px) {
  .yakeety.navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    padding: 25px;
    overflow: auto;
    background-color: #0e1231;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .yakeety.navbar .navbar-collapse {
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety.navbar .navbar-collapse .custom-mob-v {
    position: relative;
    margin-top: 20px;
    right: -90px;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety.navbar .navbar-collapse .custom-mob-v-2 .user-dp {
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #aa6600;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety.navbar .navbar-collapse .sideb li {
    list-style: none;
    margin: 15px 0;
    padding-left: 16%;
  }
  .yakeety.navbar .navbar-collapse .sideb li.sb-custom-margin {
    margin: 25px 0;
  }
  .yakeety.navbar .navbar-collapse .sideb li h5 {
    color: #18c27f;
    text-transform: uppercase;
    font-size: 16px;
  }
  .yakeety.navbar .navbar-collapse .sideb li a {
    color: #90877e;
    text-decoration: none;
    font-size: 10.67px;
  }
  .yakeety.navbar .navbar-collapse .sideb li a.active {
    font-weight: 900;
    color: #00fecc;
  }
  .yakeety.navbar .navbar-collapse .sideb li a.active svg {
    fill: #00fecc;
  }
  .yakeety.navbar .navbar-collapse .sideb li a.highlight {
    color: #d07d00;
  }
  .yakeety.navbar .navbar-collapse .sideb li a.highlight svg {
    fill: #d07d00 !important;
  }
  .yakeety.navbar .navbar-collapse .sideb li a svg {
    fill: #90877e;
  }
  .yakeety.navbar .navbar-collapse .sideb li a:hover {
    color: #ffffff;
  }
  .yakeety.navbar .navbar-collapse .sideb li a:hover svg {
    fill: #ffffff;
  }
}
.yakeety.navbar.reset-password .header-doc {
  opacity: 0.3 !important;
  cursor: default !important;
}
.yakeety.navbar.reset-password .header-user-inf {
  cursor: default !important;
}
.yakeety.navbar.reset-password .header-user-inf .user-dp {
  opacity: 0.3 !important;
}
.yakeety.navbar.xtra-nav-for-q-ans {
  min-height: 55px;
}
.yakeety.navbar.navbar-for-lg .btn.btn-header span {
  display: none;
}
.yakeety.navbar.navbar-for-lg .btn.btn-header.active span {
  display: block;
}
.yakeety.navbar.navbar-for-lg .btn.btn-header em {
  min-width: 14px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .tab-hide {
    display: none;
  }
}

/*---------- Sidebar ---------- */
.sidebar {
  height: calc(100vh - 56px);
  background-color: #0e1231;
  position: fixed;
  top: 56px;
  width: 260px;
}
.sidebar p {
  font-size: 14px;
}
@media screen and (max-width: 1199.98px) {
  .sidebar {
    width: 75px;
  }
  .sidebar.game-creation-quest {
    width: 260px;
  }
  .sidebar a p {
    display: none;
  }
  .sidebar .crt-g-btn-for-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
  }
  .sidebar .crt-g-btn-for-tab .crt-game-btn {
    right: 0 !important;
  }
}
.sidebar.game-creation-quest {
  top: 52px;
  height: calc(100vh - 52px);
  padding: 20px;
  overflow: auto;
  scrollbar-color: #aa6600 #d8ccc1;
  scrollbar-width: 10px;
}
.sidebar.game-creation-quest .btn-secondary {
  border-radius: 15px;
}
.sidebar.game-creation-quest::-webkit-scrollbar {
  width: 10px;
}
.sidebar.game-creation-quest::-webkit-scrollbar-track {
  background: #d8ccc1;
}
.sidebar.game-creation-quest::-webkit-scrollbar-thumb {
  background: #aa6600;
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .sidebar.game-creation-quest {
    width: 100vw;
    z-index: 150;
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media screen and (max-width: 1399.98px) {
  .sidebar {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
.sidebar .sidebar-list li {
  list-style: none;
  margin: 15px 0;
  padding-left: 16%;
}
@media screen and (min-width: 1199.98px) {
  .sidebar .sidebar-list li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.sidebar .sidebar-list li.sb-custom-margin {
  margin: 25px 0;
}
@media screen and (max-width: 1268px) {
  .sidebar .sidebar-list li {
    padding-left: 8%;
  }
}
.sidebar .sidebar-list li h5 {
  color: #18c27f;
  text-transform: uppercase;
  font-size: 16px;
}
.sidebar .sidebar-list li a {
  color: #90877e;
  text-decoration: none;
  font-size: 14px;
}
.sidebar .sidebar-list li a.active {
  font-weight: 700;
  color: #00fecc;
  pointer-events: none;
}
.sidebar .sidebar-list li a.active svg {
  fill: #00fecc;
}
.sidebar .sidebar-list li a.highlight {
  color: #d07d00;
}
.sidebar .sidebar-list li a.highlight svg {
  fill: #d07d00 !important;
}
.sidebar .sidebar-list li a svg {
  fill: #90877e;
}
.sidebar .sidebar-list li a:hover {
  color: #B066E2;
}
.sidebar .sidebar-list li a:hover svg {
  fill: #B066E2;
}
.sidebar .sidebar-list li a[href="#"] {
  pointer-events: none;
}
.sidebar .sidebar-list li a[href="#"] svg {
  fill: #90877E;
}
.sidebar .sidebar-list li a[href="#"] :hover {
  color: #90877E;
}
.sidebar .sidebar-list li .crt-game-btn {
  background-color: #ffffff;
  color: #aa6600;
  width: 180px;
  border-radius: 14px;
  position: relative;
  right: 10px;
}
.sidebar .sidebar-list li .crt-game-btn svg {
  fill: #aa6600;
}
.sidebar .sidebar-list li .crt-game-btn:hover {
  color: #B066E2;
}
.sidebar .sidebar-list li .crt-game-btn:hover svg {
  fill: #B066E2;
}
@media screen and (max-width: 1199.98px) {
  .sidebar .sidebar-list li .crt-game-btn {
    width: unset;
  }
}
.sidebar .sidebar-list li .crt-game-btn p {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar.disabled-sidebar button,
.sidebar.disabled-sidebar a {
  cursor: default !important;
  color: #90877e !important;
}
.sidebar.disabled-sidebar svg {
  fill: #90877e !important;
}
.sidebar.disabled-sidebar .crt-game-btn {
  background-color: transparent !important;
  border: 1px solid #90877e;
}
.sidebar.disabled-sidebar .crt-game-btn img {
  filter: grayscale(1);
}

/*---------- Contents ---------- */
.yakeety-content {
  padding-left: 260px;
  padding-top: 75px;
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
  .yakeety-content {
    overflow: hidden;
  }
}
@media screen and (max-width: 1199.98px) {
  .yakeety-content {
    padding-left: 75px;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety-content {
    padding-left: 0;
    padding-top: 50px;
  }
}
.yakeety-content.dashboard-home .content-box {
  max-width: 1180px;
}
.yakeety-content.homepage-content-space {
  padding-top: 62px;
}
.yakeety-content.homepage-content-space .content-box {
  max-height: calc(100vh - 62px);
  overflow: auto;
}
.yakeety-content .content-box {
  padding: 20px 20px 20px 35px;
  max-width: 1400px;
  margin: 0 auto;
}
.yakeety-content .content-box .uploader.active {
  box-shadow: 2px 1000px 1px #ffffff inset !important;
}
@media screen and (max-width: 1199.98px) {
  .yakeety-content .content-box {
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety-content .content-box {
    padding: 20px 10px;
  }
}
.yakeety-content .content-box .select-game-menu {
  background-image: linear-gradient(10deg, #00fecc, #18c27f);
  border-radius: 25px;
}
.yakeety-content .content-box .select-game-menu .game-menu .game-menu-overflow {
  overflow: auto;
  padding-bottom: 450px;
  margin-bottom: -450px;
  scroll-behavior: smooth;
}
.yakeety-content .content-box .select-game-menu .game-menu .game-menu-overflow::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .yakeety-content .content-box .select-game-menu .game-menu .game-menu-overflow {
    overflow: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .yakeety-content .content-box .select-game-menu .game-menu .game-menu-overflow {
    max-height: 140px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.yakeety-content .content-box .select-game-menu .game-menu .nxt-btn {
  opacity: 0.5;
  cursor: default;
}
.yakeety-content .content-box .select-game-menu .game-menu .nxt-btn svg {
  fill: #F5ECDD;
}
.yakeety-content .content-box .select-game-menu .game-menu .nxt-btn.active {
  opacity: 1;
}
.yakeety-content .content-box .select-game-menu .game-menu .btn-cg {
  border-radius: 30px;
  background-color: rgba(170, 102, 0, 0.2);
  color: #ffffff;
  height: 48px;
  max-width: 190px;
}
.yakeety-content .content-box .select-game-menu .game-menu .btn-cg svg {
  fill: #ffffff;
}
.yakeety-content .content-box .select-game-menu .game-menu .btn-cg.active {
  background: linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
}
@media screen and (min-width: 1200px) {
  .yakeety-content .content-box .select-game-menu .game-menu .btn-cg {
    width: 100%;
    white-space: nowrap;
  }
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link {
  border: 2px solid transparent !important;
  box-shadow: 2px 1000px 1px #ffffff inset !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  color: #aa6600 !important;
  white-space: nowrap !important;
  padding: 8px 20px !important;
  overflow: hidden;
  letter-spacing: 1.25px;
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link * {
  fill: #aa6600;
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link:hover {
  border: 2px solid #7f18c2 !important;
  box-shadow: 2px 1000px 1px #7f18c2 inset !important;
  background-image: none !important;
  background-origin: unset !important;
  background-clip: unset !important;
  color: #ffffff !important;
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link:hover * {
  fill: #fff;
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link.active {
  border: 2px solid !important;
  box-shadow: 2px 1000px 1px #088251 inset !important;
  color: #ffffff !important;
  border-image-source: linear-gradient(to left, transparent, transparent) !important;
}
.yakeety-content .content-box .select-game-menu .nav-item .nav-link.active * {
  fill: #ffffff;
}
.yakeety-content .content-box .select-game-menu .tab-content .tab-pane {
  border-radius: 18px;
  background-color: #36822B;
  padding: 1rem;
}
.yakeety-content .content-box .select-game-menu .tab-content .tab-pane.mission-tab {
  background-color: #1B2466 !important;
}
.yakeety-content .content-box .select-game-menu .tab-content .tab-pane.achievement-tab {
  background-color: #BD8D1E !important;
}
.yakeety-content .content-box .select-game-menu .tab-content .tab-pane .game-menu-overflow {
  max-height: 152px;
  overflow-y: auto;
  flex-wrap: wrap;
}
.yakeety-content .content-box .select-game-menu .tab-content .tab-pane .game-menu-overflow button {
  min-height: 40px;
  min-width: 7rem;
}
.yakeety-content .content-box .qstn-box {
  position: absolute;
  top: -40px;
  margin: auto;
  right: 0;
  left: 0;
}
.yakeety-content .content__accordion {
  padding: 10px 0;
}
.yakeety-content .content__accordion .accordion {
  width: 100%;
  margin: 0 auto;
}
.yakeety-content .content__accordion .accordion .expansion-box {
  display: none;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 2px 2px 0 #18c27f;
}
.yakeety-content .content__accordion .accordion .expansion-box.active {
  display: block;
}
.yakeety-content .content__accordion .accordion .expansion-box h2,
.yakeety-content .content__accordion .accordion .expansion-box h3,
.yakeety-content .content__accordion .accordion .expansion-box h4,
.yakeety-content .content__accordion .accordion .expansion-box h5,
.yakeety-content .content__accordion .accordion .expansion-box h6 {
  color: #000000;
}
.yakeety-content .content__accordion .accordion .expansion-box .check-label-section .subtitle {
  font-weight: 700;
  font-size: 14px;
}
.yakeety-content .content__accordion .accordion .expansion-box .desc-box {
  background-color: #00fecc;
  border-radius: 12px;
  border: 1px solid #D8CCC1;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand {
  display: none;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand .table-row-expansion {
  border-radius: 0 !important;
  box-shadow: 3px 2px 0px #18c27f !important;
  display: none;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand .table-row-expansion .expansion-box {
  border-radius: 0;
  box-shadow: none;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand .table-row-expansion .expansion-box .selected-item i {
  color: #aa6600;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand .table-row-expansion .expansion-box.assist-view {
  display: none;
  border-radius: 24px;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows + .table-expand .table-row-expansion .expansion-box.assist-edit {
  display: none;
  border-radius: 24px;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.edit-show + .table-expand {
  display: table-row;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.edit-show + .table-expand .table-row-expansion {
  display: table-cell;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.edit-show + .table-expand .table-row-expansion .expansion-box.assist-view {
  display: none;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.edit-show + .table-expand .table-row-expansion .expansion-box.assist-edit {
  display: block;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.assist-show + .table-expand {
  display: table-row;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.assist-show + .table-expand .table-row-expansion {
  display: table-cell;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.assist-show + .table-expand .table-row-expansion .expansion-box.assist-view {
  display: block;
}
.yakeety-content .content__accordion .accordion .assistants-table-rows.assist-show + .table-expand .table-row-expansion .expansion-box.assist-edit {
  display: none;
}
.yakeety-content .content__accordion .accordion .accordion__wrapper,
.yakeety-content .content__accordion .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  width: 100;
}
.yakeety-content .content__accordion .accordion .accordion__wrapper {
  gap: 10px;
}
.yakeety-content .content__accordion .accordion .accordion__item {
  background-color: rgba(0, 254, 204, 0.4);
  border-radius: 18px;
}
.yakeety-content .content__accordion .accordion .accordion__item .accordion__item-icon {
  background-color: #aa6600;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  transform: rotateZ(-90deg);
}
.yakeety-content .content__accordion .accordion .accordion__item.accordion__item--active .accordion__item-icon {
  transform: rotateZ(0deg);
}
.yakeety-content .content__accordion .accordion .accordion__item--summary,
.yakeety-content .content__accordion .accordion .accordion__item--detail {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
}
.yakeety-content .content__accordion .accordion .accordion__item--summary {
  flex-direction: column;
  flex-wrap: wrap;
}
.yakeety-content .content__accordion .accordion .accordion__item--summary .accordian-head {
  cursor: pointer;
}
.yakeety-content .content__accordion .accordion .accordion__item--summary .status-points span {
  font-size: 1.25rem;
  font-family: "Qualy";
  color: #088251;
}
.yakeety-content .content__accordion .accordion .accordion__item--detail {
  margin-top: 0px;
  max-height: 0;
  opacity: 0;
  padding: 0;
  border: 1px solid transparent;
  visibility: hidden;
  overflow: hidden;
  display: none;
}
.yakeety-content .content__accordion .accordion .accordion__item-title h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.yakeety-content .content__accordion .accordion .accordion__item-toggler {
  margin-left: auto;
}
.yakeety-content .content__accordion .accordion .accordion__item-toggler button {
  border: none;
  outline: none;
  background-color: transparent;
}
.yakeety-content .content__accordion .accordion .accordion__detail-section {
  padding: 12px;
  padding-top: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  overflow: auto;
  transition: 0.3s ease-in-out all;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767.98px) {
  .yakeety-content .content__accordion .accordion .accordion__detail-section.custom-padd-for-select {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .yakeety-content .content__accordion .accordion .accordion__detail-section {
    padding: 0px;
  }
}
.yakeety-content .content__accordion .accordion .accordion__item--active .accordion__item-toggler button i {
  transform: rotate(180deg);
}
.yakeety-content .content__accordion .accordion .accordion__item--active .accordion__item--detail {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  display: block;
}

.toast-message p, .toast-message h6 {
  font-size: 12px;
}
.toast-message .toast-content {
  word-break: break-word;
}
.toast-message .toast-content p {
  font-size: 12px !important;
}
.toast-message .actions .btn.btn-secondary:hover {
  box-shadow: none;
  border: 2px solid transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
}

#toastMessage {
  visibility: hidden;
  position: fixed;
  padding: 1rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #00fecc;
  box-shadow: 6px 6px #18c27f;
  right: 10px;
  top: 90px;
  z-index: 999999;
  width: 350px;
  display: none;
}
#toastMessage .toast-title p {
  font-size: 12px;
  color: #90877e;
}
#toastMessage.show {
  visibility: visible;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #toastMessage {
    max-width: 75vw;
  }
}

.gj-picker-md [role=footer] button.gj-button-md {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 30px;
}

.gj-picker-md [role=footer] button.gj-button-md:first-of-type {
  order: 2;
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 30px;
  font-size: 14px;
  color: #aa6600;
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 150ms ease-in;
}

.gj-picker-md [role=footer] button.gj-button-md {
  text-transform: capitalize;
  border-radius: 30px;
  line-height: 14px;
}

.gj-picker-md [role=footer] button.gj-button-md:first-of-type {
  line-height: 14px;
}

.gj-picker-md [role=footer] button.gj-button-md:last-of-type {
  background: linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  border: none;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 1s ease-in;
}

.gj-button-md:first-of-type::before {
  content: "\f00d";
}

.gj-button-md:last-of-type::before {
  content: "\f00c";
}

.gj-button-md::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 16px;
}

.gj-picker-md [role=footer] button.gj-button-md:last-of-type:hover {
  background: linear-gradient(225deg, #aa6600 0%, #aa6600 100%);
  border: none;
  box-shadow: none !important;
  transition: all 1s ease-in;
}

.gj-picker-md [role=footer] button.gj-button-md:first-of-type:hover {
  border: 2px solid #7f18c2;
  box-shadow: 2px 1000px 1px #7f18c2 inset;
  background-image: none;
  background-origin: unset;
  background-clip: unset;
  color: #ffffff;
  transition: all 150ms ease-in;
}

div[role=hour] {
  text-align: right;
  margin-right: 6px;
}

div[role=minute] {
  text-align: left;
  margin-left: 6px;
}

.gj-picker-md [role=footer] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gj-picker [role=body] [role=dial] {
  /* margin: 10px; */
  margin: 0 16px 30px 16px;
  background: rgba(0, 254, 204, 0.4);
}

.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
  background-color: #AA6600 !important;
}

.gj-button-md {
  min-width: 114px !important;
}

.gj-picker-md .arrow-end {
  border-color: #AA6600 !important;
}

.gj-picker-md [role=header] {
  background: transparent !important;
  color: #90877E !important;
}

.gj-picker .selected {
  color: #088251 !important;
}

.gj-picker [role=dial] .selected {
  color: #fff !important;
}

.gj-picker.timepicker [role=header] {
  font-family: "Qualy";
}

.gj-modal .gj-picker-md {
  box-shadow: 4px 4px 0 #1fc57e;
  border-radius: 24px;
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #211D19;
}

.gj-modal {
  background: linear-gradient(225deg, rgba(170, 102, 0, 0.8) 0%, rgba(127, 24, 194, 0.8) 100%);
}

@-webkit-keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
#toastMessageToDelete {
  visibility: hidden;
  position: fixed;
  padding: 1rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #00fecc;
  box-shadow: 6px 6px #18c27f;
  right: 10px;
  top: 90px;
  z-index: 999999;
  width: 350px;
}
#toastMessageToDelete .toast-title p {
  font-size: 14px;
  color: #90877e;
}
#toastMessageToDelete.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
#passwordToastMessage {
  visibility: hidden;
  position: fixed;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #00fecc;
  box-shadow: 6px 6px #18c27f;
  right: 10px;
  top: 90px;
  z-index: 999999;
  min-width: 30vw;
  max-width: 80vw;
}
#passwordToastMessage .toast-title p {
  font-size: 14px;
  color: #90877e;
}
#passwordToastMessage.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
table.custom-yakeety-table {
  border-collapse: separate;
  border-spacing: 0 18px;
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  table.custom-yakeety-table .dashboard-game-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 576px) and (max-width: 827px) {
  table.custom-yakeety-table .dashboard-game-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767.98px) {
  table.custom-yakeety-table .dashboard-game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  table.custom-yakeety-table .dashboard-game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12.8px;
    line-height: 20px;
  }
}
@media screen and (max-width: 350px) {
  table.custom-yakeety-table .dashboard-game-name {
    width: 80px;
    text-overflow: ellipsis;
    line-height: 20px;
  }
}
table.custom-yakeety-table thead {
  position: relative;
  top: 5px;
}
table.custom-yakeety-table tbody tr {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  table.custom-yakeety-table tbody tr {
    height: 46px;
  }
}
table.custom-yakeety-table tbody tr td, table.custom-yakeety-table tbody tr th {
  background-color: #ffffff;
}
table.custom-yakeety-table tbody tr td,
table.custom-yakeety-table tbody tr .chckbx-row {
  vertical-align: middle;
}
table.custom-yakeety-table tbody tr td {
  box-shadow: 2px 2px 0px #18c27f !important;
  margin-bottom: 25px;
}
table.custom-yakeety-table tbody tr td h5, table.custom-yakeety-table tbody tr td h6 {
  color: #211d19;
}
table.custom-yakeety-table tbody tr td.play-btn {
  background-color: #aa6600;
  color: #ffffff;
  width: 92px;
  min-width: 92px;
  cursor: pointer;
}
table.custom-yakeety-table tbody tr td.play-btn:hover {
  background-color: #7f18c2;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}
table.custom-yakeety-table tbody tr td.play-btn.active {
  background-color: #7f18c2;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}
@media screen and (max-width: 767.98px) {
  table.custom-yakeety-table tbody tr td.play-btn {
    min-width: 30px;
    width: 50px;
  }
}
table.custom-yakeety-table tbody tr td:last-child {
  border-radius: 0 24px 24px 0;
  box-shadow: 4px 4px 0px #18c27f !important;
}
table.custom-yakeety-table tbody tr td.custom-shadow {
  box-shadow: 2px 2px 0px #18c27f !important;
  width: 20px;
}
table.custom-yakeety-table tbody tr td.slide-round {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  table.custom-yakeety-table tbody tr td.c-email {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
table.custom-yakeety-table tbody tr th {
  border-radius: 24px 0 0 24px;
  box-shadow: 2px 2px 0px #18c27f !important;
  margin-bottom: 25px;
}
table.custom-yakeety-table thead th {
  font-size: 12px;
  text-align: center !important;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  table.custom-yakeety-table .name-section {
    max-width: 130px;
    width: 100%;
  }
}
table.custom-yakeety-table td.status-section .fa-play {
  color: #aa6600;
}
table.custom-yakeety-table.table-v2 {
  border-spacing: 0;
}
table.custom-yakeety-table.table-v2 thead {
  top: -2px;
}
table.custom-yakeety-table.table-v2 thead th.select {
  width: 60px;
}
table.custom-yakeety-table.table-v2 tbody tr:first-child th, table.custom-yakeety-table.table-v2 tbody tr:first-child td {
  border-top: 1px solid #18c27f;
}
table.custom-yakeety-table.table-v2 tbody tr:first-child td:last-child {
  border-radius: 0 16px 0 0;
}
table.custom-yakeety-table.table-v2 tbody tr:first-child th {
  border-left: 1px solid #18c27f;
  border-radius: 1rem 0 0;
}
table.custom-yakeety-table.table-v2 tbody tr th {
  border-radius: 0;
  border-left: 1px solid #18c27f;
  border-bottom: 1px solid #18c27f;
}
table.custom-yakeety-table.table-v2 tbody tr td {
  border-bottom: 1px solid #18c27f;
}
table.custom-yakeety-table.table-v2 tbody tr td:last-of-type {
  border-radius: 0;
  border-right: 1px solid #18c27f;
  box-shadow: 2px 2px 0px #18c27f !important;
}
table.custom-yakeety-table.table-v2 tfoot.table-actions tr td {
  background-color: #ffffff;
  box-shadow: 2px 3px 0px #18c27f !important;
}
table.custom-yakeety-table.table-v2 tfoot.table-actions tr td:last-of-type {
  border-right: 1px solid #18c27f;
}
table.custom-yakeety-table.table-v2 tfoot.table-actions tr td:first-of-type {
  border-left: 1px solid #18c27f;
}
table.custom-yakeety-table.table-v2 tfoot.table-actions tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 16px;
}
table.custom-yakeety-table.table-v2 tfoot.table-actions tr:last-of-type td:last-of-type {
  border-radius: 0 0 16px 0;
}
table.custom-yakeety-table.table-v2 + .table-actions {
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #18c27f;
  border-top: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 0px #18c27f !important;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr.selected td, table.custom-yakeety-table.table-v2.rounded-table tbody tr.selected th {
  background-color: #00fecc;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr .table-row-expansion {
  border-left: 1px solid #18c27f;
  border-radius: 0 !important;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr:last-of-type th {
  border-radius: 0 0 0 1rem;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr:last-of-type td:last-child {
  border-radius: 0 0 1rem 0;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr:last-of-type .table-row-expansion {
  border-radius: 0 0 1rem 1rem !important;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr:only-child th {
  border-radius: 1rem 0 0 1rem;
}
table.custom-yakeety-table.table-v2.rounded-table tbody tr:only-child td:last-child {
  border-radius: 0 1rem 1rem 0;
}

table.custom-yakeety-table thead th.text-start {
  text-align: left !important;
}

@media screen and (max-width: 575.98px) {
  .table-actions .action-buttons {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .table-actions .action-buttons .btn {
    width: 100%;
  }
}

.select-actions p {
  white-space: nowrap;
}
.select-actions a {
  color: #aa6600;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .select-actions {
    font-size: 10.67px;
  }
}

.text-dark-clr {
  color: #211d19;
  font-weight: 400;
}

.text-black-clr {
  color: #000000;
  font-weight: 400;
}

.no-data {
  padding-top: 12px;
}
.no-data p {
  font-size: 14px;
  line-height: 22px;
}

.assistants-role-select {
  height: 39px;
}

.user-registration {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20%;
  background: linear-gradient(225deg, #18C27F 0%, #00FECC 100%);
}
@media screen and (max-width: 575.98px) {
  .user-registration .logo {
    margin-top: 30%;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1399.98px) {
  .user-registration {
    padding: 12%;
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  .user-registration {
    padding: 5%;
    overflow: hidden;
  }
}
@media screen and (max-width: 575.98px) {
  .user-registration {
    overflow-y: auto;
    padding: 0;
  }
}
.user-registration .signup {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 4px 4px 0 #18c27f;
  max-width: 920px;
}
@media screen and (max-width: 991.98px) {
  .user-registration .signup {
    max-width: 460px;
  }
}
@media screen and (max-width: 575.98px) {
  .user-registration .signup {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.user-registration .signup .signup-form {
  padding: 6%;
  padding-bottom: 3%;
}
.user-registration .signup .signup-form .v-btn {
  right: 5px;
  top: 1px;
  color: #aa6600;
}
.user-registration .signup .signup-image {
  background-image: url(/images/login_img.jpg?ba8e58547bf5597fee0c09e8510e86a1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 12px 12px 0;
  min-height: 60vh;
}
@media screen and (max-width: 991.98px) {
  .user-registration .signup .signup-image {
    min-height: 35vh;
    border-radius: 0 0 12px 12px;
  }
}
.user-registration .signup .sign-link a {
  font-size: 14px;
  text-decoration: none;
}
.user-registration .signup .sign-link a.forget-p-word {
  color: #000000;
}
.user-registration .signup .sign-link a.mail-req {
  color: #aa6600;
}
@media screen and (max-width: 575.98px) {
  .user-registration .signup .sign-link {
    margin-bottom: 50px;
  }
}

.personal-det .edit-btn {
  color: #aa6600;
}
.personal-det p {
  font-weight: 700;
}
.personal-det .alert-box p {
  font-weight: 400;
}

.red-alert {
  background-color: #ee0000;
  color: #ffffff;
  font-size: 20px;
  border-radius: 12px;
  line-height: 1.2;
}
.red-alert i {
  font-size: 16px;
  margin-top: 2px;
}

.yakeety-customize-game.set-teams-invite-page h1,
.yakeety-customize-game.set-teams-invite-page h2,
.yakeety-customize-game.set-teams-invite-page h3,
.yakeety-customize-game.set-teams-invite-page h4,
.yakeety-customize-game.set-teams-invite-page h5,
.yakeety-customize-game.set-teams-invite-page h6, .yakeety-customize-game.team-game-stats h1,
.yakeety-customize-game.team-game-stats h2,
.yakeety-customize-game.team-game-stats h3,
.yakeety-customize-game.team-game-stats h4,
.yakeety-customize-game.team-game-stats h5,
.yakeety-customize-game.team-game-stats h6 {
  color: #088251;
}
.yakeety-customize-game.set-teams-invite-page .modal-header h2, .yakeety-customize-game.team-game-stats .modal-header h2 {
  color: #088251;
}
.yakeety-customize-game.set-teams-invite-page .btn.team-each {
  min-height: 50px;
}
.yakeety-customize-game .game-preview-box {
  height: 300px;
  background-color: rgba(0, 254, 204, 0.4);
  border-radius: 24px;
  border: 1px solid #18c27f;
  box-shadow: 4px 4px 0 #18c27f;
}
.yakeety-customize-game .select-game-sec {
  background-color: rgba(0, 254, 204, 0.4);
  border-radius: 18px;
  border: 1px solid #18c27f;
  box-shadow: 2px 2px 0px #18c27f;
}
.yakeety-customize-game .select-game-sec.custom-tab .form-control {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-select {
  box-shadow: 2px 1000px 1px #c2fff3 inset !important;
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-select:hover {
  color: #aa6600;
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-txt-editor #textBox.custom-form-control {
  background-color: rgba(255, 255, 255, 0.4);
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-txt-editor #textBox.custom-form-control span {
  background-color: transparent !important;
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-txt-editor #toolBar2 {
  background-color: #ffffff;
}
.yakeety-customize-game .select-game-sec.custom-tab .custom-txt-editor .float-controls {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
.yakeety-customize-game .logo-txt-sec.select-game-sec {
  border: 1px solid #d8ccc1;
  box-shadow: none;
  font-size: 12px;
}
.yakeety-customize-game .uploader.btn-secondary.not-btn.img-up-section.logo, .yakeety-customize-game .uploader.btn-secondary.not-btn.img-up-section.backgroundImg {
  width: 175px;
  height: 175px;
}
.yakeety-customize-game .uploader.btn-secondary.not-btn.img-up-section.logo .btn-grp, .yakeety-customize-game .uploader.btn-secondary.not-btn.img-up-section.backgroundImg .btn-grp {
  width: 100%;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yakeety-customize-game .select-game-sec .form-check .form-check-input {
  background-color: transparent;
}
.yakeety-customize-game .color-schemes .color-theme-select {
  border-radius: 12px;
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  overflow: hidden;
}
.yakeety-customize-game .color-schemes .color-theme-select.active {
  border: 5px solid rgba(127, 24, 194, 0.4);
  margin: 0;
}
.yakeety-customize-game .color-schemes .color-theme-select.active .color-box {
  height: 61px;
  padding-top: 46px;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box {
  padding: 0;
  height: 60px;
  width: 60px;
  margin: 0;
  padding-top: 45px;
  overflow: hidden;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-red {
  background-color: #c51f1f;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-blue {
  background-color: #4a1fc5;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-pink-light {
  background-color: #976e78;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-green {
  background-color: #116119;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-blue-light {
  background-color: #1c7cd4;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box.cb-green-light {
  background-color: #bcd0a2;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color {
  width: 10px;
  height: 15px;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-yellow {
  background-color: #c5ad1f;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-green {
  background-color: #4ec51f;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-light-green {
  background-color: #1fc57e;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-light-blue {
  background-color: #1f7ec5;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-blue {
  background-color: #4e1fc5;
}
.yakeety-customize-game .color-schemes .color-theme-select .color-box .color-sets .single-color.palette-pink {
  background-color: #c51fad;
}
.yakeety-customize-game .custom-drop-down .btn-secondary {
  color: #90877e;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
.yakeety-customize-game .custom-drop-down .btn-secondary::after {
  border: solid #aa6600;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 25px;
}
.yakeety-customize-game .custom-drop-down .btn-secondary:hover {
  color: #ffffff;
}
.yakeety-customize-game .custom-drop-down .btn-secondary:hover::after {
  border-color: #ffffff;
}
.yakeety-customize-game .custom-drop-down .dropdown-menu {
  top: 0 !important;
}
.yakeety-customize-game .branding-add-logo-sec .logo-img-box {
  width: 160px;
  height: 160px;
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #7f18c2, #aa6600);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 24px;
}
@media screen and (max-width: 767.98px) {
  .yakeety-customize-game .branding-add-logo-sec .logo-img-box {
    width: 100%;
  }
}
.yakeety-customize-game .branding-add-logo-sec .logo-img-box .add-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #aa6600;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}
.yakeety-customize-game .mob-save-sec {
  position: absolute;
  left: 0;
  width: 100%;
  height: 29px;
  background-color: #000;
  z-index: 999;
  top: 62px;
  text-align: center;
  padding-top: 4px;
  display: none;
}
.yakeety-customize-game .mob-save-sec span {
  display: inline-block;
  background-color: #fff;
  padding: 1px 15px;
  font-size: 12px;
  border-radius: 15px;
}
.yakeety-customize-game .mob-save-sec span .rotate {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
.yakeety-customize-game .mob-save-sec span ins {
  text-decoration: none;
}
.yakeety-customize-game .mob-save-sec.not-save {
  background-color: #CC0069;
}
.yakeety-customize-game .mob-save-sec.saved {
  background-color: #008800;
}
@media screen and (max-width: 575.98px) {
  .yakeety-customize-game .mob-save-sec {
    display: block;
  }
}
.yakeety-customize-game .qr-img {
  max-width: 200px;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
#textBox {
  outline: none !important;
}
#textBox.font-size-adjust {
  font-weight: 700;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  background-color: transparent !important;
  font-family: "DM+Sans", sans-serif !important;
}
@media screen and (max-width: 1199.98px) {
  #textBox.font-size-adjust {
    white-space: break-spaces;
  }
}

.custom-txt-editor #toolBar2 {
  border: 1px solid #d07d00;
  border-radius: 25px 25px 0 0;
  background-color: transparent;
  border-bottom: none;
}
.custom-txt-editor #toolBar2:focus-visible {
  border-color: #d07d00 !important;
}
.custom-txt-editor #toolBar2 .intLink {
  cursor: pointer;
}
.custom-txt-editor #textBox.custom-form-control {
  border: 1px solid #d07d00 !important;
  border-radius: 0 0 25px 25px;
  background-color: transparent;
  box-shadow: inset 3px 3px 0 rgba(170, 102, 0, 0.25);
  min-height: 400px;
  max-height: 550px;
  overflow: auto;
}
.custom-txt-editor #textBox.custom-form-control::-webkit-scrollbar {
  width: 3px;
}
.custom-txt-editor #textBox.custom-form-control::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 50px;
}
.custom-txt-editor #textBox.custom-form-control::-webkit-scrollbar-track {
  background-color: #aa6600;
  border-radius: 25px;
  height: 350px;
}
.custom-txt-editor #textBox.custom-form-control:focus-visible {
  border-color: #d07d00 !important;
}
.custom-txt-editor #textBox.custom-form-control.textbox-sm {
  max-height: 240px;
  min-height: 240px;
}
.custom-txt-editor li {
  list-style: initial;
}

.gc-sidebar-list .btn-secondary {
  border-radius: 15px;
}

.sb-item-content-all.edit-round-main {
  position: relative;
}
.sb-item-content-all.edit-round-main .list-item {
  border-radius: 7px;
}

.draggable-quest-thumb .list-item {
  overflow: visible;
}

.list-item {
  margin-bottom: 15px;
  border-radius: 18px;
}
.list-item .item-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Qualy";
  background-color: #18c27f;
  min-height: 55px;
}
.list-item .item-content.round-sec {
  border-radius: 18px;
}
.list-item .item-content button {
  padding: 0.375rem 0.575rem;
}
.list-item .item-content.active .round-selected ~ .question-thumbs {
  position: relative;
}
.list-item .item-content.active .round-selected ~ .question-thumbs .list-item {
  border-radius: 7px !important;
  overflow: visible !important;
}
.list-item.active .sb-item-content-all {
  background-color: #4cad00;
  box-shadow: inset 5px 0px 0px #BDFF00;
}
.list-item.active .sb-item-content-all .sb-item-head {
  background-color: #398400;
  box-shadow: inset 5px 0px 0px #BDFF00;
  border-radius: 0;
}
.list-item.active .sb-item-content-all.edit-round-main {
  position: relative;
}
.list-item.active .sb-item-content-all.edit-round-main.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #bdff00;
  z-index: 9;
}
.list-item.active .question-thumb-frame {
  box-shadow: inset 5px 0px 0px #BDFF00;
}
.list-item.active .question-thumb-frame.active {
  background-color: #4cad00;
  box-shadow: inset 54px 0px 0px #bdff00;
}
.list-item.round-rearrage {
  overflow: visible;
}
.list-item.round-rearrage .item-content {
  overflow: visible;
}
.list-item.round-rearrage .slide-cntrl-btn {
  position: relative;
  z-index: 9;
}
.list-item.round-rearrage .active-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-radius: 18px 0 0 0;
  z-index: 3;
  overflow: hidden;
}
.list-item.round-rearrage .active-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #bdff00;
  z-index: 9;
}
.list-item.round-rearrage .active-line.hide-line {
  display: none;
}
.list-item.round-rearrage .dropdown-menu {
  left: -30px !important;
}
.list-item.round-rearrage .add-qstn {
  border-radius: 0 0 18px 18px;
}
.list-item.round-rearrage .question-thumbs .active-line {
  border-radius: 0 0 0 18px !important;
}

.sidebar-actn-btn {
  color: #ffffff;
  font-size: 14px;
}
.sidebar-actn-btn.only-text {
  cursor: default;
  width: 34px;
  height: 30px;
  border-radius: 12px;
  background-color: #055636;
  margin: 5px 0;
  opacity: 1;
  font-size: 20px;
}
.sidebar-actn-btn.only-text:hover {
  opacity: 1;
  color: #ffffff;
}
.sidebar-actn-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.sb-item-head {
  background-color: #088251;
  border-radius: 18px 18px 0 0;
}
.sb-item-head ~ .question-thumbs {
  display: none;
}
.sb-item-head.round-selected {
  background-color: #4cad00;
}
.sb-item-head.round-selected.active {
  background-color: #088251;
}
.sb-item-head .sidebar-expand-btn {
  transform: rotate(-90deg);
}
.sb-item-head.active ~ .question-thumbs {
  display: block;
}
.sb-item-head.active .sidebar-expand-btn {
  transform: rotate(0deg);
}
@media screen and (max-width: 767.98px) {
  .sb-item-head .sb-item-head-round-action-bar {
    position: fixed !important;
    background-color: #ffffff;
    padding: 20px;
    right: 24%;
    left: 20%;
    box-shadow: 2px 2px 0px #18C27F, inset 0px 0px 0px 1px #D8CCC1;
    border-radius: 12px 12px 0px 0px;
    bottom: 0;
    justify-content: space-around;
    z-index: 9999;
  }
  .sb-item-head .sb-item-head-round-action-bar i {
    color: #aa6600;
  }
}
.sb-item-head.active-round-head {
  background-color: #398400 !important;
}

.btn.sb-head-menu-btn {
  color: #ffffff;
  right: 15px;
}

.sb-head-round-sec-action-btn {
  position: relative;
  z-index: 999;
}

.drag-btn,
.drag-btn-quest {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

.chck-box-sec {
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px 0 0 12px;
  min-height: 98px;
  height: 100%;
  position: relative;
  z-index: 999;
}
.chck-box-sec.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.chck-box-sec.disabled input {
  opacity: 0.3;
}
.chck-box-sec span {
  font-weight: 600;
  font-size: 16px;
}

.question-thumb {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  background-color: #95d0e2;
  color: #000000;
  border-radius: 12px;
  max-height: 150px;
}
.question-thumb:hover .quest-bar-sec-actions {
  right: 0px;
  transition: right 0.25s ease-in;
  z-index: 9999;
}
@media screen and (max-width: 767.98px) {
  .question-thumb:hover .quest-bar-sec-actions {
    display: none;
    right: 20%;
  }
}
.question-thumb .question-thumb-head {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  text-align: center;
}
.question-thumb .quest-bar-sec {
  min-height: 98px;
  height: 100%;
}
.question-thumb .quest-bar-sec .quest-thumb-img-sec {
  width: 42px;
  height: 24px;
  overflow: hidden;
}
.question-thumb .quest-bar-sec .quest-thumb-img-sec img {
  width: auto;
  height: 100%;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions {
  background-color: #ffffff;
  border-radius: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.25s ease-out;
  transform: scaleX(0);
  transform-origin: right;
  height: 100%;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions button {
  color: #aa6600;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions button:hover {
  color: rgba(170, 102, 0, 0.7);
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn,
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest {
  color: #aa6600;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn a,
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest a {
  color: #aa6600;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn a::after,
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest a::after {
  display: none;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn:hover, .question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn :hover,
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest:hover,
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest :hover {
  color: rgba(170, 102, 0, 0.7);
}
@media screen and (max-width: 767.98px) {
  .question-thumb .quest-bar-sec .quest-bar-sec-actions {
    position: fixed !important;
    top: unset;
    right: 24%;
    left: 20%;
    box-shadow: 2px 2px 0px #18C27F, inset 0px 0px 0px 1px #D8CCC1;
    border-radius: 12px 12px 0 0;
    justify-content: space-around;
    padding: 20px;
    transform: scale(1);
  }
  .question-thumb .quest-bar-sec .quest-bar-sec-actions div {
    width: 50%;
    justify-content: space-around;
  }
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest.handle .dropdown-menu {
  left: 0 !important;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest.handle .dropdown-menu li a:hover {
  color: #fff !important;
}
.question-thumb .quest-bar-sec .quest-bar-sec-actions .drag-btn-quest.handle.hover-dropdown ul li a {
  color: #211d19;
}
.question-thumb:hover .quest-bar-sec-actions {
  transition: 0.25s ease-in;
  transform: scaleX(1);
  transform-origin: right;
}
@media screen and (max-width: 767.98px) {
  .question-thumb:hover .quest-bar-sec-actions {
    display: none;
  }
}

#deleteing-slide .quest-bar-sec-actions {
  display: none !important;
}

.img-upload-custom-scroll {
  max-height: 75vh;
  overflow: auto;
}

.question-thumb-frame {
  background-color: #18c27f;
}
.question-thumb-frame.active {
  background-color: #4cad00;
  box-shadow: inset 54px 0px 0px #bdff00;
}
.question-thumb-frame .question-thumb-visiblity {
  background-color: rgba(255, 255, 255, 0.9);
  color: #90877e;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 32px;
  border-radius: 12px;
}
.question-thumb-frame .question-thumb-visiblity i {
  margin-left: 26px;
}

.custom-disable {
  opacity: 0.5 !important;
  position: relative;
  cursor: default !important;
}
.custom-disable::after {
  position: absolute;
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.custom-disable::before {
  position: absolute;
  content: "";
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.btn-secondary:disabled.disabled-status {
  border: 2px solid #EDE1F4;
  background: rgba(255, 255, 255, 0.2);
  color: #EDE1F4;
  box-shadow: none;
  opacity: 1;
}
.btn-secondary:disabled.disabled-status svg {
  fill: #EDE1F4;
}

.question-ind-bar {
  height: 5px;
  background-color: #ffffff;
}

.btn-secondary.add-question {
  height: 98px;
  border-radius: 0 12px 12px 0 !important;
}
.btn-secondary.add-question:hover {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.btn-secondary.add-question:active:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.btn-secondary.add-question:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.add-img-btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aa6600;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
}

.game-creation-content {
  height: 100%;
  transition: padding 0.5s ease-out;
}
.game-creation-content.yakeety-content {
  padding-left: 260px;
}
@media screen and (max-width: 767.98px) {
  .game-creation-content.yakeety-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.game-creation-content.active {
  padding-right: 320px;
  transition: padding 0.5s ease-in;
}
@media screen and (max-width: 1199.98px) and (min-width: 767.98px) {
  .game-creation-content.active {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .game-creation-content.active {
    padding-right: 0;
  }
}
.game-creation-content .img-up-success img {
  border-radius: 20px;
}
.game-creation-content .float-edit-img-btn {
  color: #ffffff;
  background-color: #aa6600;
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 0px;
  top: 10px;
  z-index: 99;
  font-size: 14px;
}
.game-creation-content .float-edit-img-btn.edit-btn {
  right: 40px;
}
.game-creation-content .custom-txt-editor #toolBar2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
}
.game-creation-content .btn-secondary.not-btn {
  border-radius: 24px;
  font-size: 42px;
  color: #90877e;
}
.game-creation-content .btn-secondary.not-btn.active {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.game-creation-content .btn-secondary.not-btn:hover {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.game-creation-content .btn-secondary.not-btn:active:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.game-creation-content .btn-secondary.not-btn:focus {
  border: 2px solid transparent;
  box-shadow: 2px 1000px 1px #ffffff inset !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(225deg, #aa6600 0%, #7f18c2 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #90877e;
}
.game-creation-content .img-up-section {
  width: 600px;
  height: 320px;
}
@media screen and (max-width: 1300px) and (max-height: 750px) {
  .game-creation-content .img-up-section {
    width: 400;
    height: 220px;
  }
}
@media screen and (max-width: 991.98px) {
  .game-creation-content .img-up-section {
    width: 80%;
  }
}
.game-creation-content .img-up-section.btn-secondary.not-btn {
  font-size: 16px;
  color: #aa6600;
}
.game-creation-content .img-up-section #filePhoto {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.game-creation-content .img-up-section img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border: none;
  display: none;
}
.game-creation-content .img-up-section .text-indication-sec {
  display: flex;
  font-size: 14px;
}
.game-creation-content .img-up-section.active img {
  display: block;
}
.game-creation-content .img-up-section.active .float-edit-img-btn {
  display: flex;
}
.game-creation-content .img-up-section.active .text-indication-sec {
  display: none;
}
.game-creation-content .add-answer-sec {
  background-color: #00fecc;
  box-shadow: 2px 2px 0 #1fc57e;
  border-radius: 12px;
}
.game-creation-content .add-answer-sec .draggable {
  border-radius: 12px 0 0 12px;
  background-color: #ffffff;
}
.game-creation-content .add-answer .answer-order-ind {
  width: 60px;
}
.game-creation-content .add-answer .answer-input-form {
  width: calc(100% - 60px);
}
@media screen and (max-width: 991.98px) {
  .game-creation-content .add-answer .answer-input-form {
    width: 100%;
  }
}
.game-creation-content .add-answer .answer-order-ind {
  font-size: 32px;
  font-weight: 700;
}
.game-creation-content .add-answer .sidebar-actn-btn {
  color: #aa6600;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .game-creation-content .add-answer {
    flex-direction: column;
  }
}

.toggle-input {
  position: relative;
  top: 3px;
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  transition: all 300ms linear;
  border: 2px solid #aa6600;
}
.toggle-input::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 20px;
  background-color: #aa6600;
  transition: left 300ms;
}
.toggle-input:checked {
  background: #7f18c2;
  border: none;
}
.toggle-input:checked::before {
  left: 24px;
  background-color: #ffffff;
  top: 4px;
}

.right-side-bar {
  position: fixed;
  right: -276px;
  top: 52px;
  height: calc(100vh - 52px);
  width: 276px;
  padding: 30px;
  background-color: #ffffff;
  height: calc(100vh - 56px);
  transition: right 0.5s ease-out;
  z-index: 9999;
}
@media screen and (max-width: 1399.98px) {
  .right-side-bar {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
.right-side-bar h5 {
  color: #211d19;
}
.right-side-bar::-webkit-scrollbar {
  width: 4px;
}
.right-side-bar::-webkit-scrollbar-track {
  background: #ffffff;
}
.right-side-bar::-webkit-scrollbar-thumb {
  background: #18c27f;
  border-radius: 10px;
}
.right-side-bar::-webkit-scrollbar-thumb:hover {
  background: #088251;
}
.right-side-bar.active {
  right: 0;
  transition: right 0.5s ease-in;
}
.right-side-bar .form-select {
  border-radius: 50px;
}
.right-side-bar .custom-drop-down button::after {
  position: absolute;
  top: 18px;
  right: 18px;
}
.right-side-bar .visibility-label {
  position: relative;
  top: 3px;
}

.sb-expand-btn {
  background-color: #ffffff;
  color: #aa6600;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  top: 50%;
  right: 0;
  border-radius: 12px 0 0 12px;
  box-shadow: 6px 6px 0 #1fc57e;
  z-index: 9999;
  transition: right 0.5s ease-out;
  cursor: pointer;
}
.sb-expand-btn i {
  transform: rotate(-180deg);
}
.sb-expand-btn.active {
  right: 276px;
  transition: right 0.5s ease-in;
}
.sb-expand-btn.active i {
  transform: rotate(0deg);
}

.allow-answer .form-check-input[type=radio] {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 991.98px) {
  .allow-answer .form-check-input[type=radio] {
    position: relative;
    top: -3px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 750px) {
  .allow-answer .form-check-input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .allow-answer {
    position: relative;
  }
  .allow-answer .col-1 {
    position: absolute;
    top: 6px;
    left: 20px;
  }
  .allow-answer .input-for-custom-answers {
    border-radius: 0;
  }
  .allow-answer .add-answer .answer-order-ind {
    font-size: 24px;
  }
}
.allow-answer .add-answer-sec .add-answer {
  border-radius: 12px;
}
@media screen and (max-width: 991.98px) {
  .allow-answer .add-answer-sec .add-answer {
    padding-bottom: 10px;
  }
}
.allow-answer .add-answer-sec .add-answer .answer-order-ind {
  color: #ffffff;
}
.allow-answer .add-answer-sec .add-answer .answer-input-sec {
  outline: none !important;
  line-height: 3;
  min-height: 67.2px;
  background-color: rgba(255, 255, 255, 0.8);
  word-break: break-word;
}
.allow-answer .add-answer-sec .add-answer .answer-input-sec.input-for-custom-answers {
  line-height: 1.2;
}
.allow-answer .add-answer-sec .add-answer.one {
  background-color: #4ec51f;
}
.allow-answer .add-answer-sec .add-answer.two {
  background-color: #1c7cd4;
}
.allow-answer .add-answer-sec .add-answer.three {
  background-color: #c51fad;
}
.allow-answer .add-answer-sec .add-answer .input-for-custom-answers {
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .allow-answer .add-answer-sec .add-answer .input-for-custom-answers {
    font-size: 14px;
  }
}

.custom-col-margin {
  margin-left: 1.6%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
}
.custom-col-margin.modal-im-upload {
  outline: none;
}
.custom-col-margin.modal-im-upload.active {
  outline: none;
}
.custom-col-margin.modal-im-upload.active img {
  border: 8px solid rgba(127, 24, 194, 0.4);
}
.custom-col-margin img {
  border-radius: 12px;
  cursor: pointer;
  height: 100px;
}

.img-upload.btn-secondary {
  border-radius: 12px;
  font-size: 28px;
  height: 100px;
}

.custom-size-btns a.btn,
.custom-size-btns button.btn {
  font-size: 12px;
}

.custom-add-btn {
  border: none;
  color: #aa6600;
  font-size: 16px;
  padding: 9px 22px;
}
.custom-add-btn .add-icon {
  color: #ffffff;
  background-color: #90877e;
  border-radius: 12px;
  width: 40px;
  height: 40px;
}

.input-icons .btn {
  top: 1px;
  right: 5px;
  color: #aa6600;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.presentation-links .form-control {
  background-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
  border-color: #d8ccc1 !important;
}

.form-control.grey-border {
  box-shadow: none !important;
  border-color: #d8ccc1 !important;
}

.choose-color {
  border: 2px solid;
  border-radius: 30px;
}
.choose-color.selected {
  background-color: transparent !important;
}
.choose-color.red {
  border-color: #c53434;
  color: #c53434;
  background-color: #c53434;
}
.choose-color.yellow {
  border-color: #c59c34;
  color: #c59c34;
  background-color: #c59c34;
}
.choose-color.green {
  border-color: #85c534;
  color: #85c534;
  background-color: #85c534;
}
.choose-color.light-green {
  border-color: #34c5a2;
  color: #34c5a2;
  background-color: #34c5a2;
}
.choose-color.blue {
  border-color: #346ec5;
  color: #346ec5;
  background-color: #346ec5;
}
.choose-color.violet {
  border-color: #c534a5;
  color: #c534a5;
  background-color: #c534a5;
}
.choose-color.pink {
  border-color: #c5344e;
  color: #c5344e;
  background-color: #c5344e;
}
.choose-color.light-blue {
  border-color: #1f7ec5;
  color: #1f7ec5;
  background-color: #1f7ec5;
}
.choose-color.two-B84F3E {
  border-color: #B84F3E;
  color: #B84F3E;
  background-color: #B84F3E;
}
.choose-color.two-B99149 {
  border-color: #B99149;
  color: #B99149;
  background-color: #B99149;
}
.choose-color.two-A4AD42 {
  border-color: #A4AD42;
  color: #A4AD42;
  background-color: #A4AD42;
}
.choose-color.two-3FC26F {
  border-color: #3FC26F;
  color: #3FC26F;
  background-color: #3FC26F;
}
.choose-color.two-408BD1 {
  border-color: #408BD1;
  color: #408BD1;
  background-color: #408BD1;
}
.choose-color.two-5F4CA3 {
  border-color: #5F4CA3;
  color: #5F4CA3;
  background-color: #5F4CA3;
}
.choose-color.two-AA4395 {
  border-color: #AA4395;
  color: #AA4395;
  background-color: #AA4395;
}
.choose-color.two-C34358 {
  border-color: #C34358;
  color: #C34358;
  background-color: #C34358;
}

.choose-icon {
  color: #aa6600;
}
.choose-icon.selected {
  color: #d8ccc1;
}

.img-up-section-label {
  cursor: pointer;
}

.set-team-name-ico {
  width: 40px;
  height: 40px;
  background-color: #85C534;
  border-radius: 12px;
}

.game-creation-edit-podium .content-box {
  max-width: 1195px;
  margin: 0 auto;
}
.game-creation-edit-podium h2 {
  color: #211d19;
}
.game-creation-edit-podium .podium-preview-box {
  height: 70vh;
  background-color: rgba(0, 254, 204, 0.4);
  border-radius: 24px;
  box-shadow: 4px 4px 0 #18c27f;
  padding: 150px;
}
@media screen and (max-width: 767.98px) {
  .game-creation-edit-podium .podium-preview-box {
    padding: 15%;
  }
}
.game-creation-edit-podium .podium-preview-box h2 {
  color: #90877e;
}
.game-creation-edit-podium .form-control {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.txt-dark {
  color: #211d19;
}

.toolbar-for-custom-answers {
  top: -40px;
  left: 15%;
  background-color: #ffffff;
  border: 1px solid #aa6600;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
  z-index: 5;
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
  .toolbar-for-custom-answers {
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .toolbar-for-custom-answers {
    left: 0;
  }
}

.custom-select .select-selected {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}
.custom-select .select-items div {
  white-space: break-spaces;
}

.custom-select,
.custom-select-track {
  position: relative;
}
.custom-select select,
.custom-select-track select {
  display: none;
}
.custom-select .select-selected:after,
.custom-select-track .select-selected:after {
  position: absolute;
  content: "";
  top: 11px;
  right: 20px;
  border: solid #aa6600;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.custom-select:hover .select-selected:after,
.custom-select-track:hover .select-selected:after {
  border-color: #aa6600;
}
.custom-select .select-selected.select-arrow-active:after,
.custom-select-track .select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 15px;
}
.custom-select.btn-secondary:hover .select-selected:after,
.custom-select-track.btn-secondary:hover .select-selected:after {
  border-color: #ffffff;
}
.custom-select.btn-secondary:hover .select-selected.select-arrow-active:after,
.custom-select-track.btn-secondary:hover .select-selected.select-arrow-active:after {
  border-color: #ffffff;
}
.custom-select.btn-secondary .select-selected.select-arrow-active:after,
.custom-select-track.btn-secondary .select-selected.select-arrow-active:after {
  border-color: #aa6600;
}
.custom-select.btn-secondary.not-btn,
.custom-select-track.btn-secondary.not-btn {
  color: #211d19 !important;
}
.custom-select.btn-secondary.not-btn:hover,
.custom-select-track.btn-secondary.not-btn:hover {
  color: #211d19;
}
.custom-select.btn-secondary.not-btn:hover .select-selected:after,
.custom-select-track.btn-secondary.not-btn:hover .select-selected:after {
  border-color: #aa6600;
}
.custom-select.btn-secondary.not-btn .select-selected.select-arrow-active:after,
.custom-select-track.btn-secondary.not-btn .select-selected.select-arrow-active:after {
  border-color: #aa6600;
}
.custom-select.form-custom-select .select-selected,
.custom-select-track.form-custom-select .select-selected {
  padding: 0;
}
.custom-select.form-custom-select .select-selected:after,
.custom-select-track.form-custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 20px;
  border: solid #90877e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.custom-select .select-items div,
.custom-select .select-selected,
.custom-select-track .select-items div,
.custom-select-track .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-select .select-selected,
.custom-select-track .select-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.custom-select .select-items div,
.custom-select-track .select-items div {
  color: #211d19;
  padding: 5px 20px;
}
.custom-select .select-items div:hover,
.custom-select-track .select-items div:hover {
  color: #ffffff;
  background-color: #7f18c2;
}
.custom-select .select-items,
.custom-select-track .select-items {
  position: absolute;
  background: #ffffff;
  border: 1px solid #00fecc;
  box-sizing: border-box;
  box-shadow: 6px 6px 0px #18c27f;
  border-radius: 18px;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 250px;
  overflow: auto;
}
.custom-select .select-items::-webkit-scrollbar,
.custom-select-track .select-items::-webkit-scrollbar {
  display: none;
}
.custom-select .select-items::-webkit-scrollbar-track,
.custom-select-track .select-items::-webkit-scrollbar-track {
  background: #ffffff;
}
.custom-select .select-items::-webkit-scrollbar-thumb,
.custom-select-track .select-items::-webkit-scrollbar-thumb {
  background: #18c27f;
  border-radius: 30px;
}
.custom-select .select-hide,
.custom-select-track .select-hide {
  display: none;
}
.custom-select.language.language_id .select-items,
.custom-select-track.language.language_id .select-items {
  max-height: 92px;
  overflow: auto;
}

.game-skin-visible-area {
  min-height: 180px;
}

.custom-select-track label.btn {
  color: #aa6600;
}
.custom-select-track label.btn:hover {
  color: #ffffff;
  background-color: #7f18c2;
}

.img-up-section.btn-secondary.not-btn {
  font-size: 16px;
  color: #aa6600;
}
.img-up-section.logo {
  width: 175px;
  height: 175px;
}
.img-up-section #logopic {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.img-up-section img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border: none;
  display: block;
}
.img-up-section img#logoimageTrue {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-up-section img#bgimgTrue {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-up-section .text-indication-sec {
  display: flex;
}
.img-up-section.active img {
  display: block;
}
.img-up-section.active .float-edit-img-btn {
  display: flex;
}
.img-up-section.active .text-indication-sec {
  display: none;
}

.img-up-section.btn-secondary.not-btn {
  font-size: 16px;
  color: #aa6600;
}
.img-up-section #bgimg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.img-up-section img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border: none;
  display: block;
}
.img-up-section .text-indication-sec {
  display: flex;
}
.img-up-section.active img {
  display: block;
}
.img-up-section.active .float-edit-img-btn {
  display: flex;
}
.img-up-section.active .text-indication-sec {
  display: none;
}

.custom-sort-btn {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: inline;
}
.custom-sort-btn::before, .custom-sort-btn::after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: -15px;
  top: 50%;
  position: absolute;
  width: 0;
  cursor: pointer;
}
.custom-sort-btn::before {
  border-bottom-color: #aa6600 !important;
  margin-top: -10px;
}
.custom-sort-btn::after {
  border-top-color: #aa6600 !important;
  margin-top: 2px;
}

.yakeety-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100vh;
  min-width: 100%;
  background: linear-gradient(225deg, rgba(170, 102, 0, 0.8) 0%, rgba(127, 24, 194, 0.8) 100%);
  z-index: 9999999;
}
.yakeety-loader img {
  width: 100px;
  height: auto;
}

.uploaded-img-gallery {
  max-height: 75vh;
  overflow: auto;
}
.uploaded-img-gallery::-webkit-scrollbar {
  width: 3px;
}
.uploaded-img-gallery::-webkit-scrollbar-thumb {
  background-color: #088251;
}

.rearrange-custom-drop-down .btn-secondary::after {
  content: none !important;
}
.rearrange-custom-drop-down .dropdown-menu {
  max-height: 70vh;
  overflow: auto;
}
.rearrange-custom-drop-down .dropdown-menu::-webkit-scrollbar {
  display: none;
}
.rearrange-custom-drop-down .dropdown-menu h6 {
  padding: 0.25rem 0;
  color: #d8ccc1;
  margin-bottom: 0;
}
.rearrange-custom-drop-down .dropdown-menu p {
  padding: 0.25rem 1rem;
  color: #d8ccc1;
}
.rearrange-custom-drop-down .dropdown-menu a {
  color: #211d19;
  font-family: "DM+Sans", sans-serif;
}
.rearrange-custom-drop-down .dropdown-menu a h6 {
  color: #211d19;
}
.rearrange-custom-drop-down .dropdown-menu a:hover {
  background-color: #7f18c2;
  color: #ffffff;
}
.rearrange-custom-drop-down .dropdown-menu a:hover h6 {
  color: #ffffff;
}
.rearrange-custom-drop-down .dropdown-menu .slide-head {
  padding: 0;
  pointer-events: none;
}
.rearrange-custom-drop-down .dropdown-menu .slide-head h6 {
  color: #d8ccc1;
  font-size: 14px;
}
.rearrange-custom-drop-down .dropdown-menu li h6 {
  padding: 0.25rem 1rem;
  font-size: 15px;
  font-weight: 500;
}
.rearrange-custom-drop-down .dropdown-menu li p {
  margin-bottom: 0;
}

[contentEditable=true]:empty:not(:focus)::before {
  content: attr(data-placeholder);
  color: #90877E;
}

[contentEditable=true]:empty:not(:active)::before {
  content: attr(data-placeholder);
  color: #90877E;
}

#gamePlaceholder {
  color: #90877e;
}

.xdsoft_datepicker table tbody tr td:last-child {
  border-radius: 0;
  box-shadow: none !important;
}
.xdsoft_datepicker table tbody tr td {
  box-shadow: none !important;
}

.date span#datetimepicker1span {
  right: 0;
  top: 2px;
}

#deleteToastMessage {
  visibility: hidden;
  position: fixed;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #00fecc;
  box-shadow: 6px 6px #18c27f;
  right: 10px;
  top: 90px;
  z-index: 999999;
  min-width: 30vw;
  max-width: 80vw;
}
#deleteToastMessage .toast-title p {
  font-size: 14px;
  color: #90877e;
}
#deleteToastMessage.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@media screen and (max-width: 767.98px) {
  #deleteToastMessage {
    max-width: 75vw;
  }
}

@-webkit-keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    right: 0;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    right: 10px;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 0;
  }
}
.toast-title button {
  padding: 0 !important;
}

.text-count-span {
  bottom: 5px;
  right: 15px;
  color: #90877e;
}

.text-count-podium-span {
  bottom: 18px;
  right: 15px;
  color: #90877e;
}

.form-control.for-team-size-txt-fld {
  min-height: 41px;
}

.buttons-for-date {
  top: 6.5px;
  right: 20px;
}
.buttons-for-date i {
  color: #aa6600;
  font-size: 14px;
  cursor: pointer;
}
.buttons-for-date .increment, .buttons-for-date .decrement {
  display: flex;
}
.buttons-for-date.for-team-size .increment {
  position: relative;
  top: 4px;
}
.buttons-for-date.for-team-size .decrement {
  position: relative;
  bottom: 8px;
}
.buttons-for-date.team-size .increment {
  position: relative;
  top: 3px;
}
.buttons-for-date.team-size .decrement {
  position: relative;
  bottom: 3px;
}

input.btn-secondary#datetimepicker1 {
  height: 41px;
  text-align: start;
  color: #211d19;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customize-tab-btn-section {
  max-width: 100vw;
  overflow: auto;
}
@media screen and (max-width: 575.98px) {
  .customize-tab-btn-section button {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.customize-tab-btn-section::-webkit-scrollbar {
  display: none;
}

.select-game-sec.more-5 .tooltips .tooltip-content {
  left: 0;
}
.select-game-sec.more-5 .tooltips .tooltip-content::before {
  left: 80px;
}

.form-select-custom-control {
  border: 1px solid #d8ccc1;
  border-radius: 24px;
  min-height: 38px;
}
.form-select-custom-control .select-selected {
  padding: 0 15px !important;
}

.customize-game-type-select {
  max-width: 250px;
}
.customize-game-type-select .select-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px 0 10px;
  width: 92%;
}

.created-for-custom-f-size {
  font-size: 12px;
}

.customize-game-custom-padding {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 1199.98px) {
  .customize-game-custom-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.customize-game-custom-padding.for-tab-btns {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1199.98px) {
  .customize-game-custom-padding.for-tab-btns {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 1320px) and (min-width: 1200px) {
  .custom-width-for-lg {
    width: 50%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1420px) {
  .custom-width-for-lg {
    width: 62%;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1420px) {
  .custom-width-for-lg {
    width: 55%;
    margin-left: 25px;
  }
}

@media screen and (min-width: 1500px) {
  .custom-width-for-xl-screen {
    width: 13.5%;
  }
}

@media screen and (max-width: 767.98px) {
  .navbar .container-fluid.custom-container-fluid-for-mob {
    padding: 0;
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .navbar-toggler .navbar-toggler-icon {
    background-image: url(/images/menu_icon.svg?c098a1874758cbc9aebc64115fbd9864);
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .crt-game-btn {
    background-color: #ffffff;
    width: 100%;
    border-radius: 14px;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob h4 {
    color: #18c27f;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .extra-border {
    width: 100%;
    height: 2px;
    background-color: #18c27f;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .header-doc {
    font-size: 10.76px;
  }
  .navbar .container-fluid.custom-container-fluid-for-mob .form-control.header-search-field {
    background-color: rgba(255, 255, 255, 0.8) !important;
    font-size: 10.76px;
  }
}

@media screen and (max-width: 767.98px) {
  .sm-screen-hide {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  .xs-screen-hide {
    display: none;
  }
}

.xs-screen-only-visible {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .xs-screen-only-visible {
    display: table-cell;
  }
}

@media screen and (max-width: 575.98px) {
  .table > :not(caption) > * > * {
    padding: 0 !important;
  }
}

.profile-details-for-mobile {
  right: 0px;
}

.custom-bg-for-nav-expand {
  background-color: #088251;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .custom-bg-for-nav-expand {
    background-color: #088251 !important;
    right: 50%;
  }
  .custom-bg-for-nav-expand .nav-item {
    width: 100%;
  }
  .custom-bg-for-nav-expand .nav-item .btn-header {
    width: 100%;
    margin: 10px 0;
  }
  .custom-bg-for-nav-expand .header-search .form-control {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
}
.custom-bg-for-nav-expand .btn-header {
  background-color: #ffffff;
  border-radius: 18px;
}
.custom-bg-for-nav-expand .btn-header:hover {
  color: #ffffff;
}

@media screen and (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse.custom-bg-for-nav-expand {
    display: none !important;
  }
}

.label-section-for-assistants .form-check-input {
  border-color: #18c27f;
}
.label-section-for-assistants .form-check-input:checked {
  background-color: #7f18c2;
  border-color: #7f18c2;
}

.share-export-actions {
  background-color: rgba(0, 254, 204, 0.4);
  border-radius: 24px;
  box-shadow: 4px 4px 0 #18c27f;
}
.share-export-actions .btn-primary.action-type {
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
}

.disable-play-btn {
  color: #d8ccc1;
  font-size: 30px;
}

.custom-table-for-game-stats th {
  font-size: 12px;
}

.game-stats-option-sec .custom-drop-down .btn-secondary {
  min-width: 220px !important;
}

.custom-drop-down.right-icon .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 9px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

.min-w100 {
  min-width: 100px;
}

.min-w60 {
  min-width: 60px;
}

.min-w70 {
  min-width: 70px;
}

.min-w50 {
  min-width: 50px;
}

.min-w40 {
  min-width: 40px;
}

.min-w30 {
  min-width: 30px;
}

.w-10 {
  width: 10px;
}

.w-20 {
  width: 20px;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-70 {
  width: 70px;
}

.w-140 {
  width: 140px;
}

.fs-12 {
  font-size: 12px;
}

@media screen and (max-width: 767.98px) {
  .table-responsive .table > :not(caption) > * > * {
    padding: 0.5rem !important;
  }
}

.form-control.wh-bg {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.modal-header h3 {
  color: #088251;
}

.set-teams-invite-page .form-control.grey-border {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px !important;
}

.modal.fade .modal-dialog.modal-dialog-centered {
  min-height: calc(100vh - 1rem);
}
@media screen and (max-width: 767.98px) {
  .modal.fade .modal-dialog.modal-dialog-centered {
    max-width: unset;
    align-items: flex-end;
    margin: 20px;
    position: relative;
    bottom: -18px;
    transform: translate(0, -2px);
    transition: transform 0.6s ease-out;
  }
  .modal.fade .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 24px 24px 0 0;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 575.98px) {
  .modal.fade .modal-dialog.modal-dialog-centered.custom-modal-for-edit-round-option {
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    align-items: center;
    justify-content: center;
    margin: 1.75rem auto;
    transition: transform 0.3s ease-out;
    transform: translate(0, -1%);
  }
  .modal.fade .modal-dialog.modal-dialog-centered.custom-modal-for-edit-round-option .modal-content {
    border-radius: 24px;
  }
  .modal.fade .modal-dialog.modal-dialog-centered.custom-modal-for-edit-round-option .modal-content .modal-body {
    height: 80vh;
    overflow: auto;
  }
}

@media screen and (max-width: 575.98px) {
  .yakeety.navbar {
    flex-direction: column;
  }
  .yakeety.navbar .navbar-save-status-for-mob {
    width: 100vw;
    height: 30px;
  }
  .yakeety.navbar .navbar-save-status-for-mob .save-status-bar-btn {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 0 10px;
  }
  .yakeety.navbar .navbar-save-status-for-mob.saving {
    background-color: #0e1231;
  }
  .yakeety.navbar .navbar-save-status-for-mob.not-save {
    background-color: #cc0069;
  }
  .yakeety.navbar .navbar-save-status-for-mob.save-success {
    background-color: #008800;
  }
}

.custom-toolbar-for-customize-page {
  flex-wrap: wrap;
}

@media screen and (max-width: 575.98px) {
  .custom-toolbar-for-add-answers {
    position: fixed !important;
    bottom: 0;
    top: unset;
    right: 5px;
    left: 5px;
    justify-content: center;
    z-index: 999;
    padding-bottom: 1rem !important;
    border-radius: 20px 20px 0 0;
    box-shadow: 2px 2px 0px #18C27F, inset 0px 0px 0px 1px #D8CCC1;
  }
}

.custom-url-text-field-txt {
  top: 10px;
  left: 25px;
  color: #91877E;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-url-text-field-txt strong {
  color: #000000;
}

.table-h-c-w-230,
.table-h-c-w-100,
.table-h-c-w-140,
.table-h-c-w-135 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-h-c-w-230 {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}

.table-h-c-w-100 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}

.table-h-c-w-140 {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

.table-h-c-w-135 {
  width: 135px;
  max-width: 135px;
  min-width: 135px;
}

.custom-pe-for-c-at {
  padding-right: 1.35rem !important;
}
@media screen and (max-width: 1060px) {
  .custom-pe-for-c-at {
    padding-right: 0.5rem !important;
  }
}

@media screen and (max-width: 575.98px) {
  .custom-mob-opacity-0 {
    opacity: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .answer-edit-toolbar-options {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
}

.xtra-nav-for-q-ans {
  display: none;
}

.quest-add-active .xtra-nav-for-q-ans {
  display: flex;
}
.quest-add-active .game-creation-quest {
  display: none;
}

.c-opacity-0 {
  opacity: 0 !important;
}

.name-validation.invalid-feedback,
.send-email-validation.invalid-feedback {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.ui-widget.ui-widget-content {
  background: #ffffff !important;
  border: 1px solid #00fecc !important;
  box-sizing: border-box;
  box-shadow: 6px 6px 0px #18c27f !important;
  border-radius: 18px;
  max-height: 250px;
  overflow: auto;
}
.ui-widget.ui-widget-content .ui-menu-item {
  color: #211d19;
  padding: 5px 20px;
  white-space: break-spaces;
}
.ui-widget.ui-widget-content .ui-menu-item:hover {
  color: #ffffff;
  background-color: #7f18c2;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
  display: none;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  color: #211d19;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active:hover {
  border: none !important;
  background: none !important;
  color: #ffffff;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active:hover .ui-menu-item-wrapper {
  border: none !important;
  background: none !important;
  color: #ffffff !important;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper {
  color: #211d19;
  border: none !important;
  background: none !important;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper:hover {
  border: none !important;
  background: none !important;
  color: #ffffff !important;
}
.ui-widget.ui-widget-content .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #ffffff;
  border: none !important;
  background: none !important;
}

@media screen and (max-width: 767.98px) {
  .sm-width-custom-adj-100 {
    width: 100%;
  }
}

.custom-icon-only .tooltips .tooltip-content {
  left: -100%;
  width: 220px;
  word-break: break-all;
}

@media screen and (max-width: 991.98px) {
  .tooltip-content {
    display: none !important;
  }
}

.custom-select.team-amount .select-items {
  max-height: 195px;
}

.game-preview-container {
  height: 365px;
  background-color: rgba(0, 254, 204, 0.4);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  border: 1px solid #18c27f;
  box-shadow: 4px 4px 0 #18c27f;
}
.game-preview-container.astro-round-bg {
  background-image: url(/images/gp-round-bg.png?291c54cc05dc7f772195520d5ea9ba28) !important;
}
.game-preview-container.car-round-bg {
  background-image: url(/images/car-gp-round.png?e15e83790a9755aa3fbb0572d9526cec) !important;
}
.game-preview-container.astro-podium-bg {
  background-image: url(/images/gp-podium.png?0eba723d8b961fe346637eda1b06e0ae) !important;
}
.game-preview-container.car-podium-bg {
  background-image: url(/images/car-podium.png?59084e6e713f225082e7aeaa101bc687) !important;
}
.game-preview-container.healthdash-podium-bg {
    background-image: url(/images/healthdash-podium.png?59084e6e713f225082e7aeaa101bc687) !important;
  }
.game-preview-container .gp-header .header-line {
  z-index: 1;
}
.game-preview-container .gp-header .header-line .gp-header-sec {
  width: 12.5%;
  height: 10px;
}
.game-preview-container .gp-header .gp-header-content {
  top: -18px;
}
.game-preview-container .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #8430a5;
}
.game-preview-container .gp-header .gp-header-content .second-svg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.game-preview-container .gp-header .gp-header-content .defualt-cloud-car {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 17px;
}
.game-preview-container .gp-header .gp-header-content .defualt-cloud-car img {
  height: auto;
  width: 75px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.game-preview-container .gp-header .main-logo {
  width: 80px;
  top: 20px;
  left: 15px;
  height: 45px;
}
.game-preview-container .gp-header .main-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 991.98px) {
  .game-preview-container .gp-header .main-logo {
    width: 40px;
    height: 40px;
  }
}
.game-preview-container .gp-header .team-logo {
  width: 50px;
  top: 20px;
  right: 15px;
  height: 45px;
  text-align: right;
}
.game-preview-container .gp-header .team-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 991.98px) {
  .game-preview-container .gp-header .team-logo {
    width: 80px;
  }
}
.game-preview-container .gp-main-content {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}
.game-preview-container .gp-main-content .leader-board-section {
  color: #ffffff;
}
.game-preview-container .gp-main-content .leader-board-section p {
  font-size: 7px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-header h6 {
  font-size: 7px;
  color: #ffffff;
  margin-bottom: 0;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-header p {
  font-size: 4px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row {
  border-radius: 30px;
  padding: 2px 0;
  font-size: 8px;
  overflow: hidden;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .correct-answer {
  width: 100px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .fast-correct-answer {
  width: 150px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .points {
  width: 90px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .round-points {
  width: 95px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .round-table {
  min-width: 40px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .total-table {
  min-width: 30px;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .xtra-border {
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .xtra-border .hide-for-anim {
  opacity: 1;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row .tr-count {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.blue {
  background: linear-gradient(90deg, rgba(98, 52, 197, 0.5) 0.65%, #6234C5 3.9%, rgba(98, 52, 197, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.blue .xtra-border {
  border-color: #6234C5;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.blue .tr-count {
  background-color: #6234C5;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.green {
  background: linear-gradient(90deg, rgba(133, 197, 52, 0.5) 0.65%, #85C534 3.9%, rgba(133, 197, 52, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.green .xtra-border {
  border-color: #85C534;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.green .tr-count {
  background-color: #85C534;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.lightblue {
  background: linear-gradient(90deg, rgba(52, 110, 197, 0.5) 0.65%, #346EC5 3.9%, rgba(52, 110, 197, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.lightblue .xtra-border {
  border-color: #346EC5;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.lightblue .tr-count {
  background-color: #346EC5;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.red {
  background: linear-gradient(90deg, rgba(197, 52, 52, 0.5) 0.65%, #C53434 3.9%, rgba(197, 52, 52, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.red .xtra-border {
  border-color: #C53434;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.red .tr-count {
  background-color: #C53434;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.cyan {
  background: linear-gradient(90deg, rgba(52, 197, 162, 0.5019607843) 0.65%, #34C5A2 3.9%, rgba(52, 197, 162, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.cyan .xtra-border {
  border-color: #34C5A2;
}
.game-preview-container .gp-main-content .leader-board-section .leader-board-table-row.cyan .tr-count {
  background-color: #34C5A2;
}
.game-preview-container .gp-main-content .rocket-element {
  margin-top: -30px;
}
.game-preview-container .gp-main-content .rocket-element .rocket-smoke {
  height: 5px;
}
.game-preview-container .gp-main-content .rocket-element .rocket-svg {
  margin-left: -65px;
  width: 75px;
}
.game-preview-container .gp-main-content .rocket-element .rocket-svg svg {
  width: 100%;
}
.game-preview-container .gp-main-content .rocket-element.blue .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(98, 52, 197, 0.5) 0.65%, #6234C5 3.9%, rgba(98, 52, 197, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .rocket-element.blue .rocket-svg svg .color-overlay {
  fill: #6234C5;
}
.game-preview-container .gp-main-content .rocket-element.green .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(133, 197, 52, 0.5) 0.65%, #85C534 3.9%, rgba(133, 197, 52, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .rocket-element.green .rocket-svg svg .color-overlay {
  fill: #85C534;
}
.game-preview-container .gp-main-content .rocket-element.red .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(197, 52, 52, 0.5) 0.65%, #C53434 3.9%, rgba(197, 52, 52, 0.25) 50.64%);
}
.game-preview-container .gp-main-content .rocket-element.red .rocket-svg svg .color-overlay {
  fill: #C53434;
}
.game-preview-container .footer-bg.preview-footer-bg {
  position: absolute;
  bottom: 0;
  width: calc(100% - 200px);
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  z-index: 9;
}
.game-preview-container .footer-bg.preview-footer-bg svg {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: -10px;
  z-index: 9;
}
.game-preview-container .footer-bg.preview-footer-bg .ho-logo-section-footer-logo {
  left: 0;
  top: 15px;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}
.game-preview-container .footer-bg.preview-footer-bg .ho-logo-section-footer-logo img {
  height: 30px;
}

.game-position-view {
  height: 325px;
  overflow: hidden;
}
.game-position-view .gp-bg {
  transform: rotate(-25deg);
  top: 0;
  left: -264px;
  z-index: 11;
}
.game-position-view .gp-bg .gp-img-section {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  .game-position-view .gp-bg .gp-img-section {
    width: 100%;
  }
}
.game-position-view .game-player-position .rocket .rocket-smoke {
  height: 14px;
}
.game-position-view .game-player-position .rocket .rocket-svg {
  margin-left: -60px;
  width: 140px;
  z-index: 2;
  top: 90px;
}
.game-position-view .game-player-position .rocket .rocket-svg svg {
  width: 100%;
}
.game-position-view .game-player-position .rocket .star-rating {
  transform: rotate(25deg) translateX(-22px);
  z-index: 4;
  left: -2px;
  top: 35px;
}
.game-position-view .game-player-position .rocket .star-rating .small-star {
  margin-top: 30px;
}
.game-position-view .game-player-position .rocket .star-rating .big-star {
  width: 140px;
}
.game-position-view .game-player-position .rocket .star-rating.second {
  transform: rotate(25deg) translateX(7px);
  top: 16px;
  z-index: 4;
  left: 0;
}
.game-position-view .game-player-position .rocket .star-rating.second .small-star {
  width: 48px;
}
.game-position-view .game-player-position .rocket .star-rating.second .small-star img {
  width: 100%;
}
.game-position-view .game-player-position .rocket .star-rating.third {
  transform: rotate(25deg) translateX(27px);
  top: 25px;
  z-index: 4;
  left: 0;
}
.game-position-view .game-player-position .rocket .star-rating.third .big-star {
  width: 60px;
}
.game-position-view .game-player-position .rocket .star-rating.third .big-star img {
  width: 100%;
}
.game-position-view .game-player-position .rocket .team-position {
  transform: rotate(25deg);
  bottom: 6px;
  left: -39px;
}
.game-position-view .game-player-position .rocket .wp-border-section {
  width: 250px;
  height: 250px;
  margin-left: -100px;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border {
  width: 150px;
  height: 150px;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border.round-border-1 {
  border: 20px solid;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border.round-border-2 {
  width: 165px;
  height: 165px;
  border: 15px solid;
  opacity: 0.5;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border.round-border-3 {
  width: 180px;
  height: 180px;
  border: 15px solid;
  opacity: 0.2;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border.round-border-4 {
  width: 205px;
  height: 205px;
  border: 15px solid;
  opacity: 0.1;
}
.game-position-view .game-player-position .rocket .wp-border-section .wp-border.round-border-5 {
  width: 130px;
  height: 130px;
  border: 5px solid #ffffff !important;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border {
  width: 145px;
  height: 145px;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border.round-border-1 {
  border: 20px solid;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border.round-border-2 {
  width: 160px;
  height: 160px;
  border: 15px solid;
  opacity: 0.5;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border.round-border-3 {
  width: 175px;
  height: 175px;
  border: 15px solid;
  opacity: 0.2;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border.round-border-4 {
  width: 200px;
  height: 200px;
  border: 15px solid;
  opacity: 0.1;
}
.game-position-view .game-player-position .rocket .wp-border-section.second .wp-border.round-border-5 {
  width: 125px;
  height: 125px;
  border: 5px solid #ffffff !important;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border {
  width: 140px;
  height: 140px;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border.round-border-1 {
  border: 20px solid;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border.round-border-2 {
  width: 155px;
  height: 155px;
  border: 15px solid;
  opacity: 0.5;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border.round-border-3 {
  width: 170px;
  height: 170px;
  border: 15px solid;
  opacity: 0.2;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border.round-border-4 {
  width: 195px;
  height: 195px;
  border: 15px solid;
  opacity: 0.1;
}
.game-position-view .game-player-position .rocket .wp-border-section.third .wp-border.round-border-5 {
  width: 120px;
  height: 120px;
  border: 5px solid #ffffff !important;
}
.game-position-view .game-player-position .rocket.blue .rocket-smoke {
  width: 85%;
  background: linear-gradient(90deg, rgba(98, 52, 197, 0.5) 0.65%, #6234C5 3.9%, rgba(98, 52, 197, 0.25) 50.64%);
  -webkit-animation: podium-rocket-1 2s ease;
          animation: podium-rocket-1 2s ease;
}
.game-position-view .game-player-position .rocket.blue .rocket-svg svg .color-overlay {
  fill: #6234C5;
}
.game-position-view .game-player-position .rocket.blue .team-position svg .team-position-color {
  fill: #6234C5;
}
.game-position-view .game-player-position .rocket.blue .wp-border-section .wp-border {
  border-color: #6234C5;
}
.game-position-view .game-player-position .rocket.green {
  margin-top: -9rem;
}
@media screen and (max-width: 991.98px) {
  .game-position-view .game-player-position .rocket.green {
    margin-top: -11rem;
  }
}
.game-position-view .game-player-position .rocket.green .rocket-smoke {
  width: 72%;
  background: linear-gradient(90deg, rgba(133, 197, 52, 0.5) 0.65%, #85C534 3.9%, rgba(133, 197, 52, 0.25) 50.64%);
  -webkit-animation: podium-rocket-2 3s ease;
          animation: podium-rocket-2 3s ease;
}
@media screen and (max-width: 1199.98px) {
  .game-position-view .game-player-position .rocket.green .rocket-smoke {
    width: 68%;
    -webkit-animation: podium-rocket-2-md 3s ease;
            animation: podium-rocket-2-md 3s ease;
  }
}
.game-position-view .game-player-position .rocket.green .rocket-svg svg .color-overlay {
  fill: #85C534;
}
.game-position-view .game-player-position .rocket.green .team-position svg .team-position-color {
  fill: #85C534;
}
.game-position-view .game-player-position .rocket.green .wp-border-section.second .wp-border {
  border-color: #85C534;
}
.game-position-view .game-player-position .rocket.red {
  margin-top: -6rem;
}
@media screen and (max-width: 991.98px) {
  .game-position-view .game-player-position .rocket.red {
    margin-top: -8rem;
  }
}
.game-position-view .game-player-position .rocket.red .rocket-smoke {
  width: 82%;
  background: linear-gradient(90deg, rgba(197, 52, 52, 0.5) 0.65%, #C53434 3.9%, rgba(197, 52, 52, 0.25) 50.64%);
  -webkit-animation: podium-rocket-3 4s ease;
          animation: podium-rocket-3 4s ease;
}
@media screen and (max-width: 1199.98px) {
  .game-position-view .game-player-position .rocket.red .rocket-smoke {
    width: 78%;
    -webkit-animation: podium-rocket-3-md 3s ease;
            animation: podium-rocket-3-md 3s ease;
  }
}
.game-position-view .game-player-position .rocket.red .rocket-svg svg .color-overlay {
  fill: #C53434;
}
.game-position-view .game-player-position .rocket.red .team-position svg .team-position-color {
  fill: #C53434;
}
.game-position-view .game-player-position .rocket.red .wp-border-section.third .wp-border {
  border-color: #C53434;
}

small.invite-email-warning {
  color: #c51f1f;
}

.game-preview-container.custom-for-podium-preview {
  height: 485px;
}
.game-preview-container.custom-for-podium-preview .game-position-view {
  overflow: unset;
}
.game-preview-container.custom-for-podium-preview .game-position-view .gp-bg {
  transform: rotate(-25deg) scale(0.7);
  top: -128px;
  left: -264px;
  z-index: 10;
}
.game-preview-container.custom-for-podium-preview .game-position-view .gp-bg .winning-positions {
  position: relative;
  left: 305px;
  top: 15px;
}
.game-preview-container.custom-for-podium-preview .game-position-view .gp-bg .gp-img-section {
  position: relative;
  left: -111px;
}
.game-preview-container.custom-for-podium-preview .gp-header .gp-header-content {
  top: -46px;
}

.game-type-custom-text-align {
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-preview-container.first-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.first-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.first-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #FF0000;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.first-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.first-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.first-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.first-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.first-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.first-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.first-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}
.game-preview-container.second-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.second-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.second-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #0000FF;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.second-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.second-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.second-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.second-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.second-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.second-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.second-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}
.game-preview-container.third-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.third-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.third-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #FFB6C1;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.third-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.third-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.third-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.third-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.third-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.third-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.third-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}
.game-preview-container.fourth-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.fourth-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.fourth-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #00FF00;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.fourth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.fourth-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}
.game-preview-container.fifth-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.fifth-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.fifth-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #ADD8E6;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.fifth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.fifth-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}
.game-preview-container.sixth-theme .gp-header .header-line {
  z-index: 1;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.first {
  background-color: #4ec51f;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.second {
  background-color: #1fc57e;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.third {
  background-color: #1f7ec5;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.fourth {
  background-color: #c51fad;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.fifth {
  background-color: #c51fad;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.sixth {
  background-color: #c51fad;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.seventh {
  background-color: #c5ad1f;
}
.game-preview-container.sixth-theme .gp-header .header-line .gp-header-sec.eighth {
  background-color: #4e1fc5;
}
.game-preview-container.sixth-theme .gp-header .gp-header-content svg {
  opacity: 0.6;
  fill: #90EE90;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.first {
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .xtra-border {
  border-color: #4ec51f;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.first .tr-count {
  background-color: #4ec51f;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.second {
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .xtra-border {
  border-color: #1fc57e;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.second .tr-count {
  background-color: #1fc57e;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.third {
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .xtra-border {
  border-color: #1f7ec5;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.third .tr-count {
  background-color: #1f7ec5;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth {
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .xtra-border {
  border-color: #c51fad;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fourth .tr-count {
  background-color: #c51fad;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth {
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .xtra-border {
  border-color: #c5ad1f;
}
.game-preview-container.sixth-theme .gp-main-content .leader-board-section .leader-board-table-row.fifth .tr-count {
  background-color: #c5ad1f;
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.first .rocket-smoke {
  width: 75%;
  background: linear-gradient(90deg, rgba(78, 197, 31, 0.5) 0.65%, #4ec51f 3.9%, rgba(78, 197, 31, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.first .rocket-svg svg .color-overlay {
  fill: #4ec51f;
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.second .rocket-smoke {
  width: 60%;
  background: linear-gradient(90deg, rgba(31, 197, 126, 0.5) 0.65%, #1fc57e 3.9%, rgba(31, 197, 126, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.second .rocket-svg svg .color-overlay {
  fill: #1fc57e;
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.third .rocket-smoke {
  width: 30%;
  background: linear-gradient(90deg, rgba(31, 126, 197, 0.5) 0.65%, #1f7ec5 3.9%, rgba(31, 126, 197, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.third .rocket-svg svg .color-overlay {
  fill: #1f7ec5;
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.fourth .rocket-smoke {
  width: 45%;
  background: linear-gradient(90deg, rgba(197, 31, 173, 0.5) 0.65%, #c51fad 3.9%, rgba(197, 31, 173, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.fourth .rocket-svg svg .color-overlay {
  fill: #c51fad;
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.fifth .rocket-smoke {
  width: 65%;
  background: linear-gradient(90deg, rgba(197, 173, 31, 0.5) 0.65%, #c5ad1f 3.9%, rgba(197, 173, 31, 0.25) 50.64%);
}
.game-preview-container.sixth-theme .gp-main-content .rocket-element.fifth .rocket-svg svg .color-overlay {
  fill: #c5ad1f;
}

.game-preview-container.custom-for-round-preview .mc-for-presentation-round-view {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.game-preview-container.custom-for-round-preview .game-view-section,
.game-preview-container.custom-for-round-preview .orbit-path-bg {
  transform: scale(0.55);
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-hide-custom-width {
  width: 1151px;
  top: 57px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-hide-custom-width {
    width: 750px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line {
  height: 190px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit {
  width: 1151px;
  height: 1151px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 11;
  margin-top: 3px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit {
    width: 750px;
    height: 750px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .soh-mask {
  position: absolute;
  top: 0;
  width: 1151px;
  height: 1151px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .soh-mask {
    width: 750px;
    height: 750px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight {
  position: absolute;
  background-color: transparent;
  border: 8px solid transparent;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.first {
  border-left-color: #85C534;
  z-index: 10;
  transform: rotate(23deg);
  -webkit-animation: orbitanimation1 1s;
          animation: orbitanimation1 1s;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.first.closed {
  border-left-color: transparent;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.second {
  border-left-color: #6234C5;
  z-index: 9;
  transform: rotate(45deg);
  -webkit-animation: orbitanimation2 2s;
          animation: orbitanimation2 2s;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.second.closed {
  border-left-color: transparent;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.third {
  border-left-color: #346EC5;
  z-index: 8;
  transform: rotate(62deg);
  -webkit-animation: orbitanimation3 3s;
          animation: orbitanimation3 3s;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.third.closed {
  border-left-color: transparent;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.fourth {
  border-left-color: #34C5A2;
  z-index: 7;
  transform: rotate(76deg);
  -webkit-animation: orbitanimation4 4s;
          animation: orbitanimation4 4s;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.fourth.closed {
  border-left-color: transparent;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.fifth {
  border-left-color: #6234C5;
  z-index: 6;
  transform: rotate(125deg);
  -webkit-animation: orbitanimation5 5s;
          animation: orbitanimation5 5s;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-orbit-line .sat-orbit-highlight.fifth.closed {
  border-left-color: transparent;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-0 {
  bottom: 15px;
  left: 97px;
  width: 120px;
  z-index: 12;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-0 {
    bottom: 22px;
    left: 2px;
    width: 100px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com {
  z-index: 12;
  border: 8px solid transparent;
  border-radius: 50%;
  overflow: hidden;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-halo {
  overflow: unset;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-halo .planet-with-action {
  transform: scale(2.3);
  -webkit-animation: planetHalo 4s ease;
          animation: planetHalo 4s ease;
}
@media screen and (max-width: 992px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com {
    transform: scale(0.75);
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com .planet-with-action .closed-planet {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.closed {
  border: none;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.closed .planet-with-action .closed-planet {
  display: block;
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-1 {
  width: 90px;
  top: 14px;
  left: 292px;
  border-color: #85C534;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-1 {
    top: 10px;
    left: 152px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-2 {
  width: 80px;
  top: -30px;
  left: 524px;
  border-color: #6234C5;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-2 {
    top: -32px;
    left: 321px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-3 {
  width: 68px;
  left: 720px;
  top: -2px;
  border-color: #346EC5;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-3 {
    left: 469px;
    top: -6px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-4 {
  width: 58px;
  left: 845px;
  top: 55px;
  border-color: #34C5A2;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-4 {
    left: 573px;
    top: 54px;
  }
}
.game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-5, .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-halo {
  width: 68px;
  right: 130px;
  bottom: 10px;
  border-color: #6234C5;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-5, .game-preview-container.custom-for-round-preview .sat-orbit-hide .sat-planet-com.sat-planet-halo {
    right: 26px;
    bottom: 21px;
  }
}
.game-preview-container.custom-for-round-preview .orbit-path-bg {
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .ob-p-position {
  right: -411px;
  bottom: -400px;
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg {
  border: 1px solid #3F3F3F;
  border-radius: 50%;
  background-color: transparent;
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.first-op {
  width: 1350px;
  height: 1350px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.first-op {
    width: 1230px;
    height: 1230px;
  }
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.second-op {
  width: 950px;
  height: 950px;
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.third-op {
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.third-op {
    width: 680px;
    height: 680px;
  }
}
.game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.fourth-op {
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 1199.98px) {
  .game-preview-container.custom-for-round-preview .orbit-path-bg .op-bg.fourth-op {
    width: 450px;
    height: 450px;
  }
}

.single-option::after {
  display: none !important;
}

.accordion-v2 .accordion-item {
  border: none;
  border-radius: 1.125rem;
  box-shadow: 3px 3px 0px #18c27f;
  margin-bottom: 0.6rem;
}
.accordion-v2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button {
  min-height: 3.75rem;
  border-radius: 1.125rem 1.125rem 0 0;
  color: #211d19;
  font-size: 1.125rem;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 1.125rem;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button::after {
  content: "\f0d7";
  background-color: #aa6600;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #ffffff;
  background-image: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transform: rotate(-90deg);
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #00fecc;
  border-bottom: 1px solid #18c27f;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.accordion-v2 .accordion-item .accordion-header .accordion-button p {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
}
.accordion-v2 .accordion-item .accordion-header .accordion-button h3 {
  color: #211d19;
}
.accordion-v2.accordion-inside .accordion-item {
  margin-bottom: 0;
}
.accordion-v2.accordion-inside .accordion-item:first-child {
  border-radius: 1.125rem 1.125rem 0 0 !important;
}
.accordion-v2.accordion-inside .accordion-item:nth-child(2) {
  border-radius: 0 0 1.125rem 1.125rem !important;
}
.accordion-v2.accordion-inside .accordion-item:nth-child(2) .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-v2.accordion-inside .accordion-item:nth-child(2) .accordion-header .accordion-button.collapsed {
  border-radius: 0 0 1.125rem 1.125rem;
}
.accordion-v2.accordion-inside .accordion-item table tbody tr:last-of-type:not([style*="display:none"]) th {
  border-radius: 0 0 0 1rem;
}
.accordion-v2.accordion-inside .accordion-item table tbody tr:last-of-type:not([style*="display:none"]) td:last-child {
  border-radius: 0 0 1rem 0;
}
.accordion-v2.accordion-inside .accordion-item table tbody tr:only-child:not([style*="display:none"]) th {
  border-radius: 1rem 0 0 1rem !important;
}
.accordion-v2.accordion-inside .accordion-item table tbody tr:only-child:not([style*="display:none"]) td:last-child {
  border-radius: 0 1rem 1rem 0 !important;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item {
  margin-bottom: 0;
  border-radius: 0;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item:first-child {
  border-radius: 1.125rem 1.125rem 0 0 !important;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item:nth-child(2) {
  border-radius: 0 !important;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item:nth-child(3) {
  border-radius: 0 0 1.125rem 1.125rem !important;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item:nth-child(3) .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-v2.accordion-inside.three-accordion .accordion-item:nth-child(3) .accordion-header .accordion-button.collapsed {
  border-radius: 0 0 1.125rem 1.125rem;
}

.accordion_head-end svg path {
  fill: #088251;
}
.accordion_head-end i {
  color: #088251;
}
.accordion_head-end .disable {
  opacity: 0.4;
}

.token-box {
  width: 300px;
  margin: 0 auto;
}

.card.player-card {
  background-color: #36822B;
  border-radius: 1.125rem;
  color: #ffffff;
  border-color: #36822B;
  box-shadow: 3px 3px 0px #18c27f;
  height: 100%;
  min-height: 350px;
}
.card.player-card .card-body {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.card.player-card .card-body .body-head {
  background-color: #00fecc;
  color: #211d19;
}
.card.player-card .card-body .body-head p {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
}
.card.player-card .card-body .body-head.no-date {
  height: 30px;
  background-color: #fff;
}
.card.player-card .card-body .card-logo {
  background-color: #346ec5;
  border-radius: 0.75rem;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card.player-card .card-body .no-team {
  background-color: #1B2466;
  border-radius: 0.75rem;
}

.card.player-card .card-body .card-logo.card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.card.player-card .card-body .card-logo .card-img {
  max-height: 50px;
}
.card.player-card .card-body .card-details p {
  color: #211d19;
  font-weight: 300;
  font-size: 0.875rem;
}
.card.player-card .card-body .card-details h6 {
  font-size: 1rem;
  color: #211d19;
}
.card.player-card .card-body .rewards-cover {
  height: 100px;
  overflow: hidden;
}
.card.player-card .card-body .rewards-cover .rewards-icon {
  width: 60px;
  height: 60px;
}
.card.player-card .card-body .rewards-cover .rewards-icon i {
  font-size: 25px;
}
.card.player-card .card-bottom {
  font-size: 18px;
  font-weight: bold;
}
.card.player-card.mission-card {
  background-color: #1B2466;
}
.card.player-card.mission-card .card-body .card-title {
  color: #1B2466;
}
.card.player-card.mission-card .card-body p {
  color: #211d19;
  font-size: 12px;
}
.card.player-card.mission-card .card-body .progress {
  border-radius: 2rem;
}
.card.player-card.mission-card .card-body .progress .progress-bar {
  background-color: #1B2466;
  border-radius: 2rem;
}
@media screen and (max-width: 991.98px) {
  .card.player-card .btn-secondary {
    font-size: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.card.player-card.gift-card {
  background-color: #C2C234;
  border-color: #C2C234;
}
.card.player-card.gift-card .rewards-icon {
  background-color: #C2C234;
}
.card.player-card.privilege-card {
  background-color: #369B5B;
}
.card.player-card.privilege-card .rewards-icon {
  background-color: #369B5B;
}
.card.player-card .rewards-content {
  min-height: 45px;
  position: relative;
  padding-bottom: 55px !important;
}
.card.player-card .rewards-content button {
  bottom: 10px;
  width: calc(100% - 2rem);
  margin: auto;
}
.card.player-card.privilege {
  background-color: #369B5B;
  border-color: #369B5B;
}
.card.details-view {
  border-radius: 24px;
}
.card.details-view.mission-view {
  background-color: #1B2466;
}
.card.details-view.mission-view .details-title .icon-box i {
  color: #1B2466;
}
.card.details-view.reward-view {
  background-color: #C2C234;
}
.card.details-view.reward-view .details-title .icon-box i {
  color: #C2C234;
}
.card.details-view .details-title .icon-box {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 12px;
}
.card.details-view .details-title h2 {
  font-size: 23px;
}
.card.details-view .details-preview {
  border-radius: 25px;
  height: 417px;
  width: 100%;
  border: 2px solid #aa6600;
  background-color: #000;
}
.card.details-view .details-preview .team-bar {
  height: 20px;
}
.card.details-view .details-preview .team-bar .team-box {
  height: 100%;
  width: 100%;
}
.card.details-view .details-card {
  border-radius: 18px;
  box-shadow: 2px 3px 0px #18C27F;
}
.card.details-view .details-card .blue-header {
  background-color: #00fecc;
}
.card.details-view .card-body .icon-box {
  margin-top: 4px;
}
.card.details-view .card-body .rewards-header {
  width: 70%;
}
@media screen and (min-width: 767.98px) {
  .card.details-view .card-body .rewards-header {
    width: 400px;
  }
}
.card.details-view .card-body .rewards-header input.form-control {
  font-size: 23px;
  font-weight: 400;
  font-family: "Qualy";
  padding-right: 35px;
}

.th-minWidth {
  width: 110px;
}

.no-team-selected {
  background-color: #D8CCC1 !important;
}

.team-icon-box {
  background-color: #C59C34;
  height: 37px;
  width: 37px;
}
.team-icon-box img {
  height: 16px;
  width: auto;
}

.card-warning {
  top: 45%;
  transform: translate(-24%) rotate(-40deg);
  box-shadow: 3px 3px 0px #18c27f;
  width: 200%;
  border-top: 1px solid #D8CCC1 !important;
}
.card-warning.closed {
  background-color: #ee0000;
  color: #ffffff;
}
.card-warning.sold {
  color: #ffffff;
  background-color: #055636;
}
@media screen and (max-width: 575.98px) {
  .card-warning {
    transform: translate(-24%) rotate(-20deg);
  }
}
.card-warning.primary {
  background-color: #088251;
  color: #fff;
}
.card-warning.coming-soon {
  background-color: #cc0069;
  color: #fff;
}
.card-warning.coming-soon-2 {
  color: #fff;
  background-color: #66B866;
}
.card-warning.bought {
  transform: translate(3%) rotate(0deg);
  background-color: #008800;
  top: initial;
  width: 110%;
}

.tranform-none {
  transform: none !important;
}

.play-btn-2 {
  cursor: pointer;
  font-size: 18px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 0.3;
}

ul.with-bullet li {
  list-style: disc;
}

.img-cover, .img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.avatar {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1B2466;
}
.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-2 {
  height: 40px;
  width: 40px;
  border-radius: 12px;
  background-color: #346ec5;
  color: #ffffff;
}
.avatar-2.no-team {
  background-color: #D8CCC1;
}
.avatar-2.no-team ~ h5 {
  color: #90877E !important;
}
.avatar-2.table-avatar {
  height: 45px;
  width: 45px;
}
.avatar-2.brown-avatar {
  background-color: #BD8D1E !important;
  color: #fff;
}
.avatar-2.blue-avatar {
  background-color: #1B2466 !important;
  color: #fff;
}
.avatar-2.blue-shade-avatar {
  background-color: #346ec5 !important;
  color: #fff;
}
.avatar-2.green-avatar {
  background-color: #369B5B !important;
  color: #fff;
}

.cm-scrollbar {
  scrollbar-color: #AA6600 #D8CCC1;
  scrollbar-width: 8px;
}
.cm-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.cm-scrollbar::-webkit-scrollbar-track {
  background: #D8CCC1;
}
.cm-scrollbar::-webkit-scrollbar-thumb {
  background: #AA6600;
}
.cm-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #875204;
}

.table-section {
  box-shadow: 3px 3px 0px #18c27f;
  border-radius: 18px;
  border: 1px solid #00fecc;
  overflow: hidden;
}
.table-section .cm-table-w-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 315px;
}
.table-section .cm-table-w-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-section .cm-table-w-scroll table tr.active td {
  background-color: #18c27f;
}
.table-section .cm-table-w-scroll table th {
  font-size: 13px;
  padding: 8px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border: none;
  border-bottom: 1px solid #00fecc !important;
}
.table-section .cm-table-w-scroll table td {
  font-size: 13px;
  padding: 8px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border: none;
  border-bottom: 1px solid #00fecc;
  font-family: "DM Mono", monospace;
}
.table-section .cm-table-w-scroll table td:last-child {
  font-weight: 500;
}
.table-section .cm-table-w-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-weight: 600;
  background-color: #ffffff;
  color: #0e1231;
}

ol li {
  list-style: decimal !important;
}

.player-list {
  width: 100%;
  overflow-x: auto;
  max-height: 290px;
  text-align: left;
}
.player-list li {
  min-width: 170px;
  font-family: "Comfortaa", cursive;
}

.opacity-02 {
  opacity: 0.2;
}

table.custom-yakeety-table.table-v1-modify {
  border-spacing: 0;
}
table.custom-yakeety-table.table-v1-modify thead {
  top: -5px;
}
table.custom-yakeety-table.table-v1-modify tbody tr:first-of-type th {
  border-radius: 18px 0 0 0 !important;
  box-shadow: 3px 2px 0px #18c27f !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr:first-of-type td:last-child {
  border-radius: 0 18px 0 0 !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr:last-of-type th {
  border-radius: 0 0 0 18px !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr:last-of-type td:last-child {
  border-radius: 0 0 18px 0 !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr:only-child:not(.d-none) th {
  border-radius: 18px 0 0 18px !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr:only-child:not(.d-none) td:last-child {
  border-radius: 0 18px 18px 0 !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr th, table.custom-yakeety-table.table-v1-modify tbody tr td {
  border-radius: 0;
  border-bottom: 1px solid #088251;
}
table.custom-yakeety-table.table-v1-modify tbody tr td {
  box-shadow: 4px 2px 0px #18c27f !important;
}
table.custom-yakeety-table.table-v1-modify tbody tr td:last-child {
  border-radius: 0px;
  box-shadow: 3px 2px 0px #18c27f !important;
}

.table-rounded {
  position: relative;
}
.table-rounded table {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 3px 2px 0px #18c27f !important;
}
.table-rounded::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 40px solid #99ffeb;
  border-left: 20px solid transparent;
}

.avatar-2 {
  height: 40px;
  width: 40px;
  border-radius: 12px;
  background-color: #346ec5;
  color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text], input[type=number], input[type=datetime-local], input[type=date] {
  height: 40px;
}

.search-feild button {
  right: 20px;
}

.added-mission button {
  min-width: 180px;
}

.del-game-name {
  min-width: 250px;
}

.deleted-game-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
}

.search-field::before {
  content: "\f002";
  position: absolute;
  width: 25px;
  height: calc(100% - 18px);
  bottom: 0;
  top: 0;
  right: 7px;
  margin: auto;
  background-color: #99feea;
  z-index: 9;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #AA6600;
}

input[type=checkbox].multi-state-check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #aa6600;
  border-radius: 3px;
}
input[type=checkbox].multi-state-check::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  color: #ffffff;
}
input[type=checkbox].multi-state-check.checked-active {
  background-color: #7f18c2;
  border: 2px solid #7f18c2;
}
input[type=checkbox].multi-state-check.checked-active::before {
  content: "\f00c";
}
input[type=checkbox].multi-state-check.checked-inactive {
  background-color: #7f18c2;
  border: 2px solid #7f18c2;
}
input[type=checkbox].multi-state-check.checked-inactive::before {
  content: "";
  width: calc(100% - 2px);
  height: 2px;
  background-color: #fff;
}

.img60 {
  height: 60px;
  width: 60px;
}

table.custom-yakeety-table thead th.text-right {
  text-align: right !important;
}

.fade-content, .fade-content * {
  color: #D8CCC1 !important;
  pointer-events: none;
}
.fade-content input[type=checkbox], .fade-content * input[type=checkbox] {
  opacity: 0.2;
}

tr.fade-content .avatar-2 {
  background-color: transparent !important;
}
tr.fade-content .avatar-2 svg * {
  fill: #aa6600;
  opacity: 0.4;
}
tr.fade-content * {
  color: rgba(33, 29, 25, 0.2431372549) !important;
}
tr.fade-content div, tr.fade-content .btn.btn-round {
  background-color: rgba(0, 0, 0, 0.01) !important;
}
tr.fade-content i {
  color: rgba(0, 0, 0, 0.04) !important;
}

@media screen and (max-width: 575px) {
  .table-actions td, .table-actions th {
    padding: 3px 8px !important;
  }
}

@media screen and (max-width: 575px) {
  .last-bottom-second-td {
    border-radius: 0 0 16px 0;
  }
}

@media screen and (max-width: 575px) {
  table tbody tr:first-child .last-top-second-td {
    border-radius: 0 16px 0 0;
  }
}

.rounded-corners-table {
  position: relative;
  overflow: hidden !important;
  border-radius: 18px !important;
}
.rounded-corners-table::after {
  content: "";
  box-shadow: inset -3px -3px 0px #18c27f, inset 0px -2px 0px #18c27f;
  border-radius: 18px !important;
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.rounded-corners-table.head-small::after {
  height: calc(100% - 18px);
}

.select-cell {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.name-section a h4 {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disable-row {
  opacity: 0.2;
  pointer-events: none;
}

.asana-projects {
  inset: 0px auto auto 0px !important;
  max-height: 15rem;
  overflow-y: auto !important;
}

.player-data-section tbody tr:last-child th, .player-data-section tbody tr:nth-last-child(2) th, .assistant-data-section tbody tr:last-child th, .assistant-data-section tbody tr:nth-last-child(2) th {
  border-bottom-left-radius: 18px !important;
}
.player-data-section tbody tr:last-child td:last-child, .player-data-section tbody tr:nth-last-child(2) td:last-child, .assistant-data-section tbody tr:last-child td:last-child, .assistant-data-section tbody tr:nth-last-child(2) td:last-child {
  border-bottom-right-radius: 18px !important;
}
.player-data-section tbody tr.assist-show th, .player-data-section tbody tr.assist-show td, .assistant-data-section tbody tr.assist-show th, .assistant-data-section tbody tr.assist-show td {
  border-radius: 0px !important;
}
.player-data-section tbody tr.assist-show th:last-child, .player-data-section tbody tr.assist-show td:last-child, .assistant-data-section tbody tr.assist-show th:last-child, .assistant-data-section tbody tr.assist-show td:last-child {
  border-bottom-right-radius: 0px !important;
}

.button-text {
  max-width: 70px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.full-btn {
  gap: 1rem;
}

.full-btn .button-text {
  max-width: initial;
}

.table_footer {
  z-index: 99;
  border-top: 1px solid #00fecc;
}

.admin-cards-v3 .admin-card {
    width: 220px !important;
}

.admin-cards-v3 {
    width: 1020px;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 1403px) {
    .admin-cards-v3 {
        width: 750px;
    }
}

@media screen and (max-width: 1200px) {
    .admin-cards-v3 {
        gap: 35px;
    }
}

@media screen and (max-width: 990px) {
    .admin-cards-v3 {
        gap: 25px;
    }
}

@media screen and (max-width: 898px) {
    .admin-cards-v3 {
        width: 470px;
    }
}

@media screen and (max-width: 767px) {
    .admin-cards-v3 {
        gap: 15px;
    }
}

@media screen and (max-width: 502px) {
    .admin-cards-v3 {
        width: 220px;
    }
}