.show_user_main_tab div img  {
    width: 4rem;
}
.show_user_main_tab    {
    display: flex;
}

.myPriveteDataBorder , .addNewCustomerBorder {
    padding: 2%;
    padding-top: 1%;
    margin-top: 2rem;
    border: 1px solid #000;
}
.myPriveteDataBorder button , .addNewCustomerBorder  button{
    width: 30%;
}


.button_of_save_customer_data {
    width: 100%;
}
.button_of_save_customer_data button {
    width: 10%;
}

.edit_supplier_image {
    width: 10%;
}


.imageOfTheBusiness  p  , logoOfTheBusiness  p {
    font-weight: bold;
}

.imageOfTheBusiness  img , .logoOfTheBusiness  img {
    width: 20%;
    margin-bottom: 1rem;
}

.showSelect select {
    margin-bottom: 1rem;
}
.showSelect div {
    padding: 0px;
}
.hallUserPage {

    text-align: right;
    direction: rtl;
    margin: auto;
}
.hallUserPage table button {

    width: 100%;
    height: 3rem;

}

.addeventatc {
    background: #fff !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    background-color: #daa421 !important;
    font-weight: normal !important;

    height: 3rem !important;
    width: 100% !important;
    padding: 0 !important;
}
.addeventatc .atc_node {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
}

.add_new_customer_to_my_customer_list{
    padding: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 2rem;
}
.add_new_customer_to_my_customer_list button {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 0.5rem;
}
.todayDate{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.addeventatc .addeventatc_icon {
    display: none;
}
@media only screen and (max-width: 767px){
    .hallUserPage {
        box-shadow: 0px 0px 0px #fff;
        border-radius: 0px;
        width: 100%;
        margin-top: 3rem;
    }
    .imageOfTheBusiness  img , .logoOfTheBusiness  img{
        width: 40%;
        margin-bottom: 1rem;
    }
    .myPriveteDataBorder button , .addNewCustomerBorder  button{
        width: 30%;
    }


    .myPriveteDataBorder .dataOfTheForm {
        text-align: center;
    }
    .myPriveteDataBorder h2 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .show_user_main_tab div img {
        width: 3rem;
    }
    .headerOfFirstPage {
        margin-bottom: 1rem;
    }
    .showSelect h2 {
        text-align: center;
    }
    .showSelect div div{
        width: 100%;
    }
}
