/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

body {
  /* font-family: "Poppins", Arial, sans-serif;
  font-size: 14px; */
  line-height: 1.8;
  /* font-weight: normal; */
  background: #fafafa;
  /*color: gray;*/
  height: 100%;
  width:100%;
} 

a 
{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  /* color: #f8b739;  */
  color: #ffffff; 
}
  
a:hover, a:focus 
{
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; 
    /* color: gray;  */
    color: #f8b739; 
}

a.active
{
    color: #ffc107; 
}


#sidebarmin {
  background: #343a40;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #343a40;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

#sidebar.active {
  margin-left: -300px; 
}
  
#sidebar .logo {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto; 
}

#sidebar .logo span {
    display: block; 
}

#sidebar ul.components {
  padding: 0; 
}

#sidebar ul li {
  font-size: 16px; 
}

#sidebar ul li > ul {
  margin-left: 10px; 
}

#sidebar ul li > ul li {
  font-size: 14px; 
}

#sidebar ul li a 
{
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a:hover 
{
  color: #f8b739; 
}

#sidebar ul li.active > a 
{
  background: transparent;
  color: #f8b739; 
}

#navewallet td:hover 
{
    color: #ffc107; 
}

#navewallet td.active 
{
    color: #ffc107; 
}

#navprojectforfriend td:hover 
{
    color: #ffc107; 
}

#navprojectforfriend td.active 
{
    color: #ffc107; 
}

#siambartershopbranchcreate {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(170, 170, 170, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(170, 170, 170, 0.75);
}

#siambartershopbranchcreate .form-group {
    margin-bottom: 20px;
}

#siambartershopbranchcreate .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
}

#siambartershopbranchcreate .form-group input {
    width: 100%;
    /* padding: px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    margin: 0 auto
}

#tableSiambarterShopList .btn, .btn-open-store, .btn-cancel-store {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

   
          
/* @media (min-width: 992px) {
  #sidebarmin  {
    display: none; 
  }
} 
@media (max-width: 992px) {
    #sidebar {
      display: none;
    }
} */
