.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

@media (max-width: 992px) {
  .guest .heading-second-row {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 992px) {
  .guest .flex:has(.btn-link.small) {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
.guest .search-highlight {
  color: #FFBF00;
}
.guest .answer-block {
  display: none;
}
.guest .comment .txt, .guest .answer .txt {
  display: inline-block;
}
.guest .comment .txt span, .guest .answer .txt span {
  display: inline;
}
.guest .search-row .input {
  width: 100%;
}
.guest .search-row .sort-btn {
  height: 48px;
  width: 132px;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .guest .search-row .sort-btn {
    width: 48px;
  }
}
.guest .search-row .sort-btn .date-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  width: 375px;
}
.guest .search-row .sort-btn.active .icon .hidden {
  opacity: 1;
  visibility: visible;
}
.guest .search-row .sort-btn.active .icon .visible {
  opacity: 0;
  visibility: hidden;
}
.guest .search-row .sort-btn .icon {
  position: relative;
}
.guest .search-row .sort-btn .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.guest .search-row .sort-btn .icon .hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.guest .search-row .sort-btn .icon .visible {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.guest .like {
  translate: 0 -3px;
  cursor: pointer;
  transition: 0.3s;
}
.guest .like:hover {
  opacity: 0.7;
}
.guest .label {
  display: flex;
  align-items: center;
  height: 17px;
  padding: 0 4px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 140%;
}
.guest .label.au {
  color: #18181C;
  background: #D9417D;
}
.guest .label.bestseller {
  background: #0099FF;
}
.guest .label.new {
  background: #29D37E;
}
.guest .label.promo {
  background: #E0455A;
}
.guest .label.exclusive {
  background: #A776E7;
}
.guest .label.ends {
  background: #E48423;
}
.guest .label.sold {
  background: #B1B1B1;
}
.guest .tox-tinymce {
  border: none;
}
.guest .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background: transparent;
}
.guest .tox .tox-toolbar-overlord {
  background: transparent;
}
.guest .tox .tox-toolbar, .guest .tox .tox-toolbar__overflow, .guest .tox .tox-toolbar__primary {
  background-color: transparent;
}
.guest .tox .tox-tbtn {
  background: transparent;
}
.guest .tox .tox-tbtn svg {
  fill: var(--text-secondary);
}
.guest .guest .tox .tox-tbtn, .guest .tox .tox-tbtn__select-label {
  color: var(--text-secondary);
}
.guest .tox-edit-area {
  border-radius: 8px;
  border: 1px solid var(--border-main);
}
.guest .tox.tox-edit-focus .tox-edit-area::before {
  display: none;
}
.guest .tox .tox-edit-area__iframe {
  background: transparent;
  border-radius: 8px;
  color: var(--text-secondary);
}
.guest__main-row .scrl {
  overflow: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px;
}
.guest__main-row .scrl .column {
  width: 228px;
  flex: 0 0 auto;
}
.guest__main-row .scrl .col {
  width: 104px;
  flex: 0 0 auto;
}
.guest__body .scrl {
  overflow: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px;
}
.guest__body .tabs .tab {
  cursor: pointer;
  transition: 0.3s;
  flex: 0 0 auto;
}
.guest__body .tabs .tab .count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFBF00;
  height: 22px;
  min-width: 22px;
}
.guest__body .tabs .tab.current {
  background: #FFEBB2;
  color: #18181C;
  border: 1px solid #FFBF00;
}

.guest-row .top-row {
  border-bottom: 1px solid #6E2B46;
}
.guest-row .top-row.second-type .teams .team {
  width: calc(50% - 24px - 62px);
}
@media (max-width: 992px) {
  .guest-row .top-row.second-type .teams .team {
    width: calc(50% - 12px - 50px);
  }
}
.guest-row .top-row.third-type .result-wrap .col {
  width: 48px;
  height: 48px;
}
@media (max-width: 992px) {
  .guest-row .top-row.third-type .team {
    flex-direction: column;
    align-items: center;
  }
  .guest-row .top-row.third-type .team .icon {
    width: 64px;
    height: 64px;
  }
  .guest-row .top-row.third-type .team .sub-title {
    font-size: 12px;
    font-weight: 400;
  }
}
.guest-row .top-row .result-wrap {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.guest-row .top-row .result-wrap .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .guest-row .top-row .result-wrap .col {
    width: 48px;
    height: 48px;
  }
}
.guest-row .top-row .result-wrap .col.home:before {
  right: -4px;
}
.guest-row .top-row .result-wrap .col.away:before {
  left: -4px;
}
.guest-row .top-row .result-wrap .col.loose:before {
  opacity: 1;
  visibility: visible;
}
.guest-row .top-row .result-wrap .col:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #4F0F28;
  rotate: 45deg;
  translate: 0 -50%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 992px) {
  .guest-row .bottom-row .left {
    border-bottom: 1px solid #6E2B46;
  }
}

.guest-player {
  display: flex;
  align-items: center;
  height: 46px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .guest-player {
    height: 33px;
  }
}
.guest-player.correct {
  pointer-events: none;
  border: 1px solid #29D37E;
}
.guest-player.correct .number {
  background: #29D37E;
  color: #FFFFFF;
}
.guest-player.incorrect {
  pointer-events: none;
  border: 1px solid #E0455A;
}
.guest-player.incorrect .number {
  background: #E0455A;
  color: #FFFFFF;
}
.guest-player input {
  display: none;
}
.guest-player:has(input:checked) {
  background: #FFEBB2;
  border: 1px solid #FFBF00;
}
.guest-player:has(input:checked) .value {
  color: #18181C;
}
.guest-player .value {
  padding: 12px 16px 12px 8px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .guest-player .value {
    padding: 8px;
    font-size: 12px;
  }
}
.guest-player .number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  background: #FFBF00;
  color: #18181C;
  font-size: 16px;
  font-weight: 900;
  font-family: "Klaster Sans Trial";
}
@media (max-width: 992px) {
  .guest-player .number {
    height: 33px;
    width: 33px;
  }
}

.rating-top-one {
  position: relative;
}
.rating-top-one .flex {
  position: relative;
  z-index: 2;
}
.rating-top-one .image {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #3F0C21;
}

.guest-table .second-col .table-row:first-child .col-1 {
  border-radius: 8px 0 0 0 !important;
}
.guest-table .second-col .table-row:first-child .col-3 {
  border-radius: 0 8px 0 0 !important;
}
.guest-table .second-col .table-row:last-child .col-1 {
  border-radius: 0 0 0 8px;
}
.guest-table .second-col .table-row:last-child .col-3 {
  border-radius: 0 0 8px 0;
}
.guest-table .second-col .table-row .col {
  height: 40px;
}
@media (max-width: 992px) {
  .guest-table .second-col .table-row .col {
    height: 60px;
  }
}
.guest-table .first-col .table-row:first-child .col {
  height: 40px;
}
.guest-table .first-col .table-row:first-child .col-1 {
  border-radius: 8px 0 0 0 !important;
}
.guest-table .first-col .table-row:first-child .col-3 {
  border-radius: 0 8px 0 0 !important;
}
.guest-table .first-col .table-row:nth-child(2) .col-1 {
  border-radius: 8px 0 0 0;
}
@media (max-width: 992px) {
  .guest-table .first-col .table-row:nth-child(2) .col-1 {
    border-radius: 0;
  }
}
.guest-table .first-col .table-row:nth-child(2) .col-3 {
  border-radius: 0 8px 0 0;
}
@media (max-width: 992px) {
  .guest-table .first-col .table-row:nth-child(2) .col-3 {
    border-radius: 0;
  }
}
.guest-table .first-col .table-row:last-child .col-1 {
  border-radius: 0 0 0 8px;
}
@media (max-width: 992px) {
  .guest-table .first-col .table-row:last-child .col-1 {
    border-radius: 0;
  }
}
.guest-table .first-col .table-row:last-child .col-3 {
  border-radius: 0 0 8px 0;
}
@media (max-width: 992px) {
  .guest-table .first-col .table-row:last-child .col-3 {
    border-radius: 0;
  }
}
.guest-table .first-col .table-row .col {
  height: 60px;
}
.guest-table .table-row {
  column-gap: 2px;
}
.guest-table .table-row .col {
  display: flex;
  align-items: center;
}
.guest-table .table-row .col.col-1 {
  width: 64px;
  justify-content: center;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .guest-table .table-row .col.col-1 {
    width: 60px;
  }
}
.guest-table .table-row .col.col-2 {
  width: 100%;
}
.guest-table .table-row .col.col-3 {
  width: 74px;
  justify-content: center;
  flex: 0 0 auto;
}

body.light-theme .rating-top-one {
  position: relative;
}
body.light-theme .rating-top-one .image {
  color: #F1F1F3;
}
body.light-theme .guest-row .top-row {
  border-bottom: 1px solid #E4E4E8;
}
@media (max-width: 992px) {
  body.light-theme .guest-row .bottom-row .left {
    border-bottom: 1px solid #E4E4E8;
  }
}