body{
    font-family: "Nunito Sans", sans-serif;
    color: #202020;
    -webkit-overflow-scrolling: touch
}

.tab{
    display: none;
}

.modal{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.modal .modal-content{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 860px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .modal .modal-content{
        max-height: 90vh;
        overflow-y: auto;
        scrollbar-width: none;
        max-width: 350px;
    }

    .modal .btn-set{
        flex-direction: column;
    }
    
    #record-details-modal .modal-content{
        max-width: 90%;
        padding: 24px !important;
    }
}

@media only screen and (max-width: 991px) {
    .modal .modal-content{
        max-width: 90%;
    }
    
    .modal-dialog-centered{
        justify-content: center;
    }

}


/* #practice-details-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#practice-details-container .checkbox-card{
    display: flex;
    align-items: flex-start;
    padding: 20px;
} */

/* .additional-practice-component{
    border:2px solid #111;
    padding: 24px;
} */

#thirdPerson-form-container {
    background-color: white;
    /* padding: 20px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* max-width: 400px; */
    width: 100%;
    margin-top: 148px;
}

.details-form h2 {
    margin-top: 0;
    font-size: 24px;
}

/* .details-form p {
    font-size: 14px;
    color: #666;
} */

/* .details-form .form-group {
    margin-bottom: 15px;
} */

/* .details-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.details-form input[type="text"],
.details-form input[type="email"],
.details-form input[type="tel"] {
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
} */
