html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: inherit;
}

.clearfix {
    float: none;
    clear: both;
}

.pointer {
    cursor: pointer;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.r-6 {
    border-radius: 6px;
}

.r-10 {
    border-radius: 10px;
}

.rb-6 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rb-3 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.card.h-auto {
    min-height: auto !important;
    height: auto !important;
}

.bold {
    font-weight: bold;
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-20 {
    width: 20% !important;
}

.text-ph {
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.text-red {
    color: #f00 !important;
}

.text-blue {
    color: #9889ff !important;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 40px;
}

.separator span {
    position: relative;
    top: -5px;
}

.separator::before,
.separator::after {
    content: '' !important;
    flex: 1 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.separator::before {
    margin-left: 0.5em !important;
}

.separator::after {
    margin-right: 0.5em !important;
}

.v-top {
    vertical-align: top;
}

.h-100 {
    height: 100% !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.options-dropdown .dropdown-toggle {
    border-radius: 4px !important;
    padding-right: 20px;
    text-align: right;
}

.options-dropdown .dropdown-toggle::after {
    position: absolute;
    left: 15px;
    top: 50%;
}

.input-group input {
    text-align: center;
    border-color: rgba(0, 0, 0, 0.1);
}

.input-group button {
    border-color: rgba(0, 0, 0, 0.1);
}

.input-group .input-group-prepend button {
    border-radius: 0 4px 4px 0 !important;
}

.input-group .input-group-append button {
    border-radius: 4px 0 0 4px !important;
}

.btn {
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: none;
}

button.btn-light.text-light,
a.btn-light.text-light {
    color: #888 !important;
}

button.btn-primary,
a.btn-primary {
    /* background-color: #ec008c; */
    /* color: #fff !important; */
}

button.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:focus,
a.btn-primary:focus,
button.btn-primary:active,
a.btn-primary:active {
    /* background-color: #b3006a !important; */
}

button.btn-warning,
a.btn-warning {
    background-color: #ffc107;
    color: #333 !important;
}

button.btn-warning:hover,
a.btn-warning:hover,
button.btn-warning:active,
a.btn-warning:active,
button.btn-warning:focus,
a.btn-warning:focus {
    background-color: #efb200 !important;
    color: #fff !important;
}

button.small,
a.small {
    font-size: 13px;
}

.modal-footer .btn-primary {
    position: absolute;
    right: 10px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #5dd5c4;
    background-color: #5dd5c4;
}

@font-face {
    font-family: avenir;
    src: url(/fonts/AvenirArabic-Medium.otf?64adbfae6fb71353b934604552df3a26);
}

@font-face {
    font-family: avenir;
    src: url(/fonts/AvenirArabic-Black.otf?ccfb1564274fafe63239314a1737ba75);
    font-weight: bold;
}

body {
    text-align: right !important;
    direction: rtl !important;
    background-color: #f8f8f8;
    font-family: avenir;
}

#page-wrapper {
    min-height: calc(100vh);
    margin-bottom: -230px;
}

#page-header {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

.content-margin {
    margin: 60px 0;
}

.push {
    height: 230px;
    float: none;
}

#page-footer {
    margin-top: 60px;
    height: auto;
    background-color: #fff;
}

#page-footer #footer-top {
    color: #929292;
}

#page-footer #footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: $c7;
    color: #888;
}

#page-footer #footer-bottom a:hover {
    color: #fff;
}

.container.sm {
    max-width: 700px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}

.panel {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.panel.sm {
    max-width: 700px;
    margin: 0 auto;
}

.panel .header {
    border-radius: 4px 4px 0 0;
    padding: 10px;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: bold;
    background-color: #fcfcfc;
}

.panel .header .actions-wrapper {
    margin: 0 10px;
    color: #dcd2d2;
}

.panel .header.lg {
    height: 55px;
}

@media screen and (max-width: 700px) {
    .panel .header.lg {
        height: 100px;
    }
}

.panel .header .panel-forms {
    display: inline;
}

.panel .header .panel-forms .filter {
    float: left;
}

@media screen and (max-width: 700px) {
    .panel .header .panel-forms {
        display: block;
        width: 100%;
        margin: 15px auto;
        height: 50px;
    }
    .panel .header .panel-forms .filter {
        float: none;
    }
}

.panel .body {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.panel .body a {
    color: inherit;
    text-decoration: none;
}

.panel .body ul {
    list-style: none;
    padding: 0;
}

.panel .body ul li {
    border-bottom: 1px solid #fafafa;
}

.panel .body ul li a,
.panel .body ul li>div:not(.row) {
    padding: 15px;
    display: block;
}

.panel .body ul li a:hover,
.panel .body ul li>div:not(.row):hover {
    background-color: #fafafa;
}

.panel .body.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

.panel .body.empty::after {
    content: '\644\627   \62A\648\62C\62F   \628\64A\627\646\627\62A';
    font-size: 16px;
    font-weight: bold;
    color: #bbb;
}

.panel .footer {
    padding-bottom: 10px;
}

.order-details {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.order-details table {
    margin-bottom: 0;
}

.order-details th {
    background-color: #fafafa;
    border: none;
}

.order-details td {
    border: none !important;
}

.order-details img {
    width: 45px;
    height: 45px;
}

.order-details h6 {
    display: inline-block;
}

.order-details tr:last-child {
    background-color: #fafafa;
}

.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.card .image-wrapper {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.card .image-wrapper img {
    width: 60px;
    height: 60px;
}

.card .top-row .location-pin {
    left: 5px;
    top: -10px;
    color: #656565 !important;
}

.card .top-row .delivery-pin {
    left: 40px;
    top: -10px;
    color: #fff !important;
    font-size: 12px;
    padding: 3px 7px !important;
}

.card .top-row .location-pin,
.card .top-row .delivery-pin {
    padding: 1px 6px;
    border-radius: 50px !important;
    position: absolute;
    cursor: pointer;
}

.card .top-row .card-title {
    font-weight: bold;
}

.card .top-row .card-subtitle {
    color: rgba(0, 0, 0, 0.5);
}

.card .bottom-row .price {
    font-size: 48px;
}

.card .bottom-row .price,
.card .bottom-row .currency {
    position: relative;
    top: 10px;
}

.card.agent:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.card-white>.card-header {
    background-color: #fff !important;
}

.container.md {
    max-width: 900px;
}

.dropdown-menu a svg,
.dropdown-menu form svg {
    color: #6d6d6d;
}

.dropdown-menu a span,
.dropdown-menu form span {
    color: #777;
}

.countries-list-wrapper {
    z-index: 999;
    position: relative;
}

.countries-list-wrapper .countries-list {
    position: absolute;
    top: 40px;
    left: -1px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow-y: auto;
    max-height: 200px;
    min-width: 200px;
}

.countries-list-wrapper .countries-list li {
    direction: rtl;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.countries-list-wrapper .countries-list li.active {
    background-color: #5dd5c4 !important;
    color: #fff;
}

.countries-list-wrapper .countries-list li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.order-details-table table {
    margin-bottom: 0;
}

.order-details-table th {
    background-color: #f1f1f1;
    border: none !important;
}

.order-details-table td {
    border: 0 !important;
}

.order-details-table img {
    width: 45px;
    height: 45px;
}

.order-details-table tr:last-child {
    background-color: #f1f1f1;
    border: none !important;
}

.payment-option {
    border-radius: 4px;
    cursor: pointer;
    padding: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.payment-option .option-name {
    margin-top: 15px;
}

.payment-option:hover {
    background-color: #5dd5c4;
    color: #fff !important;
}

#wallet-payment-modal .fa-wallet {
    color: rgba(0, 0, 0, 0.6) !important;
}

.doc-row-details {
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.nav-pills .nav-link.active {
    background-color: #5dd5c4 !important;
}

.nav-pills .nav-link.small {
    padding: 6px !important;
}

.filter {
    position: relative;
    display: inline-block;
}

.filter input,
.filter select {
    max-width: 90px;
    max-height: 40px;
}

.filter input.search,
.filter select.search {
    padding-left: 30px;
}

.filter select {
    max-width: 140px;
}

.filter .search-icon {
    position: absolute;
    left: 5px;
    top: 7px;
    color: #ddd;
}

.page-item .page-link {
    color: #888;
}

.page-item.active .page-link {
    background-color: #5dd5c4;
    border-color: #5dd5c4;
    color: #fff;
}

.b-form-btn-label-control>button {
    padding: 0;
}

.b-form-btn-label-control>button svg {
    display: none !important;
}

#page-loading,
#op-loading {
    height: clac(100vh);
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-image: url(/assets/images/logo.png?aa6bca40b761faa0f199cdccdc790e9b);
    background-repeat: no-repeat;
    background-size: 80px 104px;
    background-position: center;
}

#op-loading {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#op-loading .inner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 150px;
    height: 150px;
    background-image: url(/assets/images/logo.png?aa6bca40b761faa0f199cdccdc790e9b);
    background-repeat: no-repeat;
    background-size: 80px 104px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-option {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 200px;
    cursor: pointer;
    color: #555 !important;
    margin-bottom: 20px;
}

.card-option span {
    font-size: 24px;
    font-weight: bold;
}

#map {
    min-height: 300px;
    width: 100%;
}

.terms-list {
    margin-bottom: 15px;
}

.terms-list li {
    padding-right: 15px;
    line-height: 30px;
}