html,body{
  background-color: #fff !important;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif !important;
}

body{
  display: block !important;
  padding-bottom: 32px;
  overflow-y: scroll;
}


br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.body_container {
  transition: filter 0.75s ease-in-out;
  -webkit-transition: filter 0.75s ease-in-out;
}


.header {
  position: relative;
  top: 0;
  left: 0;
  right: 16px;
  min-height: 68px;
  padding-bottom: 0px;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  z-index: 99999;
  background-color: #fff;
}

.header .header_top {
  position: relative;
  display: block;
  width: calc(100% - 32px);
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}


.logo {
  position: relative;
  top: 14px;
  left: 0px;
  display: inline-block;
  background: url('../../assets/farebin_em.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 100px;
  padding: 8px 0 8px 40px;
  color: #000;
  font-weight: bold;
}

.logo:hover, .logo:focus {
  text-decoration: none;
  color: #000;
}

.header .header_bottom {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100% ;
  padding: 0 32px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}


.nav_ul {
  display: inline-block;
  padding: 16px 0;
  list-style: none;
  margin: 0;
}


.nav_ul li {
  display: inline-block;
  margin: 0;
  padding: 2px 8px;
}

.nav_ul li a {
  text-decoration: none !important;
  color: #444;
  /* font-weight: bold; */
  cursor: pointer;
}

.nav_ul li a:hover {
  text-decoration: none !important;
  color: #268BD2;
  cursor: pointer;
}

.nav_ul .active {
  background-color: #9FE870;
  color: #000;
  border-radius: 4px;
  border: 1px solid #163300;
  padding: 2px 10px;
}

.nav_ul .active a {
  color: #000 !important;
  /* font-weight: bold; */
}

.create_new {
  position: absolute;
  top: 12px;
  right: 32px;
  padding: 6px 32px 6px 16px;
  /* border: 1px solid #268BD2; */
  border-radius: 4px;
  color: #fff;
  /* font-weight: bold; */
  text-decoration: none;
  cursor: pointer;
  background: #000 url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 49%;
  opacity: 0.9;
}

.create_new:hover {
  color: #fff;
  opacity: 1;
  box-shadow: 0 3px 8px -3px #0002;
  text-decoration: none;
}




.main_div {
  display: block;
  position: relative;
  /* background: red; */
  top: 16px;
  margin: 16px auto 0 auto;
  height: calc(100% - 105px);
  width: calc(100% - 0);
  padding: 0 76px 16px 76px;
  list-style: none;
}


table {
  width: 100% !important;
  background: transparent;
}

table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left !important;
  cursor: default;
}

th, td {
  padding: 16px 8px !important;
}

tr {
  margin-top: 8px !important;
  background: transparent;
}


.footer {
  margin: 16px 8px 0 8px;
  padding: 32px 16px 16px 16px;
  font-size: 12px;
  text-align: center;
}




@media (max-width: 450px) {

  .main_div {
    padding: 0 24px 16px 24px;
  }
}
