body {
    margin: 0;
    background-color: #fafafc;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.container {
    width: 100%;
    box-sizing: border-box;
    /*background-color: #fafafc;*/
    background-color: #fafafc;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 7%);
    padding: 40px 10px;
    z-index: 9;
    flex: 1;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.card {
    margin: 0 auto;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 7%);
    border: 0;
    border-radius: 7px;
}
.img_q img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.img_q {
    position: relative;
    bottom: -50px;
    text-align: center;
    z-index: 10;
}
.principal {
    height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: auto;
}
h3 {
    text-align: center;
}
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
.modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close {
    position: absolute;
    top: -20px;
    right: -15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 12px 8px;
    border-radius: 20px;
}
video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgb(0 0 0 / 9%);
    border-radius: 7px;
}
.card .pre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.button-group {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.button-group button, .download-btn {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    color: #fff;
}
.download-btn{
    text-decoration: none;
    top: 17px;
    position: relative;
}
.horas{
    color: #fff;
    padding: 5px;
    display: block;
    font-size: 12px;
}
.logo{
    width: 20%;
    position: relative;
    top: 30px;
    left: 20px;
    margin-bottom: -50px;
}
.date-group, .quadra-sec{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
    justify-content: center;
}
.date-btn, .select-quadra{
    flex-basis: calc(25% - 59px);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.date-btn a:first-of-type, .select-quadra{
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.date-btn a:last-of-type {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.select-quadra{
    align-content: center;
    text-decoration: none;
    flex-basis: 21%;
}

.hoje{
    align-content: center;
}
.hoje a{
    margin-top:0px!important;
}
.active{
    color: #fff!important;
}