﻿* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 58px 0 0;
    background: #f2f5f8;
    font-family: Roboto, serif;
    font-weight: normal;
    font-variant: normal;
    font-feature-settings: normal;
    color: #1e232d;
}
header {
    height: 60px;
    background: white;
    transition: box-shadow 0.3s;
}
a,
a:hover {
    color: #7D6EFF;
}
#nav-mobile-expander {
    padding: 0;
    outline: none;
    box-shadow: none;
}
#nav-mobile-expander img {
    height: 20px;
}
.wallet {
    padding: 6px 6px 6px 12px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #EAECFA;
}
.wallet .wallet__balance {
    margin-left: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #785AFF;
}
@media (max-width: 360px) {
    .wallet .wallet__balance {
        font-size: 15px;
    }
}
.wallet .wallet__top-up {
    margin-left: 20px;
    padding: 8px;
    background: #32c882;
    border-radius: 6px;
    line-height: 0;
    transition: background-color 0.3s;
}
.wallet .wallet__top-up:hover {
    background: #2db68a;
}
@media (max-width: 575px) {
    .wallet .wallet__top-up {
        margin-left: 8px;
    }
}

.notification-dropdown {
    position: relative;
    width: 42px;
    height: 42px;
    margin-left: 12px;
    border-radius: 10px;
    outline: none;
    transition: background-color 0.3s;
}
@media (max-width: 767px) {
    .notification-dropdown {
        position: static;
    }

    .datepicker--cells {
      gap: 5px;
    }
}
@media (max-width: 360px) {
    .notification-dropdown {
        margin-left: 4px;
    }
}
.notification-dropdown .notification-dropdown__trigger {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
}
.notification-dropdown .notification-dropdown__trigger:hover {
    background: #F0F0FF
}
.notification-dropdown .notification-dropdown__trigger:focus {
    background: #F0F0FF;
}
.notification-dropdown .notification-dropdown__trigger:active {
    background: #F0F0FF;
}
.notification-dropdown .notification-dropdown__badge {
    position: absolute;
    top: 6px;
    left: 22px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #df4759;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.notification-dropdown .notification-dropdown__list {
    position: absolute;
    width: 420px;
    padding: 0;
    border: none;
    border-radius: 6px;
    box-shadow: -4px -4px 6px rgba(0, 0, 0, 0.1), 4px 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .notification-dropdown .notification-dropdown__list {
        top: unset;
        left: 0;
        right: unset;
        width: 100%;
    }
}

.notification-dropdown .notification-dropdown__list-header {
    height: 56px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e6f0;
}
.notification-dropdown .notification-dropdown__list-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1e232d;
}
.notification-dropdown .notification-dropdown__list-content {
    max-height: 464px;
    padding: 6px 6px 13px;
    overflow: auto;
}
.notification-dropdown .notification-group {
    margin-top: 13px;
}
.notification-dropdown .notification-group__title {
    margin-bottom: 9px;
    padding-left: 13px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #7d828c;
}
.notification-dropdown .notification {
    margin-top: 2px;
    padding: 7px 6px 7px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.notification-dropdown .simple-notification {
  cursor: default;
}
.notification-dropdown .notification:hover {
    background: #f3f4f6;
}

.notification-dropdown .simple-notification:hover {
  background: initial;
}
.notification-dropdown .notification__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.notification-dropdown .notification__unread-indicator {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    padding: 6px;
    border-radius: 50%;
    line-height: 6px;
}
.notification-dropdown .notification__unread-indicator:hover {
    background: #E6E8EB;
}
.notification-dropdown .notification:hover .notification__unread-indicator  {
    border: 1px solid rgba(9, 30, 66, 0.08);
}

.white-link {
    color: #fff;
}
.white-link:hover {
    color: #fff;
    text-decoration: underline;
}
#mobile-navbar-expanded {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 0 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 25;
}
#mobile-navbar-expanded .mobile-nav-item {
    display: block;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #3c465a;
    cursor: pointer;
}
#mobile-navbar-expanded .mobile-nav-item .selected-lang-flag {
    margin-bottom: 4px;
}
#mobile-navbar-expanded .divider {
    height: 1px;
    width: 100%;
    background: #ebf0f5;
}
#lang-menu-dropdown {
    top: 55px;
    right: -14px;
    left: auto;
    padding: 8px;
    column-count: 2;
    column-gap: 0;
    min-width: 230px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

#notification-menu-dropdown {
    top: 62px;
    padding: 8px;
    min-width: 230px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  #notification-menu-dropdown .dropdown-arrow {
    display: none;
  }
}

#lang-menu-dropdown .dropdown-item {
    padding: 4px 12px;
    font-size: 14px;
    color: #1E232D;
}
#lang-menu-dropdown .dropdown-item.active,
#lang-menu-dropdown .dropdown-item:active {
    color: #5a5a5a;
    background-color: #eee;
}
#user-menu-dropper {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #785AFF;
}
#user-menu-dropper:hover {
    text-decoration: underline;
}
#user-menu-dropdown {
    top: 55px;
    right: -18.5px;
    left: auto;
    min-width: 230px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}
#user-menu-dropdown .dropdown-arrow::before, #lang-menu-dropdown .dropdown-arrow::before, #notification-menu-dropdown .dropdown-arrow::before, #balance-menu-dropdown {
  border-bottom-color: transparent;
}
#user-menu-dropdown .dropdown-item {
    cursor: pointer;
    color: #5a5a5a;
}
#user-menu-dropdown .dropdown-item.active,
#user-menu-dropdown .dropdown-item:active {
    color: #5a5a5a;
    background-color: #eee;
}
.dropdown-arrow {
    position: absolute;
    top: -8px;
    right: calc(50px / 2 - (1rem / 2));
    width: 1rem;
    height: 0.5rem;
}
.dropdown-arrow::before {
    position: absolute;
    display: block;
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-style: solid;
    box-sizing: border-box;
    content: '';
}
.dropdown-arrow::after {
    border-style: solid;
    position: absolute;
    display: block;
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-color: transparent;
    border-bottom-color: #ffffff;
    content: '';
    box-sizing: border-box;
}
.page-item .page-link {
    color: #7D6EFF;
}
.page-item .page-link:hover {
    color: #7D6EFF;
}

.page-item.active .page-link:hover {
  color: white;
}
.page-item.active .page-link {
    background-color: #7D6EFF;
    border-color: #7D6EFF;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
}
.menuItem_wrapper {
  display: flex;
  align-items: center;
  gap: 14px
}
.menuItem_text {
  font-size: 14px;
  color: #1E232D;
}

.language-arrow {
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

a.collapsed .language-arrow {
    transform: rotate(0deg);
}

.menu-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E2DCFF;
  line-height: initial;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
}

.menu-avatar:hover {
  text-decoration: none !important;
}

.open-make-review-modal-btn {
    display: none;
}

.open-make-review-modal-btn.show {
    display: block;
}

.open-make-review-modal-btn.hide {
    display: none;
}

#mobile-navbar-expanded .dropdown-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#mobile-navbar-expanded .menuItem_text {
    font-size: 16px;
}


.bonusBlock_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.bonusBlock_item {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 2px solid #2D73FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bonusBlock_item.bonusBlock_disabled {
  border-color: #d7e3ff
}

.bonusBlock_divider {
  background: #d7e3ff;
  height: 8px;
  width: 100%;
  border-radius: 100px;
  position: relative;
}

.bonusBlock_dividerProgress {
  position: absolute;
  left:0;
  top:0;
  height: 8px;
  border-radius: 100px;
  background: #2D73FF;
}

.bonusBlock_text {
  font-weight: 700;
  color: #2D73FF;
}

.bonusBlock_item.bonusBlock_disabled .bonusBlock_text {
  color: #d7e3ff;
}

.bonusBlock_checkWrapper {
  position: absolute;
  right: -6px;
  height:100%;
  display: flex;
  align-items: center;
}

.bonusBlock_check {
  width: 12px;
  height: 12px;
  background: #15C691;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonusLink {
  color: #7D6EFF !important;
  cursor: pointer;
}

.bonusPriceColor {
  color: #32C882 !important;
}

.bonusPercentColor {
  color: #8269FF !important;
}

.cm-button-link {
  color: #7D6EFF;
}

.notification-dropdown .notification-dropdown__list-content svg circle {
  fill: #7D6EFF;
}

.centered-overlay {
  height: calc(100vh - 50px);
  max-width: 420px;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.centered-overlay .centered-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.payment-result-card {
  max-width: 400px;
  padding: 20px
}

.blue-button {
  background: #7D6EFF;
  font-weight: 500;
  color: #fff;
}
.blue-button:hover {
  color: #fff;
}
.blue-button:not([disabled]):hover {
  background: #8778FF;
}

.blue-ghost-button {
  background: #fff;
  border: 1px solid #d7dce6;
  color: #7D6EFF;
}
.blue-ghost-button:hover {
  color: #7D6EFF;
}
.blue-ghost-button:not([disabled]):hover {
  background: #f3f6fc;
}

.datepicker--day-name {
  color: black !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #7D6EFF !important;
  color: white !important
}

.datepicker--cell.-current-, .datepicker--button {
  color: #7D6EFF !important;
}

.datepicker {
  border: none !important;
}

.form-control:focus, .custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgb(6 0 255 / 25%);
  border-color: #7d6fff;
}

.btn-language {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}

.btn-language:hover {
  background: #F0F0FF;
  text-decoration: none;
}

.btn-language:active, .btn-language:focus {
  background: #E6E6FF;
  text-decoration: none;
}

.header-lang-menu {
  min-width: 300px;
  padding: 0;
  margin-top: 10px;
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.05);
  border-radius: 10px;
  border: none;
}

.header-lang-list {
  padding: 24px;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  margin: 0;
}

.header-lang-list a {
  font-size: 16px;
}