﻿.Entry-content-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    padding: 5px;
    width: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 4px #ddd;
    margin-top: 50px;
    margin-bottom: 5px ;
   
}

.entry-form {
    /* justify-content: center; */
    display: flex;
    text-align: left;
    column-span: 10px;
}
.form-check {
    margin-right: 20px;
}

.form-check-input {
    margin-right: 5px;
}
.data-horizontal {
    display: flex;
    flex-direction: row;
 
}
.diplay-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border: 1px solid;
    box-shadow: revert-layer;
    margin-right: 5px;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-left:2px;
}
@media (max-width: 768px) {
    .Entry-content-wrapper {
        width: 100%;
    }
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

 }
