.main-title {
  margin-top: 10px !important;
  margin-bottom: 30px;
}

/* start Header*/
.theme-mode {
  width: 50px;
  height: 26px;
  line-height: 18px;
  border-radius: 20px;
  padding: 0 3px;
  font-size: 10px;
  cursor: pointer;
  float: inline-start;
  margin-inline-start: 0;
  position: relative;
  background-color: #14344a;
  text-align: end;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-mode i {
  margin: 0 !important;
  font-size: 13px !important;
  position: relative;
  color: var(--theme-text-color) !important;
}
.theme-mode:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  float: inline-start;
  display: block;
  position: absolute;
  background: #01a8ff;
  left: 3px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all ease 0.3s;
}
.theme-mode:not(.active) i.icon-sun {
  opacity: 0.7;
}
.theme-mode.active i.icon-sun {
  opacity: 1;
  color: #fff !important;
}
.theme-mode.active i.icon-moon {
  opacity: 0.7;
}
.theme-mode.active:before {
  left: calc(100% - 25px);
}

.p-treetable-wrapper > table, .p-table-wrapper > table {
  min-width: 1000px;
}

/* enad Header*/
@media (min-width: 992px) {
  .layout-topbar {
    height: 5.4rem;
  }
  .layout-topbar .layout-topbar-left .layout-topbar-logo {
    width: 21rem;
  }
  .layout-topbar .layout-topbar-left .layout-topbar-logo img {
    max-width: 180px;
    width: 100%;
  }
  .layout-topbar .layout-menu-button i {
    font-size: 18px;
  }
  .layout-wrapper .layout-main {
    padding-top: 5.4rem;
    margin-inline-start: 21rem;
  }
  .menu-wrapper {
    top: 5.4rem;
    height: calc(100% - 5.4rem);
  }
  .layout-menu-static.layout-menu-active .layout-main {
    margin-inline-start: 21rem;
  }
  .menu-wrapper {
    width: 21rem;
  }
}
.p-table-nodata td {
  height: 200px;
}

.common-loader {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-datepicker-header select {
  background: none;
  color: inherit;
  border: 1px solid #686868;
  border-radius: 4px;
  padding: 3px 4px;
  cursor: pointer;
  /* background: #33333f;*/
}

.card .card {
  /*  border: 1px solid #2c2c38;
    background: #363642;*/
  box-shadow: none;
}

@media screen and (max-width: 576px) {
  .layout-wrapper .layout-main .layout-content {
    padding: 1rem !important;
  }
  .card {
    margin-bottom: 1rem !important;
  }
  .header-filter .p-field {
    max-width: 50%;
  }
  .card.header-filter .p-field {
    max-width: 50%;
  }
  .card.header-filter .p-field.p-col-fixed .p-field {
    width: 100% !important;
  }
  .card.header-filter .p-field:not(.p-col-fixed) {
    width: 50%;
    min-width: 50%;
  }
  .card.header-filter .p-field:not(.p-col-fixed) .p-field {
    width: 100% !important;
  }
}
.p-orderlist-list-container li .p-ink {
  display: none;
}

.icon_multibet {
  width: 22px;
  height: 22px;
  font-size: 10px;
  display: flex;
  line-height: 1;
  letter-spacing: 0.2px;
}
.icon_multibet.coupon-icon {
  border-color: #e1964d;
  color: #e1964d;
}
