@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One&subset=latin,latin-ext);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;

}
*::selection {
  background-color: transparent;
  color: #000;
}
.itemContainer {
  overflow: auto;
}

body {
  text-align: center;
  overflow: hidden;
}
.modal-body {
  display: flex;
}
.modal-title {
  font-size: 25px !important;
    font-weight: bold;
}


.Question_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.item.active {
  display: flex !important  ;
  align-items: center;
  justify-content: center;
}

.text-start {
  height: 100%;
}
svg {
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#container {
  width: 86vh;
  height: 54vh;
  border: 2px solid #06908f;
  margin: auto;
  background-color: #c6fce5;
  /* cursor: move; */
  overflow: auto;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.actual {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 29px;
  font-weight: bold;
  color: #333;
  padding: 7px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 5px;
}

#svg-id {
  padding: 15px 0;
}
.tomato {
  fill: tomato
}

h1 {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 26px;
  color: #333;
}

.land {
  fill: #6495ed91;
  fill-opacity: 0.7;
  stroke: #000;
  stroke-opacity: 1;
  stroke-width: 1px;
  stroke-miterlimit: 3.97446823;
  stroke-dasharray: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.land:hover,
.land:focus {
  fill: #00bcd4;
}

.controls {
  margin: 0 20px;
}
.bounce {
  /* fill: red !important; */
  font-size: 50px;
}

#zoonIn, #zoonOut {
  font-size: 1em;
  font-weight: bold;
  padding: 3px 20px;
  margin: 0 5px;
}
path.Luxor {
  transform: translate(588px,573px) scale(0.2, 0.22) rotate(-10deg);
  stroke-width: 5px;
}
.prevent_click_2 {
  pointer-events:none;
  opacity: 1;
  cursor: default !important;
}


/* Change scroll chrom style */
#container::-webkit-scrollbar {
  height: 8px;
  width: 6px;
  background: rgb(220, 215, 215);
}

#container::-webkit-scrollbar-thumb {
  background: #06908f;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#container::-webkit-scrollbar-corner {
  background: #000;
}


@media screen and (min-width: 670px) and (max-width: 780px) {
  #container {
    width: 71vh;
  }
}
@media screen and (min-width: 560px) and (max-width: 669px) {
  #container {
    width: 60vh;
  }
}
@media screen and (min-width: 350px) and (max-width: 559px) {
  #container {
    width: 35vh;
    height: 50vh;
    padding: 0 10px;
  }
}

@media screen and (height <= 375px) {
  #container {
    width: 135vh;
  }
}
