@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-authLayout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}
.bet-authLayout * {
  box-sizing: border-box;
}
.bet-authLayout__aside {
  width: calc(100% - 480px);
  height: 100%;
  position: relative;
}
.bet-authLayout__asideLogo {
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 33px;
  left: 33px;
  z-index: 100;
}
.bet-authLayout__asideLogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bet-authLayout__asideLogo.-env {
  height: 70px;
}
.bet-authLayout__asideImage {
  height: 100%;
  object-fit: cover;
  position: relative;
}
.bet-authLayout__asideImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bet-authLayout__asideImage::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: radial-gradient(103.14% 45.48% at 59.83% 50%, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0.82) 100%);
  position: absolute;
  z-index: 10;
}
.bet-authLayout__main {
  display: flex;
  min-width: 480px;
  height: 100%;
  background-color: #fff;
  padding: 50px 70px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1040px) {
.bet-authLayout__aside {
    width: calc(100% - 350px);
}
.bet-authLayout__main {
    width: 100%;
    padding: 24px;
}
}
@media screen and (max-width: 820px) {
.bet-authLayout__aside {
    display: none;
}
.bet-authLayout__main {
    width: 100%;
    min-width: initial;
}
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-detectionUploader {
  display: block;
  width: 420px;
  max-height: 40px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: max-height 0.2s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
}
.bet-detectionUploader.-open {
  max-height: 500px;
}
.bet-detectionUploader.-hide {
  display: none;
}
.bet-detectionUploader__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px 6px 0 0;
  background-color: #ededed;
  padding: 8px 16px;
  cursor: pointer;
  gap: 20px;
}
.bet-detectionUploader__content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 16px;
  gap: 10px;
}
.bet-detectionUploader__content .n-scrollbar-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bet-detectionUploader__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 600;
  color: #0b4583;
  margin: 0;
}
.bet-detectionUploader__documentWrap {
  border: 1px solid #ededed;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 16px;
}
.bet-detectionUploader__documentTitle {
  display: block;
  max-width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  overflow: hidden;
}
.bet-detectionUploader__documentDeleteIcon {
  margin-top: 4px;
  cursor: pointer;
}
.bet-detectionUploader__documentDeleteIcon .n-icon {
  color: #0b4583 !important;
  transition: color 0.2s linear;
}
.bet-detectionUploader__documentDeleteIcon:hover .n-icon {
  color: #ea5455 !important;
}
.bet-detectionUploader__documentHead {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.bet-detectionUploader__documentUploadProgress {
  margin-top: 10px;
}
.bet-detectionUploader__documentUploadProgressText {
  font-size: 0.8rem;
  color: #bec4c7;
  margin: 0;
  margin-bottom: 8px;
}
.bet-detectionUploader__documentInfo {
  width: calc(100% - 30px);
}
.bet-detectionUploader__documentDate {
  font-size: 0.8rem;
  color: #0b4583;
  margin: 0;
}
.bet-detectionUploader__itemType {
  color: #0b4583;
}
.bet-detectionUploader__detectionParticipant {
  font-weight: 600;
  color: #0b4583;
}
@media screen and (width <= 500px) {
.bet-detectionUploader {
    width: calc(100% - 20px);
    left: 10px;
}
}@keyframes fadeOutLeft-97e6369e {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft[data-v-97e6369e] {
  animation-name: fadeOutLeft-97e6369e;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft-97e6369e {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft[data-v-97e6369e] {
  animation-name: zoomOutLeft-97e6369e;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn-97e6369e {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn[data-v-97e6369e] {
  animation-name: fadeIn-97e6369e;
}
@keyframes animate-skip-97e6369e {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation[data-v-97e6369e] {
  animation: animate-skip-97e6369e 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html[data-v-97e6369e] {
  margin: 0 !important;
}
html *[data-v-97e6369e] {
  box-sizing: border-box;
}
body[data-v-97e6369e] {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p[data-v-97e6369e],
a[data-v-97e6369e],
li[data-v-97e6369e],
div[data-v-97e6369e],
button[data-v-97e6369e] {
  color: #181818;
}
p.-textPrimary[data-v-97e6369e],
a.-textPrimary[data-v-97e6369e],
li.-textPrimary[data-v-97e6369e],
div.-textPrimary[data-v-97e6369e],
button.-textPrimary[data-v-97e6369e] {
  color: #0b4583;
}
span.-textPrimary[data-v-97e6369e] {
  color: #0b4583;
}
.-bold[data-v-97e6369e] {
  font-weight: 600;
}
a.-routerLink[data-v-97e6369e] {
  text-decoration: none;
}
p.-noMargin[data-v-97e6369e] {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml[data-v-97e6369e] {
  margin-left: auto;
}
a.-attachmentLink[data-v-97e6369e] {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink[data-v-97e6369e]:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-97e6369e]::-webkit-outer-spin-button,
input[data-v-97e6369e]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number][data-v-97e6369e] {
  appearance: textfield;
}
input[data-v-97e6369e]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon[data-v-97e6369e] {
  color: #b5955b;
}
.n-base-loading__container div[data-v-97e6369e] {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div[data-v-97e6369e] {
  color: #0b4583;
}
.n-tooltip[data-v-97e6369e] {
  max-width: 700px !important;
}
.n-form-item[data-v-97e6369e] {
  position: relative;
  z-index: 1;
}
.fade-enter-active[data-v-97e6369e],
.fade-leave-active[data-v-97e6369e] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-97e6369e],
.fade-leave-to[data-v-97e6369e] {
  opacity: 0;
}
.shadow-pulse-enter-active[data-v-97e6369e],
.shadow-pulse-leave-active[data-v-97e6369e] {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from[data-v-97e6369e],
.shadow-pulse-leave-to[data-v-97e6369e] {
  opacity: 0;
}
.n-button--primary-type[data-v-97e6369e] {
  font-weight: 500;
}
.n-button--primary-type .n-button__content[data-v-97e6369e] {
  font-weight: 600;
}
.n-button--primary-type[data-v-97e6369e]:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border[data-v-97e6369e],
.n-button--primary-type:hover .n-button__border[data-v-97e6369e] {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot[data-v-97e6369e] {
  color: #fff;
}
.n-button--error-type[data-v-97e6369e] {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content[data-v-97e6369e] {
  font-weight: 600;
}
.n-button--error-type[data-v-97e6369e]:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type[data-v-97e6369e] {
  height: 36px;
}
.n-button--text-type .n-button__content[data-v-97e6369e] {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i[data-v-97e6369e] {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content[data-v-97e6369e],
.n-button--text-type:hover i[data-v-97e6369e] {
  color: #b5955b;
}
.n-input .n-button__content[data-v-97e6369e],
.bet-dashboardHeader__actionIcon .n-button__content[data-v-97e6369e] {
  font-weight: 600;
}
.n-input .n-button--default-type[data-v-97e6369e],
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-97e6369e] {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type[data-v-97e6369e]:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-97e6369e]:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border[data-v-97e6369e],
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border[data-v-97e6369e] {
  border-color: initial !important;
}
.n-form-item .n-form-item-label[data-v-97e6369e],
.n-checkbox .n-checkbox__label[data-v-97e6369e] {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el[data-v-97e6369e],
.n-input .n-input__input-el[data-v-97e6369e] {
  color: #181818;
}
.n-input--textarea[data-v-97e6369e] {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count[data-v-97e6369e] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple[data-v-97e6369e] {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags[data-v-97e6369e] {
  min-height: 50px !important;
}
.n-base-selection-label[data-v-97e6369e] {
  min-height: 50px;
}
.n-steps .n-step-content__description[data-v-97e6369e] {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title[data-v-97e6369e] {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title[data-v-97e6369e] {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title[data-v-97e6369e] {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title[data-v-97e6369e] {
  opacity: 0.3;
}
.n-message[data-v-97e6369e] {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon[data-v-97e6369e],
.n-message .n-base-icon svg[data-v-97e6369e] {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content[data-v-97e6369e] {
  font-size: 1rem !important;
}
.n-data-table-th[data-v-97e6369e] {
  padding: 12px 22px !important;
}
.n-data-table-td[data-v-97e6369e] {
  padding: 12px 22px !important;
}
.n-data-table-td span[data-v-97e6369e] {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination[data-v-97e6369e],
.n-data-table .n-data-table-thead[data-v-97e6369e] {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination[data-v-97e6369e],
.n-data-table.-disabledActions .n-data-table-thead[data-v-97e6369e] {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon[data-v-97e6369e] {
  display: none;
}
.bet-dialog .n-dialog__action[data-v-97e6369e] {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button[data-v-97e6369e] {
  min-width: 100px;
  height: 40px;
}
.n-tag[data-v-97e6369e] {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb[data-v-97e6369e] {
  margin-bottom: 15px;
}
.n-alert.-mt[data-v-97e6369e] {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-97e6369e],
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-97e6369e] {
  background-color: #b5955b !important;
}
.bet-dashboardNotificationsSidebar[data-v-97e6369e] {
  height: calc(100% + 25px);
  position: relative;
}
.bet-dashboardNotificationsSidebar__header[data-v-97e6369e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.bet-dashboardNotificationsSidebar__title[data-v-97e6369e] {
  font-size: 1.5rem;
}
.bet-dashboardNotificationsSidebar__content[data-v-97e6369e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: calc(100% - 130px - 66px);
  padding: 80px 15px 0 0;
  z-index: 1;
}
.bet-dashboardNotificationsSidebar__notification[data-v-97e6369e] {
  border-bottom: 1px solid rgba(185, 185, 195, 0.4);
  padding-bottom: 8px;
}
.bet-dashboardNotificationsSidebar__notification[data-v-97e6369e]:last-of-type {
  border-bottom: none;
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-favoriteModal {
  max-width: 600px;
}
.bet-favoriteModal .n-card-header {
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
.bet-favoriteModal .n-card__content {
  padding-top: 16px;
}
.bet-favoriteModal__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6e6b7b;
  margin-top: 0;
  margin-bottom: 10px;
}
.bet-favoriteModal__instruction {
  margin: 0;
}
.bet-favoriteModal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}
.bet-favoriteModal__actions .n-button {
  max-width: 120px;
  height: 45px;
}
.bet-favoriteModal .-isUpdate .n-form-item-blank {
  gap: 20px;
}
.bet-favoriteModal .-isUpdate .n-form-item-blank i {
  transition: color 0.2s var(--n-bezier);
  cursor: pointer;
}
.bet-favoriteModal .-isUpdate .n-form-item-blank i:hover {
  color: #23588f;
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-favoritesManager {
  padding: 0 4px;
}
.bet-favoritesManager__option {
  display: flex;
  height: var(--n-option-height);
  line-height: var(--n-option-height);
  font-size: var(--n-font-size);
  border-radius: var(--n-border-radius);
  transition: background-color 0.3s var(--n-bezier);
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.bet-favoritesManager__option:hover {
  background-color: var(--n-option-color-hover);
}
.bet-favoritesManager__option.-spaceBetween {
  justify-content: space-between;
}
.bet-favoritesManager__optionButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bet-favoritesManager__optionButtons i {
  color: #0b4583;
  transition: color 0.2s var(--n-bezier);
}
.bet-favoritesManager__optionButtons i:hover {
  color: #b5955b;
}
.bet-favoritesManager__optionLabel {
  max-width: 297px;
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-userAvatar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}
.bet-userAvatar__avatarWrap {
  cursor: pointer;
}
.bet-userAvatar__infoWrap {
  display: flex;
  flex-direction: column;
}
.bet-userAvatar__info {
  text-align: right;
  margin: 0;
}
.bet-userAvatar__info.-name {
  white-space: nowrap;
}
.bet-userAvatar__info.-role {
  font-size: 0.8rem;
  color: #b9b9c3;
  white-space: nowrap;
}
.bet-userAvatar .n-avatar {
  background-color: #b5955b;
}
.bet-userAvatar .n-avatar__text {
  font-size: 2rem !important;
  font-weight: 600;
  color: #0b4583;
}
body.-mobile .bet-userAvatar .n-avatar__text {
  font-size: 1.25rem !important;
}
@media screen and (max-width: 1040px) {
.bet-userAvatar .n-avatar__text {
    font-size: 1.25rem !important;
}
}@keyframes fadeOutLeft-e75a2f29 {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft[data-v-e75a2f29] {
  animation-name: fadeOutLeft-e75a2f29;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft-e75a2f29 {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft[data-v-e75a2f29] {
  animation-name: zoomOutLeft-e75a2f29;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn-e75a2f29 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn[data-v-e75a2f29] {
  animation-name: fadeIn-e75a2f29;
}
@keyframes animate-skip-e75a2f29 {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation[data-v-e75a2f29] {
  animation: animate-skip-e75a2f29 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html[data-v-e75a2f29] {
  margin: 0 !important;
}
html *[data-v-e75a2f29] {
  box-sizing: border-box;
}
body[data-v-e75a2f29] {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p[data-v-e75a2f29],
a[data-v-e75a2f29],
li[data-v-e75a2f29],
div[data-v-e75a2f29],
button[data-v-e75a2f29] {
  color: #181818;
}
p.-textPrimary[data-v-e75a2f29],
a.-textPrimary[data-v-e75a2f29],
li.-textPrimary[data-v-e75a2f29],
div.-textPrimary[data-v-e75a2f29],
button.-textPrimary[data-v-e75a2f29] {
  color: #0b4583;
}
span.-textPrimary[data-v-e75a2f29] {
  color: #0b4583;
}
.-bold[data-v-e75a2f29] {
  font-weight: 600;
}
a.-routerLink[data-v-e75a2f29] {
  text-decoration: none;
}
p.-noMargin[data-v-e75a2f29] {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml[data-v-e75a2f29] {
  margin-left: auto;
}
a.-attachmentLink[data-v-e75a2f29] {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink[data-v-e75a2f29]:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-e75a2f29]::-webkit-outer-spin-button,
input[data-v-e75a2f29]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number][data-v-e75a2f29] {
  appearance: textfield;
}
input[data-v-e75a2f29]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon[data-v-e75a2f29] {
  color: #b5955b;
}
.n-base-loading__container div[data-v-e75a2f29] {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div[data-v-e75a2f29] {
  color: #0b4583;
}
.n-tooltip[data-v-e75a2f29] {
  max-width: 700px !important;
}
.n-form-item[data-v-e75a2f29] {
  position: relative;
  z-index: 1;
}
.fade-enter-active[data-v-e75a2f29],
.fade-leave-active[data-v-e75a2f29] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-e75a2f29],
.fade-leave-to[data-v-e75a2f29] {
  opacity: 0;
}
.shadow-pulse-enter-active[data-v-e75a2f29],
.shadow-pulse-leave-active[data-v-e75a2f29] {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from[data-v-e75a2f29],
.shadow-pulse-leave-to[data-v-e75a2f29] {
  opacity: 0;
}
.n-button--primary-type[data-v-e75a2f29] {
  font-weight: 500;
}
.n-button--primary-type .n-button__content[data-v-e75a2f29] {
  font-weight: 600;
}
.n-button--primary-type[data-v-e75a2f29]:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border[data-v-e75a2f29],
.n-button--primary-type:hover .n-button__border[data-v-e75a2f29] {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot[data-v-e75a2f29] {
  color: #fff;
}
.n-button--error-type[data-v-e75a2f29] {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content[data-v-e75a2f29] {
  font-weight: 600;
}
.n-button--error-type[data-v-e75a2f29]:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type[data-v-e75a2f29] {
  height: 36px;
}
.n-button--text-type .n-button__content[data-v-e75a2f29] {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i[data-v-e75a2f29] {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content[data-v-e75a2f29],
.n-button--text-type:hover i[data-v-e75a2f29] {
  color: #b5955b;
}
.n-input .n-button__content[data-v-e75a2f29],
.bet-dashboardHeader__actionIcon .n-button__content[data-v-e75a2f29] {
  font-weight: 600;
}
.n-input .n-button--default-type[data-v-e75a2f29],
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-e75a2f29] {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type[data-v-e75a2f29]:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-e75a2f29]:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border[data-v-e75a2f29],
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border[data-v-e75a2f29] {
  border-color: initial !important;
}
.n-form-item .n-form-item-label[data-v-e75a2f29],
.n-checkbox .n-checkbox__label[data-v-e75a2f29] {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el[data-v-e75a2f29],
.n-input .n-input__input-el[data-v-e75a2f29] {
  color: #181818;
}
.n-input--textarea[data-v-e75a2f29] {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count[data-v-e75a2f29] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple[data-v-e75a2f29] {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags[data-v-e75a2f29] {
  min-height: 50px !important;
}
.n-base-selection-label[data-v-e75a2f29] {
  min-height: 50px;
}
.n-steps .n-step-content__description[data-v-e75a2f29] {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title[data-v-e75a2f29] {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title[data-v-e75a2f29] {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title[data-v-e75a2f29] {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title[data-v-e75a2f29] {
  opacity: 0.3;
}
.n-message[data-v-e75a2f29] {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon[data-v-e75a2f29],
.n-message .n-base-icon svg[data-v-e75a2f29] {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content[data-v-e75a2f29] {
  font-size: 1rem !important;
}
.n-data-table-th[data-v-e75a2f29] {
  padding: 12px 22px !important;
}
.n-data-table-td[data-v-e75a2f29] {
  padding: 12px 22px !important;
}
.n-data-table-td span[data-v-e75a2f29] {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination[data-v-e75a2f29],
.n-data-table .n-data-table-thead[data-v-e75a2f29] {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination[data-v-e75a2f29],
.n-data-table.-disabledActions .n-data-table-thead[data-v-e75a2f29] {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon[data-v-e75a2f29] {
  display: none;
}
.bet-dialog .n-dialog__action[data-v-e75a2f29] {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button[data-v-e75a2f29] {
  min-width: 100px;
  height: 40px;
}
.n-tag[data-v-e75a2f29] {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb[data-v-e75a2f29] {
  margin-bottom: 15px;
}
.n-alert.-mt[data-v-e75a2f29] {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-e75a2f29],
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-e75a2f29] {
  background-color: #b5955b !important;
}
.bet-languageSwitch[data-v-e75a2f29] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #b9b9c3;
  border-radius: 50%;
  cursor: pointer;
}
.bet-languageSwitch.-contrast .bet-languageSwitch__currentLang[data-v-e75a2f29] {
  color: #fff;
}
.bet-languageSwitch__currentLang[data-v-e75a2f29] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  cursor: pointer;
}@keyframes fadeOutLeft-b8926292 {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft[data-v-b8926292] {
  animation-name: fadeOutLeft-b8926292;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft-b8926292 {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft[data-v-b8926292] {
  animation-name: zoomOutLeft-b8926292;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn-b8926292 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn[data-v-b8926292] {
  animation-name: fadeIn-b8926292;
}
@keyframes animate-skip-b8926292 {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation[data-v-b8926292] {
  animation: animate-skip-b8926292 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html[data-v-b8926292] {
  margin: 0 !important;
}
html *[data-v-b8926292] {
  box-sizing: border-box;
}
body[data-v-b8926292] {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p[data-v-b8926292],
a[data-v-b8926292],
li[data-v-b8926292],
div[data-v-b8926292],
button[data-v-b8926292] {
  color: #181818;
}
p.-textPrimary[data-v-b8926292],
a.-textPrimary[data-v-b8926292],
li.-textPrimary[data-v-b8926292],
div.-textPrimary[data-v-b8926292],
button.-textPrimary[data-v-b8926292] {
  color: #0b4583;
}
span.-textPrimary[data-v-b8926292] {
  color: #0b4583;
}
.-bold[data-v-b8926292] {
  font-weight: 600;
}
a.-routerLink[data-v-b8926292] {
  text-decoration: none;
}
p.-noMargin[data-v-b8926292] {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml[data-v-b8926292] {
  margin-left: auto;
}
a.-attachmentLink[data-v-b8926292] {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink[data-v-b8926292]:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-b8926292]::-webkit-outer-spin-button,
input[data-v-b8926292]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number][data-v-b8926292] {
  appearance: textfield;
}
input[data-v-b8926292]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon[data-v-b8926292] {
  color: #b5955b;
}
.n-base-loading__container div[data-v-b8926292] {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div[data-v-b8926292] {
  color: #0b4583;
}
.n-tooltip[data-v-b8926292] {
  max-width: 700px !important;
}
.n-form-item[data-v-b8926292] {
  position: relative;
  z-index: 1;
}
.fade-enter-active[data-v-b8926292],
.fade-leave-active[data-v-b8926292] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-b8926292],
.fade-leave-to[data-v-b8926292] {
  opacity: 0;
}
.shadow-pulse-enter-active[data-v-b8926292],
.shadow-pulse-leave-active[data-v-b8926292] {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from[data-v-b8926292],
.shadow-pulse-leave-to[data-v-b8926292] {
  opacity: 0;
}
.n-button--primary-type[data-v-b8926292] {
  font-weight: 500;
}
.n-button--primary-type .n-button__content[data-v-b8926292] {
  font-weight: 600;
}
.n-button--primary-type[data-v-b8926292]:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border[data-v-b8926292],
.n-button--primary-type:hover .n-button__border[data-v-b8926292] {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot[data-v-b8926292] {
  color: #fff;
}
.n-button--error-type[data-v-b8926292] {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content[data-v-b8926292] {
  font-weight: 600;
}
.n-button--error-type[data-v-b8926292]:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type[data-v-b8926292] {
  height: 36px;
}
.n-button--text-type .n-button__content[data-v-b8926292] {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i[data-v-b8926292] {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content[data-v-b8926292],
.n-button--text-type:hover i[data-v-b8926292] {
  color: #b5955b;
}
.n-input .n-button__content[data-v-b8926292],
.bet-dashboardHeader__actionIcon .n-button__content[data-v-b8926292] {
  font-weight: 600;
}
.n-input .n-button--default-type[data-v-b8926292],
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-b8926292] {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type[data-v-b8926292]:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-b8926292]:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border[data-v-b8926292],
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border[data-v-b8926292] {
  border-color: initial !important;
}
.n-form-item .n-form-item-label[data-v-b8926292],
.n-checkbox .n-checkbox__label[data-v-b8926292] {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el[data-v-b8926292],
.n-input .n-input__input-el[data-v-b8926292] {
  color: #181818;
}
.n-input--textarea[data-v-b8926292] {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count[data-v-b8926292] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple[data-v-b8926292] {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags[data-v-b8926292] {
  min-height: 50px !important;
}
.n-base-selection-label[data-v-b8926292] {
  min-height: 50px;
}
.n-steps .n-step-content__description[data-v-b8926292] {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title[data-v-b8926292] {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title[data-v-b8926292] {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title[data-v-b8926292] {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title[data-v-b8926292] {
  opacity: 0.3;
}
.n-message[data-v-b8926292] {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon[data-v-b8926292],
.n-message .n-base-icon svg[data-v-b8926292] {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content[data-v-b8926292] {
  font-size: 1rem !important;
}
.n-data-table-th[data-v-b8926292] {
  padding: 12px 22px !important;
}
.n-data-table-td[data-v-b8926292] {
  padding: 12px 22px !important;
}
.n-data-table-td span[data-v-b8926292] {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination[data-v-b8926292],
.n-data-table .n-data-table-thead[data-v-b8926292] {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination[data-v-b8926292],
.n-data-table.-disabledActions .n-data-table-thead[data-v-b8926292] {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon[data-v-b8926292] {
  display: none;
}
.bet-dialog .n-dialog__action[data-v-b8926292] {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button[data-v-b8926292] {
  min-width: 100px;
  height: 40px;
}
.n-tag[data-v-b8926292] {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb[data-v-b8926292] {
  margin-bottom: 15px;
}
.n-alert.-mt[data-v-b8926292] {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-b8926292],
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-b8926292] {
  background-color: #b5955b !important;
}
.base-tenantLogo[data-v-b8926292] {
  display: flex;
  justify-content: center;
  width: 160px;
  height: 50px;
  border-radius: 10px 2px;
  background-color: #fff;
  padding: 8px;
}
.base-tenantLogo img[data-v-b8926292] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.base-tenantLogo.-hide[data-v-b8926292] {
  display: none;
}
.base-tenantLogo.-hide img[data-v-b8926292] {
  display: none;
}
.base-tenantLogo.-noBackground[data-v-b8926292] {
  background-color: transparent;
  padding: 8px 0;
}@keyframes fadeOutLeft-26a3f705 {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft[data-v-26a3f705] {
  animation-name: fadeOutLeft-26a3f705;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft-26a3f705 {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft[data-v-26a3f705] {
  animation-name: zoomOutLeft-26a3f705;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn-26a3f705 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn[data-v-26a3f705] {
  animation-name: fadeIn-26a3f705;
}
@keyframes animate-skip-26a3f705 {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation[data-v-26a3f705] {
  animation: animate-skip-26a3f705 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html[data-v-26a3f705] {
  margin: 0 !important;
}
html *[data-v-26a3f705] {
  box-sizing: border-box;
}
body[data-v-26a3f705] {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p[data-v-26a3f705],
a[data-v-26a3f705],
li[data-v-26a3f705],
div[data-v-26a3f705],
button[data-v-26a3f705] {
  color: #181818;
}
p.-textPrimary[data-v-26a3f705],
a.-textPrimary[data-v-26a3f705],
li.-textPrimary[data-v-26a3f705],
div.-textPrimary[data-v-26a3f705],
button.-textPrimary[data-v-26a3f705] {
  color: #0b4583;
}
span.-textPrimary[data-v-26a3f705] {
  color: #0b4583;
}
.-bold[data-v-26a3f705] {
  font-weight: 600;
}
a.-routerLink[data-v-26a3f705] {
  text-decoration: none;
}
p.-noMargin[data-v-26a3f705] {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml[data-v-26a3f705] {
  margin-left: auto;
}
a.-attachmentLink[data-v-26a3f705] {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink[data-v-26a3f705]:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-26a3f705]::-webkit-outer-spin-button,
input[data-v-26a3f705]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number][data-v-26a3f705] {
  appearance: textfield;
}
input[data-v-26a3f705]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon[data-v-26a3f705] {
  color: #b5955b;
}
.n-base-loading__container div[data-v-26a3f705] {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div[data-v-26a3f705] {
  color: #0b4583;
}
.n-tooltip[data-v-26a3f705] {
  max-width: 700px !important;
}
.n-form-item[data-v-26a3f705] {
  position: relative;
  z-index: 1;
}
.fade-enter-active[data-v-26a3f705],
.fade-leave-active[data-v-26a3f705] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-26a3f705],
.fade-leave-to[data-v-26a3f705] {
  opacity: 0;
}
.shadow-pulse-enter-active[data-v-26a3f705],
.shadow-pulse-leave-active[data-v-26a3f705] {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from[data-v-26a3f705],
.shadow-pulse-leave-to[data-v-26a3f705] {
  opacity: 0;
}
.n-button--primary-type[data-v-26a3f705] {
  font-weight: 500;
}
.n-button--primary-type .n-button__content[data-v-26a3f705] {
  font-weight: 600;
}
.n-button--primary-type[data-v-26a3f705]:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border[data-v-26a3f705],
.n-button--primary-type:hover .n-button__border[data-v-26a3f705] {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot[data-v-26a3f705] {
  color: #fff;
}
.n-button--error-type[data-v-26a3f705] {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content[data-v-26a3f705] {
  font-weight: 600;
}
.n-button--error-type[data-v-26a3f705]:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type[data-v-26a3f705] {
  height: 36px;
}
.n-button--text-type .n-button__content[data-v-26a3f705] {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i[data-v-26a3f705] {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content[data-v-26a3f705],
.n-button--text-type:hover i[data-v-26a3f705] {
  color: #b5955b;
}
.n-input .n-button__content[data-v-26a3f705],
.bet-dashboardHeader__actionIcon .n-button__content[data-v-26a3f705] {
  font-weight: 600;
}
.n-input .n-button--default-type[data-v-26a3f705],
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-26a3f705] {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type[data-v-26a3f705]:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-26a3f705]:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border[data-v-26a3f705],
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border[data-v-26a3f705] {
  border-color: initial !important;
}
.n-form-item .n-form-item-label[data-v-26a3f705],
.n-checkbox .n-checkbox__label[data-v-26a3f705] {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el[data-v-26a3f705],
.n-input .n-input__input-el[data-v-26a3f705] {
  color: #181818;
}
.n-input--textarea[data-v-26a3f705] {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count[data-v-26a3f705] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple[data-v-26a3f705] {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags[data-v-26a3f705] {
  min-height: 50px !important;
}
.n-base-selection-label[data-v-26a3f705] {
  min-height: 50px;
}
.n-steps .n-step-content__description[data-v-26a3f705] {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title[data-v-26a3f705] {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title[data-v-26a3f705] {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title[data-v-26a3f705] {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title[data-v-26a3f705] {
  opacity: 0.3;
}
.n-message[data-v-26a3f705] {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon[data-v-26a3f705],
.n-message .n-base-icon svg[data-v-26a3f705] {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content[data-v-26a3f705] {
  font-size: 1rem !important;
}
.n-data-table-th[data-v-26a3f705] {
  padding: 12px 22px !important;
}
.n-data-table-td[data-v-26a3f705] {
  padding: 12px 22px !important;
}
.n-data-table-td span[data-v-26a3f705] {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination[data-v-26a3f705],
.n-data-table .n-data-table-thead[data-v-26a3f705] {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination[data-v-26a3f705],
.n-data-table.-disabledActions .n-data-table-thead[data-v-26a3f705] {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon[data-v-26a3f705] {
  display: none;
}
.bet-dialog .n-dialog__action[data-v-26a3f705] {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button[data-v-26a3f705] {
  min-width: 100px;
  height: 40px;
}
.n-tag[data-v-26a3f705] {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb[data-v-26a3f705] {
  margin-bottom: 15px;
}
.n-alert.-mt[data-v-26a3f705] {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-26a3f705],
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-26a3f705] {
  background-color: #b5955b !important;
}
.bet-dashboardHeader[data-v-26a3f705] {
  display: flex;
  align-items: center;
  height: 62px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 20px 25px;
  padding-right: 50px;
  padding-left: 3px;
  margin-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.bet-dashboardHeader__tenantLogo[data-v-26a3f705] {
  display: none;
}
.bet-dashboardHeader__searchField[data-v-26a3f705] {
  max-width: 200px;
}
.bet-dashboardHeader__toolbar[data-v-26a3f705] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: absolute;
  right: -20px;
  gap: 22px;
}
.bet-dashboardHeader__actionIcon[data-v-26a3f705], .bet-dashboardHeader__logo[data-v-26a3f705] {
  display: none;
}
body.-mobile .bet-dashboardHeader[data-v-26a3f705] {
  display: flex;
  justify-content: start;
  border-radius: 0;
  box-shadow: none;
  padding: 25px;
  gap: 20px;
  margin-right: 0;
}
body.-mobile .bet-dashboardHeader__actionIcon[data-v-26a3f705], body.-mobile .bet-dashboardHeader__logo[data-v-26a3f705] {
  display: block;
}
body.-mobile .bet-dashboardHeader__toolbar[data-v-26a3f705], body.-mobile .bet-dashboardHeader__searchField[data-v-26a3f705] {
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 2px 4px;
  right: 20px;
}
body.-mobile .bet-dashboardHeader__logo[data-v-26a3f705] {
  height: 38px;
}
body.-mobile .bet-dashboardHeader__logo img[data-v-26a3f705] {
  display: block;
  height: 100%;
}
@media screen and (max-width: 1040px) {
.bet-dashboardHeader[data-v-26a3f705] {
    display: flex;
    justify-content: start;
    border-radius: 0;
    box-shadow: none;
    padding: 25px;
    gap: 20px;
    margin-right: 0;
}
.bet-dashboardHeader__actionIcon[data-v-26a3f705], .bet-dashboardHeader__logo[data-v-26a3f705] {
    display: block;
}
.bet-dashboardHeader__toolbar[data-v-26a3f705], .bet-dashboardHeader__searchField[data-v-26a3f705] {
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 2px 4px;
    right: 20px;
}
.bet-dashboardHeader__logo[data-v-26a3f705] {
    height: 38px;
}
.bet-dashboardHeader__logo img[data-v-26a3f705] {
    display: block;
    height: 100%;
}
}@keyframes fadeOutLeft-7135f603 {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft[data-v-7135f603] {
  animation-name: fadeOutLeft-7135f603;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft-7135f603 {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft[data-v-7135f603] {
  animation-name: zoomOutLeft-7135f603;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn-7135f603 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn[data-v-7135f603] {
  animation-name: fadeIn-7135f603;
}
@keyframes animate-skip-7135f603 {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation[data-v-7135f603] {
  animation: animate-skip-7135f603 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html[data-v-7135f603] {
  margin: 0 !important;
}
html *[data-v-7135f603] {
  box-sizing: border-box;
}
body[data-v-7135f603] {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p[data-v-7135f603],
a[data-v-7135f603],
li[data-v-7135f603],
div[data-v-7135f603],
button[data-v-7135f603] {
  color: #181818;
}
p.-textPrimary[data-v-7135f603],
a.-textPrimary[data-v-7135f603],
li.-textPrimary[data-v-7135f603],
div.-textPrimary[data-v-7135f603],
button.-textPrimary[data-v-7135f603] {
  color: #0b4583;
}
span.-textPrimary[data-v-7135f603] {
  color: #0b4583;
}
.-bold[data-v-7135f603] {
  font-weight: 600;
}
a.-routerLink[data-v-7135f603] {
  text-decoration: none;
}
p.-noMargin[data-v-7135f603] {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml[data-v-7135f603] {
  margin-left: auto;
}
a.-attachmentLink[data-v-7135f603] {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink[data-v-7135f603]:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-7135f603]::-webkit-outer-spin-button,
input[data-v-7135f603]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number][data-v-7135f603] {
  appearance: textfield;
}
input[data-v-7135f603]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon[data-v-7135f603] {
  color: #b5955b;
}
.n-base-loading__container div[data-v-7135f603] {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div[data-v-7135f603] {
  color: #0b4583;
}
.n-tooltip[data-v-7135f603] {
  max-width: 700px !important;
}
.n-form-item[data-v-7135f603] {
  position: relative;
  z-index: 1;
}
.fade-enter-active[data-v-7135f603],
.fade-leave-active[data-v-7135f603] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-7135f603],
.fade-leave-to[data-v-7135f603] {
  opacity: 0;
}
.shadow-pulse-enter-active[data-v-7135f603],
.shadow-pulse-leave-active[data-v-7135f603] {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from[data-v-7135f603],
.shadow-pulse-leave-to[data-v-7135f603] {
  opacity: 0;
}
.n-button--primary-type[data-v-7135f603] {
  font-weight: 500;
}
.n-button--primary-type .n-button__content[data-v-7135f603] {
  font-weight: 600;
}
.n-button--primary-type[data-v-7135f603]:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border[data-v-7135f603],
.n-button--primary-type:hover .n-button__border[data-v-7135f603] {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot[data-v-7135f603] {
  color: #fff;
}
.n-button--error-type[data-v-7135f603] {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content[data-v-7135f603] {
  font-weight: 600;
}
.n-button--error-type[data-v-7135f603]:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type[data-v-7135f603] {
  height: 36px;
}
.n-button--text-type .n-button__content[data-v-7135f603] {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i[data-v-7135f603] {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content[data-v-7135f603],
.n-button--text-type:hover i[data-v-7135f603] {
  color: #b5955b;
}
.n-input .n-button__content[data-v-7135f603],
.bet-dashboardHeader__actionIcon .n-button__content[data-v-7135f603] {
  font-weight: 600;
}
.n-input .n-button--default-type[data-v-7135f603],
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-7135f603] {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type[data-v-7135f603]:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type[data-v-7135f603]:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border[data-v-7135f603],
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border[data-v-7135f603] {
  border-color: initial !important;
}
.n-form-item .n-form-item-label[data-v-7135f603],
.n-checkbox .n-checkbox__label[data-v-7135f603] {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el[data-v-7135f603],
.n-input .n-input__input-el[data-v-7135f603] {
  color: #181818;
}
.n-input--textarea[data-v-7135f603] {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count[data-v-7135f603] {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple[data-v-7135f603] {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags[data-v-7135f603] {
  min-height: 50px !important;
}
.n-base-selection-label[data-v-7135f603] {
  min-height: 50px;
}
.n-steps .n-step-content__description[data-v-7135f603] {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title[data-v-7135f603] {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title[data-v-7135f603] {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title[data-v-7135f603] {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title[data-v-7135f603] {
  opacity: 0.3;
}
.n-message[data-v-7135f603] {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon[data-v-7135f603],
.n-message .n-base-icon svg[data-v-7135f603] {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content[data-v-7135f603] {
  font-size: 1rem !important;
}
.n-data-table-th[data-v-7135f603] {
  padding: 12px 22px !important;
}
.n-data-table-td[data-v-7135f603] {
  padding: 12px 22px !important;
}
.n-data-table-td span[data-v-7135f603] {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination[data-v-7135f603],
.n-data-table .n-data-table-thead[data-v-7135f603] {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination[data-v-7135f603],
.n-data-table.-disabledActions .n-data-table-thead[data-v-7135f603] {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon[data-v-7135f603] {
  display: none;
}
.bet-dialog .n-dialog__action[data-v-7135f603] {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button[data-v-7135f603] {
  min-width: 100px;
  height: 40px;
}
.n-tag[data-v-7135f603] {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb[data-v-7135f603] {
  margin-bottom: 15px;
}
.n-alert.-mt[data-v-7135f603] {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-7135f603],
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar[data-v-7135f603] {
  background-color: #b5955b !important;
}
.bet-dashboardSidebar[data-v-7135f603] {
  height: 100%;
  background-color: #0b4583;
  padding: 20px 0 15px 10px;
  position: relative;
  z-index: 10;
}
.bet-dashboardSidebar__header[data-v-7135f603] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
}
.bet-dashboardSidebar__logo[data-v-7135f603] {
  display: block;
  width: 240px;
  margin-left: 16px;
  object-fit: cover;
}
.bet-dashboardSidebar__logo img[data-v-7135f603] {
  display: block;
  width: 100%;
  object-fit: cover;
}
.bet-dashboardSidebar__content[data-v-7135f603] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0;
  padding-right: 18px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  gap: 30px;
}
.bet-dashboardSidebar__toolbar[data-v-7135f603] {
  display: none;
  align-items: center;
  width: calc(100% - 24px);
  border-top: 1px solid #fff;
  background-color: #0b4583;
  padding: 8px 0;
  padding-top: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  gap: 35px;
}
.bet-dashboardSidebar .version[data-v-7135f603] {
  color: #fff;
  text-align: center;
  margin: 0 10px 10px;
}
body.-mobile .bet-dashboardSidebar__toolbar[data-v-7135f603] {
  display: flex;
}
@media screen and (max-width: 1040px) {
.bet-dashboardSidebar__toolbar[data-v-7135f603] {
    display: flex;
}
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.bet-breadcrumbs {
  width: 200px;
  height: 30px;
  background-color: lightblue;
}
.bet-dashboardLayout {
  display: flex;
  align-items: flex-start;
  height: 100vh;
  background-color: #0b4583;
  overflow: hidden;
}
.bet-dashboardLayout__sidebar {
  flex-shrink: 0;
  width: 300px;
  height: 100%;
}
.bet-dashboardLayout__main {
  width: 100%;
  height: 100vh;
  border-radius: 20px 0 0;
  background-color: #f4f4f4;
  margin-right: auto;
  margin-left: auto;
  flex-grow: 1;
  overflow: hidden;
}
.bet-dashboardLayout__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 3px;
  gap: 20px;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 3;
}
.bet-dashboardLayout__header .bet-dashboardHeader {
  flex-shrink: 0;
  margin-left: auto;
}
.bet-dashboardLayout__pageTitle {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 600;
  color: #6e6b7b;
  margin: 0;
  flex-grow: 1;
}
.bet-dashboardLayout__pageTitle p {
  float: left;
  margin: 0;
}
.bet-dashboardLayout__pageTitleWrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.bet-dashboardLayout__envSubText {
  margin: 0;
}
.bet-dashboardLayout__backButton {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.bet-dashboardLayout__backButton:hover {
  color: #b5955b;
}
.bet-dashboardLayout__titleFloatContainer {
  width: 420px;
  height: 62px;
  float: right;
}
.bet-dashboardLayout__resourceId {
  display: inline-block;
  color: #b5955b;
  word-break: break-all;
}
.bet-dashboardLayout__title {
  display: inline-block;
  margin-right: 12px;
}
.bet-dashboardLayout__notificationsBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.bet-dashboardLayout__menuDrawer {
  display: none;
}
.bet-dashboardLayout__menuDrawer .bet-dashboardSidebar {
  padding: 0;
}
.bet-dashboardLayout__menuDrawer .bet-dashboardSidebar__content {
  padding-right: 24px;
  margin-top: 0;
}
.bet-dashboardLayout__menuDrawer .bet-dashboardSidebar__header {
  display: none;
}
.bet-dashboardLayout__menuDrawer .n-drawer-body-content-wrapper {
  background-color: #0b4583;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.bet-dashboardLayout__notificationsDrawer {
  display: initial;
  width: 0;
  height: calc(100vh - 130px);
  border-top: 1px solid black;
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 10;
}
.bet-dashboardLayout__notificationsDrawer .n-drawer {
  width: 400px !important;
  border-top-left-radius: 12px !important;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.11) !important;
}
.bet-dashboardLayout__notificationsDrawer .n-drawer .n-drawer-body-content-wrapper {
  overflow: hidden !important;
}
.bet-dashboardLayout__notificationsDrawer > .n-scrollbar .n-scrollbar-content {
  padding-bottom: 38px !important;
}
.bet-dashboardLayout__content {
  width: 100%;
  max-height: 100%;
}
.bet-dashboardLayout__content > .n-scrollbar-container {
  padding: 0 24px 20px;
}
.-mobileMenuOpen.bet-dashboardLayout__menuDrawer {
  width: 100vw !important;
}
body.-mobile .bet-dashboardLayout__titleFloatContainer {
  display: none;
}
body.-mobile .bet-dashboardLayout__sidebar {
  display: none;
}
body.-mobile .bet-dashboardLayout__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
body.-mobile .bet-dashboardLayout__header .bet-dashboardHeader {
  order: 1;
  width: 100% !important;
}
body.-mobile .bet-dashboardLayout__pageTitle {
  padding-bottom: 12px;
}
body.-mobile .bet-dashboardLayout__pageTitleWrap {
  order: 2;
  padding-top: 0;
  padding-bottom: 16px;
}
body.-mobile .bet-dashboardLayout__main {
  height: calc(100vh - 62px);
  border-radius: 0;
  margin-top: 62px;
}
body.-mobile .bet-dashboardLayout__content > .n-scrollbar-container {
  padding: 0 16px;
}
body.-mobile .bet-dashboardLayout__content > .n-scrollbar-container > .n-scrollbar-content {
  padding: 12px 0;
}
body.-mobile .bet-dashboardLayout__menuDrawer {
  display: initial;
  width: 0;
  height: calc(100vh - 62px);
  border-top: 1px solid rgb(0, 0, 0);
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 1000;
}
body.-mobile .bet-dashboardLayout__menuDrawer .n-drawer {
  box-shadow: 11px 0 8px -5px rgba(0, 0, 0, 0.11) !important;
}
body.-mobile .bet-dashboardLayout__notificationsDrawer .n-drawer {
  width: 340px !important;
}
@media screen and (max-width: 1040px) {
.bet-dashboardLayout__titleFloatContainer {
    display: none;
}
.bet-dashboardLayout__sidebar {
    display: none;
}
.bet-dashboardLayout__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.bet-dashboardLayout__header .bet-dashboardHeader {
    order: 1;
    width: 100% !important;
}
.bet-dashboardLayout__pageTitle {
    padding-bottom: 12px;
}
.bet-dashboardLayout__pageTitleWrap {
    order: 2;
    padding-top: 0;
    padding-bottom: 16px;
}
.bet-dashboardLayout__main {
    height: calc(100vh - 62px);
    border-radius: 0;
    margin-top: 62px;
}
.bet-dashboardLayout__content > .n-scrollbar-container {
    padding: 0 16px;
}
.bet-dashboardLayout__content > .n-scrollbar-container > .n-scrollbar-content {
    padding: 12px 0;
}
.bet-dashboardLayout__menuDrawer {
    display: initial;
    width: 0;
    height: calc(100vh - 62px);
    border-top: 1px solid rgb(0, 0, 0);
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 1000;
}
.bet-dashboardLayout__menuDrawer .n-drawer {
    box-shadow: 11px 0 8px -5px rgba(0, 0, 0, 0.11) !important;
}
.bet-dashboardLayout__notificationsDrawer .n-drawer {
    width: 340px !important;
}
}@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
}
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
.versionCheckModal {
  max-width: 600px;
}
.versionCheckModal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 10px 20px;
}
.versionCheckModal__footer .n-button {
  min-width: 85px;
}
.VersionChecker {
  display: none;
}@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
  0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
  }
  100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
  }
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
/* ==========================================================================
Global Abstracts SCSS
========================================================================== */
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.-fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 0.8s;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.-zoomOutLeft {
  animation-name: zoomOutLeft;
  animation-duration: 0.8s;
  transform-origin: left center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.-fadeIn {
  animation-name: fadeIn;
}
@keyframes animate-skip {
  0% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
  }
  100% {
    border-top: 1px solid #0b4583;
    border-bottom: 1px solid #0b4583;
    background-color: #f7f7fa;
  }
}
.skip-animation {
  animation: animate-skip 0.75s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
/* global _variables */
/* gradients */
/* shadows */
/* media queries */
/* z-index */
/* transitions */
html {
  margin: 0 !important;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #6e6b7b;
  margin: 0;
}
p,
a,
li,
div,
button {
  color: #181818;
}
p.-textPrimary,
a.-textPrimary,
li.-textPrimary,
div.-textPrimary,
button.-textPrimary {
  color: #0b4583;
}
span.-textPrimary {
  color: #0b4583;
}
.-bold {
  font-weight: 600;
}
a.-routerLink {
  text-decoration: none;
}
p.-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.-ml {
  margin-left: auto;
}
a.-attachmentLink {
  color: #0b4583;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.-attachmentLink:hover {
  color: #b5955b;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
/* naive ui resets */
.n-base-loading__container .n-base-loading__icon {
  color: #b5955b;
}
.n-base-loading__container div {
  color: #fff;
}
.bet-page__dataTable .n-base-loading__container div {
  color: #0b4583;
}
.n-tooltip {
  max-width: 700px !important;
}
.n-form-item {
  position: relative;
  z-index: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.shadow-pulse-enter-active,
.shadow-pulse-leave-active {
  transition: opacity 0.5s ease;
}
.shadow-pulse-enter-from,
.shadow-pulse-leave-to {
  opacity: 0;
}
.n-button--primary-type {
  font-weight: 500;
}
.n-button--primary-type .n-button__content {
  font-weight: 600;
}
.n-button--primary-type:hover {
  color: #fff;
  background-color: #b5955b !important;
}
.n-button--primary-type:hover .n-button__state-border,
.n-button--primary-type:hover .n-button__border {
  border-color: #b5955b !important;
}
.n-button--primary-type:hover .n-icon-slot {
  color: #fff;
}
.n-button--error-type {
  color: #ea5455;
  background-color: #fff;
}
.n-button--error-type .n-button__content {
  font-weight: 600;
}
.n-button--error-type:hover {
  color: #fff;
  background-color: #ea5455;
}
.n-button--small-type {
  height: 36px;
}
.n-button--text-type .n-button__content {
  line-height: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
  margin: 0 8px;
}
.n-button--text-type i {
  flex-shrink: 0;
  font-size: 20px;
  color: #0b4583;
  transition: color 0.3s var(--n-bezier);
}
.n-button--text-type:hover .n-button__content,
.n-button--text-type:hover i {
  color: #b5955b;
}
.n-input .n-button__content,
.bet-dashboardHeader__actionIcon .n-button__content {
  font-weight: 600;
}
.n-input .n-button--default-type,
.bet-dashboardHeader__actionIcon .n-button--default-type {
  color: initial;
  background-color: initial;
}
.n-input .n-button--default-type:hover,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover {
  color: initial !important;
  background-color: initial !important;
}
.n-input .n-button--default-type:hover .n-button__state-border,
.bet-dashboardHeader__actionIcon .n-button--default-type:hover .n-button__state-border {
  border-color: initial !important;
}
.n-form-item .n-form-item-label,
.n-checkbox .n-checkbox__label {
  color: #181818;
}
.n-input__textarea .n-input__textarea-el,
.n-input .n-input__input-el {
  color: #181818;
}
.n-input--textarea {
  display: flex;
  flex-direction: column;
}
.n-input--textarea .n-input-word-count {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin-left: auto;
  position: static !important;
}
.n-base-selection--multiple {
  min-height: 50px !important;
}
.n-base-selection--multiple .n-base-selection-tags {
  min-height: 50px !important;
}
.n-base-selection-label {
  min-height: 50px;
}
.n-steps .n-step-content__description {
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step-content-header__title {
  font-weight: 400;
  color: #181818;
  transition: color 0.3s var(--n-bezier);
}
.n-steps .n-step--process-status .n-step-content-header__title {
  font-weight: 600;
}
.n-steps .n-step:hover:not(.n-steps .n-step--disabled, .n-steps .n-step--process-status) .n-step-content-header__title {
  color: #b5955b;
}
.n-steps .n-step--disabled .n-step-content-header__title {
  opacity: 0.3;
}
.n-message {
  min-height: 70px;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding: 18px 24px;
  position: relative;
  top: -20px;
  right: 15px;
}
.n-message__icon,
.n-message .n-base-icon svg {
  width: 30px !important;
  height: 30px !important;
}
.n-message__content {
  font-size: 1rem !important;
}
.n-data-table-th {
  padding: 12px 22px !important;
}
.n-data-table-td {
  padding: 12px 22px !important;
}
.n-data-table-td span {
  color: #181818 !important;
}
.n-data-table .n-data-table__pagination,
.n-data-table .n-data-table-thead {
  transition: opacity 0.2s linear;
}
.n-data-table.-disabledActions .n-data-table__pagination,
.n-data-table.-disabledActions .n-data-table-thead {
  opacity: 0.3;
  pointer-events: none;
}
.bet-dialog .n-dialog__title .n-base-icon.n-dialog__icon {
  display: none;
}
.bet-dialog .n-dialog__action {
  margin-top: 60px;
}
.bet-dialog .n-dialog__action .n-button {
  min-width: 100px;
  height: 40px;
}
.n-tag {
  color: #0b4583;
  border-color: #0b4583;
  background-color: rgba(11, 69, 131, 0.1);
  opacity: 1 !important;
}
.n-alert.-mb {
  margin-bottom: 15px;
}
.n-alert.-mt {
  margin-top: 15px;
}
.bet-dashboardLayout__sidebar .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar,
.n-drawer-body-content-wrapper .n-scrollbar .n-scrollbar-rail.n-scrollbar-rail--vertical .n-scrollbar-rail__scrollbar {
  background-color: #b5955b !important;
}
/* ==========================================================================
Global Components SCSS
========================================================================== */
/* ==========================================================================
 Atoms
========================================================================== */
.bet-button.-lightIconColor .n-icon-slot {
  color: #fff;
}
.bet-button.-upperCase .n-button__content {
  text-transform: uppercase;
}
.bet-button.-alignLeft {
  justify-content: flex-start;
}
.bet-button.-alignLeft .n-button__content {
  display: inline-block;
  margin-left: 6px;
}
.bet-button.-withShadow {
  box-shadow: 0 0 6px rgba(115, 103, 240, 0.6);
}
.bet-button.-fullWidth {
  width: 100%;
}
.bet-button.-noStateBorder .n-button__state-border {
  border: none !important;
}
.bet-button.-buttonIcon.-primary {
  color: #0b4583;
}
.bet-button.-buttonIcon:hover, .bet-button.-buttonIcon:active {
  color: #0b4583;
}
.bet-button.-support {
  background-color: #bec4c7;
  transition: background-color 0.2s ease-in-out;
}
.bet-button.-support .n-button__content {
  font-weight: 600;
  color: #181818;
}
.bet-button.-support:hover, .bet-button.-support:active {
  background-color: rgba(190, 196, 199, 0.7);
}
.bet-buttonIcon.-primary .n-icon {
  color: #bec4c7;
  transition: color 0.2s ease-in-out;
}
.bet-buttonIcon.-primary:hover .n-icon {
  color: #b5955b;
}
.bet-buttonIcon.-primary.-active .n-icon {
  color: #0b4583;
}
.bet-input .n-input__input-el,
.bet-input .n-input__prefix > .n-icon {
  color: #181818;
}
.bet-input.-noBorder .n-input__border {
  display: none !important;
}
.bet-input.-noBorder .n-input__state-border {
  display: none !important;
}
.bet-input.-noBorder .n-input-wrapper {
  border-bottom: 1px solid rgb(224, 224, 230);
  padding-left: 0;
}
.bet-input.-noBg {
  background-color: transparent;
}
.bet-input.-prefixSuffixPointer .n-input__prefix,
.bet-input.-prefixSuffixPointer .n-input__suffix {
  cursor: pointer !important;
}
.bet-select .n-base-selection-label {
  height: 50px;
}
/* ==========================================================================
 Molecules
========================================================================== */
.bet-formItem {
  display: block;
}
.bet-formItem .n-form-item.n-form-item--top-labelled {
  grid-template-areas: unset;
  grid-template-rows: unset;
  grid-template-columns: unset;
}
.bet-formItem .n-form-item-feedback--error .n-form-item-feedback__line {
  font-size: 0.8rem;
  color: #ea5455;
}
.bet-formItem.-floatingLabel {
  position: relative;
}
.bet-formItem.-floatingLabel .n-form-item-label {
  font-size: 1rem;
  font-weight: 600;
  color: #6e6b7b;
  transform: translateY(6px);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  position: relative;
  left: 0;
  z-index: 10;
}
.bet-formItem.-s {
  max-width: 200px;
}
.bet-formItem.-m {
  max-width: 340px;
}
.bet-formItem.-l {
  max-width: 500px;
}
.bet-formItem.-noFeedback .n-form-item-feedback-wrapper {
  display: none;
}
.bet-formItem.-bigInputText .n-input__input-el,
.bet-formItem.-bigInputText .n-form-item-label {
  line-height: 10px;
  font-size: 1.5rem;
}
.bet-formItem.-bigInputText .n-form-item-label {
  padding-bottom: 0;
}
.bet-formItem.-fullWidth {
  width: 100% !important;
}
.bet-autocomplete.-onlyBorderBottom .n-input__border,
.bet-autocomplete.-onlyBorderBottom .n-input__state-border {
  display: none;
}
.bet-autocomplete.-onlyBorderBottom .n-input-wrapper {
  border-bottom: 1px solid #bec4c7;
}
.bet-autocomplete .n-base-loading__container div {
  color: #0b4583;
}
.bet-dataDisplay {
  display: flex;
  align-items: center;
  height: 50px;
  color: #0b4583;
  border: 1px solid #ededed;
  border-radius: 6px;
  background-color: #fafafa;
  transition: color 0.3s linear, opacity 0.2s linear;
  padding: 16px 12px;
}
.bet-dataDisplay__title {
  font-size: 1rem;
  color: #0b4583;
  margin: 0;
}
.bet-dataDisplay__actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.bet-dataDisplay__action .n-icon {
  color: #0b4583;
  transition: color 0.2s linear;
}
.bet-dataDisplay__action:hover .n-icon {
  color: #b5955b;
}
.bet-dataDisplay.-active {
  color: #fff;
  background-color: #0b4583;
}
.bet-dataDisplay.-active .bet-dataDisplay__title {
  color: #fff;
}
.bet-dataDisplay.-clickable {
  cursor: pointer;
}
.bet-dataDisplay.-disabledMouseOver:hover {
  background-color: #fafafa;
  opacity: 1;
}
.bet-dataDisplay.-disabledMouseOver:hover .bet-dataDisplay__title {
  color: #0b4583;
}
.bet-dataDisplay:hover {
  background-color: #ecf5ff;
  opacity: 1;
}
.bet-dataDisplay:hover .bet-dataDisplay__title {
  color: #0b4583;
}
.bet-dataDisplay:hover.-active {
  background-color: #0b4583;
}
.bet-dataDisplay:hover.-active .bet-dataDisplay__title {
  color: #fff;
}
/* ==========================================================================
 Organisms
========================================================================== */
.bet-form.-readonly .bet-formSection__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bet-form.-disabled * {
  pointer-events: none;
}
.bet-form.-hidden {
  display: none;
}
.bet-formSection {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.bet-formSection:not(:last-of-type) {
  margin-bottom: 26px;
}
.bet-formSection__head {
  border-bottom: 1px solid #ededed;
}
.bet-formSection__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #b5955b;
  margin-top: 0;
  margin-bottom: 0;
}
.bet-formSection__title.-innerSection {
  color: #bec4c7;
}
.bet-formSection__exports {
  margin-bottom: 20px;
}
.bet-formSection__fieldsWrap {
  display: flex;
  flex-direction: column;
}
.bet-formSection__fieldArray {
  margin-bottom: 16px;
}
.bet-formSection__fieldArrayTitle {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.bet-formSection__fieldArray .n-form-item-blank {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bet-formSection__fieldArray .n-button {
  background-color: #fff;
}
.bet-formSection__fieldArray .n-form-item-feedback__line {
  color: #ea5455;
}
.bet-formSection__fieldArrayActionBtn {
  background-color: transparent !important;
}
.bet-formSection__fieldArrayActionBtn:hover, .bet-formSection__fieldArrayActionBtn:active, .bet-formSection__fieldArrayActionBtn:focus {
  background-color: transparent !important;
}
.bet-formSection__fieldsDetailWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bet-formSection__fieldDetailLabel, .bet-formSection__fieldDetailValue {
  margin: 0;
  word-break: break-word;
}
.bet-formSection__fieldDetailLabel {
  font-weight: 600;
  color: #6e6b7b;
}
.bet-formSection__fieldDetail.-list {
  padding-left: 10px;
}
.bet-formSection__fieldDetailValueWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bet-formSection__fieldDetailValueWrap .bet-formSection__fieldDetailLabel {
  width: 100%;
  position: relative;
}
.bet-formSection__fieldDetailValueWrap .bet-formSection__fieldDetailLabel::before {
  content: "-";
  display: block;
  width: 10px;
  height: 10px;
  color: rgba(110, 107, 123, 0.5);
  position: absolute;
  top: 0;
  left: -10px;
}
.bet-formSection__fieldDetailValueWrap .bet-formSection__fieldDetailData {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.bet-formSection.-accordion {
  max-height: 35px;
  transition: max-height 0.8s linear;
  overflow: hidden;
}
.bet-formSection.-accordion.-open {
  max-height: 2000px;
}
.bet-formSection.-accordion.-open .bet-formSection__head .n-icon {
  transform: rotate(-180deg);
}
.bet-formSection.-accordion .bet-formSection__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.bet-formSection.-accordion .bet-formSection__head .n-icon {
  transition: transform 0.2s linear;
}
.bet-formSection.-accordion .bet-formSection__fieldsWrap {
  pointer-events: none;
}
.bet-authForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  height: 100%;
  max-height: calc(100vh - 100px);
  padding-right: 10px;
  padding-bottom: 100px;
  padding-left: 3px;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  gap: 20px;
}
.bet-authForm .bet-languageSwitch {
  margin-left: auto;
  position: relative;
  top: 20px;
}
.bet-authForm__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  flex-grow: 0;
  gap: 0;
}
.bet-authForm__logo img {
  width: 60px;
}
.bet-authForm__message, .bet-authForm__instructions {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
}
.bet-authForm__form {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 280px;
  margin-top: 50px;
}
.bet-authForm__footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ededed;
  background: #fff;
  transform: translateX(-50%);
  padding: 20px 0;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
}
.bet-authForm .bet-registrationPrompt {
  margin: 0;
}
.bet-authForm .bet-registrationPrompt__link {
  display: inline-block;
  text-decoration: none;
  margin-top: 8px;
}
.bet-authForm .bet-registrationPrompt__link:hover {
  text-decoration: underline;
}
.bet-authForm__passwordFieldWrap {
  position: relative;
}
.bet-authForm__forgotPwdLink {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10;
}
.bet-authForm__forgotPwdLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .bet-authForm__greetingMsg {
    margin-top: 20px;
  }
}
@media screen and (height <= 780px) {
  .bet-authForm__logo {
    width: 30px;
  }
  .bet-authForm__logo img {
    width: 30px;
  }
  .bet-authForm__form {
    margin-top: 4px;
  }
}
.bet-wizard {
  width: 100%;
}
.bet-wizard__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bet-wizard__logo img {
  width: 40px;
}
.bet-wizard__contents {
  max-width: 350px;
  margin: 0 auto;
}
.bet-wizard__footer {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  bottom: 40px;
  left: 50%;
}
.bet-wizard .bet-registrationPrompt {
  margin: 0;
}
.bet-wizard .bet-registrationPrompt__link {
  display: inline-block;
  text-decoration: none;
  margin-top: 8px;
}
.bet-wizard .bet-registrationPrompt__link:hover {
  text-decoration: underline;
}
.bet-wizard__stepInstruction {
  display: none;
  font-size: 1.2rem;
  color: #6e6b7b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.bet-wizard__stepDescription {
  font-size: 0.7rem;
  color: #6e6b7b;
  opacity: 1;
  transition: opacity 0.2s linear;
  pointer-events: all;
}
.bet-wizard__stepDescription p {
  color: #6e6b7b;
}
.bet-wizard__stepDescription.-hide {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.bet-wizard .bet-languageSwitch {
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .bet-wizard__steps {
    display: none;
  }
  .bet-wizard__stepInstruction {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .bet-wizard__contents {
    max-width: 600px;
  }
}
.bet-dynamicMenu {
  position: relative;
}
.bet-dynamicMenu .n-menu-item {
  height: auto !important;
  min-height: 50px !important;
  max-height: unset !important;
}
.bet-dynamicMenu .n-menu-item-content {
  height: auto !important;
  min-height: 50px !important;
  max-height: unset !important;
}
.bet-dynamicMenu .n-menu-item .n-ellipsis {
  line-height: 24px;
  white-space: pre-wrap !important;
  text-overflow: unset;
}
.bet-dynamicMenu .n-menu-item .n-menu-item-content__arrow {
  display: none;
}
.bet-dynamicMenu .n-menu-item .n-menu-item-content i,
.bet-dynamicMenu .n-menu-item .n-menu-item-content a,
.bet-dynamicMenu .n-menu-item .n-menu-item-content span,
.bet-dynamicMenu .n-menu-item .n-menu-item-content .n-menu-item-content-header a,
.bet-dynamicMenu .n-menu-item .n-menu-item-content .n-menu-item-content-header span {
  color: #fff !important;
}
.bet-dynamicMenu .n-menu-item .n-menu-item-content .n-menu-item-content-header {
  line-height: 18px !important;
}
.bet-dynamicMenu .n-menu-item .n-menu-item-content:hover::before {
  background-color: rgba(181, 149, 91, 0.7);
}
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected:hover::before, .bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected:hover::before {
  background: #b5955b;
}
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected::before, .bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected::before {
  background: #b5955b;
}
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected i,
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected a,
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected span,
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected .n-menu-item-content-header a,
.bet-dynamicMenu .n-menu-item > .n-menu-item-content--selected .n-menu-item-content-header span, .bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected i,
.bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected a,
.bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected span,
.bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected .n-menu-item-content-header a,
.bet-dynamicMenu .n-menu-item:hover .n-menu-item-content--selected .n-menu-item-content-header span {
  color: #fff !important;
}
.bet-dynamicMenu .n-menu-item > .n-menu-item-content {
  padding-left: 16px !important;
}
.bet-dynamicMenu .n-menu {
  font-size: 16px !important;
}
.bet-dynamicMenu .n-menu a,
.bet-dynamicMenu .n-menu span,
.bet-dynamicMenu .n-menu p {
  white-space: pre-wrap !important;
  text-overflow: unset !important;
}
.bet-dynamicMenu .n-menu .n-submenu .n-menu-item .n-menu-item-content {
  padding-left: 16px !important;
}
.bet-dynamicMenu .n-menu .n-submenu-children .n-menu-item-content__icon {
  font-size: 8px !important;
  position: relative;
  top: -1px;
}
.bet-dynamicMenu .n-menu .n-submenu-children .n-menu-item .n-menu-item-content {
  padding-left: 40px !important;
}
.bet-dynamicMenu .n-menu-item-content-header a,
.bet-dynamicMenu .n-menu-item-content-header span {
  font-weight: 600;
}
.bet-dynamicMenu__section {
  max-width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 24px;
}
.bet-dynamicMenu__section .n-menu-item-content::before {
  left: 0;
  right: 0;
}
.bet-dynamicMenu__sectionTitle {
  font-weight: 600;
  color: #bec4c7;
  text-align: center;
  border-bottom: 2px solid #bec4c7;
  transition: color 0.2s linear;
  margin: 0;
}
.bet-dynamicMenu__sectionTabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2px;
  margin-bottom: 10px;
}
.bet-dynamicMenu__sectionTab {
  width: 50%;
  text-align: center;
  border-bottom: 2px solid #6e6b7b;
  opacity: 1;
  transition: opacity 0.2s linear, border-color 0.2s linear;
  padding: 6px 0;
  cursor: pointer;
}
.bet-dynamicMenu__sectionTab.-focusOut {
  border: none;
  border-radius: 4px;
  background-color: #6e6b7b;
}
.bet-dynamicMenu__sectionTab.-focusOut .bet-dynamicMenu__sectionTabLabel {
  color: #b5955b;
}
.bet-dynamicMenu__sectionTab.-focusIn {
  border: none;
  border-radius: 4px;
  background-color: #b5955b;
}
.bet-dynamicMenu__sectionTab.-focusIn .bet-dynamicMenu__sectionTabLabel {
  color: #fff;
}
.bet-dynamicMenu__sectionTab:hover {
  border-color: #bec4c7;
  opacity: 0.6;
}
.bet-dynamicMenu__sectionTab:hover.-active {
  opacity: 1;
}
.bet-dynamicMenu__sectionTab.-active {
  border-color: #fff;
}
.bet-dynamicMenu__sectionTab.-active .bet-dynamicMenu__sectionTabLabel {
  color: #fff;
}
.bet-dynamicMenu__sectionTabLabel {
  font-weight: 600;
  color: #6e6b7b;
  transition: color 0.2s linear;
  margin: 0;
}
.bet-dynamicMenu__sectionTabContent {
  font-size: 30px;
  font-weight: 30px;
  color: #fff;
}
.bet-dynamicMenu__section.-oneTab .bet-dynamicMenu__sectionTab {
  width: 100%;
  border-color: #bec4c7;
}
.bet-dynamicMenu__section.-oneTab .bet-dynamicMenu__sectionTabLabel {
  color: #bec4c7;
}
.bet-projectForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bet-projectForm__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.bet-projectForm__head .bet-button {
  width: fit-content;
  min-width: 200px;
}
.bet-projectForm__head .bet-page__info {
  flex-grow: 0;
  max-width: 250px;
}
.bet-projectForm__editFormActions {
  margin-top: 20px;
}
/* ==========================================================================
 Page-Contents
========================================================================== */
.bet-page__content.-asideLayout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.bet-page__content.-asideLayout .bet-page__contentMain {
  max-width: calc(100% - 290px - 24px);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 24px 32px;
  flex-grow: 1;
}
.bet-page__content.-asideLayout .bet-page__contentAside {
  flex-shrink: 0;
  width: 290px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 18px 20px;
  position: sticky;
  top: 104px;
}
@media screen and (max-width: 1040px) {
  .bet-page__content.-asideLayout {
    flex-direction: column-reverse;
    align-items: unset;
    justify-content: start;
  }
  .bet-page__content.-asideLayout .bet-page__contentMain, .bet-page__content.-asideLayout .bet-page__contentAside {
    width: 100%;
    max-width: 100%;
  }
  .bet-page__content.-asideLayout .bet-page__contentMain {
    padding: 12px 16px;
  }
  .bet-page__content.-asideLayout .bet-page__contentAside {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
    padding: 12px 16px;
    top: 0;
    gap: 10px !important;
  }
}
/* ==========================================================================
 Page-Layouts
========================================================================== */
.envSubText {
  color: #6e6b7b;
  margin: 0;
}
.bet-page__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.bet-page__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #6e6b7b;
  margin: 0;
}
.bet-page__titleDetailId {
  color: #0b4583;
}
.bet-page.-dataTableLayout {
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
}
.bet-page.-dataTableLayout.-noSticky .bet-page__dataTableToolbar,
.bet-page.-dataTableLayout.-noSticky .bet-page__dataTable .n-data-table-thead {
  position: static;
}
.bet-page.-dataTableLayout.-noSticky .bet-page__dataTable .n-data-table-thead {
  position: sticky;
  top: 0;
}
.bet-page.-dataTableLayout .bet-page__dataTable {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 12px 0 0;
  padding-top: 0;
}
.bet-page.-dataTableLayout .bet-page__dataTableToolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 6px;
  background-color: #fff;
  padding: 12px 16px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.bet-page.-dataTableLayout .bet-page__dataTableToolbarAction {
  width: auto;
}
.bet-page.-dataTableLayout .bet-page__dataTable .n-data-table__pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  background-color: rgb(250, 250, 252);
  padding: 20px 16px;
  margin: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bet-page.-dataTableLayout .bet-page__dataTable .n-data-table-thead {
  position: sticky;
  top: 77px;
  z-index: 2;
}
.bet-page.-dataTableLayout .bet-page__dataTable .n-data-table-tr--summary {
  position: sticky;
  top: 139px;
  z-index: 2;
}
.bet-page.-dataTableLayout .bet-page__dataTable.-noToolbar .n-data-table-thead {
  top: 0;
}
.bet-page.-dataTableLayout .bet-page__dataTable.-noToolbar .bet-page__dataTableToolbar {
  border-bottom: 1px solid #ededed;
  border-radius: 6px 6px 0 0;
  background: rgb(243, 243, 247);
}
.bet-page.-resourceEditor .bet-page__contentAside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-end;
}
.bet-page.-resourceEditor .bet-page__formAction {
  width: 100%;
  max-width: 190px;
}
.bet-page.-resourceEditor .bet-page__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: #6e6b7b;
}
.bet-page.-resourceEditor .bet-page__infoText {
  color: #6e6b7b;
  text-align: right;
  margin: 0;
}
.bet-page__contentMain {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 24px 32px;
  flex-grow: 1;
}
@media screen and (max-width: 1040px) {
  .bet-page.-resourceEditor .bet-page__info, .bet-page.-resourceEditor .bet-page__contentAside {
    align-items: flex-start;
  }
  .bet-page__contentMain {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 820px) {
  .bet-page {
    padding-right: 0;
  }
  .bet-page.-dataTableLayout {
    z-index: 1;
  }
  .bet-page.-dataTableLayout .bet-page__dataTableToolbar {
    top: 60px;
  }
  .bet-page.-dataTableLayout .bet-page__dataTable .n-data-table-thead {
    position: sticky;
    top: 135px;
  }
  .bet-page__head {
    display: flex;
    justify-content: flex-start;
  }
  .bet-page__title {
    margin-top: 20px;
  }
}
/* ==========================================================================
SCSS Reset
========================================================================== */