@import url('https://cdn.diststore.com/icon-set/icon.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap');

/* body{
  background: #222428;
  color: #fafafa;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
} */

.octonovus-app {
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  --odd-max-width: 67px;
  color: var(--font-color-1);
  line-height: 1;
}

.octonovus-app * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: transparent;
}

.octonovus-app .cursor-pointer {
  cursor: pointer;
}

.octonovus-app .truncate-1-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: initial;
};

.octonovus-app .truncate-2-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: initial;
}

.react-tiny-popover-container {
  z-index: 99999;
}
.react-tiny-popover-container .oct-custom-table-dropdown-container__options {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 6px 12px 0px #00000040;
  display: flex;
  flex-direction: column;
  max-height: 350px;
  overflow-y: scroll;
  border-radius: var(--border-radius);
}
.react-tiny-popover-container.oct-special-values-container
  .oct-custom-table-dropdown-container__options {
  padding: 0;
}
.react-tiny-popover-container.oct-special-values-container
  .oct-custom-table-dropdown-container__options
  .oct-custom-table-dropdown-container__options__option
  .oct-custom-table-dropdown-container__options__option__text {
  display: flex;
  justify-content: center;
}

.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  .special-odd-group-item {
  color: #60656f;
  font-weight: 400;
}

.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option__disabled {
  pointer-events: none;
}
.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option__selected {
  background-color: #d4d6db;
}

.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  .oct-custom-table-dropdown-container__options__option__text
  .icon {
  position: absolute;
  left: 4px;
}

.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option:hover {
  background-color: #d4d6db;
}

.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option:not(:first-child) {
  border-top: 1px solid #edeef0;
}
.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  > span:first-child {
  flex: 1;
  width: 0;
}
.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option > span.icon {
  color: #62c46d;
  font-size: 11px;
  margin-left: 4px;
}
.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  > span:first-child
  span,
.react-tiny-popover-container .oct-custom-table-dropdown-container__options__option > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #24272d;
  font-weight: 500;
}
.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  .oct-custom-table-dropdown-container__options__option__text {
  color: #60656f;
  font-weight: 400;
}
.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  .oct-custom-table-dropdown-container__options__option__text
  .oct-custom-table-dropdown-container__options__option__text__overflow {
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 38px;
}
.react-tiny-popover-container
  .oct-custom-table-dropdown-container__options__option
  > span:first-child
  span.oct-custom-table-dropdown-container__options__option__disabled__text {
  opacity: 0.25;
}

.react-tiny-popover-container.oct-dropdown-odd-group {
  max-height: 220px;
  overflow-y: scroll !important;
}
.react-tiny-popover-container.oct-dropdown-odd-group .oct-custom-table-dropdown-container__options {
  padding-left: 8px;
  padding-right: 4px;
}

.react-tiny-popover-container.oct-dropdown-odd-group
  .oct-custom-table-dropdown-container__options
  .oct-custom-table-dropdown-container__options__option {
  font-size: 12px;
}

/* React tiny popover extra odd template option */

.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options {
  max-height: 204px;
  /* height: max-content; */
  overflow-y: auto;
  background-color: #3d4048;
  padding: 0;
}

.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option {
  /* height: 38px; */
  padding: 12px;
  font-size: 0.857em;
  font-weight: 500;
  cursor: pointer;
}

.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option-multiple-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option
  .icon-star {
  margin-left: 12px;
  font-size: 12px;
}
.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option:hover {
  background-color: #484c55;
}
.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option__selected {
  background-color: #484c55;
}
.react-tiny-popover-container.oct-market-odds-card-dropdown
  .oct-custom-table-dropdown-container__options
  .oct-extra-odd-template-option:not(:last-child) {
  border-bottom: 1px solid #5f6470;
}
