/* --------------message page -----------------------------    */

.sub_message {
    text-align: center;
}

.message_filter_slecet{
    display: inline-block;
    width: 45%;
    margin: auto;
    text-align: center;
}
.sendMessageToAllInviteOnTheList{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.message_button_option button {
    font-size: 0.9rem;
    margin: 0.2rem;
}
.sendMessageToAllInviteOnTheList button{
   font-size: 1.2rem;
    margin: 0.5rem;
}
.tryNumber {
    width: 100%;
    margin: auto;
}
.messagePage {
    text-align: center;
    direction: rtl;
    width: 100% !important;
    background-color: #ffffff;
    box-shadow: 10px 10px 5px #888888;
    border-radius: 0px;

}
.slecetOfMessagesKind {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.headerOfSendMessage {
    margin-bottom: 2rem;
}

.message_menu_item {
    margin-bottom: 0.5rem;
}

.message_menu_item .col-md-2 {
    float: right;
}

.whatappTextData {
    margin-top: 4rem;
}

.messagePage .sortByTable {
    background-color: #3eabd2;
    min-height: 1rem;
    font-size: 1.3rem;
    padding: 0.3rem;
    color: #ffffff;
}

.messagePage .add_to_excel {
    font-size: 1rem !important;
}

.whatappText span {
    font-weight: bold;
    font-size: 1rem;
}

.whatappText a {
    font-weight: bold;
    font-size: 1.5rem;
}



.list_of_invited_to_send_messgae table {

    padding: 2%;

}

.list_of_invited_to_send_messgae p {
    font-weight: bold;
}
.list_of_invited_to_send_messgae h2 {
    font-weight: bold;
}

.input_filter {
    position: relative;

}

.input_filter a {
    position: absolute;
    top: 10px;
    right: 10px;
}



.my_line {
    margin-bottom: 2rem;
    margin-top: 2rem;
}