

/* NAVBAR */

.navbar-dark .navbar-nav .nav-link {
    color: #d8a14f;
}

/* .bg-dark {
    background-color: #131313!important;
} */

.nav-divider{
    color: #d8a14f;
    padding: 0.667em 0.667em !important;
    margin: 0 !important;
}

.nav-sitename{
    margin-bottom: -20px;
}

.navbar-dark .navbar-toggler {
    color: #d8a14f;
}

/* BTNS*/
.btn-close-note{
  border: none;
  margin-top: -10px;
  margin-right: -10px;
  background: none;
  border-color: none;
  float: right;
  padding:2px 5px;
  color: black;
}

.btn-close-note:focus{
  outline:0;
}

.btn-close-note:hover{
  background: none;
  border-color: none;
  float: right;
  padding:2px 5px;
  color: #149dcc;
}

.alert-info {
  font-size: 16px !important;
  color: #0c5460 !important;
  background-color: #d1ecf1 !important;
  border-color: #095460 !important;
  border: 1px solid !important;
}

.castleBTN2 {
    text-align: left;
    inline-size: max-content;
    background-color: white;
    border: none;
  }

  .castleBTN_box{
    padding: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
    width: 100%;
    border: 0px;
    border-radius: 5px;
    text-align: left;
  }
  
  .castleBTN_box:hover, .castleBTN2:hover {
    background: lightgray;
  }

button.my-btn1 {
    color: white;
    background: #149dcc;
    border: 1px #149dcc solid;
    box-shadow: inset 0 1px 0 #149dcc;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

button.my-btn:hover {
    border: 1px #0d6786 solid;
    box-shadow: inset 0 1px 0 #0d6786;
    background: #0d6786;
}

/* INPUT */
.inputInstCoords:focus{
    outline: none;
}
.inputInstCoords{
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

input::-webkit-calendar-picker-indicator {
    display: none;
  }

  .divider-color{
      color: rgba(255, 255, 255, 0.27);
  }

  /*Profile Player*/

.profile-img {
    position: absolute; 
    width: 70px; 
    border-radius: 50%; 
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .btn-profile{
      display: contents;
  }
  
  .profile-wrap{
    line-height: 1.1;
    margin-left: 90px;
  }
  
  .team-profile{
      color: #555e5e;
      font-size: 13px;
      text-decoration: none;
      line-height: 1.5;
  }
  
  .team-profile-color{
    color: #149dcc;
  }
  
  .profile-name{
      color: #242929;
      font-size: 20px;
      font-weight: bold;
      margin-right: 4px;
      vertical-align: middle;
  }
  
  .level-img{
    width: 40px;
    z-index: 10;
  }
  
  .level-img-container{
    position: relative;
    text-align: center;
  }
  
  .level-img-center-text {
    font-size: 13px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .profile-col{
    min-width: 320px;
    max-width: 1000px;
    border: 1px solid #ffffff00;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    background-color: #ffffff36;
    border-radius: 10px;
    width: auto;
    height: 94px;
  }
  
  .profile-col-wrap{
    min-width: 320px;
    max-width: 350px;
    margin-right: 10px;
    width: auto;
  }
  
  .profile-col-prims{
    min-width: 370px;
    max-width: 500px;
    margin-bottom: 10px;
    border: 1px solid #149dcc;
    background-color: #149dcc;
    border-radius: 10px;
    color: white;
  }
  
  .profile-prim-icon{
    width: 70px;
  }
  
  .profile-prim-text{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  
  .drake-profile{
    background-color: #149dcc !important;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  
  .drake-profile:hover {
    background-color: #149dcc;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  }
  
  .profile-stats{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .profile-card{
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .stats-icon{
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .icon-col{
    word-wrap: none;
    display: inline-block;
  }
  
  .prim-stats-troops-text{
    margin-left: 15px
  }
  
  .hr-no-margin{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .btn-coords-icon{
    display: contents; 
    color: white;
  }

  .ads-responsive { 
    margin: auto;
  }

  .ads-responsive-size { width: 728px; height: 90px; } 


  /* .example_responsive_1 { 
    width: 320px; 
    height: 100px; 
  } */

  /* @media(min-width: 500px) { 
    .example_responsive_1 { 
      width: 468px; 
      height: 60px; 
    } 
  } */

  /* @media(max-width: 871px) { 
    .ads-responsive { width: 728px; height: 90px; } 
  } */

  @media(max-width: 470px) { 
    .ads-responsive-size { width: 468px; height: 60px; } 
  }

  @media(max-width: 325px) { 
    .ads-responsive-size { width: 320px; height: 60px; } 
  }