/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.bioContent {
    /* border: 1px solid #b56d19;
    border-radius: 2px; */
    padding: 10px; 
}
    .changelogItem,.guide {
        display: block; 
    /*display:table */
    width: 100%;
    padding: 60px;
    background-color: #070707;
    padding: 15px;
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 6px -5px rgba(10,7,10,0.7);
    -moz-box-shadow: 10px 10px 6px -5px rgba(10,7,10,0.7);
    box-shadow: 10px 10px 6px -5px rgba(10,7,10,0.7);
    -webkit-box-shadow: 0 0 5px #111;
    -moz-box-shadow: 0 0 5px #111;
    box-shadow: 0 0 5px #111;
    border: 2px solid #1e2124;
}

.bioContent p {
    margin-bottom: 15px !important;
}

.changelogItem p {
    margin-bottom: 0px !important;
}

.featuredHideouts .row.lg-gap > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.featuredHideouts .nk-image-box-2 .nk-image-box-overlay > * {
    padding: 15px !important;
}

#manageScreenshotsModal .row.lg-gap > [class*="col-"] {
    padding: 5px !important;
}

#manageScreenshotsModal .hideouts {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}

#manageScreenshotsModal .row.lg-gap.vertical-gap {
    margin-top: 0px !important;
}

#manageScreenshotsModal .nk-image-box-2 .nk-image-box-overlay > * {
    padding: 10px;
}

#manageScreenshotsModal .nk-image-box-2 .nk-image-box-title, .nk-image-box-2 .nk-image-box-sub-title {
    text-align: center;
}

.nk-forum > li .nk-forum-activity-avatar img {
    float: left;
    width: 60px;
    height: auto;
    margin-right: 15px;
    border-radius: 30px;
}

.nk-forum > li .nk-forum-count {
    text-align: right;
}

/* .nk-forum > li {
    padding: 30px 0 30px 0;
} */

.forum-image {
    width: 150px;
    height: 100px;
}

.bigForum .forum-image {
    width: 300px;
    height: 200px;
}

.backgroundColor {
    background-color: #0e0e0e;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #b56d19;
    margin-top: 10px;
    margin-bottom: 30px;
}

tr.greenRow:nth-child(even) {
    background: #445544;
}

tr.greenRow:nth-child(odd) {
    background: #556655;
}

.notActive {
    opacity: .2;
}

.highzindex {
    z-index: 9999999;
}
 .hideoutList {
    padding-left:15px;
    padding-right:15px;
    /* border: 1px solid #302E2E;
    border-radius: 6px; */
} 
.borderContent {
    border: 2px solid #1e2124;
}

.flickity-slider img, .nk-img-stretch img, .nk-social-profile-avatar img, .nk-forum-icon img {
    border-radius: 8px;
    border: solid 2px #1e2124;
}
.nk-header-title {
    border-bottom: 2px solid #1e2124;
}

.nk-tabs {
    border-top: 2px solid #1e2124;
    margin-top: 20px;
}
.nk-blog-post .nk-carousel-3 {
    background-color: #1e2124;
}
.fa-user {
    color: green;
}
.guide h2 {
    color: white;
}
/* .guide div img.banner {
    height: 239px;
    width: 580px;
} */
.hideoutTable td {
    vertical-align: middle;
}

  div.bootstrap-tagsinput {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
    background: #1e2124;
    border: none;
    border-bottom: 1px solid #404040;
    border-radius: 0;
    -webkit-transition: .3s border, .3s color;
    -o-transition: .3s border, .3s color;
    transition: .3s border, .3s color;
    width: 100%;
  }

  div.bootstrap-tagsinput input {
    color: white;
  }

  .bootstrap-tagsinput .tag {
    background: gray;
    border: 1px solid black;
    padding: 0 6px;
    margin-right: 2px;
    color: white;
    border-radius: 4px;
    font-size: 20px;
  }

  .bioContent span.badge-secondary {
    background: gray!important;
    border: 1px solid black;
    padding: 0 6px;
    margin-right: 2px;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    padding: 5px;
  }
  .guide img, .guide iframe {
    max-width: 100%;
  }
  #hideoutTable th, #hideoutTable {
    text-align: center;
  }
  .divider {
    background-color: #1e2124;
    height: 1px;
  }
  .aboutHideout {
    border: solid 2px #1e2124;
    padding: 10px;
    border-collapse: separate;
    border-radius: 4px;
  }
  .rarity {
    font-weight: bold;
  }
  .aboutHideout .nk-btn span {
    font-size: 14px;
  }
  .ad_buy {
    border-bottom: 2px solid #1e2124;
  }