.container_of_my_table {
    width : 100%;
    border: 2px solid #a1a1a1;
    position: relative;

}
.list_of_visitor_in_table{
    margin-bottom: 8rem !important;
}

.all_my_table .list_of_table_item.makeTableGraggable{
    position: absolute;
}
.all_my_table .list_of_table_item.makeTableNotGraggable{
    position: relative;
    float: left;
}
.icon_coming{
    width: 1.5rem;
    border: 1px solid #131212;
    border-radius: 25px;
}
.all_my_table .dj_item{
    margin: auto;
    text-align: center;
}

.otherFunctionAboutTable {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.numberComesInTheGroups {
    text-align: center;
    position: fixed;
    bottom: 1rem;
    right: 4%;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 1rem;
    background-color: #f5e79e;
    padding: 1rem;
}
.add_new_table_circle{
    display: inline-block;
    font-weight: bold;
    background-color: #DAA520;
    margin: 0.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-shadow: 10px 10px 5px #888888;
}

.imageIncrease {
    right: 3rem;
    top: 3rem;
    width: 3rem;
    height: auto;
    position: fixed;
    background-color: sandybrown;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999;
}
.control_table_moving{
    background-color: #b2dba1;
    padding: 1rem;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20%;
}
.control_table_moving input {
    width: 30%;
    display: inline-block;
}
.control_table_moving span {
    width: 70%;
    display: inline-block;
}

.djLocation{
    width: 12rem;
    height: auto;
    margin: auto;
}
.input_filterListOfTable {
    width: 100%;
}
.table_item_box {

    background-color: #F5DEB3;
}

.howManyComeToToEvent div .addLessIcon {
       width: 2rem;
       height: auto;
       border: 2px solid #1d1b1b;
       border-radius: 25px;
       text-align: center;
}
.listOfInvitedIfTablePage {
    position: relative;
}
.showTableNumInInvitedList {
    position: absolute;
    left: 2rem;
    top:2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.itemHeaderInListOfTable {

    text-align: right;
    direction: rtl;

}
.itemHeaderInListOfTable h3 {
   word-break: break-word;
   width: 65%;
    
}
.increaseAndUpadetInvitedInListOfTable .item:nth-child(odd)  {
    float: left;
   
}
.increaseAndUpadetInvitedInListOfTable .item:nth-child(even)  {
    float: right;
   
}