.toSmall {
  display: none;
  position: fixed;
  background-color: rgba(46, 46, 46, 0.9);
  height: 100vh;
  width: 100vw;
  z-index: 10000;
}

.toSmall p {
  margin: auto;
  text-align: center;
  color: white;
  font-size: 4rem;
  font-weight: bolder;
  padding: 30px;
}

.toSmall img {
  width: 80%;
  margin-left: 50%;
  margin-top: 30vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (orientation: portrait) {
  .toSmall {
    display: block;
  }
}

.toMap,
.toMap:hover {
  color: white;
  padding-top: 21px;
}

.markers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

#markerSelect {
  margin: auto;
  margin-top: 15px;
}

.blocks {
  color: white;
  width: 100%;
  font-size: 25px;
  height: calc(55vh - 50px);
  /* max-height: 52%; */
  display: block;
  overflow: auto;
}

.blocks .block img {
  width: 40px;
  cursor: pointer;
}

.block {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.blocks .block {
  margin: auto;
}

.mapFooter {
  position: relative;
  font-size: 18px;
}

.text-blue {
  color: #67A2C2;
}

.text-orange {
  color: #F3AF53;
}

.canvas {
  border: 8px solid #F3AF53;
  width: 100%;
  height: 100%;
}

.canvasArea {
  width: 90%;
  height: 80%;
  margin: auto;
}

.replaceMap {
  position: fixed !important;
  width: 23%;
  margin-left: 1%;
  margin-bottom: 1%;
  bottom: 40px;
}

.btn-primary {
  background-color: #67A2C2 !important;
  border-color: #67A2C2 !important;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #57849c !important;
  border-color: #57849c !important;
}

.btn-secondary {
  background-color: #F3AF53 !important;
  border-color: #F3AF53 !important;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: #d69d4c !important;
  border-color: #d69d4c !important;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20vw;
}

.wrapper {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.center {
  margin: auto;
}

.mapTitle {
  color: #F3AF53;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  position: absolute;
  width: 75%;
}

.title {
  color: #F3AF53;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.subtitle {
  color: #67A2C2;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.uploadButton {
  padding-top: 15px;
  width: 204px;
  margin: auto;
}

.uploadButton > button > i,
.uploadButton > button {
  font-size: 16px;
}

.logout {
  position: fixed !important;
  width: 23%;
  margin-left: 1%;
  margin-bottom: 1%;
  bottom: 0;
}

.btn-save-configurator {
  position: fixed !important;
  width: 23%;
  margin-left: 1%;
  margin-bottom: 65px;
  bottom: 0;
}

/*
 * Sidebar
 */
.sidebarContent {
  color: white;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  z-index: 100;
  /* Behind the navbar */
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: black;
  display: block !important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: 100%;
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

/*
 * Maps
 */
.map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 69vw;
  height: 350px;
  margin: 30px;
}

.map-wrapper:last-child {
  margin-bottom: 30px;
}

.map-container-right {
  margin-left: 20px;
}

.map-container-right a {
  margin-top: 14px;
  width: 290px;
  min-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: none !important;
  font-size: 18px;
}

.all-maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.all-maps::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  width: 100%;
  height: 8em;
}

.img-with-text {
  color: white;
  font-weight: 400;
  padding: 5px;
  text-align: center;
  background-color: #F59D21;
}

.img-with-text P {
  padding-top: 21px;
}

.img-with-text img {
  display: block;
  margin: 0 auto;
  width: 25vw;
  height: 250px;
  min-width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-not-centerd {
  color: #F3AF53;
  font-weight: 600;
  font-size: 32px;
}

/* width */
::-webkit-scrollbar {
  z-index: 10;
  border-radius: 10px;
  width: 10px;
  background-color: #F59D21;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #67A2C2;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #57849c;
}

.custom-modal {
  z-index: 101;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 40vw;
  position: absolute;
  height: 350px;
  background-color: black;
}

.custom-modal .btn-primary {
  padding: 20px 50px !important;
}

.custom-modal input {
  width: 100%;
  text-align: center;
  background-color: black;
  border: none;
  color: white;
  margin-top: 15px;
  font-size: 19px;
}

.custom-modal input::-webkit-input-placeholder {
  color: white;
}

.custom-modal input:-ms-input-placeholder {
  color: white;
}

.custom-modal input::-ms-input-placeholder {
  color: white;
}

.custom-modal input::placeholder {
  color: white;
}

.custom-modal input:focus {
  border: none;
  outline: none;
}

.buttons-modal {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.title-modal {
  font-size: 25px;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #F59D21;
  color: white;
}

.label-modal {
  margin-top: 50px;
  width: 100%;
  color: #F3AF53;
  text-align: center;
  font-size: 19px;
  margin-top: 15px;
  font-weight: 400;
}

.btn-orange {
  padding: 20px 90px !important;
  background-color: #F59D21 !important;
  margin-left: 20px;
  color: white !important;
}

.btn-orange :hover {
  background-color: #57849c !important;
}

.icon-board {
  margin-top: 15px;
  width: 30vw;
  margin-left: 90px;
  margin-right: 90px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 290px;
}

.icon-board span {
  color: white;
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.icon-board label {
  display: inline-block;
  color: white;
  font-size: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.icon-board input[type="radio"] {
  display: none;
}

.icon-board input[type="radio"]:checked + label {
  color: #F59D21;
}

.icon-board-active {
  color: #F59D21 !important;
}

.overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 100;
  /* Specify a stack order in case you're using a different order for other elements */
}

.d-none {
  display: none;
}

/*
* Configurator
*/
.configurator {
  padding-bottom: 100px;
}

.configurator .selectorBlock:nth-child(odd) {
  background-color: #e8e8e8;
}

#configuratorForm {
  width: 100%;
}

.selectorBlock {
  padding: 50px;
}

.mediaSilderImages img {
  width: 35px;
  height: 35px;
}

.TextBox span {
  color: black;
  font-size: 18px;
  padding: 3px;
}

.configuratePreview {
  width: 90%;
  height: 90%;
  margin: auto;
  background-color: lightgray;
}

/*
** CUSTOM RADIOS
*/
.custom-radios div {
  display: inline-block;
}

.custom-radios input[type="radio"] {
  display: none;
}

.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 25px;
}

.custom-radios input[type="radio"] + label span i {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-radios input[type="radio"]:checked + label span i {
  color: white;
  opacity: 1;
}

/*
** FIRST ROW OF INPUTS
*/
.custom-radios input[type="radio"].color-black + label span {
  background-color: black;
}

.custom-radios input[type="radio"].color-white + label span {
  background-color: white;
}

.custom-radios input[type="radio"].color-blue + label span {
  background-color: #67A2C2;
}

.custom-radios input[type="radio"].color-orange + label span {
  background-color: #F59D21;
}

.custom-radios input[type="radio"].color-white:checked + label span i {
  color: black;
  opacity: 1;
}

/*
** SECOND ROW OF INPUTS
*/
.custom-radios input[type="radio"].color-black2 + label span {
  background-color: black;
}

.custom-radios input[type="radio"].color-white2 + label span {
  background-color: white;
}

.custom-radios input[type="radio"].color-blue2 + label span {
  background-color: #67A2C2;
}

.custom-radios input[type="radio"].color-orange2 + label span {
  background-color: #F59D21;
}

.custom-radios input[type="radio"].color-white2:checked + label span i {
  color: black;
  opacity: 1;
}

.selectorMarker {
  width: 100%;
}

.pixelHeight {
  width: 70px;
}

.markersConfigurator {
  color: white;
}

.markersConfigurator i {
  font-size: 35px;
}

.markersConfigurator i :last-child {
  margin-right: 50% !important;
}

.markersConfigurator span {
  width: 100%;
  display: block;
  text-align: center;
}

.CustomFlex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
}

#markerSelect {
  background-color: black;
  color: white;
  color: #6196B4;
  font-size: 35px;
  /* border: 2px; */
  outline: 0px;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  text-align: center;
  width: 200px;
}

#markerSelect select:disabled {
  background-color: black;
  color: white;
}

.textColorChanger {
  margin: 0;
}

.textColorChanger h1 {
  font-size: 30px;
  text-decoration: underline;
}

.textColorChanger p {
  margin: 10px 0 0 0;
  font-size: 20px;
}

.textBoxBasics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.textSize input {
  width: 100%;
}

.newNameForm {
  width: 94%;
}

.newNameForm label {
  text-align: center;
}

.newNameForm input {
  background-color: white;
  color: black;
  border: none;
  padding: none;
}

.logoContainer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%);
  z-index: 9000;
  width: 100%;
  position: fixed;
  top: 0;
  max-height: 100px;
  overflow: hidden;
}

.logoLeft {
  max-width: 150px;
}

.logoLeft img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.logoRight {
  width: 260px;
}

.logoRight div {
  margin: 10px 20px;
}

.logoRight a {
  margin-top: 18% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  color: black;
  padding: 10px;
}

.logoRight a:hover {
  color: #67A2C2;
  text-decoration: underline;
}

.logoRight .cnt-button {
  border-radius: 5px;
  background-color: #F59D21;
  color: white;
  width: 77%;
  border: none;
  margin: 0 30px;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.logoRight .cnt-button:hover {
  background-color: #d69d4c;
  color: white;
  text-decoration: none;
}

.cardWrapper {
  max-width: 1000px;
  margin: 150px auto;
  border: 0.2px solid gray;
}

@media (max-width: 1475px) and (min-width: 501px) {
  .logoContainer {
    background-color: white;
    z-index: 9000;
    width: 100%;
    max-height: 100px !important;
    overflow: hidden;
  }
}

@media (max-width: 500px) {
  .logoContainer {
    background-color: white;
    max-height: 150px !important;
  }
  .logoRight .cnt-button {
    font-size: 26px !important;
  }
  .logoRight a {
    margin-top: 27% !important;
  }
}

.mediaSliderFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.uploadPicture {
  width: 20%;
}

.uploadPicture h4 {
  width: 80%;
  text-align: center;
}

.uploadPicture label {
  width: 80%;
  margin: 10px;
  background-color: white;
}

.uploadPicture img {
  margin-top: 10px;
  margin-left: 50%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
  margin-bottom: 50px;
}
/*# sourceMappingURL=app.css.map */