body {
    font-family: 'Tajawal', sans-serif;
}

.arabic-text {
    direction: rtl;
    text-align: right;
}

.center-element {
    margin: 0 auto;
}

.landing-page {
    margin: 0;
    padding: 0;
}

.client-header {
    background-color: #B67FA5;
    height: 100px;
    width: 100%;
    margin: 0;
}

.client-footer {
    background-color: #B67FA5;
    height: 100px;
    width: 100%;
    bottom: 0;
    position: fixed;
    font-size: 20px;
    line-height: 5.3;
    color: #ffffff;
}

.client-logo {
    width: 150px;
    height: 86px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.main-container {
    direction: rtl;
    text-align: right;
    padding: 0 277px 150px 277px;
    margin-top: 6%;
    font-size: 24px;

}

.client-form-input {
    width: 100%;
    border: 2px solid #B67FA5;
    border-radius: 4px;
}

.client-field-title {
    background: #ffffff;
    font-size: 17px;
    padding: 0 5px;
    margin-bottom: -12px;
    margin-right: 17px;
}

.client-submit-button {
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    background-color: #B67FA5;
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    padding: 7px 2px 2px 2px;
}

.client-model-image {
    width: 100%;
    border-radius: 4px;
}

.success-container {
    width: 625px;
    margin: 0 auto;
    margin-top: 12%;
    display: none;
    padding-bottom: 150px;
}

.success-image {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.success-message {
    /*  height: 150px;*/
    background-color: #B67FA5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    padding: 20px;
    direction: rtl;
}

.success-message small {
    font-size: 12px;
}

.success-message-title {
    font-size: 22px;
}

.error-msg {
    display: none;
    margin-top: 10px;
    color: #ff0000;
}

.footer-icon {
    font-size: 16px !important;
}

.client-bg {
    background-color: #B67FA5;
}

.close-button {
    position: absolute;
    left: 0;
    color: #ffffff;
    opacity: 1;
}

.list-search {
    right: 0;
    position: absolute;
    top: 0;
    height: 30px;
}

.listing-page-title {
    position: relative;
}

.input-container {
    display: flex;
    margin-bottom: 15px;
}

.icon {
    padding: 5px;
    background: #B67FA5;
    color: white;
    min-width: 50px;
    text-align: center;
    border-radius: 8px 0 0 8px;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 0 8px 8px 0;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.users-table {
    padding-bottom: 150px;
}

.modal-header.bg-danger {
    background-color: #B67FA5 !important;
}
.btn-resendcoupon{
    background-color: #B67FA5 !important;
    border-color: #B67FA5 !important;
}

@media only screen and (max-width: 600px) {
    .main-container {
        padding: 0 35px;
    }

    .client-header {
        height: 52px;
    }

    .client-footer {
        height: 52px;
        font-size: 14px;
        line-height: 4;
    }

    .client-logo {
        width: 71px;
        height: 40px;
        margin-top: 9px;
    }

    .client-model-image {
        padding-bottom: 80px;
    }

    .success-container {
        margin-top: 48%;
        width: 100%;
    }

    .success-image {
        margin-bottom: 10px;
        ;
        border-radius: 0;
        height: 50px;
    }

    .success-message {
        border-radius: 0;
    }

    .list-search {
        position: initial;
    }
}
