.h1-header{
    text-align: center;
}
.index-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}
html{
    width: 100%;
    height: 100%;
}
.form-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-div-container{
    width: 60%;
}
.user-body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-search-form{
    margin-top: 50px;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.nav-width{
    width: 100%;
}
.search-button{
    border: none;
    background-color: blue;
    border-radius: 15px;
    width: 60px;
    height: 40px;
    color: white;
}
.table {
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: left;
}

table th {
    background-color: #f4f4f4;
}
.formcheckfilter{
    display: flex !important;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-left: 5px;

}
.Filter-button{
    border: none;
    background-color: gray;
    border-radius: 15px;
    width: 60px;
    height: 40px;
    color: white;
}
.search-input{
    border: 1px solid gray;
    border-radius: 15px;
    width: 40%;
    height: 50px;
}
.shadow{
    position: absolute;
    background-color: rgba(78, 76, 77, 0.5);
    width: 100%;
    height: 100%;
    z-index: 3;
}
.Filter-Container{
    width: 50%;
    height: 70vh;
    background-color: white;
    border-radius: 15px;
    overflow: scroll;
    position: absolute;
    z-index: 5;
    top: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.cross-container{
    width: 90%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.closebutton{
    background-color: red;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: none;
}
.hidden{
    display: none !important;
}
.filter-checkbox-container{
    width: 100%;
    display: flex;
    gap: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.user-table{
    display: flex;
    margin-top: 100px;
}
.user-table-head-body{
    display: flex;
    flex-direction: column;
}
.userinfo-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-info-container{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
#moves-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.add-move-container{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px
}
.btn-primary{
    width: 100px;
}
.info-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}
.info-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.form-accordion-container{
    display: flex;
    flex-direction: column;
    gap: 20px
}
.button-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.water-form{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}
.carousel-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel{
    margin-top: 50px;
    width: 50%;
    height: 50%;
}
#fullscreenBtn{
    margin-top: 20px;
}
.message-main-continer{
    margin-top: 50px;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    margin-bottom: 50px;
}
.messagebody{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.namecontainer{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-message-main{
    width: 100%;
    display: flex;
    padding-right: 10px;
}
.admin-message-main{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 10px;
}
.user-message{
    width: 200px;
    min-height: 50px;
    padding: 10px;
    border-radius: 20px;
    background-color:lightskyblue;
}
.admin-message{
    width: 200px;
    min-height: 50px;
    padding: 10px;
    border-radius: 20px;
    background-color:linen;
}
.chatcontainer{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-top: 10px;
}
.input-container-message{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.message-p{
    width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.date-span{
    color: grey;
    font-size: small;
}
.exercise-main-container{
    display: flex;
    flex-direction: column;
    gap: 10px
}
.training-name-input{
    margin-left: 20px;
    margin-bottom: 20px;
}
.training-form-style{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    text-align: center;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.size-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 350px) {
    .email{
        display: none;
    }
    .user-table{
        width: 95%;
    }
    .carousel{
        width: 80%;
        height: 80%;
    }
}
@media screen and (max-width: 600px) {
    .Filter-Container{
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .add-move-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

