@charset "UTF-8";
html,
body {
  overflow-y: hidden;
}

.ember-power-select-dropdown {
  border-left: 1px solid var(--lighten25-dark-color) !important;
  line-height: 1;
  border-right: 0 !important;
  color: var(--text-color) !important;
}

.ember-power-select-option[aria-selected=true] {
  background-color: var(--lighten40-color) !important;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb !important;
}

.ember-power-select-options::-webkit-scrollbar {
  opacity: 0;
  width: 5px;
  height: 5px;
  background-color: var(--darken40-color);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ember-power-select-options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--scrollBar-color);
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login-container .logo-image {
  width: 160px;
  margin-bottom: 30px;
}
.login-container .login-fields-wrapper {
  border-radius: 20px;
  background: var(--white-color);
  padding: 40px 20px;
  width: 100%;
  max-width: 320px;
}
.login-container .login-fields-wrapper .field-box {
  margin-bottom: 20px;
}
.login-container .login-fields-wrapper .application-link {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
  margin-top: 8px;
  text-decoration: underline;
}

.log_out {
  cursor: pointer;
}

.name-first-letter {
  cursor: pointer;
}

.modal-logs {
  max-height: 310px !important;
  margin-bottom: 15px;
}

.sp-replacer {
  height: 25px;
  border: 0;
  cursor: pointer;
  background: none;
}

.pagination-container {
  display: flex;
}
.pagination-container .pagination-item {
  height: 44px;
  min-width: 44px;
  border-radius: 4px;
  background: var(--darken40-color);
  color: var(--text-color-50);
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  margin-right: 8px;
  padding: 0 5px;
}
.pagination-container .pagination-item.active, .pagination-container .pagination-item:hover {
  background: var(--lighten25-dark-color);
  color: var(--text-color);
}
.pagination-container .pagination-item:not(:last-child) {
  margin-right: 8px;
}

.navigation-container {
  width: 200px;
  padding: 5px 10px;
  flex-shrink: 0;
}
.navigation-container .main-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--darken20-color);
  color: var(--text-secondary-color);
}
.navigation-container .navigation-wrapper {
  margin-top: 15px;
}
.navigation-container .navigation-wrapper .nav-item {
  background: var(--darken25-color);
  border-radius: 4px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-secondary-color);
  border-left: 4px solid transparent;
  height: 40px;
  line-height: 40px;
  transition: background 0.3s, border-left-color 0.3s;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.navigation-container .navigation-wrapper .nav-item .sb-favorites {
  color: var(--darken20-color);
}
.navigation-container .navigation-wrapper .nav-item .sb-favorites.active {
  color: var(--lighten35-color);
}
.navigation-container .navigation-wrapper .nav-item.active {
  background: var(--darken35-color);
  border-left-color: var(--green-color);
}

.text-color {
  color: var(--text-color);
}

.main-content .content-wrapper {
  scroll-behavior: smooth;
  padding: 40px;
}
.main-content .content-wrapper > .header-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  min-height: max-content;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-content .content-wrapper > .header-section .left-section .menu-name-section {
  display: flex;
  margin-bottom: 4px;
  gap: 10px;
}
.main-content .content-wrapper > .header-section .left-section .menu-name-section .name {
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-content .content-wrapper > .header-section .left-section .menu-name-section .field-box {
  min-width: 148px;
}
.main-content .content-wrapper > .header-section .left-section .menu-name-section .power-field-box {
  width: 174px;
  margin-right: 10px;
}
.main-content .content-wrapper > .header-section .left-section .breadcrumb {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-content .content-wrapper > .header-section .right-section {
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.main-content .content-wrapper > .header-section .right-section .time-zone .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: initial;
  right: 0;
  left: auto;
}
.main-content .content-wrapper > .header-section .right-section .time-zone .ember-power-select-trigger {
  white-space: nowrap;
}
.main-content .content-wrapper > .header-section .right-section .notifications {
  position: relative;
  cursor: pointer;
}
.main-content .content-wrapper > .header-section .right-section .notifications .sb-icon.sb-bell {
  color: var(--text-color);
}
.main-content .content-wrapper > .header-section .right-section .notifications .count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  right: -3px;
  top: -3px;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  background: var(--red-color);
  border-radius: 2px;
  color: var(--text-secondary-color);
  padding: 2px;
}
.main-content .content-wrapper > .header-section .right-section .notifications,
.main-content .content-wrapper > .header-section .right-section .name-first-letter {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  background: var(--lighten30-color);
  color: var(--text-color);
  font-weight: bold;
  font-size: 20px;
}
.main-content .content-wrapper > .header-section .right-section .user-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  max-width: 120px;
}
.main-content .content-wrapper > .header-section .right-section .user-info .user-position {
  opacity: 0.7;
}
.main-content .cms-popup-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main-info-container.tournament-container .header-section {
  align-items: normal;
  padding: 10px 20px 10px 0px;
  max-width: 450px;
}
.main-info-container.tournament-container .tournament-section:not(:first-child) {
  padding-left: 20px;
  max-height: 800px;
  height: 650px;
  overflow-y: auto;
}
.main-info-container.tournament-container .tournament-section .field-box {
  min-width: 300px;
  margin-right: 0 !important;
}
.main-info-container.tournament-container .tournament-section .field-box.btn-box {
  display: flow;
}
.main-info-container.tournament-container .tournament-section .field-box.btn-box .icon-btn {
  border-radius: 0 4px 4px 0;
}
.main-info-container.tournament-container .tournament-section .field-box.btn-box input {
  max-width: none;
}
.main-info-container.tournament-container .tournament-section .field-box.place-count-item {
  margin-top: 10px;
}
.main-info-container.tournament-container .tournament-section .field-box.place-count-item .place-win-percent {
  justify-content: space-between;
  display: flex;
}
.main-info-container.tournament-container .tournament-section .field-box.place-count-item .place-win-percent input {
  width: 48%;
}
.main-info-container.tournament-container .btn {
  width: 100px;
}
.main-info-container .stats-container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.main-info-container .stats-container .stats-loading {
  justify-content: center;
  display: flex;
  width: 100%;
}
.main-info-container .stats-container .stats-blocks {
  margin: 0 -5px;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper {
  margin: 0 5px 10px;
  background: var(--lighten30-color);
  padding: 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper.active-wallet {
  background: var(--lighten25-dark-color);
  border: 0.01em solid var(--green-color);
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper.bonus-dashboard {
  line-height: 190px !important;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .top-section {
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .top-section .date {
  color: var(--green-color);
  text-align: right;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .top-section .refresh-box {
  cursor: pointer;
  border-radius: 4px;
  background: var(--white-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .top-section .refresh-box .sb-refresh {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .number-info {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-color);
  margin-bottom: 4px;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .number-info-wallet {
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  color: var(--text-color);
  margin-bottom: 4px;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .for-period {
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container .stats-container .stats-blocks .block-item .block-item-wrapper .spin-count {
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container .stats-container .stats-blocks .block-item.line .top-section {
  margin-bottom: 20px;
}
.main-info-container .stats-container .stats-blocks .block-item.line .numbers-container {
  flex-wrap: nowrap;
}
.main-info-container .stats-container .stats-blocks .block-item.line .numbers-container .number-info-item .number-info {
  font-size: 24px;
  line-height: 30px;
}
.main-info-container .stats-container .stats-info {
  background: var(--lighten30-color);
  border-radius: 4px;
}
.main-info-container .stats-container .stats-info canvas {
  width: 100%;
}
.main-info-container .stats-container .stats-info #chartjs-tooltip {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 14px 15px rgba(29, 32, 48, 0.07);
  border-radius: 4px;
  padding: 4px 8px;
  opacity: 0;
  transform: translate(-50%, -100%);
}
.main-info-container .stats-container .stats-info #chartjs-tooltip .tooltip-value {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
.main-info-container .stats-container .stats-info #chartjs-tooltip .tooltip-title {
  margin: 0;
  font-size: 10px;
  opacity: 0.7;
}
.main-info-container .stats-container .stats-info .top-section {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.main-info-container .stats-container .stats-info .top-section .left-section {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.main-info-container .stats-container .stats-info .top-section .left-section .name {
  margin-bottom: 3px;
  color: var(--text-color);
}
.main-info-container .stats-container .stats-info .top-section .left-section .price {
  color: var(--green-color);
}
.main-info-container .stats-container .stats-info .top-section .right-section .field-box {
  min-width: 148px;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-data {
  padding-left: 30px;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-data .bonus-top-btn-container {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  color: var(--text-color);
  background: var(--highlight-color);
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-data .bonus-top-btn-container > span {
  width: 100%;
  white-space: nowrap;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-body .toggle-open-btn {
  width: 24px;
  height: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .row-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-body-content {
  border: none;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-body-content > td {
  transition: padding 0.3s;
}
.main-info-container .stats-container .bonus-dashboard-container table tbody .table-body-content:not(.show) > td {
  padding: 0;
}
.main-info-container .fields-box-section.header-section {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.main-info-container .fields-box-section.header-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.main-info-container .fields-box-section.header-section .field-box {
  min-width: 148px;
}
.main-info-container .fields-box-section.header-section .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container .fields-box-section.header-section .field-box.date-range {
  min-width: 286px;
}
.main-info-container .fields-box-section.header-section .power-field-box {
  min-width: 174px;
}
.main-info-container .fields-box-section.header-section .power-field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container .fields-box-section.header-section .power-field-box.date-range {
  min-width: 286px;
}

.basic-nav-menu {
  min-height: 40px;
  height: 40px;
  padding: 0 20px;
  background: var(--lighten30-color);
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.basic-nav-menu.half-wrapper {
  min-height: 111px;
  height: 111px;
}
.basic-nav-menu .nav-menu-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.basic-nav-menu .nav-menu-wrapper.half-menu-wrapper {
  height: 30%;
}
.basic-nav-menu .nav-menu-wrapper .nav-item {
  color: var(--text-color);
  opacity: 0.5;
  transition: opacity 0.3s;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.basic-nav-menu .nav-menu-wrapper .nav-item.create-peculiar:hover {
  opacity: 1;
}
.basic-nav-menu .nav-menu-wrapper .nav-item:not(:first-child) {
  margin-left: 20px;
}
.basic-nav-menu .nav-menu-wrapper .nav-item:last-child {
  padding-right: 20px;
}
.basic-nav-menu .nav-menu-wrapper .nav-item.activeOnly {
  opacity: 1;
}
.basic-nav-menu .nav-menu-wrapper .nav-item.active {
  opacity: 1;
}
.basic-nav-menu .nav-menu-wrapper .nav-item .notification {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--darken30-color);
  margin-left: 5px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: var(--white-color);
}

.peculiar-basic-nav-menu {
  min-height: 40px;
  height: 40px;
  padding: 0 20px;
  background: var(--lighten30-color);
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.peculiar-basic-nav-menu .nav-menu-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item {
  color: var(--text-color);
  opacity: 0.5;
  height: 100%;
  transition: opacity 0.3s;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item img {
  height: 100%;
  width: inherit;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item.create-peculiar:hover {
  opacity: 1;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item:not(:first-child) {
  margin-left: 20px;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item:last-child {
  padding-right: 20px;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item.active {
  opacity: 1;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .nav-item .notification {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--darken30-color);
  margin-left: 5px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: var(--white-color);
}
.peculiar-basic-nav-menu .nav-menu-wrapper .peculiar-nav-actions {
  display: flex;
  border-left: 1px dashed grey;
  margin-left: 32px;
  padding: 0 14px;
  height: 100%;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .peculiar-nav-actions .peculiar-action {
  opacity: 1;
}
.peculiar-basic-nav-menu .nav-menu-wrapper .peculiar-nav-actions .peculiar-action select {
  background: var(--lighten45-dark-color);
}
.peculiar-basic-nav-menu .nav-menu-wrapper .peculiar-nav-actions .create-peculiar,
.peculiar-basic-nav-menu .nav-menu-wrapper .peculiar-nav-actions .delete-peculiar {
  padding-right: 0;
  opacity: 1;
}

.required-span {
  font-size: 11px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.peculiar-regex {
  padding: 0 26px 0 15px;
}

.bet-round-details {
  overflow: auto;
}

.table-content .header-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 15px 0;
  gap: 10px;
}
.table-content .header-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.table-content .header-section .field-box {
  min-width: 148px;
}
.table-content .header-section .field-box.switcher {
  min-width: 75px;
}
.table-content .header-section .power-field-box {
  min-width: 174px;
}
@media only screen and (min-width: 48em) {
  .table-content .header-section .power-field-box:not(:last-child) {
    margin-right: 10px;
  }
}
.table-content .table-wrapper {
  position: relative;
  padding-bottom: 15px;
}
.table-content .table-wrapper .export-tooltip-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.table-content .table-wrapper .export-tooltip-btn .sb-tooltip-btn {
  cursor: pointer;
  font-size: 19px;
  color: var(--text-color);
}
.table-content .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.table-content .table-wrapper table thead {
  background: var(--lighten30-color);
}
.table-content .table-wrapper table thead tr th {
  padding: 15px 20px;
  color: var(--text-color);
  opacity: 0.7;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  text-align: left;
}
.table-content .table-wrapper table thead tr th .sort-th {
  display: flex;
}
.table-content .table-wrapper table thead tr th:last-child {
  padding-right: 15px;
}
.table-content .table-wrapper table thead tr th:first-child {
  padding-left: 15px;
}
.table-content .table-wrapper table thead tr th.column1 {
  width: 72px;
}
.table-content .table-wrapper table thead tr th.column2 {
  width: 115px;
}
.table-content .table-wrapper table thead tr th.column3 {
  width: 150px;
}
.table-content .table-wrapper table thead tr th.column4 {
  width: 165px;
}
.table-content .table-wrapper table thead tr th.column5 {
  width: 130px;
}
.table-content .table-wrapper table thead tr th.column6 {
  width: 135px;
}
.table-content .table-wrapper table thead tr th.column7 {
  width: 130px;
}
.table-content .table-wrapper table thead tr th.column8 {
  width: 125px;
}
.table-content .table-wrapper table thead tr th.column9 {
  width: 130px;
}
.table-content .table-wrapper table tbody tr:not(.head) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.table-content .table-wrapper table tbody tr:not(.head) td {
  padding: 15px 21px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  white-space: nowrap;
  text-align: left;
}
.table-content .table-wrapper table tbody tr:not(.head) td:last-child {
  padding-right: 15px;
}
.table-content .table-wrapper table tbody tr:not(.head) td:first-child {
  padding-left: 15px;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-section.center {
  justify-content: center;
}
.footer-section .showing-container {
  display: flex;
  align-items: center;
}
.footer-section .showing-container .showing-info {
  color: var(--text-color);
  opacity: 0.7;
  margin-right: 10px;
}
.footer-section .showing-container .field-box select,
.footer-section .showing-container .power-field-box select {
  font-size: 14px;
  font-weight: bold;
}
.footer-section .showing-container .field-box .sb-icon,
.footer-section .showing-container .power-field-box .sb-icon {
  opacity: 1;
}

.top-pagination {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  color: var(--text-color);
}
.top-pagination .showing-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.top-pagination .showing-container .item {
  min-width: 35px;
  height: 41px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  padding: 0 5px;
}
.top-pagination .showing-container .item:not(:last-child) {
  margin-right: 5px;
}
.top-pagination .showing-container .item.active {
  background-color: var(--text-color);
  color: var(--white-color);
}
.top-pagination .showing-container .item .sb-icon {
  opacity: 0.6;
  font-size: 12px;
  max-width: 4px;
  color: var(--text-color);
}
.top-pagination .showing-container .item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.top-pagination .showing-container .ember-basic-dropdown-content {
  min-width: 50px;
}

.pagination-container {
  display: flex;
}
.pagination-container .item {
  min-width: 35px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  padding: 0 5px;
}
.pagination-container .item:not(:last-child) {
  margin-right: 5px;
}
.pagination-container .item.active {
  background-color: var(--text-color);
  color: var(--white-color);
}
.pagination-container .item .sb-icon {
  opacity: 0.6;
  font-size: 12px;
  max-width: 4px;
  color: var(--text-color);
}
.pagination-container .item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pagination-container span .item {
  margin-right: 0.25rem;
}

.accordion-table-container {
  margin-bottom: 17px;
}
.accordion-table-container.reports-by-bets .top-btn-container {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  color: var(--text-color);
  background: var(--highlight-color);
}
.accordion-table-container.reports-by-bets .top-btn-container > span {
  width: 100%;
  white-space: nowrap;
}
.accordion-table-container .table-wrapper {
  min-width: max-content;
}
.accordion-table-container .table-wrapper .top-btn-container {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  color: var(--text-color);
  background: var(--highlight-color);
}
.accordion-table-container .table-wrapper .top-btn-container > span {
  width: 100%;
  white-space: nowrap;
}
.accordion-table-container .table-wrapper .table-header, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet {
  display: flex;
  align-items: center;
  background: var(--lighten30-color);
  height: 40px;
}
.accordion-table-container .table-wrapper .table-header > [class^=column], .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column], .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] {
  flex-shrink: 0;
  padding: 0 6px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  opacity: 0.7;
}
.accordion-table-container .table-wrapper .table-header > [class^=column] .sort-arrows, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column] .sort-arrows, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] .sort-arrows {
  margin-left: 5px;
}
.accordion-table-container .table-wrapper .table-header > [class^=column] .sort-arrows .sb-icon, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column] .sort-arrows .sb-icon, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] .sort-arrows .sb-icon {
  font-size: 11px;
  color: var(--text-color);
}
.accordion-table-container .table-wrapper .table-header > [class^=column] .sort-arrows .sb-icon:last-child, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column] .sort-arrows .sb-icon:last-child, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] .sort-arrows .sb-icon:last-child {
  opacity: 0.5;
}
.accordion-table-container .table-wrapper .table-header > [class^=column] .info, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column] .info, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] .info {
  margin-left: 5px;
}
.accordion-table-container .table-wrapper .table-header > [class^=column] .info .sb-icon, .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > [class^=column] .info .sb-icon, .main-info-container.settings-partners .wallet-wrapper .accordion-table-container .table-wrapper .wallet > [class^=column] .info .sb-icon {
  cursor: pointer;
  font-size: 14px;
  line-height: inherit;
  color: var(--text-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn {
  width: 42px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  margin-left: 6px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 172px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 2;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container .list-wrapper li {
  padding: 12px;
  background: transparent;
  transition: background 0.3s;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container .list-wrapper li:hover {
  background: var(--lighten25-dark-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container .list-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .settings-btn .info-menu-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  white-space: nowrap;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper.show {
  box-shadow: 0 35px 50px var(--lighten30-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item {
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  background: var(--white-color);
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .toggle-open-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .toggle-open-btn.toggle-child-btn {
  left: 40px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .toggle-open-btn .sb-icon {
  font-size: 10px;
  transition: opacity 0.3s;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div {
  padding: 15px 6px;
  flex-shrink: 0;
  word-break: break-all;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child {
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  background: var(--lighten30-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header.child-3-level,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child.child-3-level {
  padding-left: 102px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div {
  padding: 0 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column99,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column99 {
  width: 215px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column0,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column0 {
  width: 80px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column1 {
  width: 155px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column2 {
  width: 95px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column3 {
  width: 175px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4,
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header-child > div.column4 {
  width: 110px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item {
  position: relative;
  background: var(--white-color);
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) {
  position: relative;
  padding: 0 6px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn):not(.text-ellipsis) {
  display: flex;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .sb-icon {
  font-size: 12px;
  line-height: inherit;
  display: block;
  opacity: 0.7;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn {
  position: relative;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .item-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: 108px;
  height: 35px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  display: flex;
  cursor: pointer;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .item-value > .item-name {
  flex: auto;
  line-height: 35px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .item-value .icon-box {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--lighten35-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .item-value .icon-box .sb-icon {
  font-size: 6px;
  color: var(--text-color);
  opacity: 0.7;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .items-container {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid var(--lighten25-dark-color);
  min-width: 97px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .items-container.show {
  opacity: 1;
  visibility: visible;
  max-height: 222px;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .items-container:after {
  content: "";
  background: transparent;
  height: 5px;
  width: 100%;
  top: -4px;
  right: 0;
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .items-container li {
  padding: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}
.accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .menu-items-btn .items-container li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}

.generic-popup-container .popup-wrapper .popup-content {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  background: var(--white-color);
  border-radius: 4px;
  width: 400px;
  min-height: 96px;
  max-height: 80vh;
}
.generic-popup-container .popup-wrapper .popup-content:not(.action) > .body-section {
  display: flex;
  flex-direction: column;
  max-height: calc(80vh - 41px);
}
.generic-popup-container .popup-wrapper .popup-content:not(.action) > .body-section .add-new-managers-fields {
  overflow-y: auto;
  max-height: 100%;
}
.generic-popup-container .popup-wrapper .popup-content:not(.action) > .body-section .add-new-managers-fields::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: var(--darken40-color);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.generic-popup-container .popup-wrapper .popup-content:not(.action) > .body-section .add-new-managers-fields::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--scrollBar-color);
}
.generic-popup-container .popup-wrapper .popup-content.wheel-templates-popup {
  width: 600px;
}
.generic-popup-container .popup-wrapper .popup-content .field-wrapper {
  padding: 12px;
}
.generic-popup-container .popup-wrapper .popup-content .field-wrapper .field-box,
.generic-popup-container .popup-wrapper .popup-content .field-wrapper .power-field-box {
  margin-bottom: 15px;
}
.generic-popup-container .popup-wrapper .popup-content .header-section {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--lighten25-dark-color);
  height: 40px;
}
.generic-popup-container .popup-wrapper .popup-content .header-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  margin-right: 10px;
  -webkit-transition: z-index 0s, -webkit-transform 0.55s cubic-bezier(0.2, 1, 0.3, 1);
  transition: z-index 0s, transform 0.55s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-delay: 0.55s, 0s;
  transition-delay: 0.55s, 0s;
}
.generic-popup-container .popup-wrapper .popup-content .header-section.notActive .title {
  -moz-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.generic-popup-container .popup-wrapper .popup-content .header-section .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 24px;
  width: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
  z-index: 12;
}
.generic-popup-container .popup-wrapper .popup-content .header-section .close-btn:before {
  content: "";
  position: absolute;
  height: 35px;
  width: 13px;
  left: 100%;
  top: -7px;
  background: var(--white-color);
  z-index: 11;
}
.generic-popup-container .popup-wrapper .popup-content .header-section .close-btn .sb-icon {
  font-size: 11px;
  opacity: 0.7;
  color: var(--text-color);
}
.generic-popup-container .popup-wrapper .popup-content.visible .body-section {
  overflow-y: visible;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section {
  padding: 12px;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item input {
  height: 30px;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item:not(:last-child) {
  margin-bottom: 4px;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  padding: 0 12px;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container {
  display: flex;
  align-items: flex-end;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container .filter-btn {
  height: 20px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
  padding: 0 8px;
  transition: 0.3s;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container .filter-btn:hover {
  opacity: 0.8;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container .filter-btn:not(:last-child) {
  margin-right: 5px;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container .filter-btn.delete {
  background: #ff9e9e;
}
.generic-popup-container .popup-wrapper .popup-content.filter-templates .body-section .filter-wrapper .filter-item .btn-container .filter-btn.rename {
  background: var(--white-color);
}
.generic-popup-container .popup-wrapper .popup-content.corrections-popup .fields-group {
  justify-content: space-between;
  gap: 10px;
}
.generic-popup-container .popup-wrapper .popup-content.corrections-popup .fields-group .field-box.currency {
  flex-shrink: 0;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages {
  width: 640px;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper {
  display: flex;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section {
  width: 150px;
  padding: 12px 0 0 12px;
  border-right: 1px solid var(--lighten25-dark-color);
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .left-panel-items {
  z-index: 1;
  overflow: hidden;
  max-height: 450px;
  overflow-y: auto;
  padding: 10px 7px 4px 0;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .title {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  margin-bottom: 8px;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .btn,
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .selected-btn-container {
  margin-bottom: 5px;
  margin-top: 10px;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .selected-btn-container {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  background: var(--lighten25-dark-color);
  height: 30px;
  padding: 8px 20px 8px 8px;
  border-radius: 4px;
  position: relative;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .selected-btn-container.first {
  z-index: 1;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .selected-btn-container .tooltip-container {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--white-color);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-color);
  cursor: pointer;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .left-panel-section .selected-btn-container .tooltip-container .sb-icon {
  font-size: 13px;
  opacity: 0.7;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .messages-section {
  flex: 1;
  padding: 12px;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .messages-section .field-box.power-field-box {
  margin-bottom: 15px;
}
.generic-popup-container .popup-wrapper .popup-content.send-messages .body-section .messages-wrapper .messages-section .editor {
  height: 189px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
}
.generic-popup-container .popup-wrapper .popup-content.actions {
  width: 420px;
  height: 700px;
  overflow: hidden;
}
.generic-popup-container .popup-wrapper .popup-content.actions.blocked-bonuses-container .body-section {
  overflow-x: hidden;
}
.generic-popup-container .popup-wrapper .popup-content.actions.blocked-bonuses-container .body-section .players-box {
  max-height: 100% !important;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section {
  width: 100%;
  height: 100%;
  position: relative;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content {
  padding: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--builder-white);
  z-index: 9;
  top: -9999px;
  pointer-events: auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: z-index 0s, transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 0.6s, 0s;
  display: flex;
  flex-direction: column;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.active {
  transform: translate3d(-100%, 0, 0);
  top: 0;
  z-index: 10;
  overflow: visible;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content #message_content {
  height: 200px;
  outline: 0;
  padding: 3px 13px;
  background: #f2f3f5;
  font-weight: 300;
  overflow-y: scroll;
  border-radius: 4px;
  line-height: 27px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .username_box {
  background: rgb(223, 223, 233);
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.notActive {
  transform: translate3d(-200%, 0, 0);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item {
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  color: var(--text-color);
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item:hover {
  background: var(--lighten35-color);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item:not(:last-child) {
  margin-bottom: 4px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item .sb-icon {
  font-size: 15px;
  opacity: 0.7;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content.actions-wrapper .action-item .sb-icon.sb-arrowright {
  font-size: 13px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .header-section {
  position: absolute;
  width: calc(100% - 40px);
  top: -40px;
  left: 0;
  background: var(--white-color);
  justify-content: flex-start;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .header-section .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
  z-index: 12;
  margin-right: 10px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .header-section .back-btn .sb-icon {
  font-size: 11px;
  color: var(--text-color);
  opacity: 0.7;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .add-bonus-wrapper {
  padding-top: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .content-wrapper .content .add-bonus-wrapper .players-box {
  flex: auto;
  max-height: initial;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper {
  display: flex;
  margin-left: 15px;
  width: 380px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .sb-warning {
  font-size: 18px;
  color: var(--ecn-orange);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .warning-msg {
  border-radius: 8px;
  width: 100%;
  background: var(--darken40-color);
  color: var(--text-color);
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 17px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .warning-msg .info-wrapper {
  padding: 10px 12px 10px 32px;
  border-left: 8px solid var(--base-color);
  position: relative;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .warning-msg .info-wrapper .sb-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  font-size: 16px;
  color: var(--base-color);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .warning-msg .info-wrapper .text-underline,
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .fields-wrapper .warning-msg .info-wrapper a {
  color: var(--text-alt-color);
  cursor: pointer;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .label {
  margin-bottom: 8px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .bonus.active {
  border: 2px dashed #9ad1ed;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .bonus.blocked {
  border: 2px dashed var(--red-color);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box {
  margin-bottom: 15px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box.links-promos-box {
  max-height: 120px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box li {
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  margin-bottom: 4px;
  padding: 8px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box li span.name {
  margin-bottom: 3px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box li span.bonus {
  opacity: 0.7;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .field-box.fields-group {
  margin-bottom: 15px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .field-box.fields-group .select-box {
  margin-left: 4px;
}
.generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .btn-box-bottom {
  margin-top: 55px;
}
.generic-popup-container .popup-wrapper .popup-content.actions > .body-section {
  height: calc(100% - 40px);
}
.generic-popup-container .popup-wrapper .popup-content .control-games-popup {
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
}
.generic-popup-container .popup-wrapper .popup-content .control-games-popup .action-item {
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  color: var(--text-color);
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 4px;
}
.generic-popup-container .popup-wrapper .popup-content.event-edit-logs .body-section {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 100%;
}
.generic-popup-container .popup-wrapper .popup-content.event-edit-logs .body-section .log-items-wrapper {
  padding: 1.05rem;
  max-height: 600px;
}
.generic-popup-container .popup-wrapper .popup-content.event-edit-logs .body-section .log-items-wrapper li.log-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.generic-popup-container .popup-wrapper .popup-content.event-edit-logs .body-section .log-items-wrapper li.log-item .top-section div {
  padding: 0.25rem;
}
.generic-popup-container .popup-wrapper .popup-content.event-edit-logs .body-section .log-items-wrapper li.log-item .name {
  font-weight: 700;
}
.generic-popup-container .popup-wrapper .popup-content .body-section .content-wrapper .disabled {
  pointer-events: none;
}
.generic-popup-container .popup-wrapper .popup-content .body-section .content-wrapper .field-box {
  margin-bottom: 15px;
}
.generic-popup-container .popup-wrapper .popup-content .body-section .content-wrapper .field-box-near {
  margin-bottom: 3px;
}
.generic-popup-container .image-popup {
  max-width: 80vw;
  max-height: 80vh;
}

.tooltip-container .tooltip-content {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1;
  min-width: 97px;
  max-width: 120px;
}
.tooltip-container .tooltip-content.show {
  opacity: 1;
  visibility: visible;
}
.tooltip-container .tooltip-content li {
  padding: 12px 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}
.tooltip-container .tooltip-content li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}

.ember-tooltip {
  background: var(--darken25-color);
  color: var(--text-secondary-color);
}
.ember-tooltip[x-placement^=top] .ember-tooltip-arrow {
  border-top-color: var(--darken25-color);
}
.ember-tooltip[x-placement^=bottom] .ember-tooltip-arrow {
  border-bottom-color: var(--darken25-color);
}
.ember-tooltip[x-placement^=left] .ember-tooltip-arrow {
  border-left-color: var(--darken25-color);
}
.ember-tooltip[x-placement^=right] .ember-tooltip-arrow {
  border-right-color: var(--darken25-color);
}
.ember-tooltip.max-width-300 {
  max-width: 300px;
}
.ember-tooltip.max-width-400 {
  max-width: 400px;
}
.ember-tooltip.max-width-500 {
  max-width: 500px;
}
.ember-tooltip.z-index {
  z-index: 1000;
}

.field-top-info-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.tooltip-info-container {
  line-height: 15px;
}
.tooltip-info-container .sb-icon {
  font-size: 14px;
  cursor: pointer;
  color: var(--darken26-color);
}

.field-box.fields-group {
  display: flex;
  padding-top: 20px;
}
.field-box.fields-group .label {
  position: absolute;
  left: 0;
  top: 0;
}
.field-box.fields-group .field-box.btn-box {
  display: flex;
  margin: 0 5px 0 0;
}
.field-box.fields-group .field-box.btn-box .icon-btn {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  border-radius: 4px 0 0 4px;
  background: var(--lighten35-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.field-box.fields-group .field-box.btn-box .icon-btn .sb-icon {
  font-size: 8px;
  color: var(--text-color);
  opacity: 0.7;
}
.field-box.fields-group .field-box.btn-box .icon-btn + .input-box input {
  border-radius: 0 4px 4px 0;
  max-width: 126px;
}
.field-box.fields-group .field-box.btn-box input {
  max-width: 148px;
}

.logs-container {
  padding: 10px;
}
.logs-container .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  padding-bottom: 10px;
}
.logs-container .log-items-wrapper .log-item {
  background: var(--lighten30-color);
  padding: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.logs-container .log-items-wrapper .log-item .top-section {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.logs-container .log-items-wrapper .log-item .top-section .name {
  font-size: 14px;
  line-height: 18px;
}
.logs-container .log-items-wrapper .log-item .main-section .info-wrapper .info-item {
  padding-top: 10px;
}
.logs-container .log-items-wrapper .log-item .main-section .info-wrapper .info-item .name {
  font-size: 12px;
  line-height: 15px;
}
.logs-container .log-items-wrapper .log-item .desc {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
}
.logs-container .log-items-wrapper .log-item .sb-arrowright {
  line-height: inherit;
  font-size: 10px;
  margin: 0 5px;
}

.field-box.custom-select .select-box-container {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  height: 214px;
  width: 210px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
  border-radius: 4px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
}
.field-box.custom-select .select-box-container.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.field-box.custom-select .select-box-container .field-box.search {
  margin: 0;
}
.field-box.custom-select .select-box-container .field-box.search .sb-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.field-box.custom-select .select-box-container .field-box.search input {
  border-radius: 0;
  height: 30px;
  padding-left: 26px;
  background: var(--lighten25-dark-color);
}
.field-box.custom-select .select-box-container .list-container {
  height: calc(100% - 30px);
}
.field-box.custom-select .select-box-container .list-container::-webkit-scrollbar-thumb {
  background-color: var(--lighten25-dark-color);
}
.field-box.custom-select .select-box-container .list-container .list-name {
  height: 20px;
  position: relative;
}
.field-box.custom-select .select-box-container .list-container .list-name .square-checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 12px;
  height: 12px;
}
.field-box.custom-select .select-box-container .list-container .list-name .square-checkbox input {
  width: 0;
  height: 0;
}
.field-box.custom-select .select-box-container .list-container .list-name .square-checkbox label {
  width: 12px;
  height: 12px;
}
.field-box.custom-select .select-box-container .list-container .list-name .square-checkbox label:after {
  width: 4px;
  height: 4px;
}
.field-box.custom-select .select-box-container .list-container .list-name span {
  padding-left: 27px;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  color: var(--text-color);
  opacity: 0.7;
}
.field-box.custom-select .select-box-container .list-container .list-wrapper li {
  display: flex;
  align-items: center;
  height: 40px;
  border-top: 1px solid var(--lighten25-dark-color);
}
.field-box.custom-select .select-box-container .list-container .list-wrapper li .checkbox {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}
.field-box.custom-select .select-box-container .list-container .list-wrapper li .checkbox label {
  width: 16px;
  height: 16px;
}
.field-box.custom-select .select-box-container .list-container .list-wrapper li .checkbox label .sb-icon {
  font-size: 10px;
}
.field-box.custom-select .select-box-container .list-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}

.accordion-switcher-section .sortable-item {
  margin-bottom: 5px;
}

.bet-levels-columns {
  display: flex;
  gap: 16px;
}

.bet-level-column {
  display: flex;
  flex-direction: column;
}

.bet-levels-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}

.bet-level-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}

.bet-level-key {
  font-weight: bold;
  color: #007bff;
  margin-right: 1px;
  min-width: 16px;
}

.bet-level-value {
  color: #333;
}

.accordion-switcher-container {
  position: relative;
  background: var(--lighten30-color);
  border-radius: 4px;
  transition: background 0.3s;
  margin-bottom: 5px;
}
.accordion-switcher-container.selected {
  background: var(--lighten35-color) !important;
}
.accordion-switcher-container:not(:last-child) {
  margin-bottom: 5px;
}
.accordion-switcher-container .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 44px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s;
  cursor: pointer;
}
.accordion-switcher-container .top-section.row-item {
  height: auto;
}
.accordion-switcher-container .top-section.is-last {
  height: 80px;
}
.accordion-switcher-container .top-section.is-last .left-section {
  width: 100%;
}
.accordion-switcher-container .top-section.is-last .left-section .title {
  width: 100%;
  line-height: 80px;
}
.accordion-switcher-container .top-section .left-section {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.accordion-switcher-container .top-section .left-section .icon {
  height: 21px;
  width: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
}
.accordion-switcher-container .top-section .left-section .icon.hide {
  pointer-events: none;
  display: none;
}
.accordion-switcher-container .top-section .left-section .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.accordion-switcher-container .top-section .left-section .sb-icon {
  font-size: 8px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
  margin-left: 14px;
  transition: transform 0.3s;
}
.accordion-switcher-container .top-section .left-section .title {
  width: 100%;
  line-height: 44px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-color);
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.accordion-switcher-container .top-section .left-section .title .field-box {
  width: 100%;
}
.accordion-switcher-container .top-section .left-section .title .field-box input {
  height: 33px;
}
.accordion-switcher-container .top-section .left-section .title img {
  background: var(--button-color);
  border-radius: 4px;
  padding: 2px;
  margin-right: 5px;
  border: 1px solid var(--green-color);
  box-sizing: content-box;
}
.accordion-switcher-container .top-section .left-section .title span {
  width: 100%;
  height: 44px;
}
.accordion-switcher-container .top-section .right-section {
  display: flex;
  align-items: center;
  height: 100%;
}
.accordion-switcher-container .top-section .right-section img {
  width: auto;
  height: 100%;
  margin-right: 35px;
  transform: scale(1);
  position: relative;
  transition: 0.2s;
  z-index: 1;
}
.accordion-switcher-container .top-section .right-section img.hover:hover {
  z-index: 2;
  transform: scale(3);
}
.accordion-switcher-container .top-section .right-section .switcher-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.accordion-switcher-container .top-section .right-section .switcher-container .sb-icon {
  font-size: 18px;
  color: var(--text-color);
  margin-right: 35px;
}
.accordion-switcher-container .top-section .right-section .switcher-container .sb-icon.disabled {
  opacity: 0.3;
}
.accordion-switcher-container .top-section .right-section .settings-btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--white-color);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.accordion-switcher-container .top-section .right-section .settings-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.accordion-switcher-container .top-section .right-section .settings-btn .sb-icon {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 172px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 2;
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container .list-wrapper li {
  padding: 12px;
  background: transparent;
  transition: background 0.3s;
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container .list-wrapper li:hover {
  background: var(--lighten25-dark-color);
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container .list-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.accordion-switcher-container .top-section .right-section .settings-btn .info-menu-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  white-space: nowrap;
}
.accordion-switcher-container .content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s, padding 0.4s, opacity 0.4s;
  width: calc(100% - 24px);
  margin: auto;
}
.accordion-switcher-container .content .accordion-switcher-container {
  background: var(--white-color);
}
.accordion-switcher-container .content .accordion-switcher-container .content .accordion-switcher-container {
  background: var(--lighten30-color);
}
.accordion-switcher-container .content .accordion-switcher-container .content .accordion-switcher-container .content .accordion-switcher-container {
  background: var(--white-color);
}
.accordion-switcher-container .content .accordion-switcher-container.selected {
  background: var(--lighten25-dark-color);
}
.accordion-switcher-container.show > .top-section {
  border-color: var(--text-color-10);
}
.accordion-switcher-container.show > .top-section .left-section .sb-icon {
  transform: rotate(90deg);
}
.accordion-switcher-container.show > .content {
  overflow: visible;
  opacity: 1;
}
.accordion-switcher-container.child {
  background: var(--lighten30-color) !important;
}
.accordion-switcher-container.child .top-section .left-section {
  cursor: auto;
}
.accordion-switcher-container.child .top-section .right-section .sb-icon {
  cursor: pointer;
  font-size: 16px;
  margin-right: 16px;
  color: var(--scrollBar-color);
  transition: color 0.3s;
}
.accordion-switcher-container.child .top-section .right-section .sb-icon.active {
  color: #df6f1e;
}
.accordion-switcher-container.selected-item {
  position: relative;
}
.accordion-switcher-container .selected-action-container {
  position: absolute;
  left: calc(100% + 24px);
  top: 0;
}
.accordion-switcher-container .selected-action-container .selected-action-body {
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  min-width: 172px;
  max-width: 200px;
}
.accordion-switcher-container .selected-action-container .selected-action-body .sb-recarrow {
  cursor: pointer;
}
.accordion-switcher-container .selected-action-container .line-item {
  color: var(--text-color);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.accordion-switcher-container .selected-action-container .line-item:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.accordion-switcher-container .selected-action-container .line-item.selected-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.accordion-switcher-container .selected-action-container .line-item .field-box {
  width: 100%;
}
.accordion-switcher-container .selected-action-container .line-item .field-box select {
  height: 30px;
  line-height: 30px;
}
.accordion-switcher-container .selected-action-container .line-item .on-off-button.active {
  left: 20px;
}
.accordion-switcher-container .selected-action-container .line-item .on-off-button input:checked + span:before {
  left: 20px;
}
.accordion-switcher-container .selected-action-container .line-item .on-off-button span {
  width: 38px;
  height: 20px;
}
.accordion-switcher-container .selected-action-container .line-item .on-off-button span:before {
  width: 16px;
  height: 16px;
}
.accordion-switcher-container .go-to-back {
  position: absolute;
  left: calc(100% + 50px);
  top: 0;
}
.accordion-switcher-container .go-to-back span {
  position: fixed;
  bottom: 25px;
  width: 50px;
  cursor: pointer;
}

.casino-game-actions .line-item {
  color: var(--text-color);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.casino-game-actions .line-item:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.casino-game-actions .line-item.selected-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.casino-game-actions .line-item .field-box {
  width: 100%;
}
.casino-game-actions .line-item .field-box select {
  height: 30px;
  line-height: 30px;
}
.casino-game-actions .line-item .field-box .top-amounts-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.casino-game-actions .line-item .on-off-button input:checked + span:before {
  left: 20px;
}
.casino-game-actions .line-item .on-off-button span {
  width: 38px;
  height: 20px;
}
.casino-game-actions .line-item .on-off-button span:before {
  width: 16px;
  height: 16px;
}

.controller-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-radius: 4px;
  background: var(--lighten30-color);
  padding: 0 16px 0 12px;
  border-left: 4px solid transparent;
  transition: background 0.3s, border-left-color 0.3s;
  cursor: pointer;
  color: var(--text-color);
}
.controller-item.active {
  background: var(--lighten25-dark-color);
  border-left-color: var(--green-color);
}
.controller-item .left-section {
  display: flex;
  align-items: center;
}
.controller-item .left-section .name-info {
  margin-left: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  padding-right: 20px;
}
.controller-item .left-section .name-info .description {
  font-size: 12px;
  opacity: 0.7;
  height: 20px;
}
.controller-item .left-section .name-info .description * {
  margin: 0;
}
.controller-item .left-section .name-info .name {
  line-height: 26px;
}
.controller-item .left-section .name-info .name img {
  background: var(--button-color);
  border-radius: 4px;
  padding: 2px;
  margin-right: 5px;
  box-sizing: content-box;
  border: 1px solid var(--green-color);
}
.controller-item .left-section .icon {
  height: 21px;
  width: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-shrink: 0;
}
.controller-item .left-section .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.controller-item .right-section {
  display: flex;
  align-items: center;
}
.controller-item .right-section .switcher {
  margin-right: 12px;
}
.controller-item .right-section .settings-btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--white-color);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.controller-item .right-section .settings-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.controller-item .right-section .settings-btn .sb-icon {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.controller-item .right-section .settings-btn .info-menu-container {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 172px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 2;
}
.controller-item .right-section .settings-btn .info-menu-container:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}
.controller-item .right-section .settings-btn .info-menu-container .list-wrapper li {
  padding: 12px;
  background: transparent;
  transition: background 0.3s;
}
.controller-item .right-section .settings-btn .info-menu-container .list-wrapper li:hover {
  background: var(--lighten25-dark-color);
}
.controller-item .right-section .settings-btn .info-menu-container .list-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.controller-item .right-section .settings-btn .info-menu-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  white-space: nowrap;
}

.top-section.standard-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.top-section.standard-block .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.top-section.standard-block .buttons {
  display: flex;
  align-items: center;
}
.top-section.standard-block .buttons .cancel {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: var(--text-color);
}

.filter-section.block {
  margin-bottom: 20px;
}
.filter-section.block .filter-info {
  padding-top: 13px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.filter-section.block .filter-info .settings-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  margin-left: 6px;
}
.filter-section.block .filter-info .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
}
.filter-section.block .buttons-container {
  display: flex;
  flex-wrap: wrap;
}
.filter-section.block .buttons-container .btn-content-box {
  position: relative;
}
.filter-section.block .buttons-container .btn-filter {
  margin-right: 10px;
}
.filter-section.block .buttons-container .btn-filter:not(.active) {
  background: var(--lighten25-dark-color);
}

.main-notification-container .notification-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--darken30-color-90);
  z-index: 12;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.33s;
}
.main-notification-container .notification-layer.show {
  pointer-events: auto;
  opacity: 1;
}
.main-notification-container .notification-wrapper {
  padding: 20px;
  pointer-events: none;
  min-width: 320px;
  max-width: 360px;
  position: fixed;
  top: 0;
  bottom: 0;
  background: var(--white-color);
  right: 0;
  z-index: 13;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.main-notification-container .notification-wrapper.open {
  pointer-events: auto;
  transform: translateX(0);
}
.main-notification-container .notification-wrapper .count {
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  border-radius: 2px;
  background: var(--red-color);
  color: var(--text-secondary-color);
  text-align: center;
  padding: 0 4px;
}
.main-notification-container .notification-wrapper .square-btn {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-notification-container .notification-wrapper .square-btn .sb-icon {
  font-size: 16px;
  opacity: 0.7;
}
.main-notification-container .notification-wrapper .square-btn.small {
  height: 24px;
  width: 24px;
}
.main-notification-container .notification-wrapper .top-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-notification-container .notification-wrapper .top-section .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-notification-container .notification-wrapper .top-section .header-section .name {
  position: relative;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: var(--text-color);
  margin-right: 10px;
}
.main-notification-container .notification-wrapper .top-section .header-section .name .count {
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
}
.main-notification-container .notification-wrapper .top-section .header-section .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  background: var(--lighten30-color);
  cursor: pointer;
}
.main-notification-container .notification-wrapper .top-section .header-section .close-btn .sb-icon {
  font-size: 12px;
  color: var(--text-color);
}
.main-notification-container .notification-wrapper .top-section .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper {
  padding: 15px 5px 40px 0;
  max-height: calc(100vh - 160px);
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item.show .title-section .name .sb-icon {
  transform: rotate(-90deg);
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .title-section .name {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .title-section .name .sb-icon {
  font-size: 6px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
  margin-right: 10px;
  transition: transform 0.3s;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .title-section .name span {
  display: block;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.33s;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li {
  margin-bottom: 5px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper {
  padding: 20px;
  background: var(--lighten30-color);
  border-radius: 2px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .title,
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .info {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .top {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .top .primary-info .sub-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .main {
  display: flex;
  border-top: 1px solid var(--lighten25-dark-color);
  padding-top: 10px;
  padding-bottom: 12px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .main .info {
  margin-right: 5px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .main .info .name {
  margin-bottom: 5px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .main .square-btn span {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  opacity: 0.7;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom .buttons {
  display: flex;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom .buttons .square-btn {
  margin-right: 10px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom .buttons .square-btn .sb-icon {
  opacity: 1;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom .confirm .role {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items li .item-wrapper .bottom .confirm .role .sb-icon {
  margin-left: 5px;
  color: var(--green-color);
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items.limits li .item-wrapper .main {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  padding-bottom: 0;
  border: none;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items.limits li .item-wrapper .main .current-progress {
  display: flex;
  justify-content: space-between;
  height: 4px;
  width: 100%;
  margin-bottom: 12px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items.limits li .item-wrapper .main .current-progress .progress-percent {
  background: var(--green-color);
  height: 4px;
  border-radius: 10px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items.limits li .item-wrapper .main .current-progress .progress-percent-minus {
  background: var(--white-color);
  height: 4px;
  border-radius: 10px;
}
.main-notification-container .notification-wrapper .main-section .items-wrapper .notification-item .items.limits li .item-wrapper .main .info {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}

.profile-settings {
  padding: 20px;
  pointer-events: none;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: var(--white-color);
  right: 0;
  z-index: 13;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
}
.profile-settings.show {
  pointer-events: auto;
  transform: translateX(0);
}
.profile-settings .top-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.profile-settings .top-section .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.profile-settings .top-section .header-section .name {
  position: relative;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: var(--text-color);
  margin-right: 10px;
}
.profile-settings .top-section .header-section .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  background: var(--lighten30-color);
  cursor: pointer;
}
.profile-settings .top-section .header-section .close-btn .sb-icon {
  font-size: 12px;
  color: var(--text-color);
}
.profile-settings .main-section {
  flex: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.profile-settings .main-section .items-wrapper {
  padding: 15px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-settings .main-section .items-wrapper .user-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid var(--lighten25-dark-color);
  padding-bottom: 20px;
}
.profile-settings .main-section .items-wrapper .user-info-wrapper .setting-item.user-id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.profile-settings .main-section .items-wrapper .user-info-wrapper .setting-item.user-id .copy-btn {
  width: 25px;
  height: 20px;
}
.profile-settings .main-section .items-wrapper .user-info-wrapper .setting-item .title span {
  opacity: 0.7;
}
.profile-settings .main-section .log-out {
  background: var(--beauty-red-color);
  color: var(--text-secondary-color);
}

.pell-content {
  background: var(--lighten25-dark-color);
  border-radius: 0 0 5px 5px;
}

.switcher-block-btn {
  display: flex;
}
.switcher-block-btn.withdraw-status-block {
  flex-wrap: wrap;
  width: 100px;
  row-gap: 9px;
  column-gap: 3px;
}
.switcher-block-btn .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.switcher-block-btn .square-btn:not(:first-child) {
  margin-left: 10px;
}
.switcher-block-btn .square-btn.active.like {
  background: var(--green-color);
  color: var(--white-color);
}
.switcher-block-btn .square-btn.active.unlike {
  background: var(--red-color);
  color: var(--white-color);
}

.buttons .square-btn.active.like {
  background: var(--green-color);
  color: var(--white-color);
}
.buttons .square-btn.active.unlike {
  background: var(--red-color);
  color: var(--white-color);
}

.copy-btn {
  background: transparent;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding: 0 2px;
  display: inline-block;
}
.copy-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  mask-image: url(../assets/images/copy.svg);
  -webkit-mask-image: url(../assets/images/copy.svg);
  background: var(--text-color);
  mask-repeat: no-repeat;
}

.copy-btn-small {
  background: url(/assets/images/copy.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  padding: 2px;
  display: inline-block;
}

.settings-btn {
  width: 42px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.settings-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.settings-btn .info-menu-container {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 172px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 2;
}
.settings-btn .info-menu-container:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}
.settings-btn .info-menu-container .list-wrapper li {
  padding: 12px;
  background: transparent;
  transition: background 0.3s;
}
.settings-btn .info-menu-container .list-wrapper li:hover {
  background: var(--lighten25-dark-color);
}
.settings-btn .info-menu-container .list-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.settings-btn .info-menu-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  white-space: nowrap;
}

.ember-basic-dropdown-trigger {
  display: inline-block;
}
.ember-basic-dropdown-trigger:focus {
  outline: 0;
}

.single-power-select {
  display: block !important;
  padding: 0 34px 0 0 !important;
  font-size: 12px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  min-width: 174px !important;
}
.single-power-select:focus {
  border: 0 !important;
}

.single-power-select-header {
  display: block !important;
  padding: 0 34px 0 0 !important;
  font-size: 12px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
}
.single-power-select-header:focus {
  border: 0 !important;
}

.ember-basic-dropdown-content {
  background: var(--lighten25-dark-color) !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 172px;
}
.ember-basic-dropdown-content .ember-power-select-search-input {
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  padding: 0 5px;
}
.ember-basic-dropdown-content li {
  border-bottom: 1px solid var(--lighten15-dark-color);
  padding: 12px;
  transition: background 0.3s;
  font-weight: 600;
  font-size: 14px;
}
.ember-basic-dropdown-content li > span,
.ember-basic-dropdown-content li .path-item {
  cursor: pointer;
}
.dropdown-settings-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
}
.dropdown-settings-btn.bg-transparent {
  background: transparent;
}
.dropdown-settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.dropdown-settings-btn.bg-white {
  background: var(--white-color);
}

.sb-icon.sb-cms {
  mask: url("/assets/images/CMS.svg");
  -webkit-mask-box-image: url("/assets/images/CMS.svg");
  background-size: contain;
  background: var(--white-color);
  width: 25px;
  height: 25px;
}
.sb-icon.sb-invoices {
  mask: url("/assets/images/invoices.svg");
  -webkit-mask-box-image: url("/assets/images/invoices.svg");
  background-size: contain;
  background: var(--white-color);
  width: 25px;
  height: 25px;
}
.sb-icon.sb-crm {
  mask: url("/assets/images/CRM.svg");
  -webkit-mask-box-image: url("/assets/images/CRM.svg");
  background-size: contain;
  background: var(--white-color);
  width: 25px;
  height: 25px;
}
.sb-icon.sb-duplicate-player {
  background: url(/assets/images/duplicate.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
}
.sb-icon.sb-sun {
  mask: url("../assets/images/sun.svg");
  -webkit-mask-box-image: url("../assets/images/sun.svg");
}
.sb-icon.sb-moon {
  mask: url("../assets/images/moon.svg");
  -webkit-mask-box-image: url("../assets/images/moon.svg");
}
.sb-icon.sb-clock {
  mask: url("../assets/images/clock.svg");
  -webkit-mask-box-image: url("../assets/images/clock.svg");
  width: 19px;
  height: 19px;
  background-color: var(--text-color);
}
.sb-icon.sb-hide-password {
  background: url(/assets/images/hide-password-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sb-icon.sb-show-password {
  background: url(/assets/images/show-password-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 48em) {
  .daterangepicker {
    height: 350px;
    overflow-y: auto;
  }
  .id-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.hide-year-picker .drp-calendar .monthselect + .yearselect {
  display: none !important;
}

html {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  height: 100%;
}

body {
  background-color: var(--darken30-color);
  height: 100%;
}

.main-container {
  display: flex;
}
.main-container.media-desktop > .left-section {
  max-width: 76px;
  transition: max-width 0.3s, margin-right 0.3s;
  margin-right: 20px;
  flex-shrink: 0;
}
.main-container.media-desktop > .main-body {
  width: calc(100% - 96px);
}
.main-container.media-desktop > .main-body .toggle-sidebar-round {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.main-container.media-desktop.is-show > .left-section {
  max-width: 276px;
  margin-right: 0;
}
.main-container.media-desktop.is-show > .main-body {
  width: calc(100% - 276px);
}
.main-container.media-desktop.is-show > .main-body .toggle-sidebar-round {
  transform: rotate(0deg);
}
.main-container .left-section .left-panel {
  width: 76px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-color: var(--darken25-color);
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.main-container .left-section .left-panel .nav-wrapper {
  flex: auto;
}
.main-container .left-section .left-panel .nav-wrapper .nav-item {
  width: 76px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--darken25-color);
  transition: background 0.3s, border-left-color 0.3s;
}
.main-container .left-section .left-panel .nav-wrapper .nav-item.selected {
  background: var(--darken35-color);
  border-left: 4px solid var(--green-color);
}
.main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon {
  color: var(--text-secondary-color);
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}
.main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon.sb-templates, .main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon.sb-integrations, .main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon.sb-crm, .main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon.sb-cms {
  background: var(--text-secondary-color);
}
.main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon .path1:before,
.main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon .path2:before,
.main-container .left-section .left-panel .nav-wrapper .nav-item .sb-icon .path3:before {
  color: var(--text-secondary-color);
}
.main-container .left-section .left-panel .nav-wrapper .nav-item .name {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: var(--text-secondary-color);
}
.main-container .left-section .left-panel .them-mode-switcher-wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--darken25-color);
  padding: 15px 0;
}
.main-container .left-section .navigation-container {
  margin-left: 76px;
}
.main-container .main-body {
  height: 100%;
  display: flex;
  flex: auto;
  position: relative;
}
.main-container .main-body .toggle-sidebar-round {
  position: absolute;
  left: -15px;
  top: 41px;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: var(--darken25-color);
  color: var(--text-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--darken20-color);
}
.main-container .main-body .toggle-sidebar-round .sb-icon {
  font-size: 10px;
}
.main-container .main-body .main-content {
  width: 100%;
  background: var(--white-color);
  border-radius: 20px;
  margin: 20px 20px 20px 0;
  height: calc(100vh - 40px);
  overflow: hidden;
}
.main-container .main-body .main-content .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.under-maintenance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  background-color: var(--darken35-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-secondary-color);
}

.main-info-container.bets .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.bets .table-content .header-section .field-box {
  margin-top: 10px;
}
.main-info-container.bets .table-content .header-section .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 165px;
  padding-left: 40px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 300px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 95px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 135px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 70px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 125px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 130px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-header > div.column8, .main-info-container.bets .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bets .table-content .accordion-table-container .table-wrapper .wallet > div.column8 {
  width: 85px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 165px;
  padding-left: 40px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 300px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 95px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 135px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 70px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 125px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 130px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column8 {
  width: 125px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) input {
  width: 103px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) .column-sub-title {
  font-weight: 300;
  color: var(--scrollBar-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1 {
  width: 105px;
  padding-left: 40px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2 {
  width: 85px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3 {
  width: 105px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4 {
  width: 200px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column5 {
  width: 125px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column6 {
  width: 100px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column7 {
  width: 150px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column8 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column9 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column10 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column11 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column12 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .lock-unlock-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .lock-unlock-btn i {
  pointer-events: none;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column1 {
  width: 105px;
  padding-left: 40px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column2 {
  width: 85px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column3 {
  width: 105px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column4 {
  width: 200px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column5 {
  width: 125px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column6 {
  width: 100px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column7 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column8 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column9 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column10 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column11 {
  width: 150px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column12 {
  width: 155px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) input {
  width: 85px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) input + .success-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--button-color);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn .sb-icon {
  opacity: 0.7;
  font-size: 15px;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.like {
  background: var(--green-color);
  color: var(--white-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.like.highlight-btn {
  background: var(--highlight-btn-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.like i {
  opacity: 1;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.sb-arrowleft {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.unlike {
  background: var(--red-color);
  color: var(--white-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.unlike i {
  opacity: 1;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container {
  position: fixed;
  left: 16px;
  bottom: 20px;
  width: 246px;
  min-height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: var(--white-color);
  z-index: 3;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .text-calculated {
  color: var(--green-color);
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .calculated-btn {
  margin-top: 3px;
  border-radius: 5px;
  background: var(--darken25-color);
  height: 30px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.main-info-container.bets .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}

.main-info-container.players .filter-section .filter-info {
  padding-top: 13px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-info-container.players .filter-section .filter-info .settings-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  margin-left: 6px;
}
.main-info-container.players .filter-section .filter-info .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.players .filter-section .buttons-container {
  display: flex;
}
.main-info-container.players .filter-section .buttons-container .btn-content-box {
  position: relative;
}
.main-info-container.players .filter-section .buttons-container .btn-filter {
  margin-right: 10px;
}
.main-info-container.players .filter-section .buttons-container .btn-filter:not(.active) {
  background: var(--lighten25-dark-color);
}
.main-info-container.players .details-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.main-info-container.players .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.players .table-content .header-section > .field-box {
  margin-top: 10px;
}
.main-info-container.players .table-content .header-section > .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.players .table-content .header-section > .field-box:last-child, .main-info-container.players .table-content .header-section > .field-box:nth-last-child(2) {
  min-width: 200px;
}
.main-info-container.players .table-content .header-section > .field-box.group .opening-form-box > .field-box {
  display: flex;
  align-items: flex-end;
}
.main-info-container.players .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box {
  min-width: auto;
  width: 100%;
  margin-bottom: 0;
}
.main-info-container.players .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.input {
  margin-right: 5px;
}
.main-info-container.players .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select {
  max-width: 65px;
  padding: 0;
}
.main-info-container.players .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select select {
  padding-right: 20px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text {
  margin-right: 16px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-control-btn {
  padding: 0 10px;
  min-width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-btn-color);
  border-radius: 4px;
  cursor: pointer;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-control-btn:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header .check-box, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .check-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet .check-box {
  padding-left: 8px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div .sort-arrows, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div .sort-arrows, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div .sort-arrows {
  margin-left: 5px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div .sort-arrows .sb-icon, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div .sort-arrows .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div .sort-arrows .sb-icon {
  font-size: 11px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div .sort-arrows .sb-icon:last-child, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div .sort-arrows .sb-icon:last-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div .sort-arrows .sb-icon:last-child {
  opacity: 0.5;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 153px;
  padding-left: 16px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column1_1, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1_1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column1_1 {
  width: 95px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 150px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 230px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 155px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 195px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 225px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 184px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column8, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column8 {
  width: 333px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-header > div.column8_1, .main-info-container.players .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8_1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.players .table-content .accordion-table-container .table-wrapper .wallet > div.column8_1 {
  width: 310px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .check-box {
  display: flex;
  align-items: center;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column1 {
  width: 153px;
  padding-left: 16px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column1_1 {
  width: 95px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column2 {
  width: 150px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column3 {
  width: 230px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column4 {
  width: 155px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column5 {
  width: 195px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column6 {
  width: 225px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column7 {
  width: 184px;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column8 {
  width: 333px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column8 .sb-icon {
  display: block;
}
.main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column8 .sb-icon.sb-arrowdown, .main-info-container.players .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div.column8 .sb-icon.sb-arrowup {
  display: inline-block;
}
.main-info-container.players .opening-form-box {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 201px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px 10px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-info-container.players .opening-form-box.show {
  opacity: 1;
  visibility: visible;
}
.main-info-container.players .opening-form-box .field-box {
  margin-bottom: 15px;
}
.main-info-container.players .opening-form-box .btn {
  margin-bottom: 15px;
}
.main-info-container.players .opening-form-box .apply-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.main-info-container.edit-logs .fields-box-section {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.edit-logs .content-section {
  padding-top: 20px;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item {
  background: var(--lighten30-color);
  padding: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .top-section {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .top-section .name {
  font-size: 14px;
  line-height: 18px;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .main-section .info-wrapper .info-item {
  padding-top: 10px;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .main-section .info-wrapper .info-item .name {
  font-size: 12px;
  line-height: 15px;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .desc {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
}
.main-info-container.edit-logs .content-section .col-item .log-items-wrapper .log-item .sb-arrowright {
  line-height: inherit;
  font-size: 10px;
  margin: 0 5px;
}
.main-info-container.messages .btn {
  margin-top: 20px;
}
.main-info-container.messages .content-section {
  padding-top: 20px;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item {
  background: var(--lighten30-color);
  padding: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .top-section {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lighten25-dark-color);
  position: relative;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .top-section .title {
  font-size: 16px;
  line-height: 20px;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .top-section .desc {
  font-size: 14px;
  line-height: 20px;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .top-section .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .main-section span.desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.main-info-container.messages .content-section .col-item .message-items-wrapper .message-item .desc {
  opacity: 0.7;
}
.main-info-container.password .header-section {
  padding-top: 20px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.password .content-section .form-wrapper {
  max-width: 286px;
  padding-top: 20px;
}
.main-info-container.password .content-section .form-wrapper .section-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  padding-bottom: 20px;
}
.main-info-container.password .content-section .form-wrapper .input-box {
  margin-bottom: 10px;
}

.settings-info-container {
  width: 100%;
}
.settings-info-container .header-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 8px;
}
.settings-info-container .header-section title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.settings-info-container .header-section .btn {
  min-width: 108px;
}
.settings-info-container .header-section .btn-box span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-right: 24px;
  cursor: pointer;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  height: 48px;
  border-bottom: 1px solid var(--lighten25-dark-color);
  flex-wrap: nowrap;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .key,
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value:not(.field) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .key {
  opacity: 0.7;
  margin-right: 10px;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value {
  text-align: right;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value.field {
  min-width: 50%;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value:not(.field) {
  padding-right: 18px;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value:not(.birthday) input,
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value:not(.birthday) select {
  max-width: 260px;
  width: 100%;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value.birthday .day {
  width: 45px;
  margin-right: 5px;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value.birthday .month {
  width: 132px;
  margin-right: 5px;
}
.settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value.birthday .year {
  width: 76px;
}

.switcher-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 12px;
  height: 40px;
  border-radius: 4px;
  background: var(--white-color);
}
.switcher-block > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-right: 5px;
}

.main-info-container.stats-profile .stats-container .stats-blocks .block-item:first-child .block-item-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.main-info-container.stats-profile .stats-container .stats-blocks .block-item.switcher-container .block-item-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  height: calc(100% - 10px);
}
.main-info-container.stats-profile .stats-container .stats-blocks .block-item.switcher-container .block-item-wrapper .divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: var(--text-secondary-color);
  border-radius: 4px;
  width: calc(100% - 40px);
}
.main-info-container.stats-profile .stats-container.stats-profile-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 10px 10px 10px;
}
.main-info-container.stats-profile .stats-container.stats-profile-row .actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2;
  gap: 10px;
}
.main-info-container.stats-profile .stats-container.stats-profile-row .note {
  flex: 2;
  min-width: 300px;
  font-size: 15px;
}
.main-info-container.stats-profile .stats-container.stats-profile-row .note .note-items {
  list-style: inside;
}
.main-info-container.stats-profile .stats-container.stats-profile-row > div {
  min-height: 410px;
}
.main-info-container.stats-profile .stats-container.stats-profile-row > div.graph {
  display: flex;
  flex-direction: column;
}
.main-info-container.stats-profile .stats-container.stats-profile-row > div.graph .stats-info {
  flex: auto;
}
.main-info-container.stats-profile .settings-info-container .main-info .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}
.main-info-container.stats-profile .settings-info-container .main-info .items-wrapper .row-item .row-item-wrapper {
  margin: 0 2.5px;
}
@media only screen and (min-width: 64em) {
  .main-info-container.stats-profile .settings-info-container .main-info .items-wrapper .row-item .row-item-wrapper .value.field {
    padding-right: 18px;
  }
}

.main-info-container.actions .ip-addresses-container .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  padding: 20px 0 15px;
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item {
  margin-bottom: 20px;
  color: var(--text-color);
}
@media only screen and (min-width: 64em) {
  .main-info-container.actions .ip-addresses-container .blocks-section .block-item:first-child {
    margin-right: 15px;
  }
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .header-section {
  background: var(--lighten25-dark-color);
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .header-section span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  padding: 6px 12px;
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .header-section span.with-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul {
  height: 110px;
  background: var(--lighten30-color);
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul li {
  padding: 0 10px;
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul li .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--lighten25-dark-color);
  height: 38px;
  color: var(--text-color);
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul li .item-wrapper span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul li .item-wrapper .sb-icon {
  font-size: 12px;
  opacity: 0.7;
}
.main-info-container.actions .fields-container .fields-item {
  padding: 20px 0 10px;
  border-top: 1px solid var(--lighten25-dark-color);
}
.main-info-container.actions .fields-container .fields-item .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.actions .fields-container .fields-item .title + .on-off-button {
  margin-left: 16px;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item {
  padding-top: 15px;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .fields-group:not(.col-xs-12) {
  margin-right: 20px;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .fields-group .field-box {
  margin-right: 10px;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item > .field-box {
  margin-bottom: 10px;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box input {
  width: auto;
}
.main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box .sb-arrowright {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.actions .fields-container .fields-item.user-status .row-item .field-box {
  min-width: 268px;
}

.main-info-container.bonuses .table-content .header-section .field-box:last-child {
  min-width: 286px;
}
.main-info-container.bonuses .table-content .details-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-info-container.bonuses .table-content .details-box .restriction-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
}
.main-info-container.bonuses .table-content .details-box .restriction-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.main-info-container.bonuses .table-content .details-box .restriction-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet {
  padding-left: 34px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 154px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 110px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 208px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 110px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 200px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 195px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 333px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item {
  padding-left: 34px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .action-box {
  display: flex;
  gap: 10px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) {
  display: flex;
  align-items: center;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column99 {
  width: 215px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 155px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 110px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 208px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 110px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 200px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 195px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 333px;
  flex-direction: column;
  align-items: start !important;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon {
  display: block;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon.sb-arrowdown, .main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon.sb-arrowup {
  display: inline-block;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header {
  padding-left: 34px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column0 {
  width: 100px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1 {
  width: 145px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2 {
  width: 155px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3 {
  width: 115px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4 {
  width: 150px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column5 {
  width: 135px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column6 {
  width: 155px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column7 {
  width: 140px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column8 {
  width: 165px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item {
  padding-left: 34px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .sb-info {
  margin-right: 5px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column0 {
  width: 100px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column1 {
  width: 145px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column2 {
  width: 155px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column3 {
  width: 115px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column4 {
  width: 150px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column5 {
  width: 135px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column6 {
  width: 155px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column7 {
  width: 140px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column8 {
  width: 165px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn .sb-icon {
  opacity: 0.7;
  font-size: 15px;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn.sb-arrowleft {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container {
  position: fixed;
  left: 16px;
  bottom: 20px;
  width: 246px;
  min-height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: var(--white-color);
  z-index: 3;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .text-calculated {
  color: var(--green-color);
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .calculated-btn {
  margin-top: 3px;
  border-radius: 5px;
  background: var(--darken25-color);
  height: 30px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.main-info-container.bonuses .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}

.main-info-container.bet-history .table-content .header-section {
  gap: 10px;
}
.main-info-container.bet-history .table-content .header-section .field-box {
  margin-right: 10px;
}
.main-info-container.bet-history .table-content .header-section .field-box:last-child {
  min-width: 286px;
}
.main-info-container.bet-history .table-content .accordion-table-container.casino .table-wrapper .table-header, .main-info-container.bet-history .table-content .accordion-table-container.casino .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container.casino .table-wrapper .wallet {
  padding-left: 5px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet {
  padding-left: 34px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 154px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 110px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 208px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 110px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 200px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 195px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 125px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-header > div.column8, .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .wallet > div.column8 {
  width: 150px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper.casino .row-item {
  padding-left: 5px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item {
  padding-left: 34px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) {
  display: flex;
  align-items: center;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 155px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 110px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 208px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 110px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 200px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 195px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 125px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column8 {
  width: 150px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column9 {
  width: 150px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .compress-data {
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .compress-data .compress-item {
  margin: 2px 0 2px 0;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .compress-data .compress-item .compress-name {
  color: grey;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header {
  padding-left: 34px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column0 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1 {
  width: 105px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3 {
  width: 185px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4 {
  width: 240px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column5 {
  width: 140px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column6 {
  width: 108px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column7 {
  width: 80px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column8 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column9 {
  min-width: 150px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item {
  padding-left: 34px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .sb-info {
  margin-right: 5px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column0 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column1 {
  width: 105px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column2 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column3 {
  width: 185px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column4 {
  width: 240px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column5 {
  width: 140px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column6 {
  width: 108px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column7 {
  width: 80px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column8 {
  width: 100px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column9 {
  min-width: 150px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn .sb-icon {
  opacity: 0.7;
  font-size: 15px;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item .square-btn.sb-arrowleft {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container {
  position: fixed;
  left: 16px;
  bottom: 20px;
  width: 246px;
  min-height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: var(--white-color);
  z-index: 3;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .text-calculated {
  color: var(--green-color);
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .calculated-btn {
  margin-top: 3px;
  border-radius: 5px;
  background: var(--darken25-color);
  height: 30px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.main-info-container.bet-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .transactions-types .ember-power-select-options[role=listbox] {
    max-height: 25em;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .transactions-types .ember-power-select-options[role=listbox] {
    max-height: 28em;
  }
}
@media only screen and (min-width: 1800px) {
  .transactions-types .ember-power-select-options[role=listbox] {
    max-height: 34em;
  }
}

.skeleton {
  background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

.skeleton-text {
  height: 16px;
  margin-bottom: 8px;
}

.skeleton-btn {
  width: 80px;
  height: 30px;
}

.skeleton-stats-block {
  width: 150px;
  height: 80px;
  display: inline-block;
  margin-right: 10px;
}

.skeleton-switch {
  width: 40px;
  height: 20px;
}

.skeleton-date-filter {
  width: 250px;
  height: 40px;
}

.skeleton-graph {
  width: 100%;
  height: 250px;
}

.skeleton-overview {
  flex: 1;
  height: 150px;
}

.skeleton-profile-info {
  width: 100%;
  height: 200px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton-text, .skeleton-input, .skeleton-button, .skeleton-icon {
  display: inline-block;
  background: linear-gradient(90deg, #e2e2e2 25%, #f0f0f0 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 4px;
}

.skeleton-text {
  height: 14px;
}

.skeleton-input {
  height: 32px;
}

.skeleton-button {
  height: 28px;
}

.skeleton-icon {
  width: 16px;
  height: 16px;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-100 {
  width: 100%;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* skeleton-pulse.css */
.skeleton-pulse {
  display: inline-block;
  height: 1em;
  width: 3em; /* Adjust width for your stats block */
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s infinite;
  border-radius: 4px;
}

@keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.main-info-container.documents {
  padding-top: 23px;
}
.main-info-container.documents .settings-info-container .main-info .items-wrapper .row-item .row-item-wrapper {
  margin: 0 2.5px;
}
.main-info-container.documents .settings-info-container .main-info .items-wrapper .row-item .row-item-wrapper .value {
  width: auto;
}

.document-container {
  background: var(--lighten30-color);
  position: relative;
  padding: 0 20px 10px;
}
.document-container .document-wrapper {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.document-container .document-wrapper .img-box {
  height: 100%;
  width: 100%;
}
.document-container .document-wrapper .img-box img {
  object-fit: contain;
  height: 100%;
}
.document-container .document-wrapper .overlay-box {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 2px;
  background: rgba(29, 32, 48, 0.8);
  opacity: 0;
  transition: 0.3s opacity;
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-container .document-wrapper .overlay-box:hover {
  opacity: 1;
}
.document-container .document-wrapper .overlay-box .sb-icon {
  font-size: 38px;
  color: var(--white-color);
  cursor: pointer;
}
.document-container .name,
.document-container .date {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}
.document-container .image {
  cursor: pointer;
  flex: auto;
  position: relative;
  max-width: 466px;
  max-height: 26vh;
}
.document-container .date {
  opacity: 0.7;
  margin-top: 1px;
}
.document-container .switcher-block {
  margin-top: 10px;
}

.documents-container {
  margin: 0 -5px;
}
.documents-container .section-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 10px;
}
.documents-container .col-item {
  margin-bottom: 30px;
}
.documents-container .col-item .col-item-wrapper {
  margin: 0 5px;
}

.main-info-container.wallets-profile .stats-container .stats-blocks .block-item.switcher-container .block-item-wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  height: calc(100% - 10px);
}
.main-info-container.wallets-profile .stats-container .stats-blocks .block-item.switcher-container .block-item-wrapper .divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: var(--text-secondary-color);
  border-radius: 4px;
  width: calc(100% - 40px);
}

.main-info-container .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .none {
  display: none;
}
.main-info-container .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .show {
  display: block;
}
.main-info-container .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item .span-ip {
  padding-left: 14px;
}
.main-info-container .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .popup-content-overflow-y {
  overflow-y: auto;
}

.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 110px;
  padding-left: 18px;
}
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 182px;
}
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 279px;
}
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 500px;
}
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 120px;
}
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-header .field-box.fields-group .field-box .icon-btn, .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .field-box.fields-group .field-box .icon-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .wallet .field-box.fields-group .field-box .icon-btn,
.main-info-container.limits-leagues .table-content .accordion-table-container .table-wrapper .table-body .field-box.fields-group .field-box .icon-btn, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-header .field-box.fields-group .field-box .icon-btn, .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .field-box.fields-group .field-box .icon-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .wallet .field-box.fields-group .field-box .icon-btn,
.main-info-container.limits-global .table-content .accordion-table-container .table-wrapper .table-body .field-box.fields-group .field-box .icon-btn {
  color: var(--darken35-color);
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 200px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 145px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 145px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 145px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 140px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  text-align: center;
  display: inline-block;
  width: 670px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6 .info-wrapper, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6 .info-wrapper, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6 .info-wrapper,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 .info-wrapper {
  background: white;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  padding: 10px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 88px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 {
  width: 130px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header .row-item-content.leagues > .row-item-wrapper > .row-item .toggle-open-btn, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item-content.leagues > .row-item-wrapper > .row-item .toggle-open-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet .row-item-content.leagues > .row-item-wrapper > .row-item .toggle-open-btn,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body .row-item-content.leagues > .row-item-wrapper > .row-item .toggle-open-btn {
  left: 24px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header .row-item-content.leagues > .row-item-wrapper > .row-item .column1, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item-content.leagues > .row-item-wrapper > .row-item .column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet .row-item-content.leagues > .row-item-wrapper > .row-item .column1,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body .row-item-content.leagues > .row-item-wrapper > .row-item .column1 {
  padding-left: 64px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header .row-item-content.games > .row-item-wrapper > .row-item .toggle-open-btn, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item-content.games > .row-item-wrapper > .row-item .toggle-open-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet .row-item-content.games > .row-item-wrapper > .row-item .toggle-open-btn,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body .row-item-content.games > .row-item-wrapper > .row-item .toggle-open-btn {
  left: 48px;
}
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-header .row-item-content.games > .row-item-wrapper > .row-item .column1, .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item-content.games > .row-item-wrapper > .row-item .column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .wallet .row-item-content.games > .row-item-wrapper > .row-item .column1,
.main-info-container.limits-sports-leagues .table-content .accordion-table-container .table-wrapper .table-body .row-item-content.games > .row-item-wrapper > .row-item .column1 {
  padding-left: 88px;
}
.main-info-container.limits-global .table-wrapper, .main-info-container.limits-leagues .table-wrapper {
  padding-top: 20px;
}
.main-info-container.limits-global .table-body .field-box.fields-group, .main-info-container.limits-leagues .table-body .field-box.fields-group {
  padding-top: 0;
  display: flex;
  gap: 10px;
}
.main-info-container.limits-global .table-body .field-box:not(.fields-group),
.main-info-container.limits-global .table-body .input-box, .main-info-container.limits-leagues .table-body .field-box:not(.fields-group),
.main-info-container.limits-leagues .table-body .input-box {
  max-width: 148px;
}
.main-info-container.limits-global .table-body .input-box-currency, .main-info-container.limits-leagues .table-body .input-box-currency {
  max-width: 148px;
  margin-left: 0;
}
.main-info-container.limits-global .table-body .input-box-currency input, .main-info-container.limits-leagues .table-body .input-box-currency input {
  color: #ff0000 !important;
}
.main-info-container.limits-global .table-body .row-item [class^=column] > div:not(.field-box), .main-info-container.limits-global .table-body .row-item [class^=column] > div:not(.btn), .main-info-container.limits-leagues .table-body .row-item [class^=column] > div:not(.field-box), .main-info-container.limits-leagues .table-body .row-item [class^=column] > div:not(.btn) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-info-container.limits-global .table-body .row-item [class^=column] .leagues-select-box, .main-info-container.limits-leagues .table-body .row-item [class^=column] .leagues-select-box {
  width: 100px;
}

.main-info-container.transactions {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.main-info-container.transactions .header-section .field-box {
  margin-bottom: 10px;
}
.main-info-container.transactions .table-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.main-info-container.transactions .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.transactions .table-content .header-section > .field-box {
  margin-top: 10px;
}
.main-info-container.transactions .table-content .header-section > .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.transactions .table-content .header-section > .field-box:last-child, .main-info-container.transactions .table-content .header-section > .field-box:nth-last-child(2) {
  min-width: 200px;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box > .field-box {
  display: flex;
  align-items: flex-end;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box {
  min-width: auto;
  width: 100%;
  margin-bottom: 0;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.input {
  max-width: 110px;
  margin-right: 5px;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select {
  max-width: 65px;
  padding: 0;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select select {
  padding-right: 20px;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box-money > .field-box {
  display: flex;
  align-items: flex-end;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box {
  min-width: auto;
  width: 100%;
  margin-bottom: 0;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.input {
  margin-right: 0;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.select {
  max-width: 65px;
  padding: 0;
}
.main-info-container.transactions .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.select select {
  padding-right: 20px;
}
.main-info-container.transactions .table-content .accordion-table-container {
  flex: auto;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 150px;
  padding-left: 10px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 > div:first-child, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 > div:first-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 > div:first-child,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 > div:first-child {
  text-decoration: underline;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 145px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 230px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 224px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 250px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 90px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet {
  position: relative;
  z-index: 1;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column {
  display: flex;
  align-items: center;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container {
  position: relative;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .settings-btn, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .settings-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .settings-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .settings-btn .sb-icon, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .settings-btn .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 12;
  width: 160px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .name, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .name, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .name {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  color: var(--text-color);
  opacity: 0.7;
  padding: 3px 6px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .list-wrapper label, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .list-wrapper label, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .list-wrapper label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 40px;
  padding: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  cursor: pointer;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .list-wrapper label:not(:last-child), .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .list-wrapper label:not(:last-child), .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .list-wrapper label:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .list-wrapper label span, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .list-wrapper label span, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .list-wrapper label span {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 90px;
  background: var(--lighten25-dark-color);
  transition: background 0.3s;
  margin-right: 6px;
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .list-wrapper label input:checked ~ span, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .list-wrapper label input:checked ~ span, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .list-wrapper label input:checked ~ span {
  background: var(--button-color);
}
.main-info-container.transactions .table-content .accordion-table-container .table-wrapper .table-header .column .settings-container .list-container .list-wrapper label input:checked ~ span:after, .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column .settings-container .list-container .list-wrapper label input:checked ~ span:after, .main-info-container.settings-partners .wallet-wrapper .main-info-container.transactions .table-content .accordion-table-container .table-wrapper .wallet .column .settings-container .list-container .list-wrapper label input:checked ~ span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 90px;
  background: #26442B;
}
.main-info-container.transactions .opening-form-box,
.main-info-container.transactions .opening-form-box-money {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 201px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px 10px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-info-container.transactions .opening-form-box.show,
.main-info-container.transactions .opening-form-box-money.show {
  opacity: 1;
  visibility: visible;
}
.main-info-container.transactions .opening-form-box .field-box,
.main-info-container.transactions .opening-form-box-money .field-box {
  margin-bottom: 15px;
}
.main-info-container.transactions .opening-form-box .btn,
.main-info-container.transactions .opening-form-box-money .btn {
  margin-bottom: 15px;
}
.main-info-container.transactions .opening-form-box .apply-btn,
.main-info-container.transactions .opening-form-box-money .apply-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.main-info-container.transactions .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  /*    -webkit-user-select: none;
  *    -moz-user-select: none;
  *    -ms-user-select: none;
  *    user-select: none;
  */
}
.main-info-container.transactions .currency-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main-info-container.transactions .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.main-info-container.transactions .currency-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.main-info-container.transactions .currency-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
.main-info-container.transactions .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-info-container.transactions .currency-radio input:checked ~ .checkmark:after {
  display: block;
}
.main-info-container.transactions .currency-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.main-info-container.withdraw-requests .header-section .field-box {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.withdraw-requests .header-section .field-box.cashboxes {
    max-width: 280px;
  }
}
.main-info-container.withdraw-requests .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box {
  margin-top: 10px;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box:last-child, .main-info-container.withdraw-requests .table-content .header-section > .field-box:nth-last-child(2) {
  min-width: 200px;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box > .field-box {
  display: flex;
  align-items: flex-end;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box {
  min-width: auto;
  width: 100%;
  margin-bottom: 0;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.input {
  max-width: 110px;
  margin-right: 5px;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select {
  max-width: 65px;
  padding: 0;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box > .field-box .field-box.select select {
  padding-right: 20px;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box-money > .field-box {
  display: flex;
  align-items: flex-end;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box {
  min-width: auto;
  width: 100%;
  margin-bottom: 0;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.input {
  margin-right: 0;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.select {
  max-width: 65px;
  padding: 0;
}
.main-info-container.withdraw-requests .table-content .header-section > .field-box.group .opening-form-box-money > .field-box .field-box.select select {
  padding-right: 20px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 150px;
  padding-left: 10px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 > div:first-child, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 > div:first-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 > div:first-child,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 > div:first-child {
  text-decoration: underline;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 145px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 175px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 128px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 105px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 105px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 {
  width: 125px;
  position: relative;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container {
  position: absolute;
  left: 0;
  top: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container .sb-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container .info-wrapper, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container .info-wrapper, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container .info-wrapper,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container .info-wrapper {
  position: absolute;
  bottom: calc(100% + 10px);
  left: -5px;
  background: var(--white-color);
  box-shadow: 0px 14px 15px rgba(29, 32, 48, 0.07);
  min-width: 94px;
  border-radius: 4px;
  padding: 7px 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container .info-wrapper .verified, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container .info-wrapper .verified, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container .info-wrapper .verified,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container .info-wrapper .verified {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 1px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container .info-wrapper .code, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container .info-wrapper .code, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container .info-wrapper .code,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container .info-wrapper .code {
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  opacity: 0.7;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container:hover .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container:hover .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container:hover .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .info-container:hover .info-wrapper,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .info-container:hover .info-wrapper,
.main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .info-container:hover .info-wrapper,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container:hover .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .info-container:hover .info-wrapper {
  opacity: 1;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8 .date, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8 .date, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8 .date,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 .date {
  padding-left: 17px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 150px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column9, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column9, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column9,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column9 {
  width: 150px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 {
  width: 157px;
  display: flex;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn {
  position: relative;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn:not(:last-child), .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn:not(:last-child), .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn:not(:last-child),
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn .sb-icon {
  color: var(--text-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn.like, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn.like, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn.like,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn.like {
  background: var(--green-color);
  color: var(--white-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn.like .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn.like .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn.like .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn.like .sb-icon {
  opacity: 1;
  color: var(--white-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn.unlike, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn.unlike, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn.unlike,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn.unlike {
  background: var(--red-color);
  color: var(--white-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn.unlike .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn.unlike .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn.unlike .sb-icon,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn.unlike .sb-icon {
  opacity: 1;
  color: var(--white-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn.disabled, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn.disabled, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn.disabled,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column10 .square-btn .notification, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column10 .square-btn .notification, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column10 .square-btn .notification,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column10 .square-btn .notification {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column] .icon-box .sb-like, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column] .icon-box .sb-like, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column] .icon-box .sb-like,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column] .icon-box .sb-like {
  color: var(--green-color);
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=column] .sb-icon.sb-payment, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column] .sb-icon.sb-payment, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=column] .sb-icon.sb-payment,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=column] .sb-icon.sb-payment {
  font-size: 20px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=peculiarColumn].peculiarColumn0, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=peculiarColumn].peculiarColumn0, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=peculiarColumn].peculiarColumn0,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=peculiarColumn].peculiarColumn0 {
  width: 160px;
  padding-left: 10px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=peculiarColumn].peculiarColumn0 > div:first-child, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=peculiarColumn].peculiarColumn0 > div:first-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=peculiarColumn].peculiarColumn0 > div:first-child,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=peculiarColumn].peculiarColumn0 > div:first-child {
  text-decoration: underline;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=peculiarColumn].peculiarColumn1, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=peculiarColumn].peculiarColumn1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=peculiarColumn].peculiarColumn1,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=peculiarColumn].peculiarColumn1 {
  width: 165px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=peculiarColumn].peculiarColumn2, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=peculiarColumn].peculiarColumn2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=peculiarColumn].peculiarColumn2,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=peculiarColumn].peculiarColumn2 {
  width: 165px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header [class^=peculiarColumn].peculiarColumn3, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=peculiarColumn].peculiarColumn3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet [class^=peculiarColumn].peculiarColumn3,
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-body [class^=peculiarColumn].peculiarColumn3 {
  width: 175px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 {
  display: flex;
  align-items: center;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container {
  position: relative;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .settings-btn, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .settings-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .settings-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .settings-btn .sb-icon, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .settings-btn .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .list-container, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .list-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .list-container {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 12;
  width: 160px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .list-container .name, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .list-container .name, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .list-container .name {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .list-container .list-wrapper li, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .list-container .list-wrapper li, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .list-container .list-wrapper li {
  display: flex;
  align-items: center;
  height: 40px;
}
.main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .table-header .column4 .settings-container .list-container .list-wrapper li span, .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column4 .settings-container .list-container .list-wrapper li span, .main-info-container.settings-partners .wallet-wrapper .main-info-container.withdraw-requests .table-content .accordion-table-container .table-wrapper .wallet .column4 .settings-container .list-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}
.main-info-container.withdraw-requests .opening-form-box,
.main-info-container.withdraw-requests .opening-form-box-money {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 201px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px 10px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-info-container.withdraw-requests .opening-form-box.show,
.main-info-container.withdraw-requests .opening-form-box-money.show {
  opacity: 1;
  visibility: visible;
}
.main-info-container.withdraw-requests .opening-form-box .field-box,
.main-info-container.withdraw-requests .opening-form-box-money .field-box {
  margin-bottom: 15px;
}
.main-info-container.withdraw-requests .opening-form-box .btn,
.main-info-container.withdraw-requests .opening-form-box-money .btn {
  margin-bottom: 15px;
}
.main-info-container.withdraw-requests .opening-form-box .apply-btn,
.main-info-container.withdraw-requests .opening-form-box-money .apply-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.main-info-container.withdraw-requests .withdraw-requests-tables .withdraw-requests-table {
  margin-bottom: 80px;
}
.main-info-container.withdraw-requests .withdraw-requests-tables .withdraw-requests-table .top-info-container {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  color: var(--text-color);
  background: var(--highlight-color);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.main-info-container.withdraw-requests .withdraw-requests-tables .withdraw-requests-table .compress-data {
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}
.main-info-container.withdraw-requests .withdraw-requests-tables .withdraw-requests-table .compress-data .compress-item {
  margin: 2px 0 2px 0;
}
.main-info-container.withdraw-requests .withdraw-requests-tables .withdraw-requests-table .compress-data .compress-item .compress-name {
  color: grey;
}

.comment-container {
  padding: 10px;
}
.comment-container .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  padding-bottom: 10px;
}
.comment-container .comment-items-wrapper .comment-item {
  background: var(--lighten30-color);
  padding: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 15px;
}
.comment-container .comment-items-wrapper .comment-item .top-section {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.comment-container .comment-items-wrapper .comment-item .top-section .name {
  font-size: 14px;
  line-height: 18px;
}
.comment-container .comment-items-wrapper .comment-item .main-section .info-wrapper .info-item {
  padding-top: 10px;
}
.comment-container .comment-items-wrapper .comment-item .main-section .info-wrapper .info-item .name {
  font-size: 12px;
  line-height: 15px;
}
.comment-container .comment-items-wrapper .comment-item .desc {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
}
.comment-container .input-box {
  margin-bottom: 10px;
}

.main-info-container.bonus-history .top-bonus-history-container .selected-text {
  margin-right: 16px;
  padding: 0 10px;
  min-width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-btn-color);
  border-radius: 4px;
  width: 200px;
}
.main-info-container.bonus-history .top-bonus-history-container .selected-text:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.bonus-history .table-content .header-section .field-box {
  margin-right: 10px;
}
.main-info-container.bonus-history .table-content .header-section .field-box:last-child {
  min-width: 286px;
}
.main-info-container.bonus-history .table-content .header-section .field-box.bonus-code {
  min-width: 180px;
}
.main-info-container.bonus-history .table-content .font-8 {
  font-size: 8px;
}
.main-info-container.bonus-history .table-content .font-em-089 {
  font-size: 0.89em;
}
.main-info-container.bonus-history .table-content .opening-form-box-money {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 201px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px 10px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-info-container.bonus-history .table-content .opening-form-box-money .field-box.group .input {
  min-width: inherit;
}
.main-info-container.bonus-history .table-content .opening-form-box-money.show {
  opacity: 1;
  visibility: visible;
}
.main-info-container.bonus-history .table-content .opening-form-box-money .field-box {
  margin-bottom: 15px;
}
.main-info-container.bonus-history .table-content .opening-form-box-money .btn {
  margin-bottom: 15px;
}
.main-info-container.bonus-history .table-content .opening-form-box-money .apply-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.main-info-container.bonus-history .table-content .details-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-info-container.bonus-history .table-content .details-box .restriction-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
}
.main-info-container.bonus-history .table-content .details-box .restriction-btn:hover .info-menu-container {
  opacity: 1;
  visibility: visible;
}
.main-info-container.bonus-history .table-content .details-box .restriction-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
  display: block;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet {
  padding-left: 34px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column0, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column0, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 95px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 150px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 105px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 333px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column8, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column8 {
  width: 120px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column9, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column9, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column9 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-header > div.column10, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column10, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .wallet > div.column10 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item {
  padding-left: 34px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) {
  display: flex;
  align-items: center;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1.line-data {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 95px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 150px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 105px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 333px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon {
  display: block;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon.sb-arrowdown, .main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 .sb-icon.sb-arrowup {
  display: inline-block;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column8 {
  width: 120px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column9 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column10 {
  width: 90px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column11 {
  padding-left: 15px;
  width: 200px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header {
  padding-left: 34px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header.child-2-level {
  padding-left: 68px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header.child-3-level {
  padding-left: 102px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2 {
  width: 95px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3 {
  width: 175px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4.free-bet {
  width: 240px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column5 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column6 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column7 {
  width: 140px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column8 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet {
  padding-left: 34px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-free-bet,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-free-bet {
  padding-left: 17px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body.child-2-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet.child-2-level {
  padding-left: 68px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body.child-3-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet.child-3-level {
  padding-left: 102px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column0,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column1,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column2,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column2 {
  width: 95px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column3,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column3 {
  width: 175px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column3.line-item,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column3.line-item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column4,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column4 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column4.free-bet,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column4.free-bet {
  width: 240px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column5,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column5 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column6,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column6 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column7,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column7 {
  width: 140px;
  display: flex;
  flex-direction: unset;
  align-items: center;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body > div.column8,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet > div.column8 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child {
  padding-left: 34px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child.child-2-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child.child-2-level {
  padding-left: 68px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child.child-3-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child.child-3-level {
  padding-left: 102px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column0,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column1,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column2,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column2 {
  width: 95px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column3,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column3 {
  width: 175px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column4,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column4 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column5,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column5 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column6,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column6 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column7,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column7 {
  width: 140px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-header-child > div.column8,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-header-child > div.column8 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child {
  padding-left: 30px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child.child-2-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child.child-2-level {
  padding-left: 68px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child.child-3-level,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child.child-3-level {
  padding-left: 102px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child {
  padding-left: 0;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn) .sb-info,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn) .sb-info {
  margin-right: 5px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column0,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column0 {
  width: 80px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column1,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column1 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column2,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column2 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column3,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column3 {
  width: 155px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column4,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column4 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column5,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column5 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column6,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column6 {
  width: 110px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column7,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column7 {
  width: 140px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column8,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child > div:not(.lock-unlock-btn).column8 {
  width: 165px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child .square-btn,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child .square-btn:not(:last-child),
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child .square-btn .sb-icon,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child .square-btn .sb-icon {
  opacity: 0.7;
  font-size: 15px;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-tb-body-child .content-item-child .square-btn.sb-arrowleft,
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body-free-bet .content-tb-body-child .content-item-child .square-btn.sb-arrowleft {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container {
  position: fixed;
  left: 16px;
  bottom: 20px;
  width: 246px;
  min-height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: var(--white-color);
  z-index: 3;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .text-calculated {
  color: var(--green-color);
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .calculated-btn {
  margin-top: 3px;
  border-radius: 5px;
  background: var(--darken25-color);
  height: 30px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.main-info-container.bonus-history .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}

.odds-feed-section > div {
  margin-right: 30px;
}
.odds-feed-section > div:last-child {
  margin-right: 0px;
}
.odds-feed-section .header-section {
  justify-content: space-between;
  align-items: flex-end;
}
.odds-feed-section .header-section .left-section,
.odds-feed-section .header-section .right-section {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.odds-feed-section .header-section .left-section .field-box,
.odds-feed-section .header-section .right-section .field-box {
  margin-bottom: 0;
  flex: 1;
}
.odds-feed-section .sb-favorites {
  cursor: pointer;
  font-size: 16px;
  margin-right: 16px;
  color: var(--scrollBar-color);
  transition: color 0.3s;
}
.odds-feed-section .sb-favorites.active {
  color: #df6f1e;
}
.odds-feed-section .quick-links-item {
  height: 45px;
  display: flex;
  align-items: flex-start;
  background: var(--lighten30-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 12px;
  margin-bottom: 5px;
}
.odds-feed-section .quick-links-item .left-section {
  display: flex;
  align-items: center;
}
.odds-feed-section .quick-links-item .left-section .icon {
  margin-right: 12px;
  height: 21px;
  width: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.odds-feed-section .quick-links-item .left-section .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.odds-feed-section .quick-links-item .left-section .name-block {
  font-weight: 600;
  font-size: 13px;
  color: var(--text-color);
}
.odds-feed-section .quick-links-item .left-section .name-block .info {
  font-size: 12px;
  opacity: 0.7;
}
.odds-feed-section .quick-links-item .right-section .sb-favorites,
.odds-feed-section .quick-links-item .right-section .populate-icon {
  cursor: pointer;
  font-size: 16px;
  color: var(--pending-color);
  transition: color 0.3s;
}
.odds-feed-section .quick-links-item .right-section .sb-favorites.active,
.odds-feed-section .quick-links-item .right-section .populate-icon.active {
  color: #df6f1e;
}
.odds-feed-section .quick-links-item .right-section .sb-warning {
  font-size: 14px;
  color: var(--red-color);
  margin-right: 16px;
}

.game-edit-container {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game-edit-container .type-info {
  display: inline-block;
  background-color: var(--darken20-color);
  border-radius: 5px;
  color: var(--white-color);
  font-size: 16px;
  padding: 4px 10px;
  position: relative;
  text-transform: uppercase;
}
.game-edit-container .type-info.active {
  background: var(--button-color);
  color: var(--text-color);
}
.game-edit-container .fields-container {
  display: flex;
  flex-direction: column;
}
.game-edit-container .fields-container .fields-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}
.game-edit-container .fields-container .fields-item:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.game-edit-container .fields-container .fields-item .field-key {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.7;
  width: 150px;
}
.game-edit-container .fields-container .fields-item .field-wrapper label {
  font-size: 11px;
  font-weight: 600;
}
.game-edit-container .time-range .step-wrappers span {
  display: inline-block;
  background-color: var(--darken20-color);
  border-radius: 5px;
  color: var(--white-color);
  font-size: 11px;
  padding: 3px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  position: relative;
}
.game-edit-container .time-range .step-wrappers span:hover .sb-close {
  opacity: 1;
}
.game-edit-container .time-range .step-wrappers span .sb-close {
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red-color);
  font-size: 6px;
  width: 12px;
  height: 12px;
  z-index: 1;
  opacity: 0;
}
.game-edit-container .time-range .step-wrappers span:not(:first-child) {
  background-color: var(--lighten35-color);
}
.game-edit-container .time-range .step-wrappers span[disabled] {
  background-color: var(--lighten35-color);
  pointer-events: none;
}
.game-edit-container .time-range .step-wrappers span.active {
  background-color: var(--darken20-color);
}
.game-edit-container .title {
  font-weight: 600;
  font-size: 20px;
}
.game-edit-container .range-wrapper {
  position: relative;
}
.game-edit-container .range-wrapper input {
  padding: 0;
}
.game-edit-container .range-wrapper .period-lines {
  display: flex;
  position: absolute;
  width: 100%;
  top: 17px;
  pointer-events: none;
}
.game-edit-container .range-wrapper .period-lines .period-line {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 15px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
}
.game-edit-container .range-wrapper .period-lines .period-line:after {
  content: "Half time";
  font-size: 12px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 16px);
}
.game-edit-container .markets-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .market-title,
.game-edit-container .markets-table .markets-wrapper .market-wrapper .event-title,
.game-edit-container .markets-table .markets-wrapper .market-wrapper .event-invariant {
  background-color: var(--lighten30-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: var(--text-color);
  opacity: 0.7;
  text-align: center;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .market-title.market-title,
.game-edit-container .markets-table .markets-wrapper .market-wrapper .event-title.market-title,
.game-edit-container .markets-table .markets-wrapper .market-wrapper .event-invariant.market-title {
  text-align: left;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .add-icon {
  width: 25px;
  line-height: 25px;
  display: inline-block;
  background: var(--green-color);
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .add-icon i {
  font-size: 10px;
  font-weight: 100;
  color: white;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper {
  display: flex;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box {
  background-color: var(--lighten25-dark-color);
  width: 100px;
  padding: 5px;
  position: relative;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box .blocked-icon {
  position: absolute;
  right: 6px;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box .blocked-icon .sb-lock {
  opacity: 0;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box:hover .remove-icon {
  opacity: 1;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box:hover .sb-lock {
  opacity: 1;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box .remove-icon {
  width: 13px;
  background: var(--red-color);
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  right: 5px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box .remove-icon i {
  font-size: 6px;
  font-weight: 100;
  color: white;
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box .event-invariant {
  background-color: var(--lighten30-color);
}
.game-edit-container .markets-table .markets-wrapper .market-wrapper .events-wrapper .event-box input {
  background-color: white;
  text-align: center;
}

.main-info-container.dashboard.affiliates .affiliate-mobile-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-content: center;
  gap: 10px;
}
.main-info-container.dashboard.affiliates .affiliate-grid {
  display: flex;
  justify-content: space-between;
}
.main-info-container.dashboard.affiliates .table-content .header-section .title {
  display: flex;
  align-items: center;
}
.main-info-container.dashboard.affiliates .table-content .header-section .title span {
  margin-right: 15px;
}
.main-info-container.dashboard.affiliates .table-content .header-section .title .tab-container {
  position: relative;
  display: flex;
  min-width: 170px;
  height: 40px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
}
.main-info-container.dashboard.affiliates .table-content .header-section .title .tab-container .tab-item {
  width: 50%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-color);
  cursor: pointer;
  z-index: 1;
}
.main-info-container.dashboard.affiliates .table-content .header-section .title .tab-container .tab-item.active:nth-child(2) ~ .selected {
  transform: translateX(100%);
}
.main-info-container.dashboard.affiliates .table-content .header-section .title .tab-container .selected {
  border-radius: 4px;
  width: calc(50% - 1px);
  transform: translateX(2px);
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: transform 0.2s linear;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column1 {
  text-align: left;
  width: 200px;
  text-decoration: underline;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column2 {
  text-align: left;
  width: 135px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column3 {
  width: 150px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column4 {
  width: 115px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column5 {
  width: 130px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column6 {
  width: 135px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column7 {
  width: 130px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table thead tr th.column8 {
  width: 125px;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table tbody tr:not(.head) td.column1 {
  text-align: left;
  width: 200px;
  text-decoration: underline;
}
.main-info-container.dashboard.affiliates .table-content .table-wrapper table tbody tr:not(.head) td.column2 {
  text-align: left;
  width: 135px;
}
.main-info-container.links-banners {
  flex: auto;
}
.main-info-container.links-banners .top-section {
  margin-bottom: 10px;
}
.main-info-container.links-banners .affiliate-users {
  width: 160px;
  margin-bottom: 16px;
}
.main-info-container.links-banners .table-content {
  height: 100%;
}
.main-info-container.links-banners .table-content .accordion-table-container {
  height: 100%;
}
.main-info-container.links-banners .table-content .accordion-table-container .header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  cursor: pointer;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header .row-item.active, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item.active, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet .row-item.active,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body .row-item.active {
  background-color: var(--lighten25-dark-color);
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header .row-item.active .menu-items-btn .btn-secondary, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item.active .menu-items-btn .btn-secondary, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet .row-item.active .menu-items-btn .btn-secondary,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body .row-item.active .menu-items-btn .btn-secondary {
  background-color: var(--white-color);
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  display: flex;
  align-items: center;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 70px;
  padding-left: 15px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 240px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2 div, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2 div, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2 div,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 div {
  width: 100%;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 138px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 115px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 90px;
  margin-right: 30px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 130px;
}
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.links-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 125px;
}
.main-info-container.links-banners .banners-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.links-banners .banners-section .banner-item-section {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.main-info-container.links-banners .banners-section .banner-item-section .link-to-copy,
.main-info-container.links-banners .banners-section .banner-item-section .area {
  position: relative;
}
.main-info-container.links-banners .banners-section .banner-item-section .link-to-copy input,
.main-info-container.links-banners .banners-section .banner-item-section .area input {
  padding-right: 34px;
}
.main-info-container.links-banners .banners-section .banner-item-section .link-to-copy .copy-btn,
.main-info-container.links-banners .banners-section .banner-item-section .area .copy-btn {
  position: absolute;
  background: url(/assets/images/copy.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding: 0;
  bottom: 0;
  right: 8px;
  transform: translateY(-50%);
}
.main-info-container.links-banners .banners-section .banner-item-section:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.links-banners .banners-section .banner-item-section .field-section .field-box:first-child {
  margin-bottom: 15px;
}
.main-info-container.links-banners .banners-section .banner-item-section .field-section .field-box.area {
  position: relative;
}
.main-info-container.links-banners .banners-section .banner-item-section .field-section .field-box.area textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  height: 100px;
}
.main-info-container.links-banners .banners-section .banner-item-section .banner-item {
  padding-left: 25px;
}
.main-info-container.links-banners .banners-section .banner-item-section .banner-item .banner-wrapper {
  height: 100%;
  padding-left: 20px;
}
.main-info-container.links-banners .banners-edit-section {
  margin: 30px 0 10px 0;
}
.main-info-container.links-banners .banners-edit-section .view-container {
  margin-bottom: 20px;
  width: 895px;
}
.main-info-container.links-banners .banners-edit-section .view-container .row-item {
  justify-content: space-between;
}

.generic-popup-container .popup-wrapper .popup-content.create-affiliate-popup {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}
.generic-popup-container .popup-wrapper .popup-content.create-affiliate-popup .body-section {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-back-container {
  overflow-y: auto;
  display: flex;
  gap: 30px;
}
.post-back-container h2,
.post-back-container h3 {
  color: var(--text-color);
}
.post-back-container .top-fields-wrapper {
  display: flex;
  gap: 10px;
}
.post-back-container .top-fields-wrapper > .field-box {
  width: 100%;
  max-width: 300px;
}
.post-back-container .top-fields-wrapper > input {
  flex: auto;
}
.post-back-container .header-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.post-back-container .header-wrapper .switcher-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-back-container .header-wrapper .switcher-container .label {
  font-size: 14px;
  margin: 0;
}
.post-back-container .request-wrapper {
  flex: 1;
  background-color: var(--white-color);
  border-radius: 5px;
}
.post-back-container .request-wrapper .request-form {
  display: flex;
  flex-direction: column;
}
.post-back-container .request-wrapper .request-form .save-btn {
  margin: 0 0 0 auto;
}
.post-back-container .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-back-container .section-wrapper > h3 {
  width: 100%;
}
.post-back-container .headers-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.post-back-container ​ .headers {
  margin-top: 10px;
}
.post-back-container .headers-table th,
.post-back-container .headers-table td {
  border: 1px solid var(--lighten25-dark-color);
  padding: 10px;
  text-align: left;
  color: var(--text-color);
}
.post-back-container .headers-table th input,
.post-back-container .headers-table td input {
  background-color: transparent;
}
.post-back-container .headers-table th:focus-visible,
.post-back-container .headers-table td:focus-visible {
  outline: none;
}
.post-back-container .headers-table th:last-child,
.post-back-container .headers-table td:last-child {
  width: 30%;
}
.post-back-container .headers-table td {
  line-height: 40px;
}
.post-back-container .variables-container {
  display: flex;
  gap: 10px;
  padding: 30px 0;
  position: sticky;
  top: 0;
}
.post-back-container .variables-container .variables {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-back-container .variables-container .variables .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}

.main-content {
  flex: auto;
}
.main-content .regexp-floating-label {
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-color-50);
  cursor: pointer;
}
.main-content .main {
  height: calc(100% - 80px);
}
.main-content .main.deposit-container, .main-content .main.withdraw-container {
  display: flex;
}
.main-content .main.deposit-container .methods-container, .main-content .main.withdraw-container .methods-container {
  padding: 20px 30px;
  border-right: 1px solid var(--lighten25-dark-color);
}
.main-content .main.deposit-container .methods-container .method-item, .main-content .main.withdraw-container .methods-container .method-item {
  padding: 10px 10px 8px 10px;
  background: var(--lighten30-color);
  border-radius: 4px;
  margin-bottom: 2px;
  width: 239px;
  cursor: pointer;
}
.main-content .main.deposit-container .methods-container .method-item .image-container, .main-content .main.withdraw-container .methods-container .method-item .image-container {
  height: 40px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: var(--text-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .main.deposit-container .methods-container .method-item .image-container img, .main-content .main.withdraw-container .methods-container .method-item .image-container img {
  height: 30px;
  width: auto;
}
.main-content .main.deposit-container .methods-container .method-item.active, .main-content .main.withdraw-container .methods-container .method-item.active {
  background: var(--lighten15-dark-color);
  border-left-color: var(--green-color);
}
.main-content .main.deposit-container .methods-container .method-item .method-description, .main-content .main.withdraw-container .methods-container .method-item .method-description {
  background: var(--darken25-color);
  color: var(--text-color);
  border-radius: 5px;
  padding: 5px;
  font-weight: normal;
}
.main-content .main.deposit-container .methods-container .method-item span, .main-content .main.withdraw-container .methods-container .method-item span {
  display: block;
  font-weight: 600;
  font-size: 11px;
  color: var(--text-color);
}
.main-content .main.deposit-container .title, .main-content .main.withdraw-container .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: var(--text-color);
}
.main-content .main.deposit-container .card-section, .main-content .main.withdraw-container .card-section {
  padding: 20px 30px;
}
.main-content .main.deposit-container .card-section .btc-address-info, .main-content .main.withdraw-container .card-section .btc-address-info {
  position: relative;
  padding: 30px 0;
  margin: 0 auto 20px;
}
.main-content .main.deposit-container .card-section .btc-address-info .btn-back, .main-content .main.withdraw-container .card-section .btc-address-info .btn-back {
  background: var(--darken25-color);
  color: var(--text-color);
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
  padding: 5px;
  line-height: 0;
  height: auto;
}
.main-content .main.deposit-container .card-section .btc-address-info #qrcode, .main-content .main.withdraw-container .card-section .btc-address-info #qrcode {
  width: 128px;
  margin: 0 auto 20px;
}
.main-content .main.deposit-container .card-section .btc-address-info .copy-btn, .main-content .main.withdraw-container .card-section .btc-address-info .copy-btn {
  background: url(/assets/images/svg/clippy.svg) no-repeat;
  background-size: contain;
  border-radius: 0;
  position: absolute;
  right: 7px;
  top: 16px;
  width: 19px;
  height: 19px;
  padding: 0;
}
.main-content .main.deposit-container .card-section .title, .main-content .main.withdraw-container .card-section .title {
  margin-bottom: 15px;
}
.main-content .main.deposit-container .card-section .withdraw-form .iti,
.main-content .main.deposit-container .card-section #deposit-form .iti, .main-content .main.withdraw-container .card-section .withdraw-form .iti,
.main-content .main.withdraw-container .card-section #deposit-form .iti {
  width: 100% !important;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee input.large,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee input.large, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee input.large,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee input.large {
  height: 55px;
  border-radius: 4px;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box {
  position: relative;
  margin-bottom: 5px;
  display: flex;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors {
  border: 1px solid var(--lighten25-dark-color);
  flex: auto;
  position: relative;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors .fieldTopLabel,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors .fieldTopLabel, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors .fieldTopLabel,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors .fieldTopLabel {
  font-size: 12px;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors .floating-label,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors .floating-label, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors .floating-label,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors .floating-label {
  font-size: 13px;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors:first-child,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors:first-child, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors:first-child,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-right: 0;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors:last-child,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors:last-child, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box .field-box-sectors:last-child,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box .field-box-sectors:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .field-box:last-child,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .field-box:last-child, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .field-box:last-child,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .field-box:last-child {
  margin-bottom: 15px;
}
.main-content .main.deposit-container .card-section .withdraw-form .withdrawal-fee .sector-bottom-timer,
.main-content .main.deposit-container .card-section #deposit-form .withdrawal-fee .sector-bottom-timer, .main-content .main.withdraw-container .card-section .withdraw-form .withdrawal-fee .sector-bottom-timer,
.main-content .main.withdraw-container .card-section #deposit-form .withdrawal-fee .sector-bottom-timer {
  text-align: right;
  color: var(--text-color-50);
  font-size: 11px;
  font-weight: 600;
  margin: 3px;
}
.main-content .main.deposit-container .card-section .withdraw-form .validate-message,
.main-content .main.deposit-container .card-section .withdraw-form .input-message-error,
.main-content .main.deposit-container .card-section .withdraw-form .error .input-message,
.main-content .main.deposit-container .card-section #deposit-form .validate-message,
.main-content .main.deposit-container .card-section #deposit-form .input-message-error,
.main-content .main.deposit-container .card-section #deposit-form .error .input-message, .main-content .main.withdraw-container .card-section .withdraw-form .validate-message,
.main-content .main.withdraw-container .card-section .withdraw-form .input-message-error,
.main-content .main.withdraw-container .card-section .withdraw-form .error .input-message,
.main-content .main.withdraw-container .card-section #deposit-form .validate-message,
.main-content .main.withdraw-container .card-section #deposit-form .input-message-error,
.main-content .main.withdraw-container .card-section #deposit-form .error .input-message {
  color: #FF5B5B;
  font-weight: 700;
  font-size: 12px;
}
.main-content .main.deposit-container .card-section .withdraw-form .fee-icon-box,
.main-content .main.deposit-container .card-section #deposit-form .fee-icon-box, .main-content .main.withdraw-container .card-section .withdraw-form .fee-icon-box,
.main-content .main.withdraw-container .card-section #deposit-form .fee-icon-box {
  text-align: right;
  color: var(--text-color-50);
  font-size: 11px;
  font-weight: 600;
  margin: 5px;
}
.main-content .main.deposit-container .card-section .withdraw-form .change-to-box,
.main-content .main.deposit-container .card-section #deposit-form .change-to-box, .main-content .main.withdraw-container .card-section .withdraw-form .change-to-box,
.main-content .main.withdraw-container .card-section #deposit-form .change-to-box {
  color: var(--text-color-70);
  font-size: 15px;
  font-weight: bold;
}
.main-content .main.deposit-container .card-section .withdraw-form .add-amount-deposit .add-amount-content,
.main-content .main.deposit-container .card-section #deposit-form .add-amount-deposit .add-amount-content, .main-content .main.withdraw-container .card-section .withdraw-form .add-amount-deposit .add-amount-content,
.main-content .main.withdraw-container .card-section #deposit-form .add-amount-deposit .add-amount-content {
  background-color: var(--darken35-color);
  color: var(--text-color-70);
  float: left;
  height: 55px;
  line-height: 38px;
  border-radius: 4px;
  font-weight: 600;
  align-items: baseline;
  font-size: 14px;
  padding: 7px;
  width: 56px;
  margin-left: 5px;
  border-style: solid;
}
.main-content .main.deposit-container .card-section .fields-wrapper, .main-content .main.withdraw-container .card-section .fields-wrapper {
  width: 380px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .warning-msg, .main-content .main.withdraw-container .card-section .fields-wrapper .warning-msg {
  border-radius: 8px;
  width: 100%;
  background: var(--darken40-color);
  color: var(--text-color);
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 17px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .warning-msg .info-wrapper, .main-content .main.withdraw-container .card-section .fields-wrapper .warning-msg .info-wrapper {
  padding: 10px 12px 10px 32px;
  border-left: 8px solid var(--base-color);
  position: relative;
}
.main-content .main.deposit-container .card-section .fields-wrapper .warning-msg .info-wrapper .sb-icon, .main-content .main.withdraw-container .card-section .fields-wrapper .warning-msg .info-wrapper .sb-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  font-size: 16px;
  color: var(--base-color);
}
.main-content .main.deposit-container .card-section .fields-wrapper .warning-msg .info-wrapper .text-underline,
.main-content .main.deposit-container .card-section .fields-wrapper .warning-msg .info-wrapper a, .main-content .main.withdraw-container .card-section .fields-wrapper .warning-msg .info-wrapper .text-underline,
.main-content .main.withdraw-container .card-section .fields-wrapper .warning-msg .info-wrapper a {
  color: var(--text-alt-color);
  cursor: pointer;
}
.main-content .main.deposit-container .card-section .fields-wrapper .balance-info, .main-content .main.withdraw-container .card-section .fields-wrapper .balance-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  margin-right: 20px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .field-box, .main-content .main.withdraw-container .card-section .fields-wrapper .field-box {
  margin-bottom: 15px;
  color: var(--text-color-70);
}
.main-content .main.deposit-container .card-section .fields-wrapper .field-box.expire-date, .main-content .main.withdraw-container .card-section .fields-wrapper .field-box.expire-date {
  width: 105px;
  margin-left: 15px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .field-box.cvc, .main-content .main.withdraw-container .card-section .fields-wrapper .field-box.cvc {
  width: 76px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .card-number-section, .main-content .main.withdraw-container .card-section .fields-wrapper .card-number-section {
  display: flex;
}
.main-content .main.deposit-container .card-section .fields-wrapper .card-number input, .main-content .main.withdraw-container .card-section .fields-wrapper .card-number input {
  padding-right: 50px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .card-number img, .main-content .main.withdraw-container .card-section .fields-wrapper .card-number img {
  height: 15px;
  width: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main-content .main.deposit-container .card-section .fields-wrapper .btn-basic.disabled, .main-content .main.withdraw-container .card-section .fields-wrapper .btn-basic.disabled {
  background: var(--darken30-color);
  color: var(--text-color-50);
}

.keyboards-tab-btn {
  background: url(/assets/images/dial.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 28px;
  cursor: pointer;
}

.keyboard-tab {
  width: 160px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
}
.keyboard-tab .keyboard_button {
  border: 1px solid var(--darken25-color);
  width: 38px;
  margin: 1px;
  cursor: pointer;
}

.content-wrapper .loyalty-program {
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-wrapper .loyalty-program .period-info {
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  color: var(--text-color);
}
.content-wrapper .loyalty-program .loading-info {
  font-size: 14px;
}
.content-wrapper .loyalty-program .loading-recalculate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  /* Loader 6 */
}
.content-wrapper .loyalty-program .loading-recalculate.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-wrapper .loyalty-program .loading-recalculate .loading {
  height: 32px;
  width: 32px;
}
.content-wrapper .loyalty-program .loading-recalculate .loading span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}
.content-wrapper .loyalty-program .loading-recalculate .loading span::before,
.content-wrapper .loyalty-program .loading-recalculate .loading span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 2px solid #2a2c3f;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loading-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: loading-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}
@keyframes loading-1 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}
.content-wrapper .loyalty-program .loading-recalculate .loading span::after {
  -webkit-animation: loading-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s infinite;
  animation: loading-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s infinite;
}
@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes loading-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
.content-wrapper .loyalty-program .table-content {
  padding-top: 15px;
}
.content-wrapper .loyalty-program .field-box-group {
  width: 100%;
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 48em) {
  .content-wrapper .loyalty-program .field-box-group .field-box-group-wrapper {
    width: calc(50% - 20px);
  }
}
.content-wrapper .loyalty-program .field-box-group .field-box-group-wrapper .title {
  display: block;
  margin-bottom: 10px;
}
.content-wrapper .loyalty-program .field-box-group .field-box-group-wrapper .field-box-group-item {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 48em) {
  .content-wrapper .loyalty-program .right-block {
    padding-top: 65px;
  }
}

.main-info-container.dashboard .table-content .header-section {
  justify-content: space-between;
}
.main-info-container.dashboard .table-content .header-section .opening-form-box {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 201px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px 10px 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-info-container.dashboard .table-content .header-section .opening-form-box.show {
  opacity: 1;
  visibility: visible;
}
.main-info-container.dashboard .table-content .header-section .opening-form-box .field-box {
  margin-bottom: 15px;
  margin-right: 0;
}
.main-info-container.dashboard .table-content .header-section .opening-form-box .btn {
  margin-bottom: 15px;
}
.main-info-container.dashboard .table-content .header-section .opening-form-box .apply-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.main-info-container.dashboard .table-content .bottom-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
}
.main-info-container.dashboard .table-content .bottom-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.main-info-container.dashboard .table-content .bottom-section .field-box {
  min-width: 148px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.dashboard .table-content .bottom-section .field-box:not(:last-child) {
    margin-right: 10px;
  }
}

.main-info-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
.main-info-container .export-block {
  padding: 10px 0 20px;
}
.main-info-container .stats-info-blocks {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding: 10px 0;
}
.main-info-container .stats-info-blocks .stats-info-block {
  display: flex;
  background-color: var(--lighten30-color);
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 5px;
  align-items: center;
}
.main-info-container .stats-info-blocks .stats-info-block .block-icon {
  font-size: 20px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info-container .stats-info-blocks .stats-info-block .block-body {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.main-info-container .stats-info-blocks .stats-info-block .block-body .block-value {
  color: var(--text-color);
  font-size: 18px;
}
.main-info-container .stats-info-blocks .stats-info-block .block-body .block-title {
  color: var(--text-color);
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
}
.main-info-container .graph-data {
  padding: 0;
}
.main-info-container .graph-data > div {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  position: relative;
  margin: 0;
}
.main-info-container .graph-data > div .canvas-wrapper {
  max-height: 252px;
  padding: 0 10px 10px;
}
.main-info-container .graph-data > div .canvas-wrapper.players-stats {
  max-height: 292px;
}
.main-info-container .stats-container .table-content {
  width: 100%;
}
.main-info-container .player-info-block-item {
  min-width: 300px;
}
.main-info-container .player-info-block-item.note {
  min-width: 300px;
  height: calc(100% - 8px);
  max-height: 403px;
}
.main-info-container .player-info-block-item ~ .graph-data {
  flex: auto;
}
.main-info-container .player-info-block-item .block-item-wrapper {
  background: var(--lighten30-color);
  padding: 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}
.main-info-container .player-info-block-item .block-item-wrapper.note {
  overflow: overlay;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: smooth;
}
.main-info-container .player-info-block-item .block-item-wrapper.note .note-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-info-container .player-info-block-item .block-item-wrapper .deposit {
  color: var(--highlight-color);
  background-color: var(--green-color);
}
.main-info-container .player-info-block-item .block-item-wrapper .withdraw {
  color: var(--highlight-color);
  background-color: var(--red-color);
}
.main-info-container .player-info-block-item .block-item-wrapper .top-section {
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main-info-container .player-info-block-item .block-item-wrapper .top-section .refresh-box {
  cursor: pointer;
  border-radius: 4px;
  background: var(--white-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info-container .player-info-block-item .block-item-wrapper .top-section .refresh-box .sb-refresh {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container .player-info-block-item .block-item-wrapper .number-info {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-color);
  margin-bottom: 4px;
}
.main-info-container .player-info-block-item .block-item-wrapper .for-period,
.main-info-container .player-info-block-item .block-item-wrapper .spin-count {
  color: var(--text-color);
  opacity: 0.7;
}

.table-overview {
  flex: 1;
}
.table-overview.table-content .header-section {
  padding: 15px 0;
}
.table-overview.table-content {
  display: flex;
  flex-direction: column;
}
.table-overview.table-content .table-wrapper {
  border-radius: 4px;
  background: var(--lighten30-color);
  box-shadow: 5px 5px 5px var(--lighten30-color);
  padding: 0 10px;
  flex: 1;
}
.table-overview.table-content .table-wrapper table {
  width: 100%;
}
.table-overview.table-content .table-wrapper table thead tr {
  border-bottom: 2px solid white;
}
.table-overview.table-content .table-wrapper table thead tr th {
  padding: 12px 7px;
}
.table-overview.table-content .table-wrapper table tbody tr:not(.head):last-child {
  border-bottom: 0;
}
.table-overview.table-content .table-wrapper table tbody tr:not(.head) td {
  padding: 12px 7px;
}
.table-overview.table-content .table-wrapper table tbody tr:not(.head) td:first-child {
  opacity: 0.7;
}

.main-info-container.reports .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.reports .table-content .header-section .field-box {
  margin-top: 10px;
}

.main-info-container.sportsbook-settings .left-block {
  max-width: 600px;
}
@media only screen and (min-width: 64em) {
  .main-info-container.sportsbook-settings .left-block {
    margin-right: 30px;
  }
}
.main-info-container.sportsbook-settings .right-block {
  max-width: 435px;
  margin-right: 8px;
}
.main-info-container.sportsbook-settings .right-block .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  padding: 20px 0;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item {
  height: 64px;
  display: flex;
  align-items: flex-start;
  background: var(--lighten30-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 12px;
  margin-bottom: 5px;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .left-section {
  display: flex;
  align-items: center;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .left-section .icon {
  margin-right: 12px;
  height: 21px;
  width: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .left-section .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .left-section .name-block {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 315px;
  color: var(--text-color);
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .left-section .name-block .info {
  font-size: 12px;
  opacity: 0.7;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .right-section .sb-favorites, .main-info-container.sportsbook-settings .right-block .quick-links-item .right-section .populate-icon {
  cursor: pointer;
  font-size: 16px;
  color: var(--pending-color);
  transition: color 0.3s;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .right-section .sb-favorites.active, .main-info-container.sportsbook-settings .right-block .quick-links-item .right-section .populate-icon.active {
  color: #DF6F1E;
}
.main-info-container.sportsbook-settings .right-block .quick-links-item .right-section .sb-warning {
  font-size: 14px;
  color: var(--red-color);
  margin-right: 16px;
}

.logs-data {
  cursor: default;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.logs-data.show {
  display: block;
}

.logs-description {
  cursor: default;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.logs-description.show {
  display: block;
}

.compress-data {
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}
.compress-data .compress-item {
  margin: 2px 0 2px 0;
}
.compress-data .compress-item .compress-name {
  color: grey;
}

.turn-off-container {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  padding: 16px 12px;
}
.turn-off-container .description {
  margin-bottom: 13px;
  max-width: 290px;
}
.turn-off-container .question-text {
  margin-bottom: 16px;
}
.turn-off-container .btn:not(:last-child) {
  margin-bottom: 10px;
}

.dobet-setting-container {
  padding: 15px;
}

.main-info-container.banners .left-block {
  padding-top: 15px;
  margin-bottom: 15px;
  max-width: 520px;
  width: 100%;
}
@media only screen and (min-width: 75em) {
  .main-info-container.banners .left-block {
    margin-right: 15px;
  }
}
.main-info-container.banners .left-block .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.banners .left-block .top-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.banners .left-block .controller-item {
  margin-bottom: 5px;
}
.main-info-container.banners .right-block {
  margin-bottom: 15px;
  max-width: 918px;
  width: 100%;
}
.main-info-container.banners .right-block.right-banners {
  max-width: 500px;
}
.main-info-container.banners .right-block.right-banners .view-container {
  height: 275px;
}
.main-info-container.banners .right-block.right-banners .view-container .item-wrapper {
  background-color: transparent;
}
.main-info-container.banners .right-block.right-banners .view-container .item-wrapper .img-box {
  max-width: 100%;
}
.main-info-container.banners .right-block.right-banners .view-container .item-wrapper .img-box div {
  height: 100%;
  top: 15px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.banners .right-block {
    margin-left: 15px;
  }
}
.main-info-container.banners .right-block .banner-container .row-item {
  flex-wrap: wrap;
}
.main-info-container.banners .right-block .banner-container .row-item .field-box {
  width: 50%;
}
.main-info-container.banners .right-block .banner-container .row-item .field-box.image {
  width: 102px;
}
.main-info-container.banners .right-block .banner-container .row-item .field-box.color {
  width: 168px;
}
.main-info-container.banners .right-block .banner-link-section {
  margin-top: 25px;
  color: var(--text-color);
}
.main-info-container.banners .right-block .banner-link-section .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.banners .right-block .banner-link-section .fields {
    margin: 0 -7.5px;
  }
}
.main-info-container.banners .right-block .banner-link-section .fields .field-wrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.banners .right-block .banner-link-section .fields .field-wrapper .field-box {
    margin: 0 7.5px;
  }
}

.main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .table-header .market-header-id, .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .market-header-id, .main-info-container.settings-partners .wallet-wrapper .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .wallet .market-header-id {
  width: 100px;
}
.main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .table-header .market-header-name, .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .market-header-name, .main-info-container.settings-partners .wallet-wrapper .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .wallet .market-header-name {
  width: 500px;
}
.main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .table-header .market-header-switcher, .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .market-header-switcher, .main-info-container.settings-partners .wallet-wrapper .main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .wallet .market-header-switcher {
  width: 120px;
}
.main-container .main-body .main-content .content-wrapper .odds-feed-section .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .market-toggle-switcher {
  width: 120px;
}

.main-info-container.bonuses .top-section.standard-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-info-container.bonuses .bonus-promotion .promotion-name {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-info-container.bonuses .bonus-promotion .bonus-id {
  font-size: 0.78em;
  color: grey;
  opacity: 0.7;
  height: 20px;
}
.main-info-container.bonuses .bonus-promotion .empty-span {
  font-size: 0.78em;
  color: grey;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet {
  padding-left: 34px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column1, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column1 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column2, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column2 {
  width: 250px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column3, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column3 {
  width: 260px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column4, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column4 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column5, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column5 {
  width: 150px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column6, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column6 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column7, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column7 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-header > div.column8, .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .wallet > div.column8 {
  width: 135px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item {
  padding-left: 34px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item .action-box {
  display: flex;
  gap: 10px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn) {
  display: flex;
  align-items: center;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 250px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 260px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 150px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 100px;
}
.main-info-container.bonuses .accordion-table-container.bonuses .table-wrapper .table-body .row-wrapper.bonuses .row-item-wrapper .row-item > div:not(.toggle-open-btn).column8 {
  width: 135px;
}
.main-info-container.bonuses .y-scroll {
  overflow-y: auto;
  max-height: 200px;
}
.main-info-container.bonuses .bonus-deposit {
  display: flex;
}
.main-info-container.bonuses .bonus-deposit .bonus-deposit-label {
  display: flex;
}
.main-info-container.bonuses .bonus-deposit .bonus-deposit-label .bonus-icon-btn {
  height: 40px;
  width: 40px;
  border-radius: 4px 0 0 4px;
  background: var(--lighten35-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-info-container.bonuses .bonus-deposit .bonus-deposit-label .bonus-deposit-course {
  padding: 2px;
  font-size: 12px;
}
.main-info-container.bonuses .left-block {
  padding-top: 15px;
  max-width: 520px;
  width: 100%;
}
.main-info-container.bonuses .left-block.bonus-config {
  max-width: 425px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.bonuses .left-block {
    margin-right: 15px;
  }
}
.main-info-container.bonuses .left-block .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.bonuses .left-block .top-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.bonuses .left-block .controller-item {
  margin-bottom: 5px;
}
.main-info-container.bonuses:not(.wheel-logic) .right-block {
  max-width: 560px;
  width: 100%;
}
.main-info-container.bonuses.wheel-logic .right-block {
  flex: auto;
  max-width: 100%;
}
.main-info-container.bonuses .right-block .banners-container .controller-item {
  margin-bottom: 10px;
}
.main-info-container.bonuses .right-block.wheel-bonuses {
  max-width: none !important;
}
.main-info-container.bonuses .right-block.wheel-bonuses .header-section {
  max-width: 725px;
  display: flex;
  margin-bottom: 10px;
}
.main-info-container.bonuses .right-block.wheel-bonuses .header-section .field-box .min_max {
  display: flex;
  align-items: center;
}
.main-info-container.bonuses .right-block.wheel-bonuses .header-section .field-box .min_max span {
  margin-right: 5px;
}
.main-info-container.bonuses .right-block.wheel-bonuses .header-section .field-box .min_max input {
  width: 60px;
}
.main-info-container.bonuses .right-block.wheel-bonuses .table-header div, .main-info-container.bonuses .right-block.wheel-bonuses .main-info-container.settings-partners .wallet-wrapper .wallet div, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonuses .right-block.wheel-bonuses .wallet div {
  justify-content: center;
  align-items: center;
}
.main-info-container.bonuses .right-block.wheel-bonuses .table-body .column {
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info-container.bonuses .right-block.wheel-bonuses .table-body .column img {
  width: 50px !important;
  height: 50px !important;
}
.main-info-container.bonuses .right-block.wheel-bonuses .table-body .column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-info-container.bonuses .right-block.wheel-bonuses .table-body .column:last-child div {
  width: 100%;
  justify-content: space-around;
}
.main-info-container.bonuses .right-block .basic-nav-menu {
  margin: 15px auto;
}
.main-info-container.bonuses .right-block .top-section {
  padding: 13px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-info-container.bonuses .right-block .menu-tab .active {
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
}
.main-info-container.bonuses .right-block .menu-tab span {
  cursor: pointer;
}
@media only screen and (min-width: 75em) {
  .main-info-container.bonuses .right-block {
    margin-left: 15px;
  }
}
.main-info-container.bonuses .right-block .bonuses_list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-info-container.bonuses .right-block .bonus_contain {
  position: relative;
  text-align: center;
  width: 31%;
  border: 2px solid var(--green-color);
  border-radius: 15px;
  margin-bottom: 3px;
}
.main-info-container.bonuses .right-block .settings_icon {
  position: absolute;
}
.main-info-container.bonuses .right-block .bonus_settings_icon_position {
  position: absolute;
  top: 6px;
  right: 0;
}
.main-info-container.bonuses .right-block .title_image img {
  width: 100%;
  height: 150px;
}
.main-info-container.bonuses .right-block .wheel-container {
  position: relative;
  background-color: #E3EFF4;
  margin: 30px auto;
  user-select: none;
  border-radius: 50%;
}
.main-info-container.bonuses .right-block .wheel-container #wheel-root-group > g,
.main-info-container.bonuses .right-block .wheel-container image {
  cursor: pointer;
}
.main-info-container.bonuses .right-block .wheel-container .wheel-spin-btn {
  cursor: pointer;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 100ms ease;
}
.main-info-container.bonuses .right-block .wheel-container .wheel-spin-btn:active {
  transform: scale(1);
}
.main-info-container.bonuses .right-block .logic_currency_list .list_items .list {
  display: flex;
  margin-bottom: 10px;
}
.main-info-container.bonuses .right-block .logic_currency_list .list_items .list .btns {
  margin: auto 3px;
}
.main-info-container.bonuses .right-block .logic_currency_list .list_items .list .currency_code {
  background: var(--lighten25-dark-color);
  line-height: 39px;
  text-align: center;
  display: inline-block;
  width: 80px;
}
.main-info-container.bonuses .right-block.promotion .img-block {
  margin-bottom: 20px;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container {
  height: 207px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  padding: 10px;
  display: flex;
  align-items: center;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container .img-box {
  margin-right: 10px;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container .image-info {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container .image-info .size-info {
  margin-top: 5px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.main-info-container.bonuses .right-block.promotion .img-block .upload-container .image-info .btn {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  background: var(--white-color);
}
.main-info-container.bonuses .right-block.promotion .texts-section .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 5px;
}
.main-info-container.bonuses .right-block.promotion .texts-section .lang-types {
  margin-bottom: 15px;
}
.main-info-container.bonuses .right-block.promotion .texts-section .lang-types span {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.main-info-container.bonuses .right-block.promotion .texts-section .lang-types span.empty:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  background: var(--red-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.main-info-container.bonuses .right-block.promotion .texts-section .lang-types span.active, .main-info-container.bonuses .right-block.promotion .texts-section .lang-types span:hover {
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .main-info-container.bonuses .right-block.promotion .texts-section .fields {
    margin: 0 -7.5px;
  }
}
.main-info-container.bonuses .right-block.promotion .texts-section .fields .field-wrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .main-info-container.bonuses .right-block.promotion .texts-section .fields .field-wrapper .field-box {
    margin: 0 7.5px;
  }
}
.main-info-container.bonuses .right-block.promotion .texts-section .fields .field-wrapper .field-box .disabled {
  pointer-events: none;
}
.main-info-container.bonuses .right-block.promotion .editor {
  height: 500px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .product-select-close {
  font-size: 7px;
  right: 28px;
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .main-config-wrapper {
  border: 0.01em solid var(--text-color-10);
  padding: 12px 8px;
  margin-bottom: 10px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .large {
  height: 40px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  transition: background 0.3s;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn:hover {
  background: var(--lighten35-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn span {
  font-size: 18px;
  color: var(--text-color);
  display: block;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn .sb-icon {
  font-size: 14px;
  color: var(--text-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn .sb-icon.sb-minus {
  color: #e74c3c;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn.not-action {
  pointer-events: none;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn.not-action .sb-icon,
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .action-btn.not-action span {
  opacity: 0.7;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .top-section .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .top-main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .top-main-section .main-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 3px;
  color: var(--text-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper:not(.child-wrapper):not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--text-color-10);
  position: absolute;
  left: 10px;
  top: 30px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper .action-btn {
  flex-shrink: 0;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper > *:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper > .field-box {
  flex: auto;
  max-width: 220px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper > .field-box .disabled {
  pointer-events: none;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .fields-wrapper > .field-box:not(:first-child) {
  width: 220px;
  max-width: 220px;
  flex-shrink: 0;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper:not(.child-after):after {
  content: "";
  height: 1px;
  width: 10px;
  background: var(--text-color-10);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types.active {
  z-index: 10;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--white-color);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 37, 56, 0.1);
  min-width: 115px;
  transition: opacity 0.2s;
  z-index: 7;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container .list-wrapper li {
  padding: 12px;
  background: transparent;
  transition: background 0.3s;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container .list-wrapper li:hover {
  background: var(--lighten25-dark-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container .list-wrapper li:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child .fields-wrapper .product-types .info-menu-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  white-space: nowrap;
}
.main-info-container.bonuses .right-block.bonus-config .bonus-config-container .config-wrapper .main-section .config-items-wrapper .config-block-tree .child:not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--text-color-10);
  position: absolute;
  left: 10px;
  top: 20px;
}

.bonus-duplicate-partner .body-section .duplicate-list-container,
.select-lists-section .body-section .duplicate-list-container {
  padding: 10px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name,
.select-lists-section .body-section .duplicate-list-container .list-section .name {
  display: flex;
  align-items: center;
  height: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name span,
.select-lists-section .body-section .duplicate-list-container .list-section .name span {
  opacity: 0.7;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name .square-checkbox,
.select-lists-section .body-section .duplicate-list-container .list-section .name .square-checkbox {
  height: 16px;
  width: 16px;
  margin-right: 12px;
  margin-left: 12px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name .square-checkbox label,
.select-lists-section .body-section .duplicate-list-container .list-section .name .square-checkbox label {
  height: 100%;
  width: 100%;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name .square-checkbox label:after,
.select-lists-section .body-section .duplicate-list-container .list-section .name .square-checkbox label:after {
  width: 5px;
  height: 5px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper,
.select-lists-section .body-section .duplicate-list-container .list-wrapper {
  height: 205px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper li,
.select-lists-section .body-section .duplicate-list-container .list-wrapper li {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  margin-top: 5px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper li .checkbox,
.select-lists-section .body-section .duplicate-list-container .list-wrapper li .checkbox {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-left: 12px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper li .checkbox label,
.select-lists-section .body-section .duplicate-list-container .list-wrapper li .checkbox label {
  width: 16px;
  height: 16px;
  background: var(--white-color);
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper li .checkbox label .sb-icon,
.select-lists-section .body-section .duplicate-list-container .list-wrapper li .checkbox label .sb-icon {
  font-size: 8px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper li span,
.select-lists-section .body-section .duplicate-list-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}
.bonus-duplicate-partner .body-section .duplicate-list-container.export-fields-list .list-wrapper,
.select-lists-section .body-section .duplicate-list-container.export-fields-list .list-wrapper {
  height: 400px;
}
.bonus-duplicate-partner .body-section .duplicate-list-container.export-fields-list .export-date,
.select-lists-section .body-section .duplicate-list-container.export-fields-list .export-date {
  margin: 5px 0;
}
.bonus-duplicate-partner .body-section .duplicate-list-container .bottom-section,
.select-lists-section .body-section .duplicate-list-container .bottom-section {
  padding: 12px 0 4px;
}

.bonus-wizard {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  overflow: hidden;
}
.bonus-wizard .warning {
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 17px;
  padding: 10px 12px 10px 32px;
  border-left: 8px solid var(--base-color);
  position: relative;
  color: var(--ecn-orange);
}
.bonus-wizard .step-info {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
}
.bonus-wizard .step-info .info-bonus-code {
  font-size: 14px;
  color: var(--text-color);
  font-style: oblique;
  display: contents;
}
.bonus-wizard .cursor-not-allowed {
  cursor: not-allowed;
}
.bonus-wizard .sb-currency {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.bonus-wizard .sub-button-field {
  position: relative;
}
.bonus-wizard .sub-button-field .btn.sub-btn {
  padding: 0 8px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: white;
  font-size: 0.64em;
}
.bonus-wizard .main-wrapper {
  flex: auto;
  margin: 30px 0;
  overflow-y: auto;
}
.bonus-wizard .main-wrapper .fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1028px;
}
.bonus-wizard .main-wrapper .fields-wrapper .error.success,
.bonus-wizard .main-wrapper .fields-wrapper .success.success {
  display: flex;
}
.bonus-wizard .main-wrapper .fields-wrapper .error .sb-icon.sb-round-error, .bonus-wizard .main-wrapper .fields-wrapper .error .sb-icon.sb-round-success,
.bonus-wizard .main-wrapper .fields-wrapper .success .sb-icon.sb-round-error,
.bonus-wizard .main-wrapper .fields-wrapper .success .sb-icon.sb-round-success {
  width: 0;
  height: 0;
}
.bonus-wizard .main-wrapper .fields-wrapper .toggle-buttons {
  display: flex;
  flex-basis: 300px;
}
.bonus-wizard .main-wrapper .fields-wrapper .toggle-buttons.last-step {
  margin: 0 40px 30px 0;
  overflow: auto;
}
.bonus-wizard .main-wrapper .fields-wrapper.vertical {
  flex-direction: column;
  gap: 40px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .group-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .group-subtitle {
  margin-bottom: 15px;
  font-size: 1.04em;
  color: var(--text-color);
  font-weight: 600;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper {
  flex-basis: 100%;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.child-wrapper .field-box {
  flex-basis: unset;
  width: 300px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.child-wrapper .field-box.add-game {
  width: 200px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.child-wrapper .field-box.benefit-per-game {
  margin: 0 40px 0 0;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus {
  gap: 10px;
  align-items: flex-end;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .add-range-wrapper {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .btn.action-btn {
  padding: 0;
  width: 30px;
  height: 30px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group {
  width: 100%;
  border: 1px solid var(--lighten25-dark-color);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group .field-box-group-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: calc(100% - 60px);
  gap: 25px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group .field-box-group-wrapper .field-box-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group .field-box-group-wrapper .field-box-child .label {
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group .field-box-group-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .bonus-wizard .main-wrapper .fields-wrapper .group .fields-wrapper.progressive-bonus .field-box-group .field-box-group-wrapper .field-box-child {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.bonus-wizard .main-wrapper .fields-wrapper .field-box {
  flex-basis: 300px;
  margin: 0 40px 30px 0;
}
.bonus-wizard .main-wrapper .fields-wrapper .field-box.placeholder-black ::placeholder {
  color: black !important;
  opacity: 1;
  /* Firefox */
}
.bonus-wizard .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.bonus-wizard .footer-wrapper.mobile {
  column-gap: 3px;
}
.bonus-wizard .footer-wrapper .left-btn-wrapper {
  width: max-content;
}
.bonus-wizard .footer-wrapper .btn.mobile {
  padding: 0 15px;
}
.bonus-wizard .footer-wrapper .left-btn-wrapper-edit {
  width: max-content;
  display: flex;
  column-gap: 3px;
}
.bonus-wizard .footer-wrapper .left-btn-wrapper-edit.desktop {
  column-gap: 95px;
}
.bonus-wizard .ember-power-select-trigger {
  display: flex;
  align-items: center;
}
.bonus-wizard .ember-power-select-trigger.cursor-none {
  cursor: default;
}
.bonus-wizard .ember-power-select-trigger .ember-power-select-multiple-options {
  width: 100%;
}
.bonus-wizard .ember-power-select-trigger .ember-power-select-trigger-multiple-input {
  padding: unset;
}
.bonus-wizard .ember-power-select-trigger .ember-power-select-trigger-multiple-input.cursor-none {
  cursor: default;
}
.bonus-wizard .currency-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.bonus-wizard .currency-container .currency-wrapper {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 4px;
  background-color: var(--lighten25-dark-color);
  border-radius: 4px;
}
.bonus-wizard .currency-container .currency-wrapper .currency-item {
  flex: 1;
  position: relative;
  border-radius: 4px;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bonus-wizard .currency-container .currency-wrapper .currency-item.active {
  border-radius: 4px;
  pointer-events: none;
  background-color: var(--button-color);
}

.generic-popup-container .popup-wrapper .popup-content.wheel-templates-popup .bonus-config-wrapper {
  max-height: 430px;
  overflow-y: auto;
}
.generic-popup-container .popup-wrapper .popup-content.wheel-templates-popup .bonus-config-wrapper > .field-box {
  margin-bottom: 0;
}
.generic-popup-container .popup-wrapper .popup-content.wheel-templates-popup .bonus-config-wrapper > .field-box > input {
  padding: 0 7px;
}

.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .bonus-config-wrapper {
  max-height: 430px;
  overflow-y: auto;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .bonus-config-wrapper > .field-box {
  margin-bottom: 0;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .bonus-config-wrapper > .field-box > input {
  padding: 0 7px;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section {
  padding: 10px 12px;
  max-height: 100%;
  overflow: hidden;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers {
  overflow: hidden;
  padding-top: 0;
  gap: 0;
  height: 100%;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .header-section {
  height: auto;
  flex-wrap: wrap;
  gap: 20px;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .header-section .date-range {
  width: -webkit-fill-available;
  max-width: 280px;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: auto;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper .table-header, .generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet, .main-info-container.settings-partners .wallet-wrapper .generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper .wallet {
  flex-shrink: 0;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper .table-body {
  height: 100%;
}
.generic-popup-container .popup-wrapper .popup-content.bonus-edit-logs .body-section .retail-managers > .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper {
  height: 100%;
}

.main-info-container.casino-settings-order .filter-wrapper {
  max-width: 600px;
}
.main-info-container.casino-settings-order .accordion-switcher-container .selected-all-checkbox {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.main-info-container.casino-settings-categories .top-section, .main-info-container.casino-settings-games .top-section, .main-info-container.casino-settings-templates .top-section, .main-info-container.bonus-promo-section .top-section, .main-info-container.payment-settings-templates .top-section, .main-info-container.currency-courses-section .top-section, .main-info-container.payment-banners .top-section, .main-info-container.casino-settings-types .top-section {
  margin: 20px 0;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .top-btn-container, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .top-btn-container {
  justify-content: space-between;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .top-btn-container .selected-text {
  width: auto;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .selected-control-btn, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .selected-control-btn {
  padding: 0 10px;
  min-width: 110px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-btn-color);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  display: flex;
  align-items: center;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 350px;
  padding-left: 18px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box {
  display: flex;
  align-items: center;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1 .field-box input, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1 .field-box input, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1 .field-box input,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 .field-box input {
  max-width: 220px;
  margin-right: 10px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 150px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 250px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 210px;
}
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.casino-settings-categories .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.casino-settings-games .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.casino-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.bonus-promo-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.payment-settings-templates .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.currency-courses-section .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.payment-banners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.casino-settings-types .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 100px;
}
.main-info-container.casino-settings-categories .column:last-child .field-box button, .main-info-container.casino-settings-games .column:last-child .field-box button, .main-info-container.casino-settings-templates .column:last-child .field-box button, .main-info-container.bonus-promo-section .column:last-child .field-box button, .main-info-container.payment-settings-templates .column:last-child .field-box button, .main-info-container.currency-courses-section .column:last-child .field-box button, .main-info-container.payment-banners .column:last-child .field-box button, .main-info-container.casino-settings-types .column:last-child .field-box button {
  margin: 4px 0 0 2px;
}
.main-info-container.wagering-contribution .accordion-switcher-container {
  cursor: default;
}
.main-info-container.wagering-contribution .accordion-switcher-container .left-section .title {
  line-height: normal;
}
.main-info-container.wagering-contribution .accordion-switcher-container .top-section {
  min-height: 39px;
  height: auto;
  gap: 10px;
  padding: 6px 12px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section {
  cursor: default;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .field {
  position: relative;
  width: 67px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .field input {
  padding-left: 30px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .field .error {
  min-width: 95px;
  width: 106px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .field .error span {
  font-size: 11px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .field > span {
  position: absolute;
  left: 10px;
  top: 8px;
  font-weight: 600;
  font-size: 14px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .sb-icon.sb-trash {
  padding-top: 8px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .right-section .sb-icon.sb-trash.disabled {
  opacity: 0.3;
}
.main-info-container.wagering-contribution .accordion-switcher-container:not(.selected) {
  max-width: 500px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .content-info {
  border-top: 1px solid var(--lighten25-dark-color);
  padding: 12px 26px;
}
.main-info-container.wagering-contribution .accordion-switcher-container .content-info .accordion-switcher-container {
  background: var(--white-color);
}
.main-info-container.wagering-contribution .accordion-switcher-container .content-info .accordion-switcher-container .top-section {
  padding: 5px 12px;
  min-height: 39px;
  height: auto;
  align-items: flex-start;
}

.main-info-container.free-spins .table-content .header-section {
  padding-top: 10px;
  flex-wrap: wrap;
}
.main-info-container.free-spins .table-content .header-section .field-box {
  margin-top: 10px;
}
.main-info-container.free-spins .table-content .header-section .field-box:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column1, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column1 {
  width: 150px;
  padding-left: 40px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column2, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column2 {
  width: 200px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column3, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column3 {
  width: 95px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column4, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column4 {
  width: 135px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column5, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column5 {
  width: 125px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column6, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column6 {
  width: 100px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column7, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column7 {
  width: 130px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column8, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column8 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column9, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column9, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column9 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-header > div.column10, .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column10, .main-info-container.settings-partners .wallet-wrapper .main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .wallet > div.column10 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column1 {
  width: 150px;
  padding-left: 40px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column2 {
  width: 200px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column3 {
  width: 95px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column4 {
  width: 135px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column5 {
  width: 125px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column6 {
  width: 100px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column7 {
  width: 130px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column8 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column9 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn).column10 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item > div:not(.toggle-open-btn) input {
  width: 103px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column1 {
  width: 105px;
  padding-left: 18px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column2 {
  width: 140px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column3 {
  width: 180px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column4 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column5 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-header > div.column6 {
  width: 100px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column1 {
  width: 105px;
  padding-left: 18px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column2 {
  width: 140px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column3 {
  width: 180px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column4 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column5 {
  width: 120px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn).column6 {
  width: 100px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) input {
  width: 85px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) input + .success-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--button-color);
  color: var(--text-color);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn {
  height: 35px;
  width: 35px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  transition: color 0.3s, background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn:not(:last-child) {
  margin-right: 5px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn .sb-icon {
  opacity: 0.7;
  font-size: 15px;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.like {
  background: var(--green-color);
  color: var(--white-color);
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.like i {
  opacity: 1;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.sb-arrowleft {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.unlike {
  background: var(--red-color);
  color: var(--white-color);
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item-content .content-table-container .content-tb-body .content-item > div:not(.lock-unlock-btn) .square-btn.unlike i {
  opacity: 1;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container {
  position: fixed;
  left: 16px;
  bottom: 20px;
  width: 246px;
  min-height: 110px;
  padding: 10px;
  border-radius: 10px;
  background: var(--white-color);
  z-index: 3;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .text-calculated {
  color: var(--green-color);
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .calculated-btn {
  margin-top: 3px;
  border-radius: 5px;
  background: var(--darken25-color);
  height: 30px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}
.main-info-container.free-spins .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .calculate-container .calculated-info .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
  cursor: pointer;
}

.generic-popup-container .popup-wrapper .popup-content.bet-round-details-modal {
  max-width: 1000px;
  width: 100%;
}
.generic-popup-container .popup-wrapper .popup-content.bet-round-details-modal .table-content {
  padding: 10px;
}

.documents-container .settings-info-container .cashbox-details {
  border: 0.01em solid var(--text-color-10);
  padding: 17px;
  margin-top: 10px;
}

.main-info-container .top-section-btn {
  padding-top: 15px;
}
.main-info-container.retail-managers .table-content .header-section {
  padding-top: 20px;
}
.main-info-container.retail-managers .table-content .field-box {
  color: var(--text-color);
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header .row-wrapper .row-item-wrapper .row-item, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-wrapper .row-item-wrapper .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet .row-wrapper .row-item-wrapper .row-item,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item {
  cursor: pointer;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header .row-wrapper .row-item-wrapper .row-item.active, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-wrapper .row-item-wrapper .row-item.active, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet .row-wrapper .row-item-wrapper .row-item.active,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item.active {
  background-color: var(--lighten25-dark-color);
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header .row-wrapper .row-item-wrapper .row-item.active .menu-items-btn .btn-secondary, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-wrapper .row-item-wrapper .row-item.active .menu-items-btn .btn-secondary, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet .row-wrapper .row-item-wrapper .row-item.active .menu-items-btn .btn-secondary,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item-wrapper .row-item.active .menu-items-btn .btn-secondary {
  background-color: var(--white-color);
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 100px;
  padding-left: 15px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 150px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 190px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 140px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 108px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 180px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6 .user-name, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6 .user-name, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6 .user-name,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 .user-name {
  opacity: 0.7;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  margin-left: 30px;
  width: 150px;
}
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8,
.main-info-container.retail-managers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 {
  margin-left: 20px;
  width: 130px;
}
.main-info-container.details .profile-info-wrapper {
  max-width: 530px;
}
.main-info-container.details .settings-info-container .items-wrapper .header {
  background: var(--lighten30-color);
  padding: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}
.main-info-container.details .settings-info-container .items-wrapper .header ~ .row-item .row-item-wrapper {
  padding-left: 12px;
}
.main-info-container.details .settings-info-container .items-wrapper .header ~ .row-item .row-item-wrapper .info {
  display: flex;
  align-items: center;
}
.main-info-container.details .settings-info-container .items-wrapper .header ~ .row-item .row-item-wrapper .info .info-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  margin-left: 12px;
}
.main-info-container.details .settings-info-container .items-wrapper .header ~ .row-item .row-item-wrapper .info .info-wrapper .sb-icon {
  font-size: 15px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.details .change-password-container .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  margin-bottom: 20px;
  margin-top: 30px;
}
.main-info-container.details .change-password-container .fields {
  display: flex;
  align-items: center;
}
.main-info-container.details .change-password-container .fields .input-box {
  max-width: 220px;
  width: 100%;
  margin: 0 30px 10px 0;
}
.main-info-container.cash-boxes .table-content {
  padding-top: 20px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  align-items: center;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 228px;
  padding-left: 15px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 255px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 170px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 180px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 165px;
}
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.cash-boxes .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 110px;
}
.main-info-container.cashiers .table-content .header-section {
  padding: 20px 0 10px;
}
.main-info-container.cashiers .table-content .header-section .field-box {
  margin-bottom: 10px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  align-items: center;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 180px;
  padding-left: 15px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 165px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 285px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 170px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 170px;
}
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.cashiers .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 110px;
}
.main-info-container.cashier-shift .table-content .header-section {
  padding: 20px 0 10px;
}
.main-info-container.cashier-shift .table-content .header-section .field-box {
  margin-bottom: 10px;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  align-items: center;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 60px;
  padding-left: 15px;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 170px;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 185px;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 170px;
  justify-content: flex-end;
  text-align: right;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 130px;
  justify-content: flex-end;
  text-align: right;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 200px;
  justify-content: flex-end;
  text-align: right;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 165px;
  justify-content: flex-end;
  text-align: right;
}
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8, .main-info-container.settings-partners .wallet-wrapper .main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8,
.main-info-container.cashier-shift .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 {
  width: 110px;
  margin-left: 20px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  align-items: center;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 65px;
  padding-left: 15px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 170px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2 .position, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2 .position, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2 .position,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 .position {
  opacity: 0.7;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 195px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 195px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 185px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 158px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 60px;
  padding-right: 15px;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7 .buttons, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7 .buttons, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7 .buttons,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 .buttons {
  display: flex;
  justify-content: space-between;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7 .buttons .like, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7 .buttons .like, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7 .buttons .like,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 .buttons .like {
  background: var(--green-color);
  color: var(--white-color);
  cursor: pointer;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7 .buttons .like .sb-icon, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7 .buttons .like .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7 .buttons .like .sb-icon,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 .buttons .like .sb-icon {
  opacity: 1;
  color: var(--white-color);
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7 .buttons .unlike, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7 .buttons .unlike, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7 .buttons .unlike,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 .buttons .unlike {
  background: var(--red-color);
  color: var(--white-color);
  cursor: pointer;
}
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7 .buttons .unlike .sb-icon, .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7 .buttons .unlike .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7 .buttons .unlike .sb-icon,
.main-info-container.retail-transactions .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 .buttons .unlike .sb-icon {
  opacity: 1;
  color: var(--white-color);
}

.add-new-managers-fields {
  padding: 15px;
}
.add-new-managers-fields .disabled {
  pointer-events: none;
}
.add-new-managers-fields .field-box {
  margin-bottom: 15px;
}
.add-new-managers-fields .field-box .error {
  color: var(--red-color);
}
.add-new-managers-fields .field-box-near {
  margin-bottom: 3px;
}
.add-new-managers-fields .warning {
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  border-left: 8px solid var(--base-color);
  position: relative;
  color: var(--ecn-orange);
}
.add-new-managers-fields .warning-msg {
  border-radius: 8px;
  background: var(--darken40-color);
  color: var(--text-color);
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 17px;
}

.main-info-container.settings-roles .left-block {
  max-width: 435px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.settings-roles .left-block {
    padding-right: 15px;
    max-width: 450px;
  }
}
.main-info-container.settings-roles .left-block .top-section {
  padding: 20px 0 15px;
}
.main-info-container.settings-roles .left-block .banners-container .controller-item {
  margin-bottom: 5px;
}
.main-info-container.settings-roles .left-block .banners-container .controller-item .info-menu-container li {
  text-align: right;
}
.main-info-container.settings-roles .right-block {
  padding-top: 20px;
  max-width: 600px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.settings-roles .right-block {
    padding-left: 15px;
    max-width: 615px;
  }
}
.main-info-container.setting-users .header-section {
  justify-content: space-between;
  padding: 0 0 15px 0;
}
.main-info-container.setting-users .header-section .left-section {
  gap: 10px;
}
.main-info-container.setting-users, .main-info-container.settings-partners {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.main-info-container.setting-users.setting-users .table-content .accordion-table-container, .main-info-container.settings-partners.setting-users .table-content .accordion-table-container {
  height: auto;
  flex: auto;
}
.main-info-container.setting-users .table-content, .main-info-container.settings-partners .table-content {
  flex: 1 0 0;
}
.main-info-container.setting-users .table-content .accordion-table-container, .main-info-container.settings-partners .table-content .accordion-table-container {
  height: 100%;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column],
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column], .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  display: flex;
  align-items: center;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 70px;
  padding-left: 15px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 160px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 185px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column4,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column4, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column4, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column4,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column4 {
  width: 245px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column5,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column5, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column5, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column5,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column5 {
  width: 150px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column6,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column6, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 {
  width: 195px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column7,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column7, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column7, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column7,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column7 {
  width: 125px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column8,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column8, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column8, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column8,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column8 {
  width: 105px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column9, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column9,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column9, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column9, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column9, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column9,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column9 {
  width: 105px;
  margin-left: 15px;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header .menu-items-btn .items-container, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .menu-items-btn .items-container,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body .menu-items-btn .items-container, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .menu-items-btn .items-container, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .menu-items-btn .items-container, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .menu-items-btn .items-container,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .menu-items-btn .items-container {
  min-width: 172px;
  transition: none;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header .menu-items-btn .items-container .switcher-item, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .menu-items-btn .items-container .switcher-item,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body .menu-items-btn .items-container .switcher-item, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .menu-items-btn .items-container .switcher-item, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .menu-items-btn .items-container .switcher-item, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .menu-items-btn .items-container .switcher-item,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .menu-items-btn .items-container .switcher-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-header .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show, .main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show,
.main-info-container.setting-users .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .row-wrapper > .row-item-wrapper:nth-last-child(-n+3):not(:nth-child(-n+3)) .items-container.show {
  min-width: 172px;
  max-height: none;
  bottom: calc(100% + 3px);
  top: auto;
}

.main-info-container.settings-pages {
  justify-content: space-between;
}
.main-info-container.settings-pages.settings-container {
  justify-content: flex-start;
}
.main-info-container.settings-pages .left-block {
  max-width: 100%;
}
@media only screen and (min-width: 75em) {
  .main-info-container.settings-pages .left-block {
    padding-right: 15px;
  }
}
.main-info-container.settings-pages .left-block .top-section {
  padding-bottom: 15px;
}
.main-info-container.settings-pages .left-block .controller-item {
  margin-bottom: 5px;
}
.main-info-container.settings-pages .left-block .mail-template-container .left-section.text-ellipsis {
  justify-content: space-between;
  width: 100%;
}
.main-info-container.settings-pages .left-block .mail-template-container .display-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-info-container.settings-pages .right-block {
  max-width: 100%;
}
@media only screen and (min-width: 75em) {
  .main-info-container.settings-pages .right-block {
    padding-left: 15px;
  }
}
.main-info-container.settings-pages .right-block .top-section {
  margin-bottom: 5px;
}
.main-info-container.settings-pages .right-block .top-section .top-description {
  display: flex;
  gap: 18px;
}
.main-info-container.settings-pages .right-block .top-section .buttons {
  display: flex;
  gap: 7px;
}
.main-info-container.settings-pages .right-block .messages-section .variable-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main-info-container.settings-pages .right-block .messages-section .variable-wrapper .variable {
  cursor: pointer;
  height: 30px;
  padding: 0 16px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin: 0 5px 10px;
}
.main-info-container.settings-pages .right-block .messages-section .variable-wrapper .variable .sb-icon {
  margin-left: 8px;
}
.main-info-container.settings-pages .right-block .mail-edit {
  font-size: 14px;
}
.main-info-container.settings-pages .right-block .menu-tab {
  text-transform: capitalize;
}
.main-info-container.settings-pages .right-block .menu-tab span {
  cursor: pointer;
}
.main-info-container.settings-pages .right-block .menu-tab span.active {
  font-weight: 600;
  text-decoration: underline;
}
.main-info-container.settings-pages .right-block .texts-section .lang-types {
  margin-bottom: 15px;
}
.main-info-container.settings-pages .right-block .texts-section .lang-types span {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.main-info-container.settings-pages .right-block .texts-section .lang-types span.empty:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  background: var(--red-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.main-info-container.settings-pages .right-block .texts-section .lang-types span.active, .main-info-container.settings-pages .right-block .texts-section .lang-types span:hover {
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .main-info-container.settings-pages .right-block .texts-section .fields {
    margin: 0 -7.5px;
  }
}
.main-info-container.settings-pages .right-block .texts-section .fields .field-wrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 64em) {
  .main-info-container.settings-pages .right-block .texts-section .fields .field-wrapper .field-box {
    margin: 0 7.5px;
  }
}
.main-info-container.settings-pages .right-block .editor {
  height: 500px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
}
.main-info-container.settings-pages .right-block .template-view {
  padding: 3px;
  border: 1px solid var(--lighten25-dark-color);
}
.main-info-container.settings-pages .end-block {
  display: flex;
  max-width: 100%;
  height: fit-content;
  align-items: start;
  gap: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.settings-pages .end-block {
    padding-left: 15px;
  }
}
.main-info-container.settings-pages .end-block .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.settings-pages .end-block .top-section .standard-block {
  align-items: flex-start;
}
.main-info-container.settings-pages .end-block .top-section .top-description {
  margin-bottom: 10px;
}
.main-info-container.settings-pages .end-block .top-section .top-description .field-box {
  margin-bottom: 20px;
}
.main-info-container.settings-pages .end-block .top-section .buttons {
  display: flex;
  gap: 7px;
}

.main-info-container.settings-navigations.header .right-section .icon-vertical, .main-info-container.settings-navigations.footer .right-section .icon-vertical {
  margin-right: 15px;
  width: 31px;
  background: #f0f0f6;
  height: 31px;
  border-radius: 50px;
  padding: 5px;
  cursor: pointer;
}
.main-info-container.settings-navigations.header .top-section.standard-block, .main-info-container.settings-navigations.footer .top-section.standard-block {
  margin-bottom: 15px;
}
.main-info-container.settings-navigations.header .top-section.standard-block .right-block, .main-info-container.settings-navigations.footer .top-section.standard-block .right-block {
  display: flex;
  align-items: center;
}
.main-info-container.settings-navigations.header .top-section.standard-block .right-block .switcher, .main-info-container.settings-navigations.footer .top-section.standard-block .right-block .switcher {
  margin-right: 15px;
}
.main-info-container.settings-navigations.header .block-item, .main-info-container.settings-navigations.footer .block-item {
  max-width: 600px;
  margin-bottom: 15px;
}
.main-info-container.settings-navigations .fields-container {
  padding: 12px;
  background: var(--white-color);
  border-radius: 4px;
}
.main-info-container.settings-navigations .fields-container .texts-section .lang-types {
  margin-bottom: 20px;
}
.main-info-container.settings-navigations .fields-container .texts-section .lang-types span {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.main-info-container.settings-navigations .fields-container .texts-section .lang-types span.empty:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  background: var(--red-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.main-info-container.settings-navigations .fields-container .texts-section .lang-types span.active, .main-info-container.settings-navigations .fields-container .texts-section .lang-types span:hover {
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .main-info-container.settings-navigations .fields-container .texts-section .fields {
    margin: 0 -6px;
  }
  .main-info-container.settings-navigations .fields-container .texts-section .fields:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .main-info-container.settings-navigations .fields-container .texts-section .fields .field-wrapper .field-box {
    margin: 0 6px;
  }
}

.main-info-container.settings-slack-messages .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  padding: 20px 0 15px;
}
.main-info-container.settings-slack-messages .variable-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main-info-container.settings-slack-messages .variable-wrapper .variable {
  height: 35px;
  padding: 0 16px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin: 0 5px 10px;
}
.main-info-container.settings-slack-messages .variable-wrapper .variable .sb-icon {
  margin-left: 8px;
}
.main-info-container.settings-slack-messages .table-content {
  padding-top: 10px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column:first-child, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column:first-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column:first-child,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column:first-child {
  max-width: 300px;
  padding-left: 15px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column:last-child, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column:last-child, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column:last-child,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column:last-child {
  max-width: 760px;
  padding-right: 15px;
  padding-left: 15px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column:last-child .input-box, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column:last-child .input-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column:last-child .input-box,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column:last-child input,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column:last-child input,
.main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column:last-child input,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column:last-child .input-box,
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column:last-child input {
  width: 100%;
  margin-right: 10px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 {
  display: flex;
  align-items: center;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container {
  position: relative;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .settings-btn, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .settings-btn, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .settings-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .settings-btn .sb-icon, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .settings-btn .sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .settings-btn .sb-icon {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .list-container, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .list-container, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .list-container {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 12;
  width: 160px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .list-container .name, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .list-container .name, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .list-container .name {
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .list-container .list-wrapper li, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .list-container .list-wrapper li, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .list-container .list-wrapper li {
  display: flex;
  align-items: center;
  height: 40px;
}
.main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .table-header .column5 .settings-container .list-container .list-wrapper li span, .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet .column5 .settings-container .list-container .list-wrapper li span, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-slack-messages .table-content .accordion-table-container .table-wrapper .wallet .column5 .settings-container .list-container .list-wrapper li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
}

.main-info-container.settings-logo-styles {
  max-width: 600px;
}
.main-info-container.settings-logo-styles .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.main-info-container.settings-logo-styles .logo-favicon-container {
  padding-top: 20px;
  margin-bottom: 40px;
  display: flex;
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .logo-favicon-container .logo .item-wrapper {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .logo-favicon-container .favicon .item-wrapper {
    margin-left: 10px;
    padding-left: 30px;
  }
}
.main-info-container.settings-logo-styles .logo-favicon-container .item-wrapper .upload-box {
  margin-bottom: 20px;
}
.main-info-container.settings-logo-styles .logo-favicon-container .item-wrapper .upload-box input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.main-info-container.settings-logo-styles .logo-favicon-container .item-wrapper .img-box {
  height: 70px;
  min-width: 70px;
  max-width: 100%;
  border-radius: 4px;
  padding: 20px;
  background: var(--lighten25-dark-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-info-container.settings-logo-styles .logo-favicon-container .item-wrapper .img-box img {
  height: 100%;
  object-fit: contain;
}
.main-info-container.settings-logo-styles .style-container {
  margin-bottom: 10px;
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item {
  width: 100%;
  height: 198px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item:first-child .item-wrapper {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item:last-child .item-wrapper {
    margin-left: 10px;
  }
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item .item-wrapper {
  height: 100%;
  background: var(--lighten30-color);
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s;
  border-left: 4px solid transparent;
  padding: 12px;
  cursor: pointer;
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item .item-wrapper.active {
  background: var(--lighten25-dark-color);
  border-left: 4px solid var(--green-color);
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item .item-wrapper .img-box {
  margin-bottom: 10px;
  height: calc(100% - 28px);
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item .item-wrapper .img-box img {
  height: 100%;
  object-fit: cover;
}
.main-info-container.settings-logo-styles .style-container .styles-wrapper .style-item .item-wrapper .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .colors .colors-wrapper {
    margin: 0 -11px;
  }
}
.main-info-container.settings-logo-styles .colors .colors-wrapper .field-box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .main-info-container.settings-logo-styles .colors .colors-wrapper .field-box .field-wrapper {
    margin: 0 11px;
  }
}
.main-info-container.settings-logo-styles .colors button:nth-child(2) {
  margin-left: 10px;
}

.main-info-container.settings-admin-panel {
  padding-top: 20px;
  max-width: 395px;
}
.main-info-container.settings-admin-panel .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.main-info-container.settings-admin-panel .sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.main-info-container.settings-admin-panel .field-box,
.main-info-container.settings-admin-panel .switcher-block {
  max-width: 280px;
}
.main-info-container.settings-admin-panel .switcher-block {
  background: var(--lighten25-dark-color);
}
.main-info-container.settings-admin-panel .section {
  margin-bottom: 20px;
}
.main-info-container.settings-admin-panel .currency .title {
  margin-bottom: 10px;
}
.main-info-container.settings-admin-panel .currency .switcher-block {
  margin-bottom: 15px;
}
.main-info-container.settings-admin-panel .notification-config .accordion-switcher-container .title {
  margin-bottom: 0;
}
.main-info-container.settings-admin-panel .notification-config-content {
  padding: 12px;
  border-radius: 4px;
  background: var(--white-color);
}
.main-info-container.settings-admin-panel .notification-config-content .fields-group {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
.main-info-container.settings-admin-panel .notification-config-content .fields-group .field-box {
  max-width: 100%;
}
.main-info-container.settings-admin-panel .notification-config-content .fields-group .input-box {
  width: 60%;
  margin-right: 10px;
}
.main-info-container.settings-admin-panel .notification-config-content .fields-group .select-box {
  width: 35%;
}
.main-info-container.settings-admin-panel .notification-config-content .switcher-section .switcher-block {
  width: 100%;
  max-width: 100%;
}

.main-info-container.settings-translations .top-section {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  max-width: 338px;
  padding-left: 15px;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2,
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 139px;
  padding-right: 15px;
  padding-left: 15px;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 575px;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3 .field-box, .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3 .field-box,
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 .field-box {
  width: 100%;
  margin-right: 20px;
  max-width: 522px;
}
.main-info-container.settings-translations .table-content .accordion-table-container .table-wrapper .table-body textarea {
  padding: 12px;
  min-height: 42px;
}
.main-info-container.settings-translations .table-content .field-box input[type=search] {
  min-width: 336px;
}
.main-info-container.settings-translations .table-content .header-section {
  padding-top: 0;
}

.main-info-container.settings-code-injection .top-section {
  padding: 20px 0;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  width: 100%;
  display: flex;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  max-width: 200px;
  padding-left: 15px;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 700px;
  padding-right: 15px;
  padding-left: 15px;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 115px;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3 .field-box, .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column].column3 .field-box, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3 .field-box,
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 .field-box {
  width: 100%;
  margin-right: 20px;
  max-width: 522px;
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-header [class^=column] .field-box .select-box > .is-error.sb-icon, .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet [class^=column] .field-box .select-box > .is-error.sb-icon, .main-info-container.settings-partners .wallet-wrapper .main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .wallet [class^=column] .field-box .select-box > .is-error.sb-icon,
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body [class^=column] .field-box .select-box > .is-error.sb-icon {
  top: calc(50% - 10px);
}
.main-info-container.settings-code-injection .table-content .accordion-table-container .table-wrapper .table-body textarea {
  padding: 12px;
  min-height: 100px;
  resize: vertical;
  font-family: monospace;
  font-size: 0.8rem;
}
.main-info-container.settings-code-injection .table-content .header-section {
  padding-top: 0;
}

.main-info-container.settings-partners .top-section {
  padding: 0;
}
.main-info-container.settings-partners .top-section .section-l {
  align-items: center;
}
.main-info-container.settings-partners .top-section .section-l .add-tag {
  display: flex;
}
.main-info-container.settings-partners .top-section .section-l .add-tag .select-box {
  margin: 0 5px;
}
.main-info-container.settings-partners .top-section .section-l .add-tag .select-box select {
  height: 35px;
}
.main-info-container.settings-partners .top-section .section-l div input {
  height: 35px;
}
.main-info-container.settings-partners .top-section .section-r {
  align-items: center;
}
.main-info-container.settings-partners .top-section .section-r button {
  margin-left: 2px;
}
.main-info-container.settings-partners .top-section .section-r .field-box,
.main-info-container.settings-partners .top-section .section-r .select-box,
.main-info-container.settings-partners .top-section .section-r select {
  height: 35px;
}
.main-info-container.settings-partners .top-section .section-r .line-item {
  color: var(--text-color);
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.main-info-container.settings-partners .top-section .section-r .line-item:not(:last-child) {
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.main-info-container.settings-partners .top-section .section-r .line-item.selected-count {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.main-info-container.settings-partners .top-section .section-r .line-item .field-box {
  width: 100%;
}
.main-info-container.settings-partners .top-section .section-r .line-item .field-box select {
  height: 30px;
  line-height: 30px;
}
.main-info-container.settings-partners .top-section .section-r .line-item .on-off-button.active {
  left: 20px;
}
.main-info-container.settings-partners .top-section .section-r .line-item .on-off-button input:checked + span:before {
  left: 20px;
}
.main-info-container.settings-partners .top-section .section-r .line-item .on-off-button span {
  width: 38px;
  height: 20px;
}
.main-info-container.settings-partners .top-section .section-r .line-item .on-off-button span:before {
  width: 16px;
  height: 16px;
}
.main-info-container.settings-partners .wallet-wrapper .table-header, .main-info-container.settings-partners .wallet-wrapper .wallet {
  justify-content: space-around;
}
.main-info-container.settings-partners .wallet-wrapper .single-wallet {
  flex-basis: 20%;
}
.main-info-container.settings-partners .wallet-wrapper .wallet {
  cursor: pointer;
}
.main-info-container.settings-partners .wallet-wrapper .wallet .single-id-icon {
  display: flex;
}
.main-info-container.settings-partners .wallet-wrapper .wallet .single-id-icon div:last-child {
  padding-left: 5px;
}
.main-info-container.settings-partners .wallet-wrapper .wallet .single-id-icon .icon {
  height: 21px;
  width: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-info-container.settings-partners .wallet-wrapper .wallet .single-id-icon .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .row-item, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .row-item, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .row-item,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .row-item {
  align-items: center;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .row-item .select-box, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .row-item .select-box, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .row-item .select-box,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .row-item .select-box {
  width: 100%;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column], .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column], .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column],
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column] {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].duration-name-div, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].duration-name-div, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].duration-name-div,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].duration-name-div {
  width: 200px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].duration-value-div, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].duration-value-div, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].duration-value-div,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].duration-value-div {
  width: 200px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].duration-save-button-div, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].duration-save-button-div, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].duration-save-button-div,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].duration-save-button-div {
  width: 300px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column1, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column1, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column1,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column1 {
  width: 67px;
  padding-left: 15px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column2, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column2, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column2,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column2 {
  width: 242px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column3, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column3, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column3,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column3 {
  width: 192px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header [class^=column].column6 button:last-child, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet [class^=column].column6 button:last-child, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet [class^=column].column6 button:last-child,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body [class^=column].column6 button:last-child {
  margin-left: 5px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .btn-container, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .btn-container, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .btn-container,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .btn-container {
  flex: auto;
  display: flex;
  justify-content: flex-end;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .btn-container .menu-items-btn, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .btn-container .menu-items-btn, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .btn-container .menu-items-btn,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .btn-container .menu-items-btn {
  margin-left: 5px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .btn-container .menu-items-btn .items-container, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .btn-container .menu-items-btn .items-container, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .btn-container .menu-items-btn .items-container,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .btn-container .menu-items-btn .items-container {
  min-width: 172px;
  max-height: none;
  top: calc(100% - 11px);
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-header .btn-container .menu-items-btn .items-container .switcher-item, .main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .wallet-wrapper .wallet .btn-container .menu-items-btn .items-container .switcher-item, .main-info-container.settings-partners .wallet-wrapper .table-content .accordion-table-container .table-wrapper .wallet .btn-container .menu-items-btn .items-container .switcher-item,
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .btn-container .menu-items-btn .items-container .switcher-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body textarea {
  padding: 12px;
  min-height: 42px;
}
.main-info-container.settings-partners .table-content .accordion-table-container .table-wrapper .table-body .accordion-switcher-section .sortable-item:hover {
  cursor: pointer;
}
.main-info-container.settings-partners .table-content .field-box input[type=search] {
  min-width: 336px;
}
.main-info-container.settings-partners .table-content .header-section {
  padding-top: 0;
}
.main-info-container.settings-partners .accordion-table-container .table-wrapper .table-body .accordion-switcher-section .sortable-item .row-item .column1 .icon {
  height: 21px;
  width: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-info-container.settings-partners .accordion-table-container .table-wrapper .table-body .accordion-switcher-section .sortable-item .row-item .column1 .icon.pointer-events {
  pointer-events: none;
  visibility: hidden;
}
.main-info-container.settings-partners .accordion-table-container .table-wrapper .table-body .accordion-switcher-section .sortable-item .row-item .column1 .icon span {
  width: 3px;
  height: 3px;
  background: var(--text-color);
  opacity: 0.7;
  border-radius: 1px;
  margin-right: 1px;
}
.main-info-container.domain-manager .config-container {
  max-width: 400px;
}
.main-info-container.domain-manager .config-container .config-item:first-child > .title {
  padding: 20px 0;
}
.main-info-container.domain-manager .config-container .config-item > .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
  padding: 10px 0 20px;
}
.main-info-container.domain-manager .config-container .config-item .field-box,
.main-info-container.domain-manager .config-container .config-item .switcher-block {
  max-width: 280px;
  margin-bottom: 20px;
}
.main-info-container.domain-manager .config-container .config-item .switcher-block {
  background: var(--lighten25-dark-color);
}
.main-info-container.domain-manager .config-container .config-item .fields-group {
  max-width: none;
  align-items: center;
}
.main-info-container.domain-manager .config-container .config-item .fields-group input {
  max-width: 280px;
}
.main-info-container.domain-manager .config-container .config-item .fields-group .btn {
  margin-left: 10px;
}

.main-info-container.seo .left-block {
  padding-top: 15px;
  margin-bottom: 15px;
  max-width: 435px;
  width: 100%;
}
@media only screen and (min-width: 75em) {
  .main-info-container.seo .left-block {
    margin-right: 15px;
  }
}
.main-info-container.seo .left-block .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.seo .left-block .top-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.seo .left-block .seo-lists-container .controller-item {
  margin-bottom: 5px;
  height: 50px;
  gap: 20px;
}
.main-info-container.seo .left-block .seo-lists-container .controller-item .btn-actions {
  display: flex;
  gap: 10px;
}
.main-info-container.seo .right-block {
  margin-bottom: 15px;
  max-width: 918px;
  width: 100%;
}
.main-info-container.seo .right-block .row-item-wrapper {
  gap: 15px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.main-info-container.notification .accordion-switcher-container .content {
  color: var(--text-color);
}
.main-info-container.notification .accordion-switcher-container .content .field-box .icon-btn {
  flex: 1;
  max-width: 50px;
  color: var(--darken30-color);
}

.field-box.btn-box {
  display: flex;
  margin-top: 2px;
}
.field-box.btn-box .icon-btn {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  border-radius: 4px 0 0 4px;
  background: var(--lighten35-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.field-box.btn-box .icon-btn .sb-icon {
  font-size: 8px;
  color: var(--text-color);
  opacity: 0.7;
}
.field-box.btn-box .icon-btn + .input-box input {
  border-radius: 0 4px 4px 0;
  max-width: 126px;
}
.field-box.btn-box input {
  max-width: 148px;
  margin-bottom: 2px;
}

.main-info-container .accordion-table-container .table-wrapper .description-header-column {
  width: 400px;
}
.main-info-container .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item .column-item-div {
  width: 200px;
}
.main-info-container .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item .column-item-div-description {
  width: 400px;
}
.main-info-container .accordion-table-container .table-wrapper .table-body .row-wrapper .row-item .column-item-div-checkbox {
  width: 300px;
}

@media (max-width: 575.98px) {
  .table-content .header-section {
    display: block;
  }
  .table-content .header-section .field-box {
    margin-bottom: 15px;
  }
  .table-content .header-section .field-box.last-child {
    margin-top: 15px;
  }
  .main-info-container.bet-history.transaction .table-content .header-section .right-fields .field-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-info-container .header-section.fields-box-section > .field-box {
    width: 100%;
  }
  .main-info-container .header-section.fields-box-section > .field-box:first-child {
    margin-right: 0;
  }
  .main-info-container .header-section > .field-box.custom-select .select-box-container {
    width: 100%;
  }
  .main-info-container .stats-container .stats-blocks .block-item.line .numbers-container {
    flex-wrap: wrap;
  }
  .main-info-container .stats-container .stats-blocks .block-item.line .numbers-container .number-info-item:first-child, .main-info-container .stats-container .stats-blocks .block-item.line .numbers-container .number-info-item:nth-child(2) {
    margin-bottom: 15px;
  }
  .main-info-container .stats-container .stats-blocks .block-item.line .numbers-container .number-info-item:nth-child(even) {
    padding-left: 15px;
  }
  .main-info-container:not(.dashboard) .table-content > .header-section > .field-box {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 10px;
  }
  .main-info-container.actions .fields-container .fields-item.balance-change .fields-wrapper .row-item > .field-box:last-child, .main-info-container.actions .fields-container .fields-item.acceptance-time .fields-wrapper .row-item > .field-box:last-child {
    margin-bottom: 0;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item {
    width: 100%;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box,
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .input-box {
    width: 100%;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box input,
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .input-box input {
    width: 100%;
    max-width: 100%;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .fields-group:not(.col-xs-12) {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box {
    margin-right: 0 !important;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box .input-box {
    width: 100%;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box .input-box input {
    width: 100%;
    max-width: 100%;
  }
  .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .field-box .sb-arrowright {
    justify-content: center;
    transform: rotate(90deg);
  }
  .main-info-container.banners .right-block .view-container .item-wrapper {
    overflow: hidden;
  }
  .main-info-container.banners .right-block .view-container .item-wrapper .text-info .top-text {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .main-info-container.banners .right-block .view-container .item-wrapper .text-info .main-text {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .main-info-container.banners .right-block .view-container .item-wrapper .text-info .btn {
    transform: scale(0.8);
  }
  .main-info-container.banners .right-block .view-container .item-wrapper .img-box {
    flex: 1;
  }
  .main-info-container.banners .right-block .view-types .layout-item {
    margin-bottom: 15px;
    max-width: calc(50% - 7.5px);
  }
  .main-info-container.banners .right-block .texts-section .fields,
  .main-info-container.banners .right-block .banner-link-section .fields {
    margin-bottom: 15px;
  }
  .main-info-container.banners .right-block .texts-section .fields .field-wrapper,
  .main-info-container.banners .right-block .banner-link-section .fields .field-wrapper {
    margin-bottom: 15px;
  }
  .main-info-container.bonuses .bonus-config.mobile {
    flex-basis: auto;
    width: 100%;
  }
  .main-info-container.bonuses .bonus-config.mobile .top-section.fields {
    flex-direction: column;
    gap: 10px;
  }
  .main-info-container.bonuses .bonus-config.mobile .top-section.fields .field-box {
    width: 100%;
  }
  .main-info-container.bonuses .bonus-config.mobile .mobile-horizontal .bonus-config-container {
    width: 600px;
  }
  .main-info-container.details .change-password-container .fields {
    flex-wrap: wrap;
  }
  .main-info-container.details .change-password-container .fields .input-box {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
  }
  .main-info-container.details .change-password-container .btn {
    margin-top: 15px;
    width: 100%;
  }
  .main-info-container.dashboard.affiliates .table-content .header-section {
    justify-content: flex-end;
  }
  .main-info-container.dashboard.affiliates .table-content .header-section .title {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .main-info-container.settings-logo-styles .logo-favicon-container .logo {
    margin-bottom: 15px;
  }
  .main-info-container.settings-admin-panel .section .field-box,
  .main-info-container.settings-admin-panel .section .switcher-block {
    width: 100%;
    max-width: 100%;
  }
  .main-info-container.settings-translations .table-content .field-box input[type=search] {
    min-width: auto;
  }
  .main-info-container.domain-manager .config-container .config-item .switcher-block,
  .main-info-container.domain-manager .config-container .config-item .field-box,
  .main-info-container.domain-manager .config-container .config-item .field-box input {
    width: 100%;
    max-width: 100%;
  }
  .main-info-container.settings-partners .top-section .tag-actions .field-box {
    width: 100%;
  }
  .main-info-container.registration-template .banners-edit-section .banner-container .view-container .item-wrapper {
    max-width: initial;
  }
  .main-info-container.registration-template .banners-edit-section .banner-container .view-container .item-wrapper > div {
    width: 100%;
  }
  .main-info-container.registration-template .banners-edit-section .banner-container .view-container .item-wrapper > div .text-info {
    max-width: initial;
  }
  .main-info-container.registration-template .banners-edit-section .banner-container .view-container .item-wrapper > div .text-info > .row-item-wrapper, .main-info-container.registration-template .banners-edit-section .banner-container .view-container .item-wrapper > div .text-info > .row-item-wrapper .column {
    width: 100%;
  }
  .footer-section {
    justify-content: center;
  }
  .main-container > .main-body > .main-content > .content-wrapper > .header-section .left-section .menu-name-section {
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper > .header-section .left-section .menu-name-section .name {
    width: 100%;
  }
  .main-container > .main-body > .main-content > .content-wrapper > .header-section .left-section .menu-name-section .field-box {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .main-container {
    padding-bottom: env(safe-area-inset-bottom);
    height: 100%;
  }
  .main-container > .left-section {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 3;
    background-color: var(--darken30-color);
    border-top: 1px solid var(--darken20-color);
    backface-visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
  }
  .main-container > .left-section.is-open {
    transform: translate(0, 0);
  }
  .main-container > .left-section .left-panel {
    position: relative;
  }
  .main-container > .left-section .navigation-container {
    margin: 0;
    width: calc(100% - 76px);
    background-color: var(--darken30-color);
  }
  .main-container > .main-body {
    width: 100%;
    flex-direction: column;
  }
  .main-container > .main-body > .main-content {
    margin: 0 auto 10px;
    width: calc(100vw - 20px);
    height: calc(100% - 84px);
    border-radius: 0 0 20px 20px;
  }
  .main-container > .main-body > .main-content > .content-wrapper {
    -ms-overflow-style: none;
    padding: 0 10px 20px;
  }
  .main-container > .main-body > .main-content > .content-wrapper::-webkit-scrollbar {
    display: none;
  }
  .main-container > .main-body > .main-content > .content-wrapper > .header-section .left-section {
    width: 100%;
  }
  .main-container > .main-body > .main-content > .content-wrapper > .header-section .left-section .menu-name-section .name {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .stats-container .stats-blocks .block-item-wrapper {
    padding: 15px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .stats-container .stats-blocks .block-item-wrapper .number-info {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .stats-container .stats-info .top-section {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .stats-container .stats-info .top-section .left-section {
    max-width: 65%;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .stats-container .stats-info .right-section .field-box {
    min-width: auto;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .table-content .footer-section {
    flex-direction: column;
    align-items: center;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .table-content .footer-section .pagination-container {
    margin-bottom: 20px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .settings-info-container .main-info .col-item .items-wrapper .row-item .row-item-wrapper .value {
    padding-right: 0;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .header-section.fields-box-section {
    flex-wrap: wrap;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .header-section.fields-box-section > .field-box {
    margin-top: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container .filter-section.block .buttons-container .btn-content-box {
    margin-bottom: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container:not(.dashboard) .table-content > .header-section {
    flex-wrap: wrap;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.players .filter-section .buttons-container {
    flex-wrap: wrap;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.players .filter-section .buttons-container .btn {
    margin-bottom: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.stats-profile .stats-container .stats-blocks .block-item:not(:first-child) .block-item-wrapper {
    height: calc(100% - 10px);
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.actions .ip-addresses-container .blocks-section .block-item .addresses-wrapper ul {
    height: auto;
    max-height: 300px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.actions .fields-container .fields-item .fields-wrapper .row-item .fields-group .field-box {
    margin-bottom: 10px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.links-banners .banners-section .banner-item-section .banner-item .banner-wrapper {
    padding-left: 0;
    padding-top: 20px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.settings-navigations .fields-container .texts-section .fields .field-wrapper {
    margin-bottom: 15px;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.settings-navigations .fields-container .texts-section .fields:last-child .field-wrapper:last-child {
    margin-bottom: 0;
  }
  .main-container > .main-body > .main-content > .content-wrapper .main-info-container.stats-profile .player-info-block-item, .main-container > .main-body > .main-content > .content-wrapper .main-info-container.affiliates .player-info-block-item {
    width: 100%;
  }
  .main-container > .main-body .mobile-header-container {
    max-height: 90px;
    padding: 10px 20px;
    background: var(--darken30-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .main-container > .main-body .mobile-header-container > .square-btn {
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: var(--darken25-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 18px;
    max-height: 14px;
    transition: max-height 0.15s ease;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner,
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:before,
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:after {
    position: absolute;
    width: 18px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, top;
    border-radius: 4px;
    background-color: var(--text-secondary-color);
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:before, .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:after {
    display: block;
    content: "";
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:before {
    top: 6px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box .hamburger-inner:after {
    top: 12px;
    bottom: -10px;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box.is-active {
    max-height: 22px;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  .main-container > .main-body .mobile-header-container > .square-btn .hamburger-box.is-active .hamburger-inner:after {
    top: 20px;
    transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  .main-container > .main-body .mobile-header-container > .square-btn .sb-icon {
    font-size: 18px;
    color: var(--text-secondary-color);
  }
  .main-container > .main-body .mobile-header-container > .square-btn .count {
    position: absolute;
    padding: 0 4px;
    height: 15px;
    right: -3px;
    top: -3px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    background: var(--red-color);
    border-radius: 2px;
    color: var(--text-secondary-color);
  }
  .main-container > .main-body .mobile-header-container .main-notification-container {
    position: fixed;
    top: 0;
  }
  .main-container > .main-body .mobile-header-container .main-notification-container .notification-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .generic-popup-container:has(.popup-content.actions) .popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .generic-popup-container .popup-wrapper {
    width: 100%;
    height: 100%;
  }
  .generic-popup-container .popup-wrapper .popup-content {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .generic-popup-container .popup-wrapper .popup-content.send-messages .messages-wrapper {
    flex-direction: column;
  }
  .generic-popup-container .popup-wrapper .popup-content.send-messages .messages-wrapper .left-panel-section {
    width: 100%;
    z-index: 1;
  }
  .generic-popup-container .popup-wrapper .popup-content.send-messages .messages-wrapper .left-panel-section .left-panel-items {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 450px;
    overflow-y: scroll;
  }
  .generic-popup-container .popup-wrapper .popup-content.send-messages .messages-wrapper .messages-section {
    padding-top: 30px;
    width: 100%;
  }
  .generic-popup-container .popup-wrapper .popup-content.actions {
    width: 320px;
  }
  .generic-popup-container .popup-wrapper .popup-content.actions .body-section .players-bonus-container .players-box {
    max-height: calc(100% - 155px);
  }
  .generic-popup-container .popup-wrapper .popup-content.bonus-duplicate-partner .body-section .duplicate-list-container .list-wrapper {
    height: calc(100vh - 60px);
  }
  .generic-popup-container .popup-wrapper .popup-content.add-manager .body-section {
    height: 100%;
  }
  .generic-popup-container .popup-wrapper .popup-content.add-manager .body-section .add-new-managers-fields {
    overflow-y: auto;
    max-height: 100%;
    padding-bottom: 70px;
  }
  .generic-popup-container .popup-wrapper .popup-content.event-edit-logs .log-items-wrapper {
    padding: 0.25rem;
    max-height: 600px;
  }
  .generic-popup-container .popup-wrapper .popup-content.event-edit-logs .log-items-wrapper li.log-item {
    padding: 0.25rem 0;
    border-bottom: 1px solid var(--lighten25-dark-color);
  }
  .generic-popup-container .popup-wrapper .popup-content.event-edit-logs .log-items-wrapper li.log-item .top-section div {
    padding: 0.25rem;
  }
  .generic-popup-container .popup-wrapper .popup-content.event-edit-logs .log-items-wrapper li.log-item .name {
    font-weight: 700;
  }
  .login-container {
    justify-content: flex-start;
    padding-top: 90px;
    padding-bottom: 40px;
    overflow-y: auto;
  }
  .top-radius {
    position: sticky;
    top: 64px;
    height: 20px;
    background: var(--darken30-color);
    width: calc(100vw - 20px);
    margin: 0 auto;
  }
  .top-radius:before {
    content: "";
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: calc(100% + 1px);
    display: block;
    background: var(--white-color);
  }
}
@media (max-width: 1199.98px) {
  .accordion-switcher-container .selected-action-container {
    left: auto;
    right: 0;
    z-index: 3;
    top: calc(100% + 10px);
  }
  .main-info-container.stats-profile .graph-data, .main-info-container.affiliates .graph-data {
    max-width: 100%;
  }
}
/*
	##Device = Desktops
	##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .main-info-container.stats-profile .graph-data, .main-info-container.affiliates .graph-data {
    max-width: calc(100% - 300px);
  }
  .main-info-container.stats-profile .graph-data.graph, .main-info-container.affiliates .graph-data.graph {
    max-width: 100%;
  }
  .main-info-container.bet-history.transaction .table-content .header-section {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .main-info-container.bet-history.transaction .table-content .header-section .field-box.types {
    max-width: 70%;
  }
  .main-info-container.bet-history.transaction .table-content .header-section .right-fields {
    flex: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
/*
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
*/
/*
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
*/
/*
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
*/
/*
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
*/
/*
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
*/
.file-manager-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-width: 852px;
  height: 80vh;
  z-index: 100;
  background-color: #f2f3f5;
  font-weight: normal;
  display: flex;
  flex-direction: column;
}
.file-manager-container img {
  width: 100%;
  height: 100%;
}
.file-manager-container .file-manager-header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
}
.file-manager-container .file-manager-header .file-manager-breadcrumb {
  color: #6f6f6f;
  display: flex;
  align-items: center;
}
.file-manager-container .file-manager-header .file-manager-breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.file-manager-container .file-manager-header .file-manager-breadcrumb .breadcrumb-nav .breadcrumb-nav-item {
  margin: 0 4px;
  text-decoration: underline;
  cursor: pointer;
}
.file-manager-container .file-manager-header .file-manager-breadcrumb .breadcrumb-nav .breadcrumb-nav-item.active {
  cursor: auto;
  text-decoration: none;
}
.file-manager-container .file-manager-header .close-btn {
  width: 20px;
  cursor: pointer;
}
.file-manager-container .file-manager-body {
  padding: 10px;
  overflow: hidden;
  height: 100%;
}
.file-manager-container .file-manager-body > div:first-child {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.file-manager-container .file-manager-body .drop-zone {
  height: 0px;
  opacity: 0;
  border: 2px dashed #6f6f6f;
  margin-bottom: 0px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6f6f6f;
  font-size: 18px;
}
.file-manager-container .file-manager-body .drop-zone.show {
  opacity: 1;
  height: 65px;
  margin-bottom: 12px;
}
.file-manager-container .file-manager-body .drop-zone.active {
  background: rgba(154, 209, 237, 0.5);
  border: 2px dashed #9ad1ed;
}
.file-manager-container .file-manager-body .file-manager-top-section {
  margin-bottom: 10px;
  display: flex;
  background: white;
  justify-content: space-between;
  padding: 10px;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-left {
  display: flex;
  background: white;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-left .file-manager-top-section-left-item {
  width: 25px;
  margin-right: 12px;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-left .file-manager-top-section-left-item img {
  cursor: pointer;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right {
  display: flex;
  align-items: center;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right .grid-btn {
  background: url(/assets/images/box-grid.svg) no-repeat;
  cursor: pointer;
  width: 25px;
  height: 21px;
  display: inline-block;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right .grid-btn.box-grid {
  background: url(/assets/images/box-grid.svg) no-repeat;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right .grid-btn.list-grid {
  background: url(/assets/images/list-grid.svg) no-repeat;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right .search-btn {
  height: 25px;
  display: flex;
  align-items: center;
}
.file-manager-container .file-manager-body .file-manager-top-section .file-manager-top-section-right .search-btn img {
  cursor: pointer;
}
.file-manager-container .file-manager-body .file-manager-top-section input {
  border-bottom: 1px solid #707070;
  width: auto;
  background: transparent;
  border-radius: 0;
  height: 30px;
  width: 0px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.file-manager-container .file-manager-body .file-manager-top-section input.active {
  visibility: visible;
  opacity: 1;
  width: 180px;
}
.file-manager-container .file-manager-body .icomoon-manager-item {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.file-manager-container .file-manager-body .icomoon-manager-item .icomoon-manager-left img {
  width: 32px;
  height: 32px;
}
.file-manager-container .file-manager-body .icomoon-manager-item .icomoon-manager-left input {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  height: 30px;
  transition: 0.3s;
  width: 180px;
  visibility: visible;
  opacity: 1;
}
.file-manager-container .file-manager-body .icomoon-manager-item .icomoon-manager-right {
  display: flex;
  align-items: center;
}
.file-manager-container .file-manager-body .icomoon-manager-item .icomoon-manager-right .footer-section {
  margin-right: 20px;
}
.file-manager-container .file-manager-body .file-manager-items {
  overflow-y: auto;
  height: 100%;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box {
  width: 150px;
  height: 130px;
  background: white;
  box-shadow: rgba(158, 163, 172, 0.3) 5px 5px 20px;
  margin: 0 10px 10px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box.folder > img {
  width: 85px;
  height: auto;
  margin-top: 19px;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box.file > img {
  object-fit: cover;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box p {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #6f6f6f;
  padding: 0 10px;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box .actions-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}
.file-manager-container .file-manager-body .file-manager-items.box-grid .box .actions-btn span {
  display: inline-block;
  width: 17px;
  cursor: pointer;
}
.file-manager-container .file-manager-body .file-manager-items.list-grid .box {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 0px 6px;
  margin-bottom: 3px;
  cursor: pointer;
}
.file-manager-container .file-manager-body .file-manager-items.list-grid .box img {
  width: 25px;
  max-height: 25px;
  margin-right: 11px;
  flex-shrink: 0;
}
.file-manager-container .file-manager-body .file-manager-items.list-grid .box .box-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.file-manager-container .file-manager-footer {
  background: #f0f1f3;
  height: 0px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 0.3s;
  display: flex;
  overflow: hidden;
  padding: 0px;
}
.file-manager-container .file-manager-footer.show.full-screen {
  height: 100%;
  margin: 0;
}
.file-manager-container .file-manager-footer.show.full-screen .file-manager-footer-left {
  width: 100%;
}
.file-manager-container .file-manager-footer.box-grid {
  background: white;
}
.file-manager-container .file-manager-footer.show {
  padding: 10px;
  height: 220px;
}
.file-manager-container .file-manager-footer .close-btn {
  position: absolute;
  right: 22px;
  color: #6f6f6f;
  cursor: pointer;
  top: 11px;
}
.file-manager-container .file-manager-footer .file-manager-footer-left {
  width: 300px;
  margin-right: 16px;
}
.file-manager-container .file-manager-footer .file-manager-footer-left img {
  object-fit: contain;
}
.file-manager-container .file-manager-footer .file-manager-footer-right .actions-btn {
  display: flex;
}
.file-manager-container .file-manager-footer .file-manager-footer-right .actions-btn span {
  width: 25px;
  margin-right: 14px;
  cursor: pointer;
}
.file-manager-container .file-manager-footer .file-manager-footer-right button {
  position: absolute;
  width: 100px;
  right: 37px;
  bottom: 26px;
}
.file-manager-container .file-manager-footer .file-manager-footer-right p span {
  width: 65px;
  display: inline-block;
}

.link-manager-btn {
  display: flex;
}
.link-manager-btn .icon-btn {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  border-radius: 4px 0 0 4px;
  background-color: var(--lighten30-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
.link-manager-btn .icon-btn span {
  color: var(--text-color);
}
.link-manager-btn .input-box {
  width: 100%;
  background: var(--lighten25-dark-color);
  padding-left: 7px;
  font-weight: 300;
  font-size: 13px;
  line-height: 35px;
}
.link-manager-btn .input-box input[Disabled] {
  opacity: 1;
}
.link-manager-btn .input-box .sb-xicon {
  cursor: pointer;
}
.link-manager-btn .input-box > div {
  color: var(--text-color);
}

.link-manager-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 940px;
  width: calc(100% - 20px);
  height: 80vh;
  z-index: 100;
  background-color: #f2f3f5;
  font-weight: normal;
  display: flex;
  flex-direction: column;
}
.link-manager-container .link-manager-header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
}
.link-manager-container .link-manager-header .close-btn {
  width: 20px;
  cursor: pointer;
}
.link-manager-container .link-manager-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow: hidden;
  height: 100%;
  font-weight: 600;
  font-size: 13px;
}
.link-manager-container .link-manager-body .link-edit-section {
  margin-bottom: 10px;
}
.link-manager-container .link-manager-body .link-manager-table {
  height: 100%;
  overflow: auto;
}
.link-manager-container .link-manager-body .link-item {
  background: var(--white-color);
  display: flex;
  padding: 5px;
  margin-bottom: 5px;
}
.link-manager-container .link-manager-body .link-item .field-box {
  margin-right: 10px;
}
.link-manager-container .link-manager-body .link-url-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  background: white;
  align-items: center;
  line-height: 40px;
  user-select: none;
}
.link-manager-container .link-manager-body .link-url-preview .fields-wrapper {
  display: flex;
  flex: auto;
  overflow: hidden;
}
.link-manager-container .link-manager-body .link-url-preview .icon-btn {
  flex-shrink: 0;
  height: 40px;
  border-radius: 4px 0 0 4px;
  background: var(--lighten35-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  padding: 0 7px;
}
.link-manager-container .link-manager-body .link-url-preview .input-box {
  width: 100%;
  background: #f2f3f5;
  padding: 0 7px;
  font-weight: 300;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  overflow-x: auto;
}
.link-manager-container .link-manager-body .link-url-preview .input-box .path-item {
  background: #dfdfe9;
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.link-manager-container .link-manager-body .link-url-preview .input-box .sb-xicon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--text-color);
  opacity: 0.7;
}

.banner-container {
  margin-bottom: 25px;
  margin-top: 20px;
}
.banner-container.affiliate-banner .view-container .item-wrapper {
  height: 100%;
}
.banner-container.affiliate-banner .view-container .item-wrapper .img-box div {
  height: 100%;
  top: 0;
}
.banner-container .row-item {
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  background: var(--white-color);
  border-bottom: 1px solid var(--lighten25-dark-color);
}
.banner-container .row-item .field-box {
  padding: 15px 6px;
}
.banner-container .view-container {
  margin-bottom: 20px;
}
.banner-container .view-container .item-wrapper {
  border-radius: 10px;
  background: #3B4D56;
  height: 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
.banner-container .view-container .item-wrapper .text-info {
  max-width: 360px;
  padding: 30px 0 30px 30px;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-container .view-container .item-wrapper .text-info.isFull {
  max-width: 70%;
}
.banner-container .view-container .item-wrapper .text-info .top-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #89DEFF;
  margin-bottom: 15px;
}
.banner-container .view-container .item-wrapper .text-info .main-text {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #E3EFF4;
  margin-bottom: 20px;
  max-width: 70%;
  text-align: left;
}
.banner-container .view-container .item-wrapper .text-info .btn {
  background: #ffcc00;
  color: #000000;
  border-radius: 90px;
  font-size: 16px;
}
.banner-container .view-container .item-wrapper .img-box {
  height: 100%;
  position: relative;
  flex: auto;
}
.banner-container .view-container .item-wrapper .img-box div {
  height: 100%;
  background-size: cover;
  position: relative;
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  border-radius: 0 10px 10px 0;
}
.banner-container .view-container .item-wrapper .img-box img {
  height: 100%;
  object-fit: cover;
}
.banner-container .view-container .item-wrapper.only-text {
  justify-content: center;
}
.banner-container .view-container .item-wrapper.only-text .text-info {
  text-align: center;
  max-width: 90%;
}
.banner-container .view-container .item-wrapper.only-text.mobile .text-info {
  max-width: 80%;
}
.banner-container .view-container .item-wrapper.only-image .img-box {
  width: 100%;
}
.banner-container .view-container .item-wrapper.only-image .img-box div {
  background-size: cover;
}
.banner-container .view-container .item-wrapper.mobile {
  width: 345px !important;
  height: 132px !important;
}
.banner-container .view-container .item-wrapper.mobile .img-box {
  flex: auto;
  position: relative;
  height: 100%;
  max-width: 60%;
  left: 40%;
}
.banner-container .view-container .item-wrapper.mobile .text-info {
  max-width: 70%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0 20px 20px;
  z-index: 1;
  height: 100%;
}
.banner-container .view-container .item-wrapper.mobile .text-info .top-text {
  font-size: 12px;
}
.banner-container .view-container .item-wrapper.mobile .text-info .main-text {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.banner-container .view-container .item-wrapper.mobile .text-info .btn {
  height: 30px;
  font-size: 14px;
  padding: 0 12px;
}
.banner-container .view-types {
  display: flex;
  align-items: center;
  max-width: 430px;
  margin: 20px 0;
}
.banner-container .view-types > div {
  background: var(--lighten30-color);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: background 0.3s, border-color 0.3s;
  height: 40px;
  border-radius: 4px;
  max-width: 130px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-container .view-types > div.active {
  background: var(--lighten25-dark-color);
  border-left-color: var(--green-color);
}
.banner-container .view-types > div:hover {
  background: var(--lighten25-dark-color);
}
.banner-container .view-types > div .line-wrapper span {
  border-radius: 2px;
  background: #BCBCC5;
  height: 4px;
  display: block;
  margin-bottom: 4px;
}
.banner-container .view-types > div .line-wrapper span:first-child, .banner-container .view-types > div .line-wrapper span:nth-child(2) {
  width: 56px;
}
.banner-container .view-types > div .line-wrapper span:nth-child(3) {
  width: 36px;
}
.banner-container .view-types > div .line-wrapper span:nth-child(4) {
  width: 16px;
  margin-bottom: 0;
}
.banner-container .view-types > div img {
  width: 30px;
}
.banner-container .view-types > div.only-text {
  justify-content: center;
}
.banner-container .view-types > div.only-text span {
  text-align: center;
  margin: 0 auto 4px;
}
.banner-container .view-types > div.only-image {
  justify-content: center;
}
.banner-container .background-section .field-box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .banner-container .background-section .field-box.color {
    margin-right: 7.5px;
  }
}
@media only screen and (min-width: 48em) {
  .banner-container .background-section .field-box.image {
    margin-left: 7.5px;
  }
}
.banner-container .background-section .field-box.image .input-box {
  margin-bottom: 3px;
}
.banner-container .background-section .field-box.image .input-box.not-empty input {
  padding-right: 90px;
}
.banner-container .background-section .field-box.image .input-box.not-empty span {
  max-width: 70px;
}
.banner-container .background-section .field-box.image .input-box.empty span, .banner-container .background-section .field-box.image .input-box.progress span {
  width: calc(100% - 24px);
  left: 12px;
}
.banner-container .background-section .field-box.image .input-box.progress span .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--button-color);
  transition: width 0.2s;
  z-index: -1;
}
.banner-container .background-section .field-box.image .input-box span {
  position: absolute;
  padding: 0 5px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  min-width: 65px;
  background: var(--white-color);
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.banner-container .texts-section .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 5px;
}
.banner-container .texts-section .lang-types {
  margin-bottom: 15px;
}
.banner-container .texts-section .lang-types span {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.banner-container .texts-section .lang-types span.empty {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--red-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.banner-container .texts-section .lang-types span.active, .banner-container .texts-section .lang-types span:hover {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .banner-container .texts-section .fields {
    margin: 0 -7.5px;
  }
}
.banner-container .texts-section .fields .field-wrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .banner-container .texts-section .fields .field-wrapper .field-box {
    margin: 0 7.5px;
  }
}
.banner-container.right-section-banners .view-container .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner-container.right-section-banners .view-container .text-info {
  z-index: 1;
}

.main-info-container.banners .device-tabs {
  margin-bottom: 15px;
}
.main-info-container.banners .device-tabs span {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin-right: 15px;
  cursor: pointer;
}
.main-info-container.banners .device-tabs span.active, .main-info-container.banners .device-tabs span:hover {
  opacity: 1;
}
.main-info-container.banners.cms-banner-configs .row-item-wrapper {
  margin-bottom: 20px;
}
.main-info-container.banners.cms-banner-configs .row-item-wrapper .row-item {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main-info-container.banners.cms-banner-configs .row-item-wrapper .row-item .flex-part {
  flex-basis: calc(50% - 10px);
}
.main-info-container.banners.cms-banner-configs .row-item-wrapper .row-item .flex-part.isFull {
  flex-basis: 100%;
}

.main-info-container .table-content .accordion-table-container .table-wrapper .payment-type-div {
  width: 200px;
}
.main-info-container.currency-courses .table-content {
  width: 100%;
}
.main-info-container.currency-courses .table-content .header-section {
  gap: 10px;
}

.main-info-container.segments {
  padding: 15px 0;
}
.main-info-container.segments .top-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
}
.main-info-container.segments .top-section-btn .view-variant {
  text-decoration: underline;
  font-weight: 600;
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
}
.main-info-container.segments .top-section-btn .view-variant:hover {
  opacity: 1;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper {
  min-width: 1200px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .top-btn-container .selected-text {
  margin-right: 16px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .top-btn-container .selected-control-btn {
  padding: 0 10px;
  min-width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-btn-color);
  border-radius: 4px;
  cursor: pointer;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .top-btn-container .selected-control-btn:not(:last-child) {
  margin-right: 10px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .row-item .column2 {
  text-decoration: underline;
  cursor: pointer;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column0 {
  max-width: 70px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column1 {
  max-width: 70px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column3 {
  min-width: 250px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column5 {
  max-width: 100px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column8 {
  max-width: 90px;
  gap: 5px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column8 .status-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column8 .status-box span {
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column8 .status-box span.green {
  background-color: var(--green-color);
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column8 .status-box span.red {
  background-color: var(--red-color);
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column10,
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .column11 {
  max-width: 70px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .table-header > div, .main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div, .main-info-container.settings-partners .wallet-wrapper .main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .wallet > div,
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .row-item > div {
  flex: 1;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .table-header > div.column0, .main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .main-info-container.settings-partners .wallet-wrapper .wallet > div.column0, .main-info-container.settings-partners .wallet-wrapper .main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .wallet > div.column0,
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .row-item > div.column0 {
  padding-left: 15px;
}
.main-info-container.segments .table-content.segments .accordion-table-container .table-wrapper .switcher {
  padding-top: 4px;
}
.main-info-container.segments .row {
  gap: 15px;
}
@media only screen and (min-width: 68em) {
  .main-info-container.segments .row {
    flex-wrap: nowrap;
  }
}
.main-info-container.segments .left-block .segments-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-info-container.segments .right-block {
  flex: auto;
}
.main-info-container.segments .right-block .segment-configure {
  border: 1px solid var(--lighten25-dark-color);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-info-container.segments .right-block .segment-configure .field-box {
  max-width: 300px;
}
.main-info-container.segments .right-block .segment-configure .group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-info-container.segments .right-block .segment-configure .group .group-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin-bottom: 5px;
}
.main-info-container.segments .right-block .segment-configure .group .textarea {
  max-height: 150px;
  overflow-y: auto;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group {
  width: calc(100% - 28px);
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(42, 44, 63, 0.1);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.2);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.3);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.4);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.5);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.6);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.7);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.8);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgba(42, 44, 63, 0.9);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group .fields-group {
  background-color: rgb(42, 44, 63);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  gap: 10px;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper > .order {
  pointer-events: none;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper .field-box {
  flex: 1;
  max-width: 250px;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper .action-btn.btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  transition: background-color 0.3s;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper .action-btn.btn:hover {
  background-color: var(--lighten35-color);
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .fields-wrapper .action-btn.btn i.sb-icon {
  color: var(--text-color);
  opacity: 0.7;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .combinator-wrapper {
  width: 100%;
  display: flex;
  z-index: 1;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .fields-group .buttons-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 1;
}
.main-info-container.segments .right-block .segment-configure .group .configure-wrapper .condition {
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 14px;
  background: var(--button-color);
  color: var(--text-color);
}
.main-info-container.segments .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.segments .top-section .block-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.segments .top-section .buttons-row {
  display: flex;
  gap: 10px;
}
.main-info-container.segments .controller-item .left-section .title-desc-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-info-container.segments .controller-item .sync-info {
  font-size: 14px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-info-container.segments .controller-item .sync-info span {
  opacity: 0.6;
}
.main-info-container.segments .controller-item .sync-info .sync-btn {
  text-decoration: underline;
  font-weight: 600;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.main-info-container.segments .controller-item .sync-info .sync-btn:hover {
  opacity: 1;
}

.main-info-container.registration-template .right-block-builder {
  max-width: inherit;
}
.main-info-container.registration-template .right-block-builder .save-changes-button {
  display: flex;
  justify-content: right;
}
.main-info-container.registration-template .y-scroll {
  overflow-y: auto;
  max-height: 135px;
}
.main-info-container.registration-template .left-block {
  padding-top: 15px;
  max-width: 435px;
  width: 100%;
}
.main-info-container.registration-template .left-block.registration-config {
  max-width: 425px;
}
@media only screen and (min-width: 75em) {
  .main-info-container.registration-template .left-block {
    margin-right: 15px;
  }
}
.main-info-container.registration-template .left-block .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.main-info-container.registration-template .left-block .top-section .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}
.main-info-container.registration-template .left-block .controller-item {
  margin-bottom: 5px;
}
.main-info-container.registration-template .right-block {
  max-width: 850px;
  width: 100%;
}
.main-info-container.registration-template .right-block .banners-container .controller-item {
  margin-bottom: 10px;
}
.main-info-container.registration-template .right-block .basic-nav-menu {
  margin: 15px auto;
}
.main-info-container.registration-template .right-block .top-section {
  padding: 13px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-info-container.registration-template .right-block .menu-tab .active {
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
}
.main-info-container.registration-template .right-block .menu-tab span {
  cursor: pointer;
}
@media only screen and (min-width: 75em) {
  .main-info-container.registration-template .right-block {
    margin-left: 15px;
  }
}
.main-info-container.registration-template .right-block.registration-config {
  width: 600px;
  max-width: 600px;
}
.main-info-container.registration-template .banner-container {
  margin-bottom: 25px;
  margin-top: 20px;
}
.main-info-container.registration-template .banner-container input.large {
  height: 55px;
  border-radius: 4px;
}
.main-info-container.registration-template .banner-container input.dark {
  background: #455B66 !important;
  color: #E3EFF4 !important;
  border: none;
}
.main-info-container.registration-template .banner-container .view-container {
  margin-bottom: 20px;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper {
  border-radius: 10px;
  background: #7d8a92;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
  padding: 30px;
  width: fit-content !important;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 260px;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper.light {
  background: #7d8a92;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper.col-2 {
  max-width: 475px;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper.col-3 {
  max-width: 690px;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper .input-tools {
  display: flex;
  top: -3px;
  right: 10px;
  align-items: flex-end;
  gap: 5px;
  position: absolute;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper .input-tools .square-checkbox {
  position: relative;
  display: flex;
  height: 43px;
  width: 50px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5019607843);
  flex-direction: column-reverse;
  align-items: flex-end;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper .input-tools .square-checkbox label {
  width: 20px;
  height: 20px;
  background: #7d8a92;
  position: initial;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper .input-tools .square-checkbox label::after {
  position: absolute;
  top: 77%;
  left: 80%;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper div.row-item div.column,
.main-info-container.registration-template .banner-container .view-container .item-wrapper div.row-item-wrapper div.row-item div.field-box {
  padding: 0;
}
.main-info-container.registration-template .banner-container .view-container .item-wrapper .text-info {
  max-width: 200px;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.date-filter-panel {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.date-filter-panel.ranges-mobile {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.date-filter-panel.ranges-mobile ~ .stats-info-blocks {
  padding-top: 0;
}
.date-filter-panel .my-date-range-picker {
  max-width: 200px;
  padding: 9px;
  border: 0;
  font-weight: 300;
  height: auto;
  line-height: 1;
}
.date-filter-panel .my-date-range-picker.active {
  background-color: var(--darken25-color);
  color: var(--white-color);
}
.date-filter-panel .custom-ranges-list {
  display: flex;
  gap: 10px;
}
.date-filter-panel .custom-ranges-list .range-item {
  color: var(--text-color);
  font-size: 12px;
  padding: 9px;
  cursor: pointer;
  background-color: var(--lighten25-dark-color);
  border-radius: 4px;
  transition: 0.3s;
  white-space: nowrap;
}
.date-filter-panel .custom-ranges-list .range-item.active {
  background-color: var(--text-color);
  color: var(--white-color);
}

.min-max-input-wrapper {
  max-width: 335px;
}
.min-max-input-wrapper.min-max-select-input-wrapper .min-max-input-body .min-max-input-center .key {
  position: relative;
  padding-right: 30px;
}
.min-max-input-wrapper.min-max-select-input-wrapper .min-max-input-body .min-max-input-center .key select {
  width: auto;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
.min-max-input-wrapper .min-max-input-body {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
}
.min-max-input-wrapper .min-max-input-body .min-max-input-center {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
}
.min-max-input-wrapper .min-max-input-body .min-max-input-center .key {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 0 10px;
}
.min-max-input-wrapper .min-max-input-body .min-max-input-center .icon-wrapper {
  line-height: 1;
  font-size: 8px;
}
.min-max-input-wrapper .min-max-input-body input:last-child {
  text-align: right;
}

.sb-icon-img {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sb-icon-img.sb-average-deposit {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/average-deposit.svg");
}
.sb-icon-img.sb-total-withdraw-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-withdraw-amount.svg");
}
.sb-icon-img.sb-last-24-hours-profit {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-24-hours-profit.svg");
}
.sb-icon-img.sb-total-withdraw-player-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-withdraw-player-count.svg");
}
.sb-icon-img.sb-bonus-wagering-reached {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-wagering-reached.svg");
}
.sb-icon-img.sb-bonus-wagering-not-reached {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-wagering-not-reached.svg");
}
.sb-icon-img.sb-bonus-archived {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-archived.svg");
}
.sb-icon-img.sb-bonus-cost {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-cost.svg");
}
.sb-icon-img.sb-bonus-expired {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-expired.svg");
}
.sb-icon-img.sb-last-deposit-date {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-deposit-date.svg");
}
.sb-icon-img.sb-last-deposit-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-deposit-amount.svg");
}
.sb-icon-img.sb-last-withdraw-date {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-withdraw-date.svg");
}
.sb-icon-img.sb-last-login-date {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-login-date.jpg");
}
.sb-icon-img.sb-last-withdraw-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/last-withdraw-amount.svg");
}
.sb-icon-img.sb-total-free-spin-wins {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-free-spin-win.svg");
}
.sb-icon-img.sb-average-withdraw {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/average-withdraw.svg");
}
.sb-icon-img.sb-manual-deposit-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/manual-deposit-amount.svg");
}
.sb-icon-img.sb-manual-deposit-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/manual-deposit-count.svg");
}
.sb-icon-img.sb-manual-withdraw-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/manual-withdraw-amount.svg");
}
.sb-icon-img.sb-manual-withdraw-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/manual-withdraw-count.svg");
}
.sb-icon-img.sb-total-deposit-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-deposit-amount.svg");
}
.sb-icon-img.sb-wheel-coins {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/wheelcoins.svg");
}
.sb-icon-img.sb-wheel-spin_coins {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/wheelspincount.svg");
}
.sb-icon-img.sb-total-deposit-player-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-deposit-player-count.svg");
}
.sb-icon-img.sb-total-pending-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-pending-amount.svg");
}
.sb-icon-img.sb-total-login-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-login-count.svg");
}
.sb-icon-img.sb-total-player-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/currentplayers.svg");
}
.sb-icon-img.sb-total-bonus-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bonus-count.svg");
}
.sb-icon-img.sb-ggr {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/ggr.svg");
}
.sb-icon-img.sb-affiliate-profit {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/Affiliateprofit.svg");
}
.sb-icon-img.sb-profit-from-players {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/profitfromplayers.svg");
}
.sb-icon-img.sb-players-registered {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/players-registered.svg");
}
.sb-icon-img.sb-players-balance {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/players-balance.svg");
}
.sb-icon-img.sb-affiliates-balance {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/affiliates-balance.svg");
}
.sb-icon-img.sb-bonus-balance {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bonus-balance.svg");
}
.sb-icon-img.sb-current-balance {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/currentBalance.svg");
}
.sb-icon-img.sb-total-win-amount-sports {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-win-amount-sports.svg");
}
.sb-icon-img.sb-total-win-amount-casino {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-win-amount-casino.svg");
}
.sb-icon-img.sb-average-bets-amount-sport {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/average-bets-amount-sport.svg");
}
.sb-icon-img.sb-average-bets-amount-casino {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/average-bets-amount-casino.svg");
}
.sb-icon-img.sb-total-bets-count-casino {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bets-count-casino.svg");
}
.sb-icon-img.sb-total-bets-count-sport {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bets-count-sport.svg");
}
.sb-icon-img.sb-total-bets-amount-sport {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bets-amount-sport.svg");
}
.sb-icon-img.sb-total-bets-amount-casino {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bets-amount-casino.svg");
}
.sb-icon-img.sb-total-lost-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-lost-amount.svg");
}
.sb-icon-img.sb-total-lost-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-lost-count.svg");
}
.sb-icon-img.sb-total-win-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-win-count.svg");
}
.sb-icon-img.sb-bets-per-player {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bets-per-player.svg");
}
.sb-icon-img.sb-total-free-bets-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-free-bets-amount.svg");
}
.sb-icon-img.sb-total-free-bets-win-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-free-bets-win-amount.svg");
}
.sb-icon-img.sb-total-free-bets-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-free-bets-count.svg");
}
.sb-icon-img.sb-total-free-bet-win-count {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-free-bet-win-count.svg");
}
.sb-icon-img.sb-total-bonus-to-real-amount {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-bonus-to-real-amount.svg");
}
.sb-icon-img.sb-real-from-total-percent {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/real-from-total-percent.svg");
}
.sb-icon-img.sb-remaining-spins {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/remaining-spins.svg");
}
.sb-icon-img.sb-remaining-wr {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/remaining-wr.svg");
}
.sb-icon-img.sb-total-registered-players {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/total-registered-players.svg");
}
.sb-icon-img.sb-affiliates-fee {
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/affiliates-fee.svg");
}

.sb-icon {
  display: inline-block;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.sb-icon.sb-integrations {
  width: 28px;
  height: 28px;
  mask-image: url("../assets/images/icons/integration.svg");
  -webkit-mask-image: url("../assets/images/icons/integration.svg");
  background: var(--white-color);
}
.sb-icon.sb-templates {
  width: 28px;
  height: 28px;
  mask-image: url("../assets/images/icons/templates-config.svg");
  -webkit-mask-image: url("../assets/images/icons/templates-config.svg");
  background: var(--white-color);
}
.sb-icon.sb-health {
  width: 36px;
  height: 36px;
  mask-image: url("../assets/images/icons/health.svg");
  -webkit-mask-image: url("../assets/images/icons/health.svg");
  background: var(--white-color);
}
.sb-icon.sb-volume {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/volume.svg");
  background-repeat: no-repeat;
}
.sb-icon.sb-volume-xmark {
  width: 25px;
  height: 25px;
  background-image: url("../assets/images/icons/volume-xmark.svg");
  background-repeat: no-repeat;
}
.sb-icon.sb-percent {
  width: 20px;
  height: 20px;
  mask-image: url("../assets/images/icons/percent.svg");
  -webkit-mask-image: url("../assets/images/icons/percent.svg");
  background: var(--text-color);
}
.sb-icon.sb-maximum {
  width: 22px;
  height: 22px;
  mask-image: url("../assets/images/icons/maximum.svg");
  -webkit-mask-image: url("../assets/images/icons/maximum.svg");
  background: var(--text-color);
}
.sb-icon.sb-maximum.disabled {
  width: 18px;
  height: 18px;
  background: var(--disabled-color);
}
.sb-icon.sb-pin {
  width: 20px;
  height: 20px;
  mask-image: url("../assets/images/icons/pin.svg");
  -webkit-mask-image: url("../assets/images/icons/pin.svg");
  background: var(--text-color);
}
.sb-icon.sb-unpin {
  width: 18px;
  height: 18px;
  mask-image: url("../assets/images/icons/unpin.svg");
  -webkit-mask-image: url("../assets/images/icons/unpin.svg");
  background: var(--disabled-color);
}
.sb-icon.sb-countable {
  width: 20px;
  height: 20px;
  mask-image: url("../assets/images/icons/countable.svg");
  -webkit-mask-image: url("../assets/images/icons/countable.svg");
  background: var(--text-color);
}
.sb-icon.sb-numeric {
  width: 20px;
  height: 20px;
  mask-image: url("../assets/images/icons/numeric.svg");
  -webkit-mask-image: url("../assets/images/icons/numeric.svg");
  background: var(--text-color);
}

.main-info-container.casino-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .column1, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .column1 {
  width: 80px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .column2, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .column2 {
  width: 300px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .column3, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .column3 {
  width: 150px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .column4, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .column4 {
  width: 100px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .column5, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .column5 {
  width: 150px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .name-wrapper, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .name-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-info-container.casino-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.sms-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.mail-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.social-network-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.affiliate-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.crm-integrations .accordion-table-container .table-wrapper .name-wrapper .notification, .main-info-container.payment-integrations .accordion-table-container .table-wrapper .name-wrapper .notification {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--darken30-color);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  display: block;
  color: var(--white-color);
}

.generic-popup-container .configure-integration {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cron-time-maker {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  gap: 5px;
}
.cron-time-maker .top-section {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color);
  opacity: 0.7;
  position: relative;
}
.cron-time-maker .row {
  gap: 10px;
}
.cron-time-maker .row > * {
  flex: 1;
}
.cron-time-maker .row .field-box {
  margin: 0;
}
.cron-time-maker .info {
  font-size: 12px;
  font-weight: 600;
}

.schedule-page {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0;
}
.schedule-page .top-section {
  display: flex;
  justify-content: space-between;
}
.schedule-page .body-section {
  display: flex;
  justify-content: space-between;
}
.schedule-page .body-section > .left-section {
  width: 100%;
  max-width: 400px;
}

html[data-theme=dark] button:not(.btn-secondary):not(.pell-button):not(.log-out),
html[data-theme=dark] .btn:not(.btn-secondary):not(.pell-button):not(.log-out) {
  color: var(--darken25-color);
}
html[data-theme=dark] .checkbox label .sb-icon {
  color: var(--darken25-color);
}
html[data-theme=dark] .accordion-table-container .table-wrapper .top-btn-container {
  color: var(--darken25-color);
}
html[data-theme=dark] .bonus-duplicate-partner .body-section .duplicate-list-container .list-section .name,
html[data-theme=dark] .select-lists-section .body-section .duplicate-list-container .list-section .name,
html[data-theme=dark] .generic-popup-container.hide .body-section .accept-div .info {
  color: var(--text-secondary-color);
}
html[data-theme=dark] .basic-nav-menu .nav-menu-wrapper .nav-item .notification {
  background: var(--lighten35-color);
}

.main-info-container[data-theme=light] .theme-mode-switcher {
  background: var(--text-secondary-color);
}
.main-info-container[data-theme=light] .theme-mode-switcher:before {
  left: 33px;
}

.show-coupon-modal {
  padding: 10px;
  font-size: 13px;
}
.show-coupon-modal .events-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}
.show-coupon-modal .events-list .event-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
  border-bottom: 1px solid grey;
}
.show-coupon-modal .events-list .event-item > div:first-child {
  width: -webkit-fill-available;
}
.show-coupon-modal .bottom-info {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}
.show-coupon-modal .bottom-info > div {
  display: flex;
  justify-content: space-between;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.no-wrap-xs {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-inline {
  display: inline-flex !important;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: 0 !important;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  width: 100%;
  vertical-align: top;
}

img[src=""] {
  display: none !important;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

*,
:after,
:before {
  box-sizing: border-box;
  /**
  *  &:not(input, textarea) {
  *    -webkit-touch-callout: none;
  *    -webkit-user-select: none;
  *    -moz-user-select: none;
  *    -ms-user-select: none;
  *    user-select: none;
  *  }
  */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --darken20-color: #34384B;
  --darken25-color: #2A2C3F;
  --darken26-color: #2A2C3E;
  --darken30-color: #1D2030;
  --darken30-color-90: rgba(29, 32, 48, 0.9);
  --darken35-color: #131521;
  --lighten35-color: #DFDFEA;
  --lighten30-color: #F8F8FA;
  --lighten40-color: #dddddd;
  --lighten25-dark-color: #F0F0F6;
  --lighten15-dark-color: #d2dcf1;
  --text-color: #222538;
  --text-color-10: rgba(34, 37, 56, 0.1);
  --text-secondary-color: #DDDEEB;
  --button-color: #D6EDDA;
  --highlight-color: #FFF8D1;
  --highlight-btn-color: #EDE5BB;
  --white-color: #ffffff;
  --green-color: #1D9C32;
  --gold-color: #a98238;
  --dark-green-color: #638539;
  --red-color: #D91135;
  --beauty-red-color: #c72745;
  --pending-color: #DF6F1E;
  --scrollBar-color: #626472;
  --disabled-color: rgba(144, 144, 154, 0.89);
}

html[data-theme=dark] {
  --white-color: #131521;
  --lighten30-color: #1D2030;
  --lighten15-dark-color: #34384B;
  --lighten35-color: rgba(40, 42, 58, 0.96);
  --text-color: #DDDEEB;
  --darken26-color: #DDDEEB;
  --lighten25-dark-color: #2A2C3F;
  --lighten40-color: #43485c;
}

.d-flex {
  display: flex;
}
.d-flex.dir-col {
  flex-direction: column;
}
.d-flex.dir-row-reverse {
  flex-direction: row-reverse;
}
.d-flex.a_a_c {
  align-items: center;
}
.d-flex.j_c_end {
  justify-content: end;
}
.d-flex.j_c_center {
  justify-content: center;
}
.d-flex.j_c_space-between {
  justify-content: space-between;
}
.d-flex.a_a_end {
  align-items: end;
}
.d-flex.a_a_start {
  align-items: start;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}
.d-flex.center {
  align-items: center;
  justify-content: center;
}

.h-auto {
  height: auto !important;
}

.field-reset-icon {
  position: relative;
}
.field-reset-icon input {
  padding-right: 33px;
}

.d-in-flex {
  display: inline-flex;
}

.m-w-auto {
  min-width: auto !important;
}

.padding-10 {
  padding: 10px;
}

.p-0 {
  padding: 0;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-15 {
  padding: 15px;
}

.w-auto {
  width: auto !important;
}

.max-w-40 {
  max-width: 40px;
}

.max-w-60 {
  max-width: 60px;
}

.m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-0-important {
  margin-bottom: 0 !important;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.flex_1 {
  flex: 1;
}

.p-sticky {
  position: sticky;
}
.p-sticky.f-left {
  left: 0;
}
.p-sticky.f-top {
  top: 0;
}
.p-sticky.f-bottom {
  bottom: 0;
}
.p-sticky.f-right {
  bottom: 0;
}

.error-text {
  color: red;
}

.success-text {
  color: var(--green-color);
}

.title {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: var(--text-color);
}

.info-container-regex {
  margin-right: 5px;
  position: relative;
}
.info-container-regex .sb-info {
  display: block;
  font-size: 14px;
  color: var(--text-color-70);
  cursor: pointer;
  flex-shrink: 0;
}
.info-container-regex .sb-info:hover + .info {
  opacity: 1;
  visibility: visible;
}
.info-container-regex .sb-info + .info {
  position: absolute;
  bottom: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--darken40-color);
  padding: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: var(--text-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  white-space: nowrap;
  border-radius: 4px;
}
.info-container-regex .sb-info + .info .sb-tooltip-arrow {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: var(--darken40-color);
}

button,
.btn {
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
  padding: 0 20px;
  height: 40px;
  /*  -webkit-user-select: none;
  *  -moz-user-select: none;
  *  -ms-user-select: none;
  *  user-select: none;
  */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--button-color);
  color: var(--text-color);
  transition: filter 0.3s;
}
button:hover,
.btn:hover {
  filter: brightness(103%);
}
button[disabled], button.disabled,
.btn[disabled],
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
button.large,
.btn.large {
  height: 48px;
}
button.small,
.btn.small {
  height: 35px;
}
button.x-small,
.btn.x-small {
  height: 30px;
  font-weight: 600;
  font-size: 12px;
}
button.btn-full,
.btn.btn-full {
  width: 100%;
}
button.btn-middle,
.btn.btn-middle {
  width: 49%;
}
button.btn-max-content,
.btn.btn-max-content {
  width: max-content;
}
button.btn-full-error,
.btn.btn-full-error {
  width: 100%;
  background: #ff5b5b;
}
button.loading,
.btn.loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
button.loading:after,
.btn.loading:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/assets/images/loading-dark.svg") no-repeat center;
  background-size: 22px;
}
button.loading.large:after,
.btn.loading.large:after {
  background-size: 50px;
}
button.btn-secondary,
.btn.btn-secondary {
  background: var(--lighten25-dark-color);
}
button.btn-danger,
.btn.btn-danger {
  background: var(--red-color);
  color: var(--white-color);
}
button.btn-highlight,
.btn.btn-highlight {
  background: var(--highlight-color);
}

.actions-btn .btn {
  margin-right: 5px;
}

textarea {
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border 0.3s, color 0.3s;
  resize: none;
}
textarea::placeholder {
  opacity: 0.7;
}
textarea:active, textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea[Disabled], textarea[readonly] {
  opacity: 0.5;
  pointer-events: none;
}
textarea:not([type=checkbox]):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

.loading-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  /* Loader 6 */
}
.loading-wrapper.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .loading {
  height: 32px;
  width: 32px;
}
.loading-wrapper .loading span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}
.loading-wrapper .loading span::before,
.loading-wrapper .loading span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 2px solid var(--darken26-color);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loading-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
  animation: loading-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}
@keyframes loading-1 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}
.loading-wrapper .loading span::after {
  -webkit-animation: loading-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s infinite;
  animation: loading-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s infinite;
}
@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes loading-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}

input[type=range] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input {
  background: var(--lighten25-dark-color);
  color: var(--text-color);
  border: 1px solid transparent;
  padding: 0 15px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border 0.3s, color 0.3s;
}
input::placeholder {
  opacity: 0.7;
}
input:active, input:focus {
  outline: none;
  box-shadow: none;
}
input[Disabled], input[readonly] {
  opacity: 0.5;
  pointer-events: none;
}
input:not([type=checkbox]):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
input.large {
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  font-size: 14px;
}
input.small {
  height: 35px;
  padding-left: 8px;
}
input ~ .error {
  color: red;
}
input ~ .error .sb-icon, input ~ .success .sb-icon {
  width: 17px;
  height: 17px;
}
input ~ .error .sb-icon.sb-round-error, input ~ .success .sb-icon.sb-round-error {
  background: #ff5b5b;
}
input ~ .error .sb-icon.sb-round-success, input ~ .success .sb-icon.sb-round-success {
  background: #19b269;
}
input ~ .error span, input ~ .success span {
  left: calc(100% + 15px);
  font-weight: 600;
  font-size: 12px;
  color: var(--text-color-70);
  width: 160px;
  top: 50%;
}
input + .sb-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--text-color);
  opacity: 0.7;
}
input + .sb-icon.sb-triangledown {
  font-size: 6px;
}
input.error {
  border-color: var(--red-color);
}

.input-box {
  position: relative;
}
.input-box input {
  padding-right: 30px;
}

.square-checkbox {
  position: relative;
  width: 24px;
  height: 24px;
}
.square-checkbox input[type=checkbox] {
  visibility: hidden;
}
.square-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.square-checkbox .checked:after,
.square-checkbox .active:after {
  opacity: 1;
}
.square-checkbox label {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: var(--button-color);
  border: 1px solid #26442b;
  border-radius: 4px;
  cursor: pointer;
}
.square-checkbox label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #26442b;
  border-radius: 1px;
  opacity: 0;
}

.checkbox {
  position: relative;
  width: 24px;
  height: 24px;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label .sb-icon {
  opacity: 1;
}
.checkbox .checked .sb-icon {
  opacity: 1;
}
.checkbox label {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: var(--lighten25-dark-color);
  border-radius: 4px;
  cursor: pointer;
}
.checkbox label .sb-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--button-color);
  border-radius: 4px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select-box {
  position: relative;
}

select,
.select,
.ember-power-select-trigger,
.ember-power-select-multiple-trigger {
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: var(--lighten25-dark-color);
  padding: 0 34px 0 12px;
  color: var(--text-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.ember-power-select-multiple-trigger,
.select.ember-power-select-multiple-trigger,
.ember-power-select-trigger.ember-power-select-multiple-trigger,
.ember-power-select-multiple-trigger.ember-power-select-multiple-trigger {
  height: auto;
  min-height: 40px !important;
}
select .ember-power-select-multiple-option,
.select .ember-power-select-multiple-option,
.ember-power-select-trigger .ember-power-select-multiple-option,
.ember-power-select-multiple-trigger .ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 5px 4px;
  display: inline-block;
  float: left;
  margin: 5px 0 5px 5px;
}
select + .sb-icon,
.select + .sb-icon,
.ember-power-select-trigger + .sb-icon,
.ember-power-select-multiple-trigger + .sb-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  color: var(--text-color);
  opacity: 0.7;
  pointer-events: none;
}
select.large,
.select.large,
.ember-power-select-trigger.large,
.ember-power-select-multiple-trigger.large {
  height: 48px;
  padding: 0 37px 0 15px;
  font-size: 14px;
  line-height: 18px;
}
select.large + .sb-icon,
.select.large + .sb-icon,
.ember-power-select-trigger.large + .sb-icon,
.ember-power-select-multiple-trigger.large + .sb-icon {
  right: 15px;
}
select[disabled],
.select[disabled],
.ember-power-select-trigger[disabled],
.ember-power-select-multiple-trigger[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
select[disabled] + .sb-icon,
.select[disabled] + .sb-icon,
.ember-power-select-trigger[disabled] + .sb-icon,
.ember-power-select-multiple-trigger[disabled] + .sb-icon {
  opacity: 0.5;
}
select.bg-white,
.select.bg-white,
.ember-power-select-trigger.bg-white,
.ember-power-select-multiple-trigger.bg-white {
  background: var(--white-color);
  border: 1px solid #dcdee7;
}

.field-box {
  position: relative;
}
.field-box.color .input-box .sp-replacer {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  height: 16px;
  width: 16px;
}
.field-box.color .input-box input {
  padding-left: 36px;
}

.label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  min-height: 15px;
  color: var(--text-color);
  opacity: 0.7;
  margin-bottom: 8px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.no-scroll {
  overflow: hidden;
}

.sb-scroll {
  width: 100%;
  height: 100%;
  max-height: inherit;
  position: relative;
  overflow: hidden;
}
.sb-scroll.native-scroll {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  overflow: auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sb-scroll.visible-scroll {
  overflow-y: visible !important;
  overflow-x: visible !important;
}

.native-scroll-box.x-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.native-scroll-box.y-scroll {
  overflow-y: auto;
  max-height: 100%;
}
.native-scroll-box.disableY-scroll {
  overflow-y: hidden;
}
.native-scroll-box.disableX-scroll {
  overflow-x: hidden;
}
.native-scroll-box::-webkit-scrollbar {
  opacity: 0;
  width: 5px;
  height: 5px;
  background-color: var(--darken40-color);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.native-scroll-box::-webkit-scrollbar:hover {
  opacity: 1;
}
.native-scroll-box:hover::-webkit-scrollbar {
  opacity: 0.7;
}
.native-scroll-box.hide-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.native-scroll-box.hide-y-scroll::-webkit-scrollbar {
  width: 0;
}
.native-scroll-box.small::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.native-scroll-box.medium::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.native-scroll-box.large::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.native-scroll-box.x-small::-webkit-scrollbar:horizontal {
  width: 5px;
  height: 5px;
}
.native-scroll-box.x-medium::-webkit-scrollbar:horizontal {
  width: 8px;
  height: 8px;
}
.native-scroll-box.x-large::-webkit-scrollbar:horizontal {
  width: 12px;
  height: 12px;
}
.native-scroll-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--scrollBar-color);
}

.generic-popup-container {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--darken30-color-90);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.generic-popup-container.show {
  visibility: visible;
  opacity: 1;
}
.generic-popup-container.hide .body-section > div:first-child {
  display: none;
}
.generic-popup-container.hide .body-section .accept-div {
  text-align: center;
  margin-top: 6px;
}

.text-green, .status-won,
.status-win {
  color: var(--green-color) !important;
}

.text-gold {
  color: var(--gold-color) !important;
}

.text-gold-gradient {
  background: linear-gradient(90deg, #d4af37, var(--gold-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.text-gold-complement {
  color: #3859a9 !important;
}

.text-dark-green {
  color: var(--dark-green-color) !important;
}

.text-dark-green {
  color: var(--dark-green-color) !important;
}

.text-red, .status-lost {
  color: var(--red-color) !important;
}

.text-orange {
  color: #FFA500 !important;
}

.text-pending, .status-pending {
  color: var(--pending-color) !important;
}

.text-underline {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default !important;
}

.status-cashout {
  color: #831d9c;
}

.on-off-button {
  display: inline-block;
  cursor: pointer;
}
.on-off-button.deactive input:checked + span {
  background-color: var(--red-color);
}
.on-off-button input {
  display: none;
}
.on-off-button input + span {
  display: block;
  width: 48px;
  height: 24px;
  position: relative;
  background-color: var(--scrollBar-color);
  border-radius: 50px 50px 50px 50px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.on-off-button input + span:before {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  display: block;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.on-off-button input:checked + span {
  background-color: var(--green-color);
}
.on-off-button input:checked + span:before {
  left: 26px;
}
.on-off-button.block input:checked + span {
  background-color: var(--red-color);
}

div.disabled {
  pointer-events: none;
  opacity: 0.5;
}

html .ember-power-select-trigger {
  background-color: var(--lighten25-dark-color);
  border: 0;
  color: var(--text-color);
}
html .ember-power-select-trigger > ul > li ~ .ember-power-select-trigger-multiple-input {
  padding: 0;
}
html .ember-power-select-trigger[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
}
html .ember-power-select-trigger .ember-power-select-trigger-multiple-input {
  padding: 0 22px 0 8px;
}
html .ember-power-select-trigger .ember-power-select-trigger-multiple-input::placeholder {
  width: max-content;
}
html .ember-power-select-trigger .ember-power-select-status-icon {
  right: 12px;
  border-color: #5f6171 transparent transparent transparent;
}

.fieldTopLabel {
  padding-top: 12px;
}
.fieldTopLabel:focus ~ .floating-label, .fieldTopLabel:not(:focus) ~ .floating-label, .fieldTopLabel.top ~ .floating-label {
  top: 5px;
  left: 15px;
  font-size: 11px;
  opacity: 1;
  transform: none;
}
.fieldTopLabel ~ .floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-color-50);
}

.icon-wrapper {
  background: var(--white-color);
  padding: 6px;
  border-radius: 5px;
  display: inline-block;
  line-height: 16px;
}
.icon-wrapper .sb-icon.sb-trash {
  color: var(--text-color);
}

.sb-icon.sb-copy {
  width: 16px;
  height: 16px;
  display: inline-block;
  mask-image: url("../assets/images/copy.svg");
  -webkit-mask-image: url("../assets/images/copy.svg");
  background: var(--text-color);
}
.sb-icon.sb-copy-language {
  width: 22px;
  height: 17px;
  display: inline-block;
  mask-image: url("../assets/images/copy-language.svg");
  -webkit-mask-image: url("../assets/images/copy-language.svg");
  background: var(--text-color);
}

.theme-mode-switcher,
.main-theme-mode-switcher {
  padding: 0 8px;
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background: var(--darken30-color);
}
.theme-mode-switcher.light,
.main-theme-mode-switcher.light {
  background: var(--lighten25-dark-color);
}
.theme-mode-switcher.light:before,
.main-theme-mode-switcher.light:before {
  left: 33px;
}
.theme-mode-switcher:before,
.main-theme-mode-switcher:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: var(--green-color);
}
.theme-mode-switcher .sb-icon.sb-sun,
.main-theme-mode-switcher .sb-icon.sb-sun {
  width: 14px;
  height: 14px;
  background-color: var(--lighten35-color);
}
.theme-mode-switcher .sb-icon.sb-moon,
.main-theme-mode-switcher .sb-icon.sb-moon {
  width: 14px;
  height: 14px;
  background-color: var(--darken30-color);
}

.w-full {
  width: 100%;
}

.max-w-40 {
  max-width: 40px;
}

.h-0 {
  height: 0;
}

.a_i_end {
  align-items: end;
}

.radio-btn-container {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.radio-btn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-btn-container input:checked ~ .radio-checkmark {
  border-color: var(--green-color);
}
.radio-btn-container input:checked ~ .radio-checkmark:after {
  background-color: var(--green-color);
}
.radio-btn-container .radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: var(--lighten25-dark-color);
  border-radius: 50%;
  border: 1px solid var(--lighten25-dark-color);
  transition: border-color 0.3s;
}
.radio-btn-container .radio-checkmark:hover:after {
  background-color: var(--green-color);
}
.radio-btn-container .radio-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--lighten25-dark-color);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.back-button > .sb-left {
  font-size: 10px;
}

.main-confirm-modal .accept-div > .info {
  text-align: center;
  padding: 20px 20px 10px;
}

.pell-actionbar {
  background-color: var(--lighten30-color);
}
.pell-actionbar > button {
  color: var(--text-color);
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.animated.faster {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes betsTab {
  from {
    color: var(--text-color-50);
    border-bottom-color: transparent;
  }
  to {
    color: var(--text-color);
    border-bottom-color: var(--base-color);
  }
}
@keyframes betsTab {
  from {
    color: var(--text-color-50);
    border-bottom-color: transparent;
  }
  to {
    color: var(--text-color);
    border-bottom-color: var(--base-color);
  }
}
.betsTab {
  -webkit-animation-name: betsTab;
  animation-name: betsTab;
}

@-webkit-keyframes lightFadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightFadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightFadeInUp {
  -moz-animation: lightFadeInUp 0.2s ease;
  -webkit-animation: lightFadeInUp 0.2s ease;
  animation: lightFadeInUp 0.2s ease;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}
/*@ sourceMappingURL=backoffice.css.map*/