@font-face{
  font-family: Abel;
  src: url(../font/Abel.ttf);
}
@font-face{
  font-family: Cairo;
  src: url(../font/Cairo.ttf);
}
body {
  background-color: #fbfbfb;
  font-family: Abel, Cairo;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 220px;
  z-index: 600;
  background-color: red;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  background-color: rgb(255 162 0);
  border: 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
/******table header***********/
.table-header{
  background-color: #3e3b3b;
  color: white;
}
/**********Bgcolor***************/
.bgcolor{
  background-color: rgb(255 162 0);
}

/**********Admin index page***************/

.logoText{
  font-family: Lucida Calligraphy;
}

/**********Btn style*************/
.buttons{
  background-color: rgb(255 162 0);
}
/**********Form annonce type***********/
.hidden {
    display: none;
}