img.kitchenImg {
    width: 250px;
}img.foodCatIMG {
    width: 100px;
}
   table.table-bordered.dataTable tbody th.rowSelected {


       background-color: #80808047;

   }
   .toast-top-right {
       top: 12px;
       left: 12px;
       right: unset;
   }
  .rtl a.aAddBTN
   {
        color: white;
            text-align: center;
            text-decoration: none;
            margin-top: 3px;
   }
   .deliveryHR{
    border: 4px;
    height: 4px;
    color: #000000;
    width: 100%;
   }
.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "تصفح";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    right: unset;
}
.down-space{
    margin-bottom: 20px;
}
.rtl div.swal-overlay {
    text-align: center;
}

.rtl div.swal-text{
        text-align: center;
            width: 100%;
    }
    .userIDContainer,.requestIDContainer,.PCodeContainer{
        display: none;
    }
/* supports Style */
.usersContainerSupport {
    width: fit-content;
    margin: 150px auto;
    display: none;
}

p.emptySupportTXT {
    font-size: 35px;
    color: #c8c8c8;
    font-weight: 600;
    letter-spacing: 1.5;
}

.usersSupportsContainer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.userList {
    height: 85px;
    cursor: pointer;
}

.supportUserDetail {
    width: 90%;
    display: inline-block;
}

img.userSupportImg {
    width: 50px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
}

p.userSupportName {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
}

.leftSideListSupport {
    float: left;
    margin-top: 15px;
}

label.redDotSupport {
    width: 15px;
    height: 15px;
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    margin-top: 3px;
}

img.leftArrowSupport {
    width: 20px;
    height: 20px;

    float: left;
}

input#userSupportSearch {
    border: 1px solid #97a97c;
    border-radius: 5px;
    width: 175px;
    padding: 3px 9px;
}

input#userSupportSearchBTN {
    background-color: #97a97c;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 2px 13px;
    border-radius: 5px;
    margin-right: 15px;
}

input#userSupportSearch:focus-visible,
textarea#chatTextArea:focus-visible {
    outline: none !important;
    border: 2px solid #97a97c;
}

.backLink {
    font-size: 15px;
    font-weight: 600;
}

.backLinkIMG {
    width: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.chatContainer {
    border-top: 1px solid #b5c99a;
    margin-top: 12px;
}

.messagesContainer {
    background-color: #fff;
    height: 365px;
    padding: 21px;
    margin: 15px 0px;
    border-radius: 9px;
    overflow: scroll;
}

.messageDirectionLeft {
    float: left;
    width: 100%;
    direction: ltr;
}

.messageDirectionRight {
    float: right;
    width: 100%;
    direction: rtl;
}

.messageContainer {
    background-color: #b5c99a;
    border-radius: 10px;
    max-width: 50%;
    padding: 20px;
    margin-bottom: 17px;
    width: fit-content;
}

p.messageTXT {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    display: inline;
}

textarea#chatTextArea {
    width: 89%;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #97a97c;
    border-radius: 5px;

    padding: 3px 9px;
}

input#sendMessageBTN {
    background-color: #97a97c;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 2px 13px;
    border-radius: 5px;
    margin-right: 15px;
    float: left;
    height: 70px;
    width: 7%;
}

.blackScreen {
    background-color: #00000038;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 999;
}
.circleColors {
    width: 30px; 
    height: 30px; 
    border-radius: 50%;
    border: 2px solid #ddd; 
  }
.panel {
    background-color: #fff;
    width: 200px;
    height: 212px;
    margin: 150px auto;
    border-radius: 9px;
    text-align: center;
}

img.loadingIMG {
    width: 201px;
    margin: 20px 0px;
    height: 130px;
}

p.loadingTXT {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 600;
    color: #97a97c;
    text-align: center;
}

/* supports Style */
@media (max-width: 992px) {
    textarea#chatTextArea {
        width: 70%;
    }

    input#sendMessageBTN {
        width: 25%;
    }
}

@media (max-height: 850) {
    .messagesContainer {
        height: 365px;
    }
}

@media (min-height: 851px) {
    .messagesContainer {
        height: 565px;
    }
}

@media (max-width: 568px) {

    .container,
    .container-fluid,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 85%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 52px;
        margin-left: auto;
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgb(255 255 255 / 90%);
}

.form-check {
    position: relative;
    display: block;
    padding-left: inherit;
    /* padding-right: 1.25rem; */
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #0e545f;
    background-color: #b5c99a;
    border-color: #b5c99a;
}

.btn-primary {
    color: #fff;
    background-color: #0e545f;
    border-color: #0e545f;
}

.btn-info,
.btn-warning,
.btn-success {

    margin-left: 10px;
}

.form-check .form-check-input {
    float: inherit;
    margin-left: 5px;
}

.form-check-input {
    margin-right: 5px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0px;
}

.form-check {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-header {

    padding: 20px;
}

.img-thumbnail {
    height: 110px;
}

.adsImageContainer {
    height: 270px;
    overflow-x: scroll;
    width: 100vh;
}

.adsImageContainer>img {
    height: 240px;
    display: inline-block;
}

label.mainAds {
    font-weight: 800;
    font-size: 16px;
}

.reasonReject {
    display: block;
}

.form-check-input:focus {

    box-shadow: inherit;
}
