.ui.red.menu .active.item {
  background-color: #db2828;
}
.ui.red.menu.menu-tab .active.item {
  color: white !important;
}
.menu-tab {
  /* justify-content: center; */
  overflow-x: auto;
  overflow-y: hidden;
}
.menu-tab-overflow {
  margin-bottom: 1rem;
}
.segment-menu {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  padding: 0 2rem;
  width: 100% !important;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-logo {
  padding: 1rem;
  font-size: large;
  color: black;
  font-weight: 600;
}
.header-logo:hover {
  color: #db2828;
}
@media only screen and (max-width: 767px) {
  .PagingTable {
    overflow: auto;
  } 
  .header-logo {
    padding: 0.25rem;
    font-size: 1rem;
    color: black;
    font-weight: 600;
  }
  .menu-top .right.item {
    justify-content: center;
  }
  .menu-top  {
    max-width: 50% !important;
  }
  .ui.secondary.menu .item  {
    padding: 0 ;
    width: 100% !important;
  }
  .right.menu{
    top: 20px;
    position: absolute !important;
    right: 2rem !important;
    max-width: 50% !important;
    justify-content: flex-end !important;
  }
  .logout-dropdown {
    max-width: 50%;
    padding: 0 !important;
  }
  .menu-tab-overflow {
    overflow-x: auto;
  }
  .menu-tab{
    display: -webkit-inline-box !important;
  }
  .ui.large.header{
    font-size: 1rem;
  }
  .segment-menu {
    padding: 0.25rem;
  }
  .sub-menu {
    padding:0 2rem;
    background-color: royalblue;
  }
}
.segment-menu.item {
  padding:0 3rem !important;
}
.overflow {
  overflow: auto;
}
.menu-top {
  height: 60px !important;
}
.ui.tabular.menu .item {
  margin: 0 2px;
  background: 0 0;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  border-left: 1px solid red;
  border-right: 1px solid red;
  border-top: 2px solid red;
  padding: 0.92857143em 1.42857143em;
  color: rgba(0, 0, 0, 0.87);
}
.ui.tabular.menu {
  border-bottom: 1px solid #db2828;
}
.img-landing {
  height: calc(
    100vh - (60px + /** header size */ 50px /** footer size */)
  ) !important;
}
.text-up-img {
  position: absolute;
  z-index: 1;
  padding: 50px;
}
.text-up-img h1 {
  font-size: 5rem;
  color: #db2828;
}
.text-up-img h3 {
  font-size: 2rem;
  color: #db2828;
}
.text-up-img p {
  font-size: 1rem;
  color: white;
}
.Wrapper {
  height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(118, 118, 128, 0.12);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.BandName {
  margin: 0 0 0 7.5px;
  font-size: 17px;
}
.LogoImage {
  margin: 3px 0 0 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.Footer {
  height: 50px;
  color: #ffffff;
  background-color: #404040;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  position: relative;
  background-color: #ffffff;
}
html,
body,
.ui.menu,
.ui.table,
.ui.header,
.ui.input > input {
  font-family: "K2D", sans-serif;
}
.layout-body {
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - (60px + /** header size */ 50px /** footer size */));
  padding: 20px 0;
}
.layout-body-full {
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - (60px + /** header size */ 50px /** footer size */));
}
.login-form {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1;
  top: 20%;
  text-align: center;
}
.login-form .card {
  width: 100%;
}
.icon-close {
  position: absolute;
  z-index: 1;
  right: 3%;
  margin-top: 10px !important;
}

.no-padding {
  padding: 0 !important;
}
.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
  font-family: inherit !important;
}
.ui.form input[type="file"] {
  font-family: inherit !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
.text-center {
  text-align: center !important;
}
input {
  font-family: inherit !important;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100vw !important;
  }
}