/*-------------------------------------- navbar --------------------------------------*/

.navbar {
  background-color: #e99802 !important;
}

/*-------------------------------------- sidebar --------------------------------------*/
.sidebar .menu .list li > a{
  background-color: #054c60 !important;
  color: white;
}

.sidebar .menu .list .toggled {
  background-color: #e99802 !important;
}

.sidebar .menu .list li > a:hover {
  background-color: #8c5e07 !important;
}

.sidebar {
    background-color: #054c60;
}
.sidebar .legal {
    background-color: #054c60;
    color: #ffd23e;
    text-align: center;
}

.sidebar .user-info {
  background-color: white !important;
}

/*-------------------------------------- srstyle --------------------------------------*/

.srstyle-btn-signin{
  /* background-color:#  !important; */
  background-color:#e99802  !important;
  color: #054c60;
}

.srstyle-btn-signin:hover{
  background-color:#ffc250 !important;  
  color: #b9e4ef;
}

.srstyle-modal-content{
  border-left: 15px solid #b97902 !important;
  border-top: 15px solid #e99802 !important;
  /* border-bottom: 30px solid #63bacb !important;
  border-right: 30px solid #63bacb !important; */
  background-color: #054c60 !important;
  color: #ffd23e;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; 
}

  /*-------------------------------------- Panel Tabel --------------------------------------*/

.srstyle-title{
  /*background-color: #4e4e4e;*/
  background-color: #fca502; 
  color: #054c60;    
}

.srstyle-list-title{
  background-color: #054c60;
  color: #ffd23e;           
  padding: 5px;
}

.card{
  background-color: white;
}
/*-----------------------------------------------------------------------------------------*/