.background {
  background-image: url("/images/cover2.jpg");
  background-position: center;
  background-size: cover;
}

.dark-effect {
  backdrop-filter: blur(0px);
  background-color: #3b3b3b81;
  display: flex;
  height: auto;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-image: url("/images/effect.png");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.content {
  background-color: #222222;
  width: 100%;
  max-width: 450px;
  height: auto;
  font-size: 1.2em;
}

.logo img {
  width: auto;
  height: 100px;
}

input {
  height: 50px;
}

.form-select{
  height: 50px;
}

label {
  width: 100%;
  text-align: left;
}

.device-selector {
  text-align: center;
  margin-top: 50px;
}

.devices {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000b3;
}

.device {
  cursor: pointer;
  transition: transform 0.2s;
  width: 100%;
}

.device img {
  width: 40px;
  height: 40px;
}

.device:hover {
  transform: scale(1.1);
}

.device.selected {
  border: 2px solid #fff;
  border-radius: 10px;
}

#terms{
  font-size: 0.8em;
}

hr {
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.toast {
  visibility: hidden;
  /* Hidden by default */
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  transition: visibility 0s, opacity 0.3s, bottom 0.3s;
  opacity: 0;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  top: 60px;
  /* Move the toast up */
}

.toast.hide {
  visibility: hidden;
  opacity: 0;
  top: 40px;
  /* Move the toast back down */
}

.action-button {
  margin: 0;
  height: auto;
  text-align: center;
  padding: 7px;
  font-size: 1.1em;
  line-height: 100%;
  width: 100%;
  height: 50px;
  font-weight: 500;
  background-color: #ffffff;
  border-color: #fff;
  color: #393b3d;
  margin-top: 6px;
  border-radius: 8px;
}

#trems {
  font-size: 0.6em;
}

.text-primar{
  color: #f5d41d;
}

.loading {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  background-color: #000000de;
  backdrop-filter: blur(2px);
}

.cprogress {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.cprogress img {
  width: auto;
  height: 40px;
  background-color: transparent;
}

.cgdialog {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: #222222;
  animation: popup 0.2s ease-in-out;
}

@keyframes popup {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cgdialog .cgd-header {
  display: flex;
  align-content: space-between;
  justify-items: center;
}

.cgdialog .cgd-header .cgd-logo {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}

.cgdialog .cgd-header .cgd-logo img {
  width: auto;
  height: 60px;
}

.cgdialog .cgd-body .ramount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cgdialog .cgd-body #amount {
  font-size: 5em;
  padding-bottom: 10px;
  line-height: 80px;
  margin-left: 6px;
}

.cgdialog .cgd-body .ramount img {
  width: auto;
  height: 40px;
}

.cgdialog .cgd-body .rbxcode {
  background-color: #393b3d;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hashed-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
}

.rbxcode .code {
  position: fixed;
  user-select: none;
}

.blur {
  backdrop-filter: blur(3px);
  width: 120px;
  height: 50px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.blur #visible-eye {
  width: 30px;
  height: 30px;
}

.verify-content {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  height: auto;
  background-color: #222222;
  animation: popup 0.2s ease-in-out;
}

.verify-content .verify-header {
  font-size: 1.1em;
}

.verify-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers {
  text-decoration: none;
  color: #252525;
}

.offer-load {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offerplace {
  display: flex;
  align-items: center;
  background-color: #d8bd22;
  border: 2px solid #f5d41d;
  border-radius: 12px;
  padding: 8px;
  gap: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.offerplace:hover {
  background-color: #f5d41d;
}

.offer-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.offer-details #title {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  max-width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.verify-content #logo {
  width: auto;
  height: 80px;
}
