.flash-msg {
  position: fixed;
  z-index: 10000;
  width: 50%;
  top: 0;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}

.form-control {
  appearance: auto;
}

.sidebar-icon-only #sidebar .need-help {
  display: none;
}

.status-summary-ight-white {
    color: #eee;
}

.copied-msg {
  display: none;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
  height: auto;
}

.main-panel .content-wrapper .content-header {
  margin-bottom: 1.5rem;
}

.links-list a i {
  padding-right: 5px;
  padding-left: 5px;
}

.btn .btn-icon-prepend {
  position: relative;
  top: 1px;
}

.btn .btn-icon-prepend-text {
  position: relative;
  top: -2px;
}

.alert-block-container .alert .close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  font-size: 20px;
  padding: 1rem;
}

.card .card-header:first-child {
  border-radius: 15px 15px 0 0;
}

.banner-container {
  width: fit-content;
  margin: 0 auto;
}

.banner-container img {
  max-width: 100%;
}

.banner-code-block {
  padding: 50px 15px 30px;
}

.copied-code {
  border-radius: 0;
  padding: 12px 25px;
}

.btn-copy-code {
  border-radius: 0 !important;
}

.btn-banners {
  padding: 4px 5px;
}

.table-sales tr.refunded td {
    color: red;
    text-decoration: line-through;
}

@media (max-width: 767.98px) {
  .home-logo {
    width: 100%;
  }
}
