﻿.modal-vb-canvas {
  position: absolute;
  z-index: -1;
  /* width: 700px; */
  height: 500px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
}
.modal-vb .vb-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
}
.vb-body .vb-title {
  font-size: 18px;
  text-align: center;
}
.vb-body .vb-sub-title {
  font-size: 10px;
}
.vb-body .vb-content {
  padding: 10px 0;
  font-size: 12px;
}
.vb-body .vb-icon-img img {
  height: 120px;
}
.vb-body .vb-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.vb-buttons .vb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100px;
  width: 100px;
  padding: 10px 20px;
}
.vb-buttons .vb-button img {
  height: 70px;
}
.vb-button {
  width: 100%
}
.vb-button a {
  width: calc(100% - 40px);
  text-align: center;
}
.vb-buttons .vb-button,
.vb-button a {
  cursor: pointer;
}

/* FOR ACCOUNT */
.vb-bonus.twofa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.vb-bonus.twofa .vb-button img {
  height: 40px;
  width: 40px;
}