*{
    direction: rtl;
}

.header{
    background-color: #bdafb5 !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    
}

.content{
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    right: 0px;
}


body{
    background-color: #E2E2E2;
}


.title{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size:xx-large;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-top: 4px;
}

.input{
    margin: 15px;
}

input[type='number']{
    width: 50px;
    border: none;
    outline: none;
}

.inputs{
    display: flex;
    justify-content: center;
}



.input-border{
    padding: 4px 3px 4px 0px;
    margin: 3px;
    background-color: white;
    border-radius: 10px;
}

.preferences{
    display: flex;
    flex-wrap: wrap;
}

.Note{
    display: flex;
    justify-content: center;
    font-size: larger;
    font-weight: bold;
}

.data_output{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-item-of-agent{
    background-color: rgb(245 245 245);
    min-width: 50px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.item-of-agent{
    width: 100px;
    margin: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    background-color: white;
}

.title-output{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}