 * {
    padding: 0;
    margin: 0;
 }

.makkunii_btn_warning {
    background-color: #FF8C00;
    color: #FFFFFF;
    border-radius: 8px;
    width: 100%;
}
.makkunii_btn_warning:hover {
    background-color: #FFCB80;
    color: #FFFFFF;

}
.header-navigation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

 .header-nav-img {
    display: flex;
    width: 156px;
    height: 90px;
    align-items: flex-start;
}

/* .login_header {
    color: #101828!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
} */
/* .login_subheader {
    color: #667085!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 10px;
} */

.form-control:focus {
    border-color: #FF8C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 152, 11, 0.6);
  }

.form_layout{
    width: 360px;
}

.side-panel {
    border-radius: 8px;
    height: 1000em;
    width: 900px;
    background-image: url(../images/Section.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

   /* CSS for nav link */
.sidebar-footer .nav-link.active {
    background-color: #F2F4F7 !important; /* Change background color */
  }

  /* CSS for tab content */
  .tab-pane.active {
    background-color: #F2F4F7; /* Change background color */
  }

.add-resto, .add-user{
    background-color: #FF8C00 !important;
    color: white;
    border-radius: 10px;
    width: 80%;
}

.add-resto:hover, .add-user:hover {
    background-color: #a15a04;
    color: white;
}

.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #searchInput {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 100%;
  }

  #searchUser {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 100%;
  }

  #searchProduct {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 100%;
  }


  .search-icon {
    position: absolute;
    left: 5px; /* Adjust as needed depending on the icon size and padding */
    top: 50%;
    transform: translateY(-50%);
    color: #aaa; /* Adjust the color of the icon */
  }

