body {font-family: Arial, Helvetica, sans-serif;}
  
  /* The Modal (background) */
  .modal,.modalForm {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px 20px 20px 20px;
    border: 1px solid #888;
    min-width: 245px;
    width: 50%;
    max-width: 575px;
  }
  .tit-cond{
    display: inline-block;
  }
  .condicions-container{
    overflow: scroll;
    max-height: 350px;
    width: 100%;
    padding-right: 10px;
  }
  .inputs-custom{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px 5px;
    height: 20px;
  }
  .cond-mod{
    width: 400px;
    max-height: 400px;
  }
  .modalTicket{
    max-width: 400px;
  }
  .title-terms{
    font-weight: bold;
    padding-bottom: 8px;
  }
  .error-text{
    color:red; font-size: x-small;
  }
  
  /* The Close Button */
  .close,.closeUs {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;;
  }
  .condUs,.condUsClose{
    cursor: pointer;
  }
 label{	
	    font-weight: unset;		
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }