:root {
  --session_pages_background: linear-gradient(180deg,#f8f2f2 20%,#d39b9b);

  --color1: rgb(38, 40, 41);
  --background1: #ffffff; /* #133b50, #2c3035 */ 

  --color2: #fff;
  --background2: #a01a1a; /* 2381c0 */

  --a-color1: #222427;
  --a-background1: #bddae7;
  --a-hover-color1: #18191a;
  --a-hover-background1: #ffffff;

  --item_button-color: rgb(28, 29, 31);
  --item_button-background: rgb(255, 255, 255);
  --item_button-hover-background: rgb(48, 56, 68);

  --success-color1: #0da740;
  --danger-color1: #eb4d4b;

  --color3: rgb(192, 28, 28);

  --placeholder-color1: rgba(167, 169, 172, 0.8);

}

body{
  font-size: 15px;
  background-color: var(--background1);
}
.sticky_bar{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:99;
  -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.custom_navbar1{
  color: white;
  background-color: rgb(25, 25, 26);
}

.breadcrumb{
  margin-bottom: 0rem !important;
}
.breadcrumb-item a{
  color: white;
}
.breadcrumb-item.active{
  color: wheat;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.profile_image{
  max-width: 80% !important;
  height: auto !important;
}

.custom_table1{
  width: 1248px !important;
}