.my-cassino-app-arcade-lan {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.my-cassino-app-arcade-lan .my-cassino-body {
  display: flex !important;
  flex-direction: row !important;
  flex: 1;
  min-height: 0;
}

.my-cassino-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../../images/cassino-bg.png") no-repeat center/cover;
  background-attachment: fixed;
  z-index: 1031;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-cassino-overlay-close-bar {
  position: fixed;
  top: 0;

  display: flex;
  justify-content: flex-end;
  align-items: center;

  width: 100vw;
  height: 48px;
  padding: 8px 16px;

  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-cassino-overlay-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 32px;
  height: 32px;
  border-radius: 50%;

  background: linear-gradient(180deg, #ff0000 0%, #5f141a 63.94%, #c52936 100%);
}

.my-cassino-bonus-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 96px 32px 32px 32px;

  width: 480px;
  height: 720px;
  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);

  border: 4px solid #fcfcc7;
  border-radius: 10px;

  font-size: 30px;
  text-align: center;
}

.my-cassino-bonus-dialog-header {
  position: fixed;
  top: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 64px;

  font-size: 24px;

  background: linear-gradient(180deg, #ffc300 0%, #5f3314 63.94%, #c59429 100%);
  border-bottom: 4px solid #fcfcc7;
}

.my-cassino-bonus-dialog-image {
  width: 280px;
  height: 280px;
  object-fit: cover;

  border: 4px solid #fcfcc7;
  border-radius: 10px;
}

.my-cassino-bonus-dialog-btn-container {
  display: flex;
  gap: 16px;
}

.my-cassino-bonus-btn {
  width: 201px;
  height: 68px;

  padding: 8px 16px;

  border: 4px solid #fcfcc7;
  border-radius: 10px;

  font-size: 32px;
  color: #ffffff;

  cursor: pointer;
}

.my-cassino-bonus-btn-bonus {
  background: linear-gradient(180deg, #ffc300 0%, #5f3314 63.94%, #c59429 100%);
}

.my-cassino-bonus-btn-credit {
  background: linear-gradient(
    10.95deg,
    #137400 -17.19%,
    #114e05 8.69%,
    #5aa347 143.02%
  );
}

.my-cassino-bonus-btn:active {
  opacity: 0.8;
}

.my-cassino-retry-game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;

  font-size: 70px;
  text-align: center;
}

.my-cassino-retry-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;

  width: fit-content;
  height: 68px;
  padding: 8px 63px;

  border: 4px solid #fcfcc7;
  border-radius: 10px;

  font-size: 32px;
  color: #ffffff;

  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-cassino-iframe {
  width: 100%;
  height: calc(100vh - 48px);
}

.my-closing-game-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 320px;
}

.my-closing-game-dialog-content {
  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.my-closing-game-dialog-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  background: linear-gradient(180deg, #ffc300 0%, #5f3314 63.94%, #c59429 100%);
}

.my-closing-game-dialog-message {
  font-size: 32px;
  text-align: center;
}

.my-closing-game-dialog-btns {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;

  margin-bottom: 32px;
  padding: 0 32px;
}

.my-closing-game-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 48px;

  border-radius: 10px;
  border: 4px solid #fcfcc7;
  font-size: 24px;
  cursor: pointer;

  color: #ffffff;
}

.my-closing-game-btn-back {
  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-closing-game-btn-exit {
  background: linear-gradient(180deg, #af0000 0%, #78000a 72.6%, #6c1018 100%);
}

@media (max-width: 1200px) {
  .my-cassino-iframe {
    width: 1080px;
    height: 1874px;
  }
}
