.my-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;

  height: 68px;

  position: relative;
  border: none;
  border-radius: 10px;
  padding: 8px 32px;

  background: linear-gradient(
    180deg,
    #fcfcc7 0%,
    #a29778 35.58%,
    #ffffca 73.08%,
    #9d9274 100%
  );

  text-decoration: none;
  font-size: 40px;
  color: #fff;
  z-index: 1;
}

.my-btn::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    #fec200 0%,
    #4d2000 65.38%,
    #7d4300 81.97%,
    #ad6500 100%
  );
  z-index: -1;
}

.my-btn-active {
  pointer-events: none;
}

.my-btn-active::before {
  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.my-btn.language {
  padding: 5px !important;
  width: auto !important;
}

.my-btn.language.dropdown-toggle::after {
  display: none !important;
}

.my-btn.dropdown-toggle::after {
  display: none !important;
}

.my-cassino-or-sports-screen-arcade-lan .my-balance-btn-content .my-btn {
  cursor: default;
}

.my-cassino-or-sports-screen-arcade-lan .my-balance-btn-content .balance-button-eye-icon {
  cursor: pointer !important;
}

@media (max-width: 1440px) {
  .my-cassino-or-sports-screen-arcade-lan .my-top-bar .my-btn {
    height: 72px;
    font-size: 32px;
  }

  .my-cassino-or-sports-screen-arcade-lan .my-balance-btn-content .my-btn {
    height: 64px;
    font-size: 32px;
    min-width: fit-content;
  }
}

@media (min-width: 1200px) {
  .my-btn.dropdown-toggle {
    display: none !important;
  }
}
