.support-main-title {
  font-size: 36px
}

.support-help-group {
  font-size: 30px;
}

.support-help-page {
  font-size: 24px;
}

.form-check-input,
.form-check-label {
    display: inline-block;
    vertical-align: middle;
}
.form-check-item {
    display: block;
}

textarea { resize: none; }


.caja{

	display: none,
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 50px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 30px;
}

.bigicon {
    font-size: 35px;
    color: #2e6da4;
}


body {
	background-color: #fdfefe; 
}

#wrap {
  
  background-color: #F2F2F2; 
  margin-bottom: 50px;
  margin-top: 50px;
}

label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

input,
label {
    margin: .4rem 0;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

   .modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/nc_vz_website_payment_tickets/static/src/img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
  }
  
  /* When the body has the loading class, we turn
     the scrollbar off with overflow:hidden */
  body.loading .modal {
      overflow: hidden;   
  }
  
  /* Anytime the body has the loading class, our
     modal element will be visible */
  body.loading .modal {
      display: block;
  }  

.centered-table {
    text-align: left;
}

.centered-table td,
.centered-table th {
    text-align: left;
}

.custom-button-container {
    text-align: center;
    margin-top: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Adjust the gap to your preference */
}