body,
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  user-select: none;
}

/*.body-bg{background-color:#1e7e34;background-repeat:no-repeat;background-size:cover;position:fixed;width:100%;height:100%;top:0;left:0;z-index:-1}*/

.body {
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.body-bg {
  background-repeat: round;
  background-size: cover;
  background-image:
    /*linear-gradient(rgba(12, 24, 48, 0.25), rgba(12, 24, 48, 0.25)),*/
    url("");
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#0264ad', endColorstr='#92bf1e');
}

.body-container {
  width: 100%;
  height: 100%;
  color: #fff;
  user-select: none;
}

.body-container-medieval {
  color: #000 !important;
  font-weight: bold !important;
}

.mobile-body-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mobile-body-container .jumbotron {
  height: 100vh;
}

header {
  height: 60px;
}

main {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
}

main {
  padding: 0rem 0.5rem 1rem;
}

main>.container {
  padding: 1.5rem;
}

footer {
  width: 100vw;
  height: 70px;
  display: flex;
  justify-content: center;
}

.box {
  background: rgba(13, 52, 94, 0.5);
}

.bottom-bar {
  display: none;
}

#navbarPlayer {
  display: none;
}

.main-content>section {
  margin-bottom: 70px;
}

.bg-primary-75 {
  background-color: rgba(0, 123, 255, 0.75);
}

.btn-primary-75 {
  background-color: rgba(0, 105, 217, 0.75);
  border-color: rgba(0, 98, 204, 0.75);
}

/*.btn-primary-75.active{color:rgba(0, 0, 0, 0.75)!important;background-color:rgba(255,255,255,.9)!important}*/

.btn-primary-75.active span.badge {
  background-color: rgba(0, 105, 217, 1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item.active {
  color: gold;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #bebebe;
}

.border-delete-default {
  border: 1px solid white !important;
}

/*.nav-descriptionAndRewards-tab .nav-tabs h4.nav-link.active{color:#007bff}*/

.nav-descriptionAndRewards-tab h4 {
  color: inherit;
}

#player-cards .card,
.breadcrumb-item li a,
.nav-item,
.open-chats,
.pagination .page-item,
.refreshFeedButton {
  cursor: pointer;
}

.bg-complementary {
  color: #fff;
  background-color: #ff6200;
  border-color: #ffa200;
}

::-webkit-scrollbar {
  width: 11px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 25px;
}

.default::-webkit-scrollbar {
  width: 11px;
}

/* Track */

.default::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */

.default::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 25px;
}

/* Handle on hover */

.default::-webkit-scrollbar-thumb:hover {
  border: 1px solid #dee2e6 !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.challenge-button {
  color: #fff;
  border-color: #fff;
}

#generalInfo .m-3 button,
#playerBlock .m-3 button,
#playerInfo .m-3 button {
  height: 6rem;
  width: 6rem;
}

#profile-fb.active,
#playerInfo button.active {
  border: 4px solid #8a2be2;
}

#announcementAccordion {
  width: max-content;
}

.carousel-inner {
  padding: 0 3rem;
}

.leftMenuTooltip {
  font-family: "SommetRoundedRegular";
  top: 1%;
  left: 15rem;
  z-index: 15;
  border-radius: 1rem;
  border: 2px #fff solid;
  position: absolute;
  overflow-x: auto;
  text-align: center;
  width: 415px;
  background: linear-gradient(to right, rgb(6, 37, 120), rgb(22, 150, 62));
}

.tooltip {
  top: 1px !important;
}

.btn:hover {
  color: white;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {
  opacity: 0.7;
}

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {
  opacity: 0.7;
}

/* Popup ( Arkaplan ) */

.modall {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  padding-top: 25px;
  /* Location of the box */
  left: 500px;
  top: 25%;
  width: 28%;
  /* Full width */
  height: 50%;
  /* Full height */
  overflow: none;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  color: red;
}

.modal-content-new {
  background-color: red;
  height: 10vw add remove;
}

.modallCeremony {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 15;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 10%;
  top: 10%;
  width: 80%;
  /* Full width */
  height: 80%;
  /* Full height */
  overflow: none;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modall-ceremony-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

/* Popup İçerik (Resim) */

.modall-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 250px;
}

/* Modal Resim Yazısı (Resim Metni) - Resim Olarak Aynı Genişlik */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Animasyon Ekleme - Popup Zoom */

.modall-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* Kapat Butonu */

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Daha Küçük Ekranlarda% 100 Görüntü Genişliği */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.yukaricik {
  z-index: 100;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
}

.yukaricik-buton {
  width: 60px;
  height: 60px;
}

.progressbarmainpage {
  background-color: white;
  border-radius: 10px;
  /* (height of inner div) / 2 + padding */
  padding: 8px;
  background: linear-gradient(to right, #8c979d, #d7dfe2, #859298, #f4f5f7);
  box-shadow: 2px 14px 18px 0px rgba(0, 0, 0, 0.75);
}

.progress-empty-space {
  border-radius: 0 10px 10px 0px;
  background: #f1f2f4;
  box-shadow: inset -0.2px -0.2px 4px 0.5px rgba(0, 0, 0, 0.85);
  background-color: #f2f2f4;
}

.empty-space {
  text-align: right;
  padding: 10px;
  color: #0063af;
  width: 100%;
  /* Adjust with JavaScript */
  height: 45px;
  border-radius: 10px;
  background: #f1f2f4;
  box-shadow: inset -0.2px -0.2px 4px 0.5px rgba(0, 0, 0, 0.85);
  background-color: #f2f2f4;
  font-weight: bold;
}

.newTag {
  width: 55px;
  height: 45px;
  margin-top: 2%;
  margin-left: 23%;
  position: absolute;
}

.icon {
  position: absolute;
  top: -1px;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
}

.iconImg {
  top: 6px;
  position: absolute;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
}

.iconMissions {
  position: absolute;
  top: -1px;
  margin-left: 20px;
  width: 40px;
  height: 50px;
  left: 50%;
}

.lock {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 75px;
}

/* Popup box BEGIN */

#tvModeContainer {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#tvModeContainer>div {
  background-color: black;
  display: inline-block;
  vertical-align: middle;
  height: 100vh;
  width: 100%;
  position: relative;
}

.tvModeCloseButton {
  background-color: #fff;
  border: 3px solid red;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 10;
  right: 10;
  font-size: 50px;
  line-height: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: red;
  padding: 10px;
  z-index: 1000;
  display: none;
}

.tvModeCloseButton:hover {
  background-color: #ccc;
}

/* Popup box BEGIN */

/* The victory (background) */

#victory_container {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Victory Content */

.victory_content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 25px;
}

.leaderBoardRow {
  cursor: pointer;
  color: white;
  text-align: left;
  background: linear-gradient(rgb(135, 206, 250), rgb(0, 123, 255));
  border-radius: 50px;
  margin-bottom: 1%;
}

.ceromony_upload_file {
  color: black;
  display: inline-block;
  background: #fff;
  border: 2px solid aquamarine;
  border-radius: 3px;
  padding: 50px 60px;
  margin: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px black;
  font-weight: 700;
  font-size: 10pt;
}

.image-upload>input {
  display: none;
}

.image-upload img {
  width: 80px;
  cursor: pointer;
}

.imagesContent:hover .ceremonyImages {
  opacity: 0.3;
}

.imagesContent:hover .imagesDeleteButton {
  opacity: 1;
}

.imagesDeleteButton {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.ceremonyImages {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  width: 164px;
  height: 144px;
  margin: 10px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  cursor: pointer;
}

.custom-file-input::before {
  cursor: pointer;
  content: "Select some files";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.progressbar-img {
  position: absolute;
  width: 5.5rem;
  margin-top: -2rem;
  margin-left: -2rem;
}

.gameselection-navbutton-shadow {
  width: 25px;
  height: 83px;
  background-color: #737d86;
  margin-right: 15px;
}

.gameselection-navbutton-shadow-right {
  width: 25px;
  height: 83px;
  background-color: #737d86;
  margin-left: 15px;
}

@font-face {
  font-family: "SommetRoundedBlack";
  src: url("../fonts/univia-pro/UniviaPro-Black.woff2") format("woff2"),
    url("../fonts/univia-pro/UniviaPro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SommetRoundedBold";
  src: url("../fonts/univia-pro/UniviaPro-Bold.woff2") format("woff2"),
    url("../fonts/univia-pro/UniviaPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SommetRoundedRegular";
  src: url("../fonts/univia-pro/UniviaPro-Regular.woff2") format("woff2"),
    url("../fonts/univia-pro/UniviaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SommetRoundedRegular";
  src: url("../fonts/univia-pro/UniviaPro-Light.woff2") format("woff2"),
    url("../fonts/univia-pro/UniviaPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.font-rounded-bold {
  font-family: "SommetRoundedBold";
}

.font-rounded-regular {
  font-family: "SommetRoundedRegular";
}

.font-rounded-light {
  font-family: "SommetRoundedBold";
}

.font-rounded-black {
  font-family: "SommetRoundedBlack";
}

.speech-bubble {
  position: relative;
  border-radius: 0.4em;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #00aabb;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.nav-buttons {
  cursor: pointer;
  font-family: SommetRoundedRegular;
  color: white;
  max-width: 5.2%;
  max-height: 5.2%;
  min-width: fit-content;
}

.nav-buttons button {
  position: relative;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 1.428571429;
  border-radius: 50%;
  background-color: rgba(248, 249, 250, 0.7) !important;
}

.nav-buttons:hover button {
  background-color: white !important;
  transition: all 0.2s;
}

.nav-buttons button img {
  width: 100%;
  height: 100%;
  padding: 6%;
  transition: all 0.1s;
}

.nav-buttons:hover button img {
  padding: 1%;
  transition: all 0.1s;
}

.nav-buttons-shadow-size {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.nav-buttons-bg {
  background: rgb(0, 99, 174);
  max-width: 5.2%;
}

#player-info-content {
  border-radius: 0px 0px 50px 50px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  /* background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%); başkasının profiline bakarken medieval tema bozuluyordu*/
  margin-top: 1rem !important;
  padding: 1rem !important;
  width: 100% !important;
}

.player-img {
  max-height: 170px;
  border-radius: 0px 0px 50px 0px;
  width: 150px;
  box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.75);
  /*min-height: 120px;*/
}

.player-img-left {
  border-radius: 0px 0px 0px 50px;
  width: 150px;
  box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.75);
}

.nav-profile-tab.default {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 30px 30px 0px 0px;
  border: none !important;
}

.nav-mission-tab.default {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 30px 30px;
}

.nav-tabs {
  border: none !important;
  font-family: "SommetRoundedRegular";
}

.nav-left-tab {
  border-radius: 30px 0px 0px 0px;
}

.nav-right-tab {
  border-radius: 0px 30px 0px 0px;
}

.nav-item.nav-link.header-text.default.active:last-child {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  position: relative;
}


.nav-item.nav-link.header-text.default.active:first-child {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
}

.nav-item.nav-link.default.active {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  border-radius: 0px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
}

#gameselection-tabs {
  background: linear-gradient(to right,
      rgba(6, 37, 120, 0.5) 0%,
      rgba(22, 150, 62, 0.5) 100%);
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 30px 30px 0px 0px;
  border: transparent;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
  border: transparent !important;
}

.notification-btn {
  position: fixed;
  right: 6rem;
  bottom: 0.5rem;
  z-index: 2;
}

.notification-content {
  right: 1.5rem;
  bottom: 5rem;
  height: 36rem;
  width: 24rem;
  z-index: 12;
  position: fixed;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  background: linear-gradient(to right, #062578, #16963e);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border: none !important;
}

.speech-bubble {
  position: fixed;
  background: #00aabb;
  border-radius: 0.4em;
  padding: 5px;
  margin-top: 3rem;
  margin-left: 15rem;
  color: white;
  min-width: 200px;
  min-height: 100px;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #00aabb;
  border-left: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-left: -20px;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.svg-dynamic-color {
  fill: #0063af;
}

.svg-white-color {
  fill: white;
}

.text-fb {
  padding: 0px;
  display: table-cell;
  font-size: 11px;
  font-weight: bold;
  margin: 0 !important;
  line-height: normal;
  font-family: SommetRoundedRegular;
  color: #0063af;
  transition: none;
}

.text-fb img {
  width: 90%;
  height: 90%;
}

.text-fb a:hover {
  color: #0063af;
}

.text-fb:hover i {
  color: #0063af;
}

.bubble-fb {
  background-color: #c555ff;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 55%;
  position: relative;
  z-index: 1;
  transform: rotate(45deg);
}

.bubble-fb div {
  color: white;
  transform: rotate(-45deg);
  font-family: SommetRoundedRegular;
  line-height: 26px !important;
}

.game-indicators-default,
.game-indicators-kokpit {
  background-color: #c555ff;
  height: 20px;
  width: 20px;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.breathing-circle {
  border-radius: 50% !important;
  position: absolute;
  width: 15px;
  height: 15px;
  background: greenyellow;
  border: 1px;
  margin-left: 40%;
}

#mobileMenu .topnav {
  overflow: hidden;
  background-color: white;
}

.mobileMenuContainer {
  background-color: white;
}

.mobileMenuContainer .nav-button-active {
  background-color: #0063af !important;
  fill: #0063af;
  color: #0063af;
}

.nav-button-active-default button {
  background-color: rgba(248, 249, 250, 1) !important;
}

.nav-button-active-default .svg-dynamic-color {
  fill: white;
}

.nav-button-active-default .text-fb {
  color: white;
}

.nav-button-active-candy {
  background-color: rgb(235 104 108) !important;
  border-radius: 20%;
  padding: 3px;
}

.nav-button-active-jungle {
  background-color: #08abd4 !important;
  border-radius: 20%;
  padding: 3px;
}

.nav-button-active-medieval {
  background-color: rgb(160 160 160) !important;
  border-radius: 20%;
  padding: 3px;
}

.nav-button-active-space {
  background-color: rgb(123 204 190) !important;
  border-radius: 20%;
  padding: 3px;
}

.SommetRoundedRegular {
  font-family: "SommetRoundedRegular";
}

.custom-file-label {
  height: 33px !important;
}

.sommetRoundedRegular {
  font-family: "SommetRoundedRegular";
}

.wheelOfFortuneBtn .wheel-claw {
  transform: rotate(-87deg);
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 29%;
  z-index: 2;
  transition: all 0.3s;
}

.wheelOfFortuneBtn:hover .wheel-of-fortune {
  width: 100%;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: all 0.3s;
}

@media only screen and (max-width: 450px) {
  .speech-bubble {
    margin-top: 2rem;
    margin-left: 9rem;
  }
}

.speech-avatar {
  margin-top: 7rem;
  margin-left: 0rem;
  position: fixed;
  width: 9rem;
}

.modal-body-new {
  width: 10vw;
  height: 10vw;
  background-color: red;
}

.web-guide-avatar {
  width: 5rem;
  height: auto;
}

.introjs-tooltiptext {
  text-align: center !important;
}

.find-win-icon {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: -5px;
  left: -5px;
}

.modal {
  z-index: 10000 !important;
}

.default-card-body,
#default-card-body {
  background: linear-gradient(to right, rgba(6, 37, 120) 0%, rgba(22, 150, 62) 100%);
  padding: 0.3rem 1rem;
  color: white !important;
}

@media only screen and (max-width: 991px) {
  #player-info-content {
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

.is-submit-default {
  background-image: linear-gradient(to right, #0264ad, #94c120);
  color: #fff;
  border: none;
  border-radius: 4px !important;
  transition: 0.2s;
  cursor: pointer !important;
}

.is-hovered,
.is-submit-default:hover {
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.is-submit-jungle {
  background: brown !important;
  color: #fff;
  border: none;
  border-radius: 4px !important;
  transition: 0.2s;
  cursor: pointer !important;
}

.is-hovered,
.is-submit-jungle:hover {
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.speech-avatar2 {
  margin-top: 45px;
  height: 20vw;
}

.baslik {
  font-size: 2.75rem;
  color: #00aabb;
  font-weight: bold;
  margin-left: 8%;
}

.aciklama {
  color: #00aabb;
  font-weight: bold;
}

.carousel-control-prev-icon {
  margin-left: 43%;
  margin-top: 10%;
}

.desc {
  color: #00aabb;
  font-weight: bold;
  width: 14vw;
  margin-top: 2vw;
  position: absolute;
}

.badge-pic {
  width: 10vw;
  height: 10vw;
  position: relative;
  margin-left: 38px;
}

#carouselExampleIndicators {
  height: 100%;
  position: absolute;
  margin-left: 35%;
}

.progress-default {
  background-color: #d3d3d3;
  border-radius: 0.25rem;
  font-size: .75rem;
}

.rocket1-space {
  z-index: -1;
  animation: rocket1-space 8s linear infinite;
}

@keyframes rocket1-space {
  0% {
    opacity: 0;
    left: 0;
    bottom: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    left: 600px;
    bottom: 600px;
  }
}

.rocket2-space {
  z-index: -1;
  animation: rocket2-space 10s linear infinite;
}

@keyframes rocket2-space {
  0% {
    transform: rotate(-79deg);
    opacity: 0;
    right: 0;
    bottom: 30px;
  }

  50% {
    transform: rotate(-100deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(-120deg);
    opacity: 0.4;
    right: 800px;
    bottom: 600px;
  }
}

.rocket1-jungle {
  z-index: -1;
  animation: rocket1-jungle 8s linear infinite;
}

@keyframes rocket1-jungle {
  0% {
    opacity: 0;
    left: 0;
    bottom: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    left: 600px;
    bottom: 600px;
  }
}

.modal-backdrop.show {
  width: 125vw; 
  height: 125vh; 
  position: fixed;
  top: 0;
  left: 0;
}

/* when it's added every theme you must new css class for theme name */
.rocket2-jungle {
  z-index: -1;
  animation: rocket2-jungle 10s linear infinite; /* Add 'forwards' to retain the final state */
}

@keyframes rocket2-jungle {
  0% {
    opacity: 0;
    right: 0;
    bottom: 30px;
  }

  50% { 
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    right: 200px;
    bottom: 600px;
  }
}

.rocket3 {
  animation: rocket3 4s linear infinite;
}

@keyframes rocket3 {
  0% {
    opacity: 0.2;
    left: 10%;
    right: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
    left: 90%;
  }
}

#myModalAnnounce {
  color: white;
}

#myModalAnnounce .modal-body {
  display: block !important;
}

.border-default {
  border: 1px solid #dee2e6 !important;
}

.bg-success-default {
  background: linear-gradient(to right, rgba(6, 37, 120, 0.5) 0%, rgba(22, 150, 62, 0.5) 100%) !important;
}

/* when it's added every theme you must new css class  for theme name */
/* --------------------------Jungle------------------------------ */
.jungleButtonStyle {
  padding: 0px;
  background-color: transparent !important;
  border-color: transparent;
  width: 5.5rem !important;
  height: auto !important;
}

.background-transparent {
  background-color: transparent !important;
}

.nav-item.nav-link.header-text.jungle:last-child,
.nav-item.nav-link.header-text.jungle-tab:last-child {
  background: #e78f36;
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.jungle:first-child,
.nav-item.nav-link.header-text.jungle:first-child,
.nav-item.nav-link.header-text.jungle-tab:first-child {
  background: #e78f36;
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

/* navbarların orta kısımları için */
.nav-item.nav-link.jungle {
  background: #e78f36;
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 99999;
  z-index: 0;
}

.nav-item.nav-link.jungle.active,
.nav-item.nav-link.jungle-tab.active {
  background: brown;
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.jungle.active:last-child,
.nav-item.nav-link.header-text.jungle-tab.active:last-child {
  background: brown;
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.jungle.active:first-child,
.nav-item.nav-link.header-text.nav-tabs.jungle-tab.active:first-child {
  background: brown;
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-profile-tab.jungle {
  background: #e78f36;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 30px 30px 0px 0px;
  border: none !important;
  z-index: 0;
}

.nav-mission-tab.jungle {
  background: #e78f36;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 30px 30px;
  z-index: 0;
}

.circular-background-jungle {
  background-image: url("../svg/jungle/theme2_circular_background.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.circular-background-badge-jungle {
  background-image: url("../svg/jungle/theme2_circular_background.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.bg-success-jungle {
  background-image: url("../svg/jungle/theme2_circular_background_success.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
  height: 17rem;
}

.progress-jungle {
  background-color: rgb(26, 132, 198);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  border: 5px solid rgb(11, 223, 238) !important;
}

.longProgress-jungle {
  background-color: rgb(26, 132, 198);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  border: 5px solid rgb(11, 223, 238) !important;
  height: 2rem !important;
}

.progress-background-color-jungle {
  background-color: rgb(151, 221, 1) !important;
  height: 1.5rem;
}

#leaderboard-info-content .alltime-player-img {
  border-radius: 100% !important;
}

.border-delete-jungle {
  border: 1px solid transparent !important;
}

.blue-background-jungle {
  background-image: url("../svg/jungle/theme2_blue_point_card.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border-bottom-left-radius: 8px;
  border: 0px !important;
  border-bottom-right-radius: 8px;
  margin-right: 0.3rem;
  max-width: 124px;
}

.title-blue-background-jungle {
  background-image: url("../svg/jungle/theme2_blue_point_card_title.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border: 0px !important;
}

.jungle-card-body,
#jungle-card-body {
  background: rgb(216, 124, 46) !important;
  color: white;
}

.jungle-card {
  border-radius: 15px !important;
  border: none !important;
}

.game-card-jungle {
  background-image: url("../assets/images/jungle/cardJungleBackground.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.alert-text-button-style-jungle {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  background-image: url(../svg/jungle/theme2_button.svg);
  height: 5rem;
  padding-top: 1.4rem;
  background-color: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

#jungle-breadcrumb {
  background: rgb(216, 124, 46) !important;
}

#space-breadcrumb {
  background: rgb(87 165 152) !important;
  border-radius: 20px;
  box-shadow: none !important;
  margin-top: -120px;
}

.card-shadow-box-space .opponent-player-name {
  margin-left: 17% !important;
}

.jungle::-webkit-scrollbar {
  width: 11px;
}

/* Track */

.jungle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #0dc3e2;
}

/* Handle */

.jungle::-webkit-scrollbar-thumb {
  background: #6dc200;
  border-radius: 25px;
}

/* Handle on hover */

.jungle::-webkit-scrollbar-thumb:hover {
  border: 1px solid #6dc200 !important;
}

.game-indicators-jungle {
  background-color: #ff9f59;
  height: 20px;
  width: 20px;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}


/* ---------Space--------------------------------------------------------- */
.nav-item.nav-link.space {
  background: #45ccb5;
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 99999;
  z-index: 0;
}

.nav-item.nav-link.space.active,
.nav-item.nav-link.space-tab.active {
  background: #45ccb5;
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.space:last-child,
.nav-item.nav-link.header-text.space-tab:last-child {
  background: #45ccb5;
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  text-shadow: none !important;
  z-index: 0;
}

.nav-item.nav-link.header-text.space:first-child,
.nav-item.nav-link.header-text.space:first-child,
.nav-item.nav-link.header-text.space-tab:first-child {
  background: #45ccb5;
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.space.active:last-child {
  background: linear-gradient(to right,
      #44b6e2 0%,
      #1f6a8e 100%);
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  position: relative;
}

.nav-item.nav-link.header-text.space.active:first-child {
  background: linear-gradient(to right,
      #44b6e2 0%,
      #1f6a8e 100%);
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
}

.nav-item.nav-link.space.active {
  background: linear-gradient(to right,
      #44b6e2 0%,
      #1f6a8e 100%);
  border-radius: 0px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
}

#gameselection-tabs {
  background: linear-gradient(to right,
      #44b6e2 0%,
      #1f6a8e 100%);
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 30px 30px 0px 0px;
  border: transparent;
  box-shadow: 2px 2px 10px 2px #afc9cd;
}

.nav-profile-tab.space {
  background: #45ccb5;
  box-shadow: 2px 2px 10px 2px #afc9cd;
  border-radius: 30px 30px 0px 0px;
  border: none !important;
  z-index: 0;
}

.nav-mission-tab.space {
  background: #45ccb5;
  box-shadow: 2px 2px 10px 2px #afc9cd;
  border-radius: 0px 0px 30px 30px;
  z-index: 0;
}

.title-blue-background-space {
  /* background-image: url("../svg/space/theme2_point_card_title.svg") !important; */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border: 0px !important;
  margin-top: 23px;
}

.blue-background-space {
  background-image: url(../svg/space/theme2_point_card_title.svg);
  background-position: 0% 0%;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 0.3rem;
  max-width: 9.2rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 0px !important;
  height: 140px !important;
}

.space-card-body,
#space-card-body {
  background: rgb(87 165 152) !important;
  color: #fff !important;
}

.space-card-body .is-submit-space {
  height: 100px !important;
}

.space-card {
  border-radius: 15px !important;
  border: none !important;
}


.game-card-space {
  background-image: url("../assets/images/space/space_card_background.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* navbarların orta kısımları için */


.nav-item.nav-link.header-text.space.active:last-child,
.nav-item.nav-link.header-text.space-tab.active:last-child {
  background: #70e0b4;
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.space.active:first-child,
.nav-item.nav-link.header-text.nav-tabs.space-tab.active:first-child {
  background: #70e0b4;
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  text-shadow: none !important;
  z-index: 0;
}

.nav-profile-tab.space {
  z-index: 0;
  background: #45ccb5;
  box-shadow: 2px 2px 10px 2px #afc9cd;
  border-radius: 30px 30px 0px 0px;
  border: none !important;
}

.nav-mission-tab.space {
  background: #45ccb5;
  box-shadow: 2px 2px 10px 2px #afc9cd;
  border-radius: 0px 0px 30px 30px;
  text-shadow: none;
  z-index: 0;
}

.circular-background-space {
  background-image: url("../svg/space/theme2_circular_background1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 62% !important;
  padding: 0.4rem !important;
  border: 0px;
}

#nav-badges .circular-background-space {
  background-image: url("../svg/space/theme2_circular_background1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 85% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.bg-success-space {
  background-image: url("../svg/space/theme2_circular_background_success1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 62% !important;
  padding: 0.4rem !important;
  border: 0px;
}

/* ---------Candy--------------------------------------------------------- */
.candyButtonStyle {
  padding: 0px;
  background-color: transparent !important;
  border-color: transparent;
  width: 5.5rem !important;
  height: auto !important;
}

.background-transparent {
  background-color: transparent !important;
}

.nav-item.nav-link.header-text.candy:last-child,
.nav-item.nav-link.header-text.candy-tab:last-child {
  background: rgb(236 29 39);
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  text-shadow: none !important;
  z-index: 0;
}

.nav-item.nav-link.header-text.candy:first-child,
.nav-item.nav-link.header-text.candy:first-child,
.nav-item.nav-link.header-text.candy-tab:first-child {
  background: rgb(238 43 42);
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

/* navbarların orta kısımları için */
.nav-item.nav-link.candy {
  background: rgb(238 43 42);
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.candy.active,
.nav-item.nav-link.candy-tab.active {
  background: rgb(235 104 108);
  color: white;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.candy.active:last-child,
.nav-item.nav-link.header-text.candy-tab.active:last-child {
  background: rgb(240 102 108);
  border-radius: 0px 30px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.candy.active:first-child,
.nav-item.nav-link.header-text.nav-tabs.candy-tab.active:first-child {
  background: rgb(235 104 108);
  border-radius: 30px 0px 0px 0px;
  color: white;
  font-family: "SommetRoundedRegular";
  border: transparent;
  text-shadow: none !important;
  z-index: 0;
}

.nav-profile-tab.candy {
  z-index: 0;
  background: rgb(238 43 42);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 30px 30px 0px 0px;
  border: none !important;
}

.nav-mission-tab.candy {
  background: rgb(238 43 42);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 30px 30px;
  text-shadow: none;
  z-index: 0;
}

.circular-background-candy {
  background-image: url("../svg/candy/theme2_circular_background1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.bg-success-candy {
  background-image: url("../svg/candy/theme2_circular_background_success1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.progress-candy {
  background-color: rgb(225 56 45);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  border: 5px solid rgb(239 98 78) !important;
}

.longProgress-candy {
  background-color: rgb(225 56 45);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  border: 5px solid rgb(239 98 78) !important;
  height: 32% !important;
}

.progress-background-color-candy {
  background-color: #f3d415 !important;
  text-shadow: none !important;
  font-size: 1rem !important;
}

#leaderboard-info-content .alltime-player-img {
  border-radius: 100% !important;
}

.border-delete-candy {
  border: 1px solid transparent !important;
}

.blue-background-candy {
  background-image: url("../svg/candy/theme2_leftSide.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border-bottom-left-radius: 8px;
  border: 0px !important;
  border-bottom-right-radius: 8px;
  margin-right: 0.3rem;
  max-width: 8.2rem;
}

.title-blue-background-candy {
  /* background-image: url("../svg/candy/theme2_card_title.svg") !important; */
  background-color: #e1382d;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border: 0px !important;
  border-radius: 25px 25px 0px 0px;
}

.candy-card-body,
#candy-card-body {
  background: linear-gradient(to right, rgb(167 225 220) 0%, rgb(108, 206, 203) 100%) !important;
  color: white !important;
  font-weight: bold;
}

.candy-card {
  border-radius: 15px !important;
  border: none !important;
}


.game-card-candy {
  background-image: url("../assets/images/candy/candy_card_background.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: -47 !important;
}

.alert-text-button-style-candy {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  background-image: url(../svg/candy/theme2_button.svg);
  height: 5rem;
  padding-top: 1.4rem;
  background-color: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

#candy-breadcrumb {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  background-image: url(../svg/candy/theme2_playerGameDetail_background2.svg);
  box-shadow: none;
  height: 8em;
  align-items: center;
}

.candy::-webkit-scrollbar {
  width: 11px;
}

/* Track */

.candy::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4D616;
}

/* Handle */

.candy::-webkit-scrollbar-thumb {
  background: #F4D616;
  border-radius: 25px;
}

/* Handle on hover */

.candy::-webkit-scrollbar-thumb:hover {
  border: 1px solid #F4D616 !important;
}

.game-indicators-candy {
  background-color: #e1382d;
  height: 20px;
  width: 20px;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.candy-challenge-hover {
  width: 100% !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
  transition: all 0.1s ease 0s !important;
}

.jungle-challenge-hover {
  transition: all 0.1s ease 0s !important;
  background-color: #e78f36;
}

.font-candy {
  font-size: 1.5rem !important;
}

.is-submit-candy {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none;
  background-color: transparent;
  color: #ef372c !important;
  font-weight: 600;
  padding: 2em;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  background-image: url(../assets/images/candy/greenButton.png) !important;
  background-position: center !important;
}

.is-submit-candy:hover {
  color: #ef372c;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.1s ease 0s !important;
}

/* -------------------------------------SPACE---------------------------  */
.is-submit-space {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: none;
  background-color: transparent;
  color: white !important;
  font-weight: 600;
  /* font-size: 15px; */
  text-shadow: 0.5px 0 #8EA8AD, -0.5px 0 #8EA8AD, 0 0.5px #738487, 0 -0.5px #738487, 0.5px 0.5px #738487, -0.5px -0.5px #738487, 0.5px -0.5px #738487, -0.5px 0.5px #738487;
  background-image: url(../assets/images/space/greenButton.png) !important;
  background-position: center !important;
  padding: 0px !important;
}

#settings-info-content .is-submit-space {
  height: 50px !important;
}

/* .is-submit-space:hover {
  color: #afc9cd;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.1s ease 0s !important; 
} */

#mottoUpdateSubmitButton {
  font-size: 20px;
  padding: 13px 17px;
}

.space-challenge-hover {
  width: 100% !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
  transition: all 0.1s ease 0s !important;
}

.game-indicators-space {
  background-color: #44b6e2;
  height: 20px;
  width: 20px;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

/* -------------------------------------MEDIEVAL---------------------------  */
.medievalButtonStyle {
  padding: 0px;
  background-color: transparent !important;
  border-color: transparent;
  width: 5.5rem !important;
  height: auto !important;
}

.background-transparent {
  background-color: transparent !important;
}

.nav-item.nav-link.header-text.medieval:last-child,
.nav-item.nav-link.header-text.medieval-tab:last-child {
  background-image: url(../svg//medieval/nav_default.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0px 30px 0px 0px;
  color: black;
  font-weight: bold;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}


.nav-item.nav-link.header-text.medieval:first-child,
.nav-item.nav-link.header-text.medieval:first-child,
.nav-item.nav-link.header-text.medieval-tab:first-child {
  background-image: url(../svg//medieval/nav_default.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #5c2100;
  border-radius: 30px 0px 0px 0px;
  color: black;
  font-weight: bold;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

/* navbarların orta kısımları için */
.nav-item.nav-link.medieval {
  background-image: url(../svg//medieval/nav_default.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #5c2100;
  font-weight: bold;
  color: black;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 99999;
  z-index: 0;
}

.nav-item.nav-link.medieval.active,
.nav-item.nav-link.medieval-tab.active {
  background-image: url(../svg//medieval/nav_selected.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #5c2100;
  color: black;
  font-weight: bold;
  font-family: "SommetRoundedRegular";
  border-radius: 0px 0px 0px 0px;
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.medieval.active:last-child,
.nav-item.nav-link.header-text.medieval-tab.active:last-child {
  background-image: url(../svg//medieval/nav_selected.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #5c2100;
  border-radius: 0px 30px 0px 0px;
  color: black;
  font-weight: bold;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-item.nav-link.header-text.medieval.active:first-child,
.nav-item.nav-link.header-text.nav-tabs.medieval-tab.active:first-child {
  background-image: url(../svg//medieval/nav_selected.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #5c2100;
  border-radius: 30px 0px 0px 0px;
  color: black;
  font-weight: bold;
  font-family: "SommetRoundedRegular";
  border: transparent;
  z-index: 0;
}

.nav-profile-tab.medieval {
  background: #e78f36;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 30px 30px 0px 0px;
  border: none !important;
  z-index: 0;
}

.nav-mission-tab.medieval {
  background: #e78f36;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 30px 30px;
  z-index: 0;
}

.circular-background-medieval {
  background-image: url("../svg/medieval/theme2_circular_background.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 57% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.circular-background-badge-medieval {
  background-image: url("../svg/medieval/theme2_circular_background.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 67% !important;
  padding: 0.4rem !important;
  border: 0px;
}

.bg-success-medieval {
  background-image: url("../svg/medieval/theme2_circular_background_success.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 57% !important;
  padding: 0.4rem !important;
  border: 0px;
}
.border.border-white.my-3.progress-medieval{
  position: relative;
  top: 15px;
}
.progress-medieval {
  background: radial-gradient(53.23% 119.45% at 45% 31.01%, #D99C5B 0%, #C4652E 100%);
  background-color: #D99C5B;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  border: 5px solid #8D3D27 !important;
}

.longProgress-medieval {
  background-color: #D99C5B;
  border-radius: 7px;
  border: 5px solid #8D3D27 !important;
  height: 33% !important;
}

.progress-background-color-medieval {
  background: white;
  font-weight: 600;
  color: black !important;
}

#leaderboard-info-content .alltime-player-img {
  border-radius: 100% !important;
}

.border-delete-medieval {
  border: 1px solid transparent !important;
}

.blue-background-medieval {
  background-image: url(../svg/medieval/user-card.svg);
  background-position: 0% 0%;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 0.3rem;
  max-width: 11.2rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 1.4rem !important;
  border: 0px !important;
  height: 190px !important;
}

.title-blue-background-medieval {
  background-image: url(../svg/medieval/theme2_blue_point_card_title.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 0.4rem !important;
  border: 0px !important;
  margin-top: 37px;
}

.medieval-card-body,
#medieval-card-body {
  background: rgb(216, 124, 46) !important;
}
.medieval-card-body *{
  font-weight:bold;
}
.medieval-card-body span{
  color: black;
}

.medieval-card {
  border-radius: 15px !important;
  border: none !important;
}

.game-card-medieval {
  background-image: url("../assets/images/medieval/cardMedievalBackground.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.alert-text-button-style-medieval {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  background-image: url(../svg/medieval/theme2_button.svg);
  height: 5rem;
  padding-top: 1.4rem;
  background-color: none !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

#medieval-breadcrumb {
  background: #7d3902 !important;
  max-width: 80%;
  justify-content: center;
  margin: auto;
}

.medieval::-webkit-scrollbar {
  width: 11px;
}

/* Track */

.medieval::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #0dc3e2;
}

/* Handle */

.medieval::-webkit-scrollbar-thumb {
  background: linear-gradient(#C4652E, #8D3D27);
  border-radius: 25px;
}

/* Handle on hover */

.medieval::-webkit-scrollbar-thumb:hover {
  border: 1px solid #FFFF00 !important;
}

.game-indicators-medieval {
  background-color: #FFFF00;
  height: 20px;
  width: 20px;
  left: 0px;
  z-index: 1;
  transform: rotate(45deg);
}

.levelIconArea {
  text-align: center !important;
}

.game-indicators-medieval .SommetRoundedRegular {
  color: rgb(141, 109, 83) !important;
  font-weight: 700;
}

.is-submit-medieval {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border: none;
  background-position: center !important;
  background-image: url(../svg/medieval/medieval-button.svg) !important;
  padding-block: 1em;
  color: black !important;
  font-weight: bold;
}

.is-submit-medieval:hover {
  text-decoration: none;
  padding: 1em;
  transition: all 0.1s ease 0s !important;
}

.font-medieval {
  font-size: 1.5rem !important;
}

.progress-background-color-default{
  background: linear-gradient(to right, rgba(6, 37, 120, 0.5) 0%, rgba(22, 150, 62, 0.5) 100%) !important;
  text-shadow: none !important;
  font-size: 1rem !important;
}

.right-arrow-default{
  background: linear-gradient(to right, rgba(6, 37, 120, 1), rgba(22, 150, 62, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-arrow-candy{
  background: rgb(238 43 42);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-next-btn{
  margin-left: 3em;
}
.col-12.pr-0.pb-5 h5{
  font-weight: bold;
}
.profile_badge_title{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  font-weight: bold;
}

.table-candy, .table-space, .table-jungle, .table-default{
  color: white !important;
}

