body{
    padding-top: 125px;
    background-color: #FAF7F0;
}

.container{
    padding-top: 0.5rem;
}

.container > .row{
    margin-bottom: 50px;
}

.container > .navbar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.bg-light{
    background-color: #FAF7F0 !important;
}

.navbar{
    margin: 0px;
}

.navbar .note{
    font-style: italic;
    font-size: 14px;
}

.navbar-brand p{
    font-size: 16px;
    margin-bottom: 0px;
}

.navbar-brand img{
    height:60px;
}

#sidebarCollapse{
    background-color: #FAF7F0;
}

#sidebarCollapse i{
    font-size :25px;
}

.dropdown-menu{
    background-color: #FAF7F0;
    border: none;
}

#navbarDropdown{
    background-color: #FAF7F0;
    border: none;
    padding:8px
}

#navbarDropdown:focus{
    outline: none;
}

button:focus{
    outline:none;
}

#sidebar .navbar-nav{
    margin-top: 50px;
}
#sidebar .navbar-nav a{
    padding: 8px;
}

#sidebar .navbar-nav .nav-item > .nav-link.active  {
    background-color: #e69e2f;
    color: #FAF7F0;
    border-radius: 25px;
}

#sidebar .navbar-nav .nav-item > .nav-link:hover  {
    color: #e69e2f;
    font-weight: bold;
    background-color: #FAF7F0;
}

.nav > .nav-item{
    color: black;
    border:1px solid #cfcfcc;
}

.nav > .nav-item.active{
    color: #f09100;
    font-weight: bold;
    background-color: #ebe7e1;
    border:3px solid #919191;
}

.nav > .nav-item:hover{
    color: #e69e2f;
    font-weight: bold;
}

.nav{
    margin-bottom: 10px;
}

.mb0{
    margin-bottom: 0px;
}

section > .col > .row{
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.pos-f-t .navbar{
    border: 1px solid black;

}

.pos-f-t .navbar-brand > p{
    font-size: 14px;
    font-weight: bold;
}

.pos-f-t .navbar-brand{
    white-space: normal;
}

.pos-f-t .collapse{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.pos-f-t .navbar{
    background-color: wheat;
}

.pos-f-t .navbar button{
    background-color: white;
}


.note{
    font-style: italic;
    font-size: 11px;
}

.note > b{
    font-weight: bold !important;
}

.bbNone{
    border-bottom: none;
}

/* graph */

  h5{
    text-align: center;
    margin-top: 5px;
  }

  button{
        cursor: pointer;
  }

  .chartButton button{
    margin: 25px 0px 0px 10px;
    background-color:#FAF7F0;
    /* border-color : #e69e2f; */
    color : black;
    border-radius: 5px;
    font-size: 14px;
    border: none;
  }

  .chartButton button:hover{
    color : #e69e2f;
    background-color: #FAF7F0;
  }


  .chartButton .active{
    color:black;
    background-color: wheat;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  }


  .margin-left25{
      margin-left: 10px;
  }

  .padding-right0{
      padding-right: 0px;
  }

  .padding-left0{
      padding-left: 0px;
  }

  .border-gold{
      border: 2px solid wheat;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .padding0{
      padding:0px;
  }

  .card{
      background-color: #FAF7F0;
      border: none;
  }

  hr{
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
  }

  .fixed-act-btn{
    position: fixed;
    bottom: 0;
    right:0;
    margin-bottom:20px;
    margin-right:50px;
  }

  #float-ads{
    position: fixed;
    bottom: 0;
    right: 150px;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.9);
    color : white;
    padding:5px;

    /*uncomment css di bawah ketika floating pop up tidak ada isinya */
    /* visibility: hidden; */

    /*uncomment css di bawah ketika floating pop up ada isinya */
    visibility: visible;
  }

  #overlay-ads{
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.9);
      width: 100%;
      height: 100%;
      margin: 0 auto;
      z-index: 2000;
      padding: 10px;
      color: white;
      display: flex;
      visibility: hidden;
  }
  
  #overlay-ads img{
      width : 90vw;
      height : 70vh;
  }
  
  #closeAds{
      margin-left : 95%;
  }

  #overlay-ads p{
    flex: 1;
  }

  #closePopAds{
      position: fixed;
      top: 5%;
      right: 5%;
      font-size: 1.5rem;
  }

  footer{
      background-color: wheat;
  }

  @media (min-width: 576px) {
    .card-deck > .row > .col{
        margin-bottom: 15px;
    }
   }

   @media (max-width: 576px) {
    .border-rightGold{
        border-right: 0px solid #e69e2f;
        margin-bottom: 10px;
    }
    .padding-right0{
        padding-right: 15px;
    }

    .padding-left0{
        padding-left: 15px;
    }
    .plf-25{
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-brand p{
        font-size: 10px;
        margin-bottom: 0px;
    }
    
    .navbar-brand img{
        height:40px;
    }
    .navbar .note{
        font-style: italic;
        font-size: 11px;
    }
    .fixed-act-btn{
        margin-bottom:10px;
        margin-right:10px;
    }
    #float-ads{
        bottom: 0;
        right: 70px;
        background-color: rgba(0, 0, 0, 0.9);
        color : white;
    }
    
  #overlay-ads img{
      width : 100%;
      height : 100%;
  }
   }
   @media (max-width: 768px) {
    .pl30{
        padding-left:30px
    }
    .mb10{
        margin-bottom: 20px;
    }
   }

/* sidebar */
#sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    margin-right: -200px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FAF7F0;
    padding:10px;
}


#sidebar.active {
    margin-right: 0px;
}

#sidebar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 30px;
    right: 5px;
}

#sidebarCollapse{
    right: 0;
}

