
a {
text-decoration: none;
}
/* spacing */
table {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
border: 3px solid #9e9e9e;
}
thead th:nth-child(1) {
width: 10%;
}
thead th:nth-child(2) {
width: 10%;
}
thead th:nth-child(3) {
width: 10%;
}
thead th:nth-child(4) {
width: 10%;
}
thead th:nth-child(5) {
width: 10%;
}
thead th:nth-child(6) {
width: 10%;
}
thead th:nth-child(7) {
width: 10%;
}
thead th:nth-child(8) {
width: 10%;
}
th, td {
padding: 5px;
border: 1px solid #9e9e9e;
}


.resize-observer[data-v-b329ee4c] {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
border: none;
background-color: transparent;
pointer-events: none;
display: block;
overflow: hidden;
opacity: 0
}
.resize-observer[data-v-b329ee4c] object {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
pointer-events: none;
z-index: -1
}

.vue-notification-group {
display: block;
position: fixed;
z-index: 5000
}
.vue-notification-wrapper {
display: block;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0
}
.notification-title {
font-weight: 600
}
.vue-notification-template {
background: #fff
}
.vue-notification, .vue-notification-template {
display: block;
box-sizing: border-box;
text-align: left
}
.vue-notification {
font-size: 12px;
padding: 10px;
margin: 0 5px 5px;
color: #fff;
background: #44a4fc;
border-left: 5px solid #187fe7
}
.vue-notification.warn {
background: #ffb648;
border-left-color: #f48a06
}
.vue-notification.error {
background: #e54d42;
border-left-color: #b82e24
}
.vue-notification.success {
background: #68cd86;
border-left-color: #42a85f
}
.vn-fade-enter-active, .vn-fade-leave-active, .vn-fade-move {
transition: all .5s
}
.vn-fade-enter, .vn-fade-leave-to {
opacity: 0
}
.slot-machine {
margin-top: 15px;
fill:#c4c4c4;
}
.slot-machine:hover{
fill:#ffb400;
}
.sidebar-tg{
margin-top: 15px;
fill:#c4c4c4;
}
.sidebar-tg:hover{
fill:#ffb400;
}
.sidebar-vk{
margin-top: 15px;
fill:#c4c4c4;
}
.sidebar-vk:hover{
fill:#ffb400;
}
.sidebar-notify{
margin-top: 15px;
fill:#393838;
}
.sidebar-notify:hover{
fill:#393838d4;
}
.sidebar-volume{
margin-top: 15px;
fill:#393838;
}
.sidebar-volume:hover{
fill:#393838d4;
}
.sidebar-night{
margin-top: 15px;
fill:#393838;
}
.sidebar-night:hover{
fill:#393838d4;
}
.text-box{
padding: 15px 45px;
max-width: 85rem;
}
.text-box p{
padding: 5px;
margin: 0;
}


index_files/ud-code-controller.3a0d0699.css

index_files/controls-bar-desktop.95d663d4.css

index_files/header-desktop.e0f1db20.css

index_files/footer.bdd66b46.css

index_files/chat-bar.0e56e387.css

index_files/new-domain-info.d9af4325.css

.devisions-table {
    text-align: center;
    line-height: 1.4;
    background: #f9f3f3;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.first-row-dev {
    text-align: left;
}

.devisions-table td {
    padding: 10px;
    max-width: 20%;
    word-wrap: break-word;
}

.devision-title {
    font-size: 23px;
}

.devisions-title {
    margin-bottom: 40px;
}

.devisions-table tr:not(:last-child) td {
    border-bottom: 1px solid #cdc2c2;
}

table {
    width: 100%;
    max-width: 100%;
}

table tbody {
    width: 100%;
}

.sticker-img, .check-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .devisions-table {
        font-size: 14px;
    }
    
    .devisions-table td {
        padding: 5px;
        max-width: 100%;
    }
    
    .devision-title {
        font-size: 18px;
    }
    
    .first-row-dev {
        text-align: center;
    }
    
    .aprtunity {
        font-size: 12px;
    }
}
.custom-games-wrapper-link {
  width: 24%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.custom-games-wrapper-link img {
  width: 100%;
  min-height: 190px;
  border-radius: 15px;
}

.custom-games-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-games-wrapper-link .custom-button-fill {
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  border: 1px solid silver;
  background: #ffb400;
  border-radius: 25px;
  display: none;
  max-width: fit-content;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: 1s;
}

.custom-games-wrapper-link:hover .custom-button-fill {
  display: block;
  transition: 1s;
  filter: opacity(.8);
}

/* Media Queries for responsiveness */
@media (max-width: 1200px) {
  .custom-games-wrapper-link {
    width: 32%;
  }
}

@media (max-width: 992px) {
  .custom-games-wrapper-link {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .custom-games-wrapper-link {
    width: 100%;
  }

  .custom-games-wrapper-link .custom-button-fill {
    position: relative;
    top: auto;
    margin-top: 10px;
  }
}
.custom-games-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.custom-games-wrapper-link {
  text-decoration: none;
}

.custom-games-wrapper__img-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.custom-games-wrapper__img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.custom-games-wrapper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-games-wrapper__play-text {
  color: rgb(255, 180, 0);
  font-size: 18px;
  margin-top: 10px;
}

.custom-games-wrapper-link:hover .custom-games-wrapper__overlay {
  opacity: 1;
}

.custom-games-wrapper-link:hover .custom-games-wrapper__img {
  transform: scale(1.1);
}

.custom-top-games-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.custom-games-wrapper__info {
  padding: 10px;
  text-align: center;
}

.custom-games-wrapper__title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.custom-games-wrapper__provider {
  font-size: 14px;
  color: #ffb400;
  margin: 0;
}

.button {
            background-color: #ffb400; /* Фон цвета #ffb400 */
            border: none; /* Без рамки */
            color: black; /* Черный текст */
            font-weight: bold; /* Жирный текст */
            padding: 15px 32px; /* Внутренние отступы */
            text-align: center; /* Текст по центру */
            text-decoration: none; /* Без подчеркивания */
            display: inline-block; /* Строчно-блочный элемент */
            font-size: 16px; /* Размер шрифта */
            cursor: pointer; /* Курсор-рука */
            border-radius: 4px; /* Скругленные углы */
            margin: 0 auto; /* Центрирование по горизонтали */
            display: block; /* Блочный элемент для центрирования */
