body{
	background-color: #f7f8fa;
	font-family: "Plus Jakarta Sans", sans-serif;;
}

img{
	max-width: 100%;
}

.auth-form-control {
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: #eff2f7;
    background-clip: padding-box;
    border: 1px solid #eff2f7;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000;
}

label{
	color: #ededed !important;
  font-size: 12px;
}

.title{
	font-weight: 700;
}
.ticket-bg{
  background-image: url('img/ticket-bg.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}
.admin-bg{
  background-image: url('img/watermark-hero.png');
  background-size: contain;
  background-repeat: repeat;
  margin: 0;
}


.vballbody{
  background-image: url('img/reg-vball-banner-scaled.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}
.vballbodylogin{
  background-image: url('img/gradientbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}
.header{
  background-color: #FFF;
}

.header-title{
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}

.ticket{
  font-size:22px;
  color:green;
  font-weight:bold;
}

.card{
  border-radius: 16px !important;
  border: 0px;
}
.searchbar{
  border: 1px solid #f7f7f7 !important;
}
.username{
    font-size: 14px;
    font-weight: 500;
    color: #0c122b;
}
.cardtitle{
  color: #0c122b;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}
.subtitle{
  color: #A8AFB8;
  font-size: 14px;
  margin: 0px;
}

.btn-custom{
  background-color: #306afc;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 20px;
  color: #FFF;
}
.btn-custom:hover{
  background-color: #1649c8;
  color: #FFF;
}


.badge-custom-valid{
  background-color: #ebfaf7 !important;
  color: #3ac9b2 !important;
}



.newcard{
    /* Set width, padding, and round the card edges */
  padding: 20px;
  border-radius: 16px;

  /* White background with 20% opacity */
  background-color: rgba(255, 255, 255, 0.2); 

  /* Blurs whatever is behind the card container */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  /* Soft shadow adds depth over your main background */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
  
  /* Text color stands out against dark/vibrant backgrounds */
  color: #ffffff; 
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}




