body {font-family: "Barlow Condensed", sans-serif;}

[data-theme="dark"] {
  background-color: #212121 !important;
  color: #fff;
}

[data-theme="dark"] .bg-black {
  background-color: #fff !important;
}

[data-theme="dark"] .bg-dark {
  background-color: #eee !important;
}

[data-theme="dark"] .bg-light {
  background-color: #222 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #212121 !important;
}

[data-theme="dark"] #stage-move-up { color:#eee;}

[data-theme="dark"] #stage-move-down { color:#eee;}

[data-theme="dark"] #stage-delete { color:#eee;}

[data-theme="dark"]  label.custom-control-label {color:#eee;}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#lwgtsvTab .nav-link {line-height: 0.5;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #757575;
  border: none!important;
  color:#fff;
  
}
.nav-tabs .nav-link {
  margin-bottom: -5px;
  
  border-top-left-radius: 1rem;
  border-top-right-radius: 0.25rem;
  background-color: #eee;
  font-size:18px;
  margin-left:5px;
  margin-right:5px;
  text-transform: uppercase;
  
}

.nav-tabs {
  border-bottom: 0px solid #757575;
  margin-bottom: 10px;
}
.hr-line {border-bottom:5px solid #757575; max-width:600px;}

aincontainer {
  display: grid;
  grid-template-columns: 900px 400px;
  font-family: "Barlow Condensed", sans-serif;
  grid-template-areas: "sidebar content";
  grid-template-columns: min-content 900px;
}

.lwg_main_grid {
  display: flex;
  flex-direction: column;
  width: 820px;
  height: 820px;
  padding-left: 0!important;
  border: 6px solid #757575;
}

/* CSS */
.button-22 {
  align-items: center;
  appearance: button;
  background-color: #757575;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "RM Neue",sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.parent_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .div1_main_info { grid-area: 1 / 1 / 2 / 2; }
  .div2_main_info { grid-area: 1 / 2 / 2 / 3; }


  .inner_info {
    display: grid;
    grid-template-columns: 0.1fr 1fr 0fr;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
    .div1_inner { border-top: 6px solid #757575; grid-area: 1 / 1 / 2 / 2; }
    .div2_inner { border-top: 6px solid #757575; grid-area: 1 / 2 / 2 / 3; }
    .div3_inner { grid-area: 2 / 1 / 3 / 3; }

 
  .btn-circle {
      width: 30px;
      height: 30px;
      padding: 0;
      margin:0;
      border-radius: 15px;
      text-align: center;
      font-size: 18px;

  }
  .gamegrid {
    display: grid;
    grid-template-rows: repeat(16,45px);
    grid-template-columns: repeat(16,45px);
   
  }


/* Pond Grid */

.gameboard .gamegrid .cell .cell-grid .Paved_Road {
  background-color: #989898;
  background-image: url(./images/noise.png);
}

.gameboard .gamegrid .cell .cell-grid .Dirt_Road {
  background-color: #FFD793;
  background-image: url(./images/noise.png);
}

.gameboard .gamegrid .cell .cell-grid .Pond {
  background-color: #73a9c2;
}

.gameboard .gamegrid .cell .cell-grid .Oil_Seep {
  background-color: #000;
}
.gameboard .gamegrid .cell .cell-grid .Oil_Seep.m:before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 15%;
  margin-left: 11%;
  margin-top: 11%;
  border-radius: 15px;
  border: 2px solid #accee5;
  background-repeat: no-repeat;
  animation: ripple 2.0s ease-out infinite;
}

.gameboard .gamegrid .cell .cell-grid .Oil_Seep.m:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 8%;
  margin-left: 32%;
  margin-top: 32%;
  border-radius: 15px;
  border: 2px solid #accee5;
  animation: ripple 2.5s ease-in infinite;
}
.gameboard .gamegrid .cell .cell-grid .Pond.m:before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 15%;
  margin-left: 11%;
  margin-top: 11%;
  border-radius: 15px;
  border: 2px solid #accee5;
  background-repeat: no-repeat;
  animation: ripple 2.0s ease-out infinite;
}

.gameboard .gamegrid .cell .cell-grid .Pond.m:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 8%;
  margin-left: 32%;
  margin-top: 32%;
  border-radius: 15px;
  border: 2px solid #accee5;
  animation: ripple 2.5s ease-in infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}

.gameboard {background: transparent!important;}

.gameboard .gamegrid .cell .cell-grid .round-nw {
  border-top-left-radius: 15px
}

.gameboard .gamegrid .cell .cell-grid .round-ne {
  border-top-right-radius: 15px
}

.gameboard .gamegrid .cell .cell-grid .round-se {
  border-bottom-right-radius: 15px
}

.gameboard .gamegrid .cell .cell-grid .round-sw {
  border-bottom-left-radius: 15px
}

.gameboard .gamegrid .cell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.gamegrid .cell .cell-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  grid-template-areas: "nw n ne""w m e""sw s se"
}


.tab-grid-template {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  
  .tab-grid1 { grid-area: 1 / 1 / 2 / 2; }
  .tab-grid2 { grid-area: 1 / 2 / 2 / 3; }



/* Stages Grid */
.stage-settings {
    grid-area: stagesettings;
}

.stage-settings {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    border-top: 6px solid #757575;
}
#stage-info-container {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}

.tab-header-text {
  display: flex;
  font-family: "Barlow Condensed",cursive;
  font-size: 32px;
  align-self: center;
  margin-left: 5px;

}

.stage-settings .stage-selector .stage-button.selected {
  border: 3px solid #757575;
  font-weight: 700;
  background-color: #757575;
}

.stage-settings .stage-selector .stage-button {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  border: 1px solid #757575;
  border-radius: 5px;
  margin-right: 2px;
  color:#FFF;
  font-weight: normal;;
}

.mainbgcolor {color: #757575;}

.button-wrapper {
  float: right;
  background-color: #FFF;
  padding-left:10px;
  padding-right:10px;
}
div.stage.active span.button-wrapper {color:#000} 

#stage-manage-container {margin-top:5px;}



/* CSS */
.button-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}

/*Button 20 */
.button-20 {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-20:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-20:active {
  background-color: #dc3545;
  border-color: #dc3545;
  transform: scale(.96);
}

.button-20:disabled {
  border-color: #dc3545;
  color: #FFF;
  cursor: not-allowed;
  opacity: 1;
}



.tab-header-n-text {
  font-family: "Barlow Condensed",cursive;
  font-size: 32px;
  align-self: center;
  margin-left: 5px;
  text-transform: uppercase;

}

[data-theme="dark"] .btn {
  background-color: none;
  border: none;
  color: #eee;
  padding: 2px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
} 

.btn {
  background-color: none;
  border: none;
  color: black;
  padding: 2px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}

.btn-circle {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #000;
  vertical-align: text-bottom;
}
.btn-circle:hover {
  border: 1px solid #000;
  vertical-align: text-bottom;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.9rem!important;
  
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}


.tooltip-inner {
  max-width: 450px !important;
  text-align: left;
}

.tab-cont {width:600px;}

.importexport {
  display: none;
}

          /**
          * Donation tab
          */

            /**
            * Card
            */
            .card-wrap {
            overflow: hidden;
            margin: 0;
            max-width: 575px;
            background-color: transparent;
            border: 5px solid #757575;
            }
            .card-wrap .card-user {
            position: relative;
            }
            .card-wrap .card-user .card-user-hero {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 5.6em;
            background-color: #757575;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 120%;
            z-index: 0;
            }
            .card-wrap .card-user .card-user-row {
            display: flex;
            flex-direction: flex-row;
            align-items: center;
            justify-content: stretch;
            position: relative;
            padding: 1em;
            padding-top: calc( 3em - 3em );
            margin-bottom: 1em;
            }
            .card-wrap .card-user .card-user-row .card-user-avatar {
            margin-right: 1em;
            }
            .card-wrap .card-user .card-user-row .card-user-avatar > img {
            display: block;
            width: 4em;
            height: 4em;
            border: 3px solid #f0f0f0;
            border-radius: 100px;
            box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
            }
            .card-wrap .card-user .card-user-row .card-user-details {
            flex: 1;
            margin-right: 1em;
            margin-top: .6em;
            line-height: normal;
            text-wrap: nowrap;
            height: 85px;
            }
            .card-wrap .card-user .card-user-row .card-user-details .card-user-name {
            font-size: 200%;
            letter-spacing: -1px;
            line-height: 1em;
            color: #f0f0f0;
            
            }
            .card-wrap .card-user .card-user-row .card-user-details .card-user-info {
            line-height: 1em;
            padding-top: 1em;
            color: #eee;
            }
            .card-wrap .card-user .card-user-row .card-user-cta > a {
            display: block;
            cursor: pointer;
            color: #f0f0f0;
            font-weight: normal;
            padding: 0.8em 1em;
            border-radius: 100px;
            box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            background-color: #8a0f8a;
            }
            .card-wrap .card-user .card-user-row .card-user-cta > a:hover {
            background-color: #730d73;
            }
            .card-wrap .tabs-wrap {
            position: relative;
            }
            .card-wrap .tabs-wrap .tabs-nav {
            display: flex;
            flex-direction: flex-row;
            align-items: center;
            justify-content: stretch;
            position: relative;
            overflow: hidden;
            }
            .card-wrap .tabs-wrap .tabs-nav > button {
            flex: 1;
            display: block;
            cursor: pointer;
            text-align: center;
            padding: 0.8em 0;
            background-color: rgba(0, 0, 0, 0.09);
            border-top: 2px solid rgba(128, 0, 128, 0);
            font-weight: normal;
            }
            .card-wrap .tabs-wrap .tabs-nav > button:hover {
            background-color: rgba(0, 0, 0, 0.05);
            }
            .card-wrap .tabs-wrap .tabs-nav > button.active {
            background-color: rgba(0, 0, 0, 0);
            border-color: rgba(128, 0, 128, 0.5);
            color: purple;
            }
            .card-wrap .tabs-wrap .tabs-nav > button + button {
            margin-left: 1px;
            }
            .card-wrap .tabs-wrap .tabs-info {
            min-height: 100px;
            padding-top: 1em;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-row {
            display: flex;
            flex-direction: flex-row;
            align-items: center;
            justify-content: stretch;
            margin-bottom: 1em;
            padding: 0 1em;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-row .tabs-info-qr {
            margin-right: 1em;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-row .tabs-info-qr > img {
            display: block;
            border-radius: 20%;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-row .tabs-info-title {
            font-size: 200%;
            margin-bottom: 10px;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-input {
            display: flex;
            flex-direction: flex-row;
            align-items: center;
            justify-content: stretch;
            background-color: transparent;
            padding: 0.75em 1em;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-input > span {
            margin-right: 1em;
            font-weight: normal;
            }

            .card-wrap .tabs-wrap .tabs-info .tabs-info-input > input {
            flex: 1;
            margin-right: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal;
            color: #000;
            background-color:#eee;
            }

            .card-wrap .tabs-wrap .tabs-info .tabs-info-input > button {
            cursor: pointer;
            font-weight: normal;
            background-color:#eee;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-stats {
            display: flex;
            flex-direction: flex-row;
            align-items: center;
            justify-content: space-between;
            padding: 0.2em;
            }
            .card-wrap .tabs-wrap .tabs-info .tabs-info-stats .txt-label {
            font-size: 80%;
            text-transform: uppercase;
            opacity: 0.5;
            }


            .input-group-text {
              display: flex;
              align-items: center;

              margin-top: 1px;
              line-height: 1;
              padding-top: 5px;
              padding-left: 5px;
              padding-right: 5px;
              color: #FFF;
              /* font-size: 1rem; */
              font-weight: 400;
              /* line-height: 1.5; */
              /* color: #212529; */
              text-align: center;
              white-space: nowrap;
              background-color: transparent!important;
              border: none!important;
              border-radius: none!important;
            }

#selectCRAFT select {margin-bottom:5px;align-items: center;}
#CraftQUANTITY input {line-height:10px;}

[data-theme="dark"] .overlaycontrols span {color:#FFF;}


.selectedbuildingmenubutton {
  border: 2px solid black;
}

[data-theme="dark"] .selectedbuildingmenubutton {
  border: 2px solid #fff;
}

.cell.dragselected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
  z-index: 999;
}

#craft_content {text-align:left;}
.craft_left {text-align:left;}
.recipeimages {width:32px;}


.text-center {text-align: center;}

#meta_content {
  text-align: left;
  border-top: 4px solid #fff;
    margin-bottom: 5px;
}
.meta-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta-button-container {
  display: flex;
}

.meta-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.meta-button.export {
  background-color: #f44336;
}

.youtube-icon {
  margin-left: 5px;
}


.tab-grid-template-one {
  display: grid;
  grid-template-columns: repeat(1, 620px);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.meta-details {    display: grid;
grid-template-columns: 475px repeat(2, 100px);
grid-template-rows: repeat(1,1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
justify-content: space-between;
align-items: center;
/* justify-items: start; */
margin-bottom: 5px;
margin-top: 5px;
}

.nft-skins { 
  display: grid;
grid-template-columns: 25px 1fr;
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;


  }
.nft-skins-left {grid-area: 1 / 1 / 2 / 2;}
.nft-skins-right {grid-area: 1 / 2 / 2 / 3;text-align:left; padding-left:1px;margin-bottom:3px;}
.nft-skins-right label {text-indent:5px;}

