body {
    background-color: #fafbfd;
}

/* Start Var */

.btn_custom {
    background-image: #000000;
    color: var(--aous-aw-white);
    padding: .6rem;
}

.theme-dark .btn_custom {
    color: #000000;
    background-color: var(--aous-aw-white);
}

/* End Var */

/* Start Contract details */
.contract_details_area {
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: right;
    font-size: 14px;
    line-height: 2;
    font-family: 'Arial', sans-serif;
}

.contract_section {
    margin-top: 50px;
}

.contract_signature {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contract_section ul li {
    margin-bottom: 6px;
    word-spacing: 1px;
}

.rtl-line {
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: right;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* End Contract details */

/* Start Partner Dashboard */
.bookings_overview_card {
    height: 433px;
    overflow-y: scroll;
}

/* End Partner Dashboard */
