/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
.light-gloss-bg
{
   background-color:rgba(255,255,255,0.5);
   padding: 25px;
}

.cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background-color: #ffffff;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
}
.image {
  position: fixed;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.button {
  padding: 10px 20px;
  background-color: #007bff;
  width: 100%;
  height: 80px;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 7600;
  border-radius: 10px;
}

.main-button-container {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 400px;
  height: 600px;
  transform: translateX(-50%) translateY(-50%);
  color: black;
  border: none;
  z-index: 7500;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 10px;
  padding: 20px 20px 10px;
}
