:root {
    --bs-body-bg: rgb(233, 236, 239);
    --tickexgrey: rgb(54, 74, 88);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


#senform {
    display: grid;
    align-content: center;
}

form button{
    margin-top: 8px;
}

.form-group {
    margin-bottom: 20px;
}


.senform-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
#ticketPicture {
    width: 350px !important;
}
.senform-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}
.buy-btn {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}
.btn-block{
    display: block;
    width: 100%;
}
#ticket-sell-div {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    max-width: 500px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

#ticket-sell-div h2 {
    text-align: center;
}

label {
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

.flexTipoTicket{
    display: flex;
    align-items: baseline;
}

.ticketsTable{
    width:100%;
}

#manager-send {
    margin-top:16px;
    display:flex;
    justify-content: center;
    margin-bottom:30px;
}

.dataTable{
    text-align:center;
}
.flex-buttons{
    display:flex;
    margin-bottom:8px;
}
#facebook-sign-in-btn{
    background-color: rgb(59,89,152);
}

.login-guest-container{
    text-align:center;
    
}

#forget-password-guest{
    font-size: 11px;
}

