.customsidebar {
  background: rgba(20, 24, 28, 1);
  color: #e7eef6;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .customsidebar {
    display: none !important;
  }
}

.customsidebar__section {
  padding: 14px;
}

.customsidebar__section + .customsidebar__section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.customsidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customsidebar__menuItem + .customsidebar__menuItem {
  margin-top: 6px;
}

.customsidebar__menuLink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0);
  transition: background 150ms ease;
}

.customsidebar__menuLink:hover {
  color: #2ECC71;
}

.customsidebar__menuIcon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.customsidebar__menuLinkAccount {
  padding-right: 20px;
}

.customsidebar__menuLinkAccount::before {
  content: '';
  background: url("../img/user.png");
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.customsidebar__menuIcon .material-icons {
  font-size: 20px;
  line-height: 20px;
}

.customsidebar__menuLabel {
  font-weight: 600;
  font-size: 14px;
}

.customsidebar__hoursHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.customsidebar__hoursTitle {
  font-weight: 700;
  font-size: 14px;
  opacity: 0.9;
}

.customsidebar__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.customsidebar__status.is-open {
  background: rgba(46, 204, 113, 0.18);
  color: #42f38f;
  border: 1px solid rgba(66, 243, 143, 0.25);
}

.customsidebar__status.is-closed {
  background: rgba(231, 76, 60, 0.18);
  color: #ff8f86;
  border: 1px solid rgba(255, 143, 134, 0.25);
}

.customsidebar__hoursList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customsidebar__hoursRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 6px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.10);
}

.customsidebar__hoursRow:first-child {
  border-top: none;
}

.customsidebar__day {
  opacity: 0.9;
}

.customsidebar__time {
  opacity: 0.85;
}

.customsidebar__time.customsidebar__time--closed {
  color: rgb(194 21 18);
}

.customsidebar__bannerLink {
  display: block;
}

.customsidebar__bannerImg {
  display: block;
  width: 100%;
  height: auto;
}

.customsidebar__bannerPlaceholder {
  width: 100%;
  min-height: 110px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(231, 238, 246, 0.75);
  font-weight: 800;
  letter-spacing: 1px;
}

.customsidebar__external-banner {
  margin: 0 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.customsidebar__external-banner img {
  width: 100%;
}

.container-flex > .row {
  display: flex;
  margin-right: 0;
}

.container-flex > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.header_new_design .header-nav .top-nav .right-nav {
  background: rgba(20, 24, 28, 1) !important;
}

@media (min-width: 1732px) {
  .container-flex > .row > .col-lg-3 {
    width: 17%;
  }

  .container-flex > .row > .col-lg-9 {
    width: 83%;
  }
}

@media (min-width: 1583px) and (max-width: 1731px) {
  .container-flex > .row > .col-lg-3 {
    width: 19%;
  }

  .container-flex > .row > .col-lg-9 {
    width: 81%;
  }
}

@media (min-width: 1200px) and (max-width: 1582px) {
  .container-flex > .row {
    align-items: stretch;
  }

  .container-flex > .row > .col-lg-3 {
    width: 22%;
  }

  .container-flex > .row > .col-lg-9 {
    width: 78%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  #content-wrapper,
  #main,
  #top_column {
    flex: 1 1 auto;
  }
}

#top_column {
  overflow: hidden;
}

.customsidebar-balance-source {
  display: none !important;
}

.header_new_design .links_box,
.links_box {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  position: static !important;
}

.header-user-credits {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  transform: none !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.header-user-credits > * {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.header-user-credits a,
.header-user-credits div,
.header-user-credits span {
  margin: 0 !important;
}

.header-user-credits + * {
  margin-left: 0 !important;
}

.links_box {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.header-user-credits {
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 8px !important;
}

.header-user-credits > * {
  margin: 0 !important;
}

.links_box > :nth-child(2) {
  display: none !important;
}





@media (min-width: 1200px) and (max-width: 1582px) and (max-height: 950px) {
  .customsidebar__section {
    padding: 10px 12px !important;
  }

  .customsidebar__menuLink {
    padding: 8px 10px !important;
  }

  .customsidebar__hoursRow {
    padding: 4px 0 !important;
    font-size: 12px !important;
  }

  .customsidebar__external-banner {
    margin-bottom: 8px !important;
  }

  .customsidebar__bannerImg,
  .customsidebar__external-banner img {
    max-height: 95px !important;
    object-fit: cover !important;
  }
}

