body {
    font-family: IRANSans !important;
    font-size: 12px;
}

.ReactCollapse--collapse {
    transition: height 500ms;
}

.dir-rtl {
    direction: rtl !important;
}

.btn.btn-primary {
    color: #fff;
    background-color: #00d2e6;
    transition: all 0.3s;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #00cbdf;
    box-shadow: 0px 4px 17px 0px #00afbe85;
}

/* Login */

.login {
    direction: rtl;
    background: white !important;
    border: 1px solid #ededed;
    padding-top: 50px;
    transition: all 1s;
}

@media screen and (max-width: 900px) {
    .login {
        width: 60% !important;
    }
}

@media screen and (max-width: 400px) {
    .login {
        width: 80% !important;
    }
}

.login .logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.login .input-holder {
    display: inline-block !important;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

.login .input-holder input {
    width: 100%;
    clear: both;
    margin: 0px !important;
    padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2 !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    color: #030a16;
    text-align: left;
    direction: ltr;
}

.login .input-holder label {
    width: 100%;
    clear: both;
    text-align: right;
    padding-bottom: 5px;
}

.login .login_txt {
    margin-top: 20px;
}

/* Home Page */
.page_home {
    background: #f1f2f9;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.home_header .home_header_top {
    padding: 10px 10px;
    margin-bottom: 10px;
}

.home_header .home_header_top .logo {
    max-width: 35px;
}

.home_header .home_header_top .home_icon {
    font-size: 22px;
    margin-top: 3px;
    direction: rtl;
}

.home_header .home_header_top .home_icon i {
    margin-left: 15px;
    color: #5a179a;
}

.home_header .baner_trasport {
    text-align: center;
}

.trasport_list .box {
    cursor: pointer;
}

.page_home .trasport_list {
    margin-top: 20px;
    margin-bottom: 20px;
    direction: rtl;
}

.autoFade {
    width: 100%;
    opacity: 0;
    -webkit-animation: AutoFade 0.5s forwards;
    animation: AutoFade 0.5s forwards;
}

@-webkit-keyframes AutoFade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes AutoFade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.page_home .trasport_list .trasport_list_item img {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.navbar-container {
    padding: 0.7rem 1rem 0.5rem 1rem;
    width: 100%;
    max-width: 500px;
    position: relative;
    background-color: rgb(255 255 255);
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: auto;
    right: auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 20px 0px #00000036;
    direction: rtl;
}

.navbar-container .navbar-item {
    cursor: pointer;
    text-align: center;
    color: #b2a2c4;
    position: relative;
    width: calc(100% / 4);
    float: right;
    transition: all 0.2s;
}

.navbar-container .navbar-item:hover {
    color: #7237b4;
}

.navbar-container .navbar-item.active {
    color: #7237b4;
}

.navbar-container .navbar-item.active:before {
    content: "";
    display: block;
    min-width: 20px;
    background-image: linear-gradient(90deg, transparent, #ff4bd2, transparent);
    height: 2px;
    position: absolute;
    top: -11px;
    width: 100%;
}

.navbar-container .navbar-item i {
    clear: both;
    width: 100%;
    font-size: 18px;
}

.navbar-container img {
    display: block;
    width: 20px;
    margin: 0 auto 2px auto;
}

.navbar-item:hover {
    color: #fff;
}

/* trip */
.trip_header {
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 0px;
    z-index: 1100;
    display: flex;
    justify-content: space-between;
    direction: rtl;
    padding: 10px;
}

.trip_header > div {
    text-align: center;
}

.trip_header .select-container {
    flex: 4;
}

.trip_header .profile,
.trip_header .back {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 100%;
    color: #523c68;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.trip_header .profile:hover,
.trip_header .back:hover {
    background: #f8f8f8 !important;
}

.trip_header .back {
    padding: 0 0 0 3px;
}

.trip_header .select-container .content {
    background: #ffffff;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.trip_header .select-container .content span {
    padding: 16px;
    display: inline-block;
    color: #7237b4;
    cursor: pointer;
}

.trip_header .select-container .content span.select-item {
    background: #5a2793;
    color: white;
    border-radius: 10px;
}

.list_address .input-holder {
    border: solid 1px #7237b4;
    border-radius: 5px;
    margin-bottom: 10px;
    direction: rtl;
    padding: 0px 10px;
}

.list_address .input-holder .changeAddress {
    text-decoration: none;
    color: #7237b4;
    margin-left: 5px;
}

.list_address .input-holder input {
    opacity: 0.2;
}

.btns_navigation_holder {
    display: flex;
}

.btns_navigation_holder .btn-primary {
    flex: 90;
}

.btns_navigation_holder .search {
    flex: 1;
    color: black;
    border: solid 1px #7237b4;
    margin-left: 5px;
    border-radius: 12px;
    font-size: 28px;
    transition: background 0.3s;
}

.btns_navigation_holder .search i {
    color: #7237b4;
}

.btns_navigation_holder .search:hover {
    background: #ebebeb;
}

/* search_map */
.favorite_list,
.history_address {
    direction: rtl;
}

.favorite_list .favorite_item,
.history_address .history_address_item {
    padding: 15px 0px;
    border-bottom: solid 1px #e3e3e3;
    font-size: 15px;
    cursor: pointer;
}

.favorite_list .favorite_item i,
.history_address .history_address_item i {
    color: #7237b4;
    margin-left: 10px;
}

.history_address .history_address_title {
    text-align: center;
    margin-top: 30px;
    font-weight: 750;
    font-size: 20px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.trip-container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.switch-button-container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
}

label.switch {
    text-align: left;
    width: 75px;
    height: calc(75px / 2);
    border-radius: 30px;
    background-color: #4ed164;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

label.switch > span {
    display: block;
    width: 100%;
    height: 100%;
}

label.switch > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

label.switch > span:before,
label.switch > span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}

label.switch > input[type="checkbox"]:focus ~ span {
    box-shadow: 0 0 0 2px #43b556;
}

label.switch > input[type="checkbox"]:checked:focus ~ span {
    box-shadow: 0 0 0 2px #fff;
}

label.switch > span {
    border-radius: 30px;
}

label.switch > span:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
    transform: scale(1);
    opacity: 1;
}

label.switch > span:after {
    top: 50%;
    z-index: 3;
    transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
    width: calc(75px / 2);
    height: calc(75px / 2);
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

label.switch > input[type="checkbox"]:checked ~ span:before {
    transform: scale(0);
    opacity: 0.7;
}

label.switch > input[type="checkbox"]:checked ~ span:after {
    transform: translate3d(100%, -50%, 0);
}

.btn {
    padding: 10px 16px;
    border-radius: 10;
    color: #fff;
    text-decoration: none;
    cursor: "pointer";
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkBtnDisable {
    filter: brightness(50%);
}

.checkBtnContainer {
    width: 100px;
    height: 100px;
    background-color: white;
    color: black;
    border-radius: 16px;
    text-align: center;
}

.checkBtnIcon {
    width: auto;
    height: 50px;
}

input[type="datetime-local"] {
    width: 160px;
    height: 2.3rem;
    font-size: 1em;
    border-radius: 8px;
}

.text-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 content;
}

.input-box {
    flex: 1 1 auto;
    border: 0px solid white;
    text-align: center;
    padding: 8px;
    outline: none;
    color: black;
}

.input-box-error {
    border: 0px solid red;
    height: "100%";
}

.containerINA {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 150px;
}

.inputINA {
    border: 0;
    outline: none;
    text-align: center;
}

.btnINA {
    padding: 8px;
    background-color: rgb(221, 221, 221);
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 0px 5px #ddd;
    cursor: pointer;
    user-select: none;
}

.mainContainer_si {
    display: flex;
    direction: rtl;
    align-items: center;
}

.inputContainer_si {
    outline: none;
    width: 100%;
    padding: 12px 8px;
    border-width: 0;
    font-size: 14px;
}

.spinner_si {
    width: 15px;
    height: 15px;
}

.loader {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 10000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mainContainer_mm {
    display: grid;
    background-color: #fff;
    border-radius: 8px;
    width: 50%;
}

.header_mm {
    background-color: rgb(44, 232, 129);
    height: 50px;
    border-radius: 8px 8px 0px 0px;
    padding: 12px;
    display: flex;
}

.btn_mm {
    background-color: #ddd;
    color: #fff;
    border-radius: 8px;
    margin: 8px 0;
    text-align: center;
    cursor: pointer;
    padding: 8px;
}

.closeBtn_mm {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 24px;
}

.titleText_mm {
    color: #fff;
    font-size: 16px;
    flex: auto;
    text-align: end;
}

.stars-holder {
    font-size: 24px;
    direction: ltr;
    margin: 35px 0;
}

.stars-holder.deactive button {
    cursor: default;
}

.stars-holder .str {
    font-size: 14px;
    color: #1d0635;
    display: block;
    margin-top: 5px;
    text-align: center;
}

.stars-holder button {
    border: none;
    background: transparent;
    color: #7237b4;
    transition: all 0.3s;
    margin: 0 5px;
    font-family: "Font Awesome 5 Pro";
}

.stars-holder button::before {
    content: "\f005";
}

.stars-holder .on::before {
    font-weight: 900;
}

.modal-container_sm {
    max-width: 500px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: 1200;
    overflow: visible;
}

.modal-lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modal-lightbox::after {
    display: block;
    content: "";
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    animation: lightboxAutoFade 0.5s forwards;
    opacity: 0;
}

@-webkit-keyframes lightboxAutoFade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lightboxAutoFade {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.status {
    display: inline-block;
    max-width: 40%;
    font-size: 12px;
    color: #523c68;
    border-radius: 20px;
    border: 1px solid #dcceed;
    background: #fff;
    padding: 3px 8px;
    color: #523c68;
    margin: 0 10px 10px 0;
}

.status span {
    color: #7237b4;
    margin-right: 5px;
}

.modal-container_sm .wrapper {
    width: 100%;
    background-color: white;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 0px 0px;
    padding: 16px 16px 12px 16px;
    border-top: 1px solid #eee6f7;
    position: relative;
    max-height: 80vh;
    overflow: auto;
}

.m-modal-content {
    position: relative;
    z-index: 1202;
}

.modal-close-bottton_sm {
    position: absolute;
    top: -20px;
    right: calc((100% - 50px) / 2);
    left: calc((100% - 50px) / 2);
    z-index: 1201;
    cursor: pointer;
}

.modal-close-bottton_sm .circle {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #b2a2c4;
    border: 1px solid #eee6f7;
    padding-top: 5px;
}

.modal-close-bottton_sm .cleaner {
    width: 60px;
    right: -5px;
    height: 35px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    background: #fff;
}

.animation_sm {
    animation: 0.3s ease-in 0s 1 slideInFromBottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(90%);
    }

    100% {
        transform: translateY(0);
    }
}

.default_sm {
    width: 50%;
}

.medium_sm {
    width: 75%;
}

.larg_sm {
    width: 100%;
}

.fullscreen_sm {
    bottom: 0px;
    width: 100%;
    max-height: 95vh;
}

@media screen and (max-width: 400px) {
    .modal-container_sm {
        width: 100%;
    }
}

.priceBox {
    font-size: 14px;
    background-color: #fff;
    color: black;
    font-size: 14px;
    color: #1d0635;
}

.container_tabbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabItem_tabbar {
    text-align: center;
    padding: 8px 16px;
    border-radius: 8px;
    flex: auto;
}

.bg_red_tabbar {
    background-color: red;
}

.container_ac {
    padding: 32px;
    user-select: none;
}

.flexView_ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label_ac {
    background-color: #ededed;
    padding: 16px;
    margin: 4px;
    border-radius: 16px;
    cursor: pointer;
    color: #000;
    flex: auto;
    text-align: center;
}

.chargeNumber_ac {
    background-color: #98ed98;
    cursor: auto;
}

.pay_is {
    justify-content: center;
    align-items: center;
    display: grid;
}

.iStyle-1 {
    text-align: justify;
    padding: 8px;
}

.iStyle-2 {
    object-fit: contain;
    height: 100%;
}

.container_bonus {
    padding: 32px;
    user-select: none;
    direction: rtl;
}

.flexView_bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.centerContent_bonus {
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 48px 0;
}

.discountItemContainer_bonus {
    box-shadow: 0 2px 5px gray;
    margin: 8px 0;
    border-radius: 16px;
    padding: 8px 16px;
    font-size: 14;
    background-color: #bcffda;
}

.bonusItemContainer_bonus {
    box-shadow: 0 2px 5px gray;
    margin: 8px 0;
    border-radius: 16px;
    padding: 8px 16px;
    font-size: 14px;
    background-color: #ffe2bc;
}

.enableScroll_bonus {
    overflow: scroll;
    height: 80vh;
}

.iStyle-3 {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px gray;
    margin: 12px 0;
    padding: 0 0 8px 0;
}

.iStyle-4 {
    flex: 1;
    height: 100%;
    object-fit: contain;
    width: 50%;
    border-radius: 0 16px 0 0;
}

.iStyle-5 {
    flex: 1;
    width: 50%;
    padding: 8px;
}

.container_club {
    padding: 32px;
    user-select: none;
    direction: rtl;
}

.flexView_club {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iStyle-6 {
    width: 100%;
    text-align: center;
    color: #5c6bc0;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}

.iStyle-7 {
    font-size: 100px;
}

.iStyle-8 {
    font-size: 36px;
}

.iStyle-9 {
    background-color: #fff;
    color: #5c6bc0;
    padding: 16px 64px;
    margin: 24px;
    font-size: 24px;
    border-radius: 16px;
    border: 1px solid #5c6bc0;
    cursor: pointer;
}

.stSection_nf {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 1201;
    text-align: center;
    display: grid;
}

.container_faq {
    padding: 32px;
    user-select: none;
    direction: rtl;
}

.flexView_faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_faq {
    display: flex;
}

.spaceBetween_faq {
    justify-content: space-between;
    align-items: center;
}

.item_faq {
    padding: 8px;
    font-size: 18px;
    margin: 4px;
}

.detailContainer_faq {
    background-color: #d1f0f9;
    padding: 16px;
    border-radius: 16px;
    font-size: 12px;
}

.iStyle-10 {
    overflow: auto;
    height: 90vh;
}

.iStyle-11 {
    box-shadow: 0 4px 8px #ededed;
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
}

.iStyle-12 {
    width: 100%;
    height: 200px;
    background-color: #ededed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #aaa;
}

.iStyle-13 {
    margin: 16px 0 0 0;
}

.container_fa {
    margin: 16px;
    user-select: none;
    direction: rtl;
}

.flexView_fa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_fa {
    display: flex;
}

.spaceBetween_fa {
    justify-content: space-between;
    align-items: center;
}

.animate {
    transition: all 0.3s;
}

.icon-animate {
    transition: transform 0.5s;
}

.mainContainer_nb {
    padding: 16px 16px 12px 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.locationIcon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-shadow: 0px 3px 5px grey;
    position: absolute;
    margin-top: -70px;
    right: 20px;
}

.searchBarContainer {
    border: 1px solid #7237b4;
    height: 48px;
    border-radius: 12px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
    color: #7237b4;
}

.searchbarText {
    font-size: 14px;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
}

.request-btn {
    background-color: #7237b4 !important;
    border-radius: 12px;
    border: none !important;
}

.request-btn.edit-mode {
    background-color: #ddd !important;
}

.request-btn.edit-mode:hover {
    box-shadow: none !important;
}

.searchListItemContainer {
    background-color: #fff;
    padding: 8px 0;
    margin: 8px 2px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    direction: rtl;
}

.searchListItemContainer .loc-icon {
    font-size: 18px;
    color: #7237b4;
}

.searchListItemContainer .km {
    direction: ltr;
}

.positionsListContainer {
    padding: 8px;
    background-color: white;
    margin: 8px 0;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #7237b4;
}

.moreDetails {
    border: 1px solid #7237b4;
    border-radius: 12px;
    color: #7237b4;
    direction: rtl;
    font-size: 14px;
}

.moreDetails:hover {
    background: rgba(255, 0, 192, 0.03);
    color: #7237b4;
}

.moreDetails i {
    margin-left: 10px;
    font-size: 15px;
}

.reqService {
    background: #7237b4;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    border-radius: 12px;
    padding: 16px 0;
}

.reqService:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.skeleton-box {
    -webkit-animation-name: skeletonAnimate;
}

.skeleton-box span {
    display: block;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderSkeleton;
    -webkit-animation-timing-function: linear;
    background: #f6f7f8;
    background-image: -webkit-gradient(
        linear,
        left center,
        right center,
        from(#f6f7f8),
        color-stop(0.2, #edeef1),
        color-stop(0.4, #f6f7f8),
        to(#f6f7f8)
    );
    background-image: -webkit-linear-gradient(
        left,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 100%;
    position: relative;
}

@-webkit-keyframes placeholderSkeleton {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes skeletonAnimate {
    from {
        background-position: top left;
    }

    to {
        background-position: top right;
    }
}

.service-list-skeleton {
    display: flex;
    flex-flow: row nowrap;
    direction: rtl;
    align-items: center;
    padding: 18px 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 5px;
}

.service-list-skeleton .avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
}

.service-list-skeleton .desc {
    flex-grow: 1;
    margin-right: 15px;
}

.service-list-skeleton .row-t,
.service-list-skeleton .row-b {
    height: 15px;
    border-radius: 10px;
}

.service-list-skeleton .row-t {
    width: 50%;
    margin-bottom: 5px;
}

.service-list-skeleton .row-b {
    width: 30%;
}

.service-list-skeleton .price {
    min-width: 85px;
    width: 85px;
    height: 20px;
    border-radius: 15px;
}

.hr-1 {
    background-color: #eee6f7;
    height: 1;
}

.trasport_list_item .img-box {
    min-height: 100px;
    border-radius: 10px;
}

.trasport_list_item .img-box img {
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.waiting-container {
    /* max-width: 500px;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  background: #f5f6f8;
  text-align: center; */
    background: #f5f6f8;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100vh;
}

.waiting-container h1 {
    font-size: 16px;
    color: #7237b4;
    font-weight: 500;
}

.waiting-container img {
    width: 100%;
}

.waiting-container p {
    font-size: 14px;
    color: #555;
}

.wt-solid-btn {
    border: 1px solid #7237b4;
    color: #7237b4;
    border-radius: 12px;
    font-size: 14px;
}

.wt-solid-btn:hover {
    color: #7237b4;
    /* override global btn */
}

.wt-main-btn {
    color: #fff;
    border-radius: 12px;
    margin-left: 8px;
    font-size: 14px;
    padding: 0 36px;
    background: #7237b4;
    transition: box-shadow 0.3s;
}

.wt-main-btn:hover {
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.wt-raise-box {
    text-align: center;
    direction: rtl;
}

.wt-raise-box h3 {
    font-size: 18px;
    color: #000;
}

.wt-raise-box h6 {
    font-size: 13px;
    color: #333;
}

.wt-raise-box img {
    width: 100px;
}

.wt-raise-box .price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.wt-raise-box .price span {
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

.wt-cancel-box {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.wt-cancel-box span {
    font-size: 14px;
    font-weight: 500;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    direction: rtl;
    z-index: 1300;
}

.lightbox .l-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
}

.driver-box {
    padding: 10px 16px;
    direction: rtl;
    cursor: default;
}

.driver-box .info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.driver-box .driver-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-left: 10px;
}

.driver-box .name {
    font-size: 14px;
    color: #1d0635;
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}

.driver-box .car-detail {
    font-size: 13px;
    color: #523c68;
    display: block;
}

.plaque {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee6f7;
    font-size: 16px;
}

.plaque .col-r {
    border-left: 1px solid #eee6f7;
    padding: 0 5px;
}

.plaque .col-r span {
    display: block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.plaque .col-l b {
    font-weight: 500;
    display: flex;
    flex-flow: row-reverse nowrap;
}

.plaque .m-col-2 {
    background-color: #eee6f7;
    padding: 3px 3px;
}

.plaque img {
    border-radius: 2px;
    width: 15px;
}

.from-to {
    border-top: 1px solid #eee6f7;
}

.from-to ul {
    list-style: none;
    font-size: 14px;
    color: #523c68;
}

.from-to li {
    position: relative;
    padding: 0 20px 10px 0;
}

.from-to li::before,
.from-to li::after {
    display: block;
    position: absolute;
    top: 6px;
    content: "";
}

.from-to li::after {
    width: 9px;
    height: 9px;
    right: 0;
    background: #7237b4;
    border-radius: 100%;
}

.from-to li::before {
    height: 100%;
    width: 1px;
    border-left: 1px dashed #7237b4;
    right: 4px;
}

.from-to li:first-child:after {
    background: #ff00c0;
}

.from-to li:last-child::before {
    display: none;
}

.driver-box .btn-holder {
    display: flex;
    flex-flow: row nowrap;
}

.driver-box .btn-holder button {
    width: 100%;
    border: 1px solid #7237b4;
    color: #7237b4;
    border-radius: 10px;
    padding: 7px 10px;
    text-align: center;
    outline: none;
    background: #fff;
    transition: all 0.3s;
}

.driver-box .btn-holder button:hover {
    background: #7237b4;
    color: #fff;
}

.driver-box .btn-holder i {
    width: auto;
    font-size: 18px;
    display: block;
    margin: 0 auto 5px auto;
}

.driver-box .btn-holder span {
    font-size: 13px;
}

.rotate-icon {
    transform: rotate(180deg);
}

.search-skeleton {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    direction: rtl;
    margin-bottom: 7px;
}

.search-skeleton .km-cp {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 10px;
}

.search-skeleton .location-cp {
    flex-grow: 1;
}

.search-skeleton .row-t {
    height: 10px;
    width: 40%;
    border-radius: 5px;
    margin-bottom: 7px;
}

.search-skeleton .row-b {
    height: 10px;
    width: 60%;
    border-radius: 5px;
}

.search-skeleton .like-cp {
    width: 18px;
    height: 18px;
    border-radius: 100%;
}

.call-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1300;
}

.call-modal .box {
    max-width: 500px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    height: 100vh;
    position: relative;
}

.call-modal .box .wrapper {
    width: 100%;
    position: absolute;
    background: #fff;
    bottom: 0;
    padding: 16px;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.call-modal.enter-done .wrapper {
    transform: translateY(0);
}

.call-modal.exit-active .box {
    background: none;
}

.call-modal .top {
    padding: 10px;
}

.call-modal .top b {
    color: #1d0635;
    font-weight: 500;
    font-size: 14px;
}

.call-modal .top i {
    font-size: 16px;
    color: #7237b4;
    cursor: pointer;
    padding: 5px;
}

.call-modal ul {
    list-style: none;
    direction: rtl;
}

.call-modal ul a {
    color: #1d0635;
    padding: 8px 10px 10px 10px;
    display: block;
}

.call-modal li {
    font-size: 13px;
    cursor: pointer;
    margin: 5px 0;
    display: block;
    transition: background 0.3s;
    border-radius: 5px;
}

.call-modal li:hover {
    background: #edf8ff;
}

.call-modal li:last-child {
    border: 0;
}

.call-modal li i {
    font-size: 16px;
    color: #7237b4;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.pay-btn {
    display: block;
    border: 0;
    width: 100%;
    font-size: 14px;
    background: #7237b4;
    padding: 12px 0;
    color: #fff;
    outline: none;
    border-radius: 10px;
    transition: box-shadow 0.3s;
}

.pay-btn:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.pay-btn.secondaryBtn {
    background: #fff;
    color: #7237b4;
    border: 1px solid #7237b4;
}
.pay-btn.secondaryBtn:hover {
    background: #7237b4;
    color: #fff;
}
.feedback-box {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1300;
}

.feedback-box .wrapper {
    width: 100%;
    height: 100vh;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
}

.feedback-box .view {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    direction: rtl;
}

.feedback-box .top {
    width: 100%;
    align-self: flex-start;
}

.feedback-box .top b {
    font-size: 18px;
    font-weight: 500;
}

.feedback-box .top i {
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
    padding: 5px;
}

.feedback-box .content {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.feedback-box .driver-img {
    width: 125px;
    height: 125px;
    border-radius: 100%;
}

.feedback-box .driver-name {
    font-size: 16px;
    margin: 0;
}

.feedback-box .plaque {
    margin: 20px 0 40px 0;
}

.feedback-box .license {
    width: 100%;
    font-size: 14px;
    color: #979797;
    text-align: center;
}

.feedback-box .license i {
    font-size: 18px;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.feedback-box .driver-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: height 0.5s;
}

.feedback-box .driver-info.close {
    height: 0;
}

.feedback-box .save-feedback {
    padding: 15px 0;
    color: #fff;
    background: #7237b4;
    display: block;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.feedback-box .tabs {
    list-style: none;
    border-top: 2px solid #eee6f7;
}

.feedback-box .tabs li {
    display: block;
    float: right;
    width: 50%;
    color: #b2a2c4;
    font-size: 16px;
    border-bottom: 2px solid #eee6f7;
    padding: 10px 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.feedback-box .tabs li:hover {
    background: #fbfbfb;
}

.feedback-box .tabs li.active {
    color: #7237b4;
    border-color: #7237b4;
    background: #fff !important;
}

.feedback-box textarea {
    resize: none;
    display: block;
    width: 100%;
    border: 1px solid #eefeff;
    background: #eefeff;
    border-radius: 12px;
    padding: 16px;
    outline: none;
    font-size: 13px;
    transition: border 0.3s;
}

.feedback-box textarea:focus {
    border-color: #aff2f7;
}

.feedback-box .reasons-blocks {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-flow: row wrap;
    font-size: 13px;
    color: #333;
}

.feedback-box .m-block {
    width: 50%;
    min-width: 50%;
    padding-bottom: 10px;
}

.feedback-box .m-block.odd {
    padding-left: 5px;
}

.feedback-box .m-block.even {
    padding-right: 5px;
}

.feedback-box .m-block button {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    background: #fff;
    font-weight: 500;
}

.feedback-box .m-block.active button {
    border-color: #2ecc71;
    color: #279957;
    box-shadow: 0 0 1px 1px #2ecc71;
}

.feedback-box .m-block.r-active button {
    border-color: #e74c3c;
    color: #e74c3c;
    box-shadow: 0 0 1px 1px #e74c3c;
}

.hr-2 {
    background: #e0c4ff;
    height: 1px;
    margin: 8px 0 16px 0;
}

.details-box {
    direction: rtl;
}

.details-box .top {
    color: #333;
}

.details-box .top b {
    font-size: 16px;
    font-weight: 500;
    float: right;
}

.details-box .top i {
    float: left;
    font-size: 18px;
    cursor: pointer;
    padding: 3px 3px 3px 0;
}

.details-box .price {
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: block;
}

.details-box .price span {
    color: #979797;
    font-size: 13px;
    font-weight: normal;
}

.details-box .select-box {
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.details-box .select-box span {
    color: #8a8a8a;
    transition: color 0.3s;
    flex-grow: 1;
}

.details-box .select-box i {
    color: #8a8a8a;
    font-size: 18px;
    margin-left: 10px;
    transition: color 0.3s;
}

.details-box .select-box:hover {
    background: #fbfbfb;
}

.details-box .select-box.active {
    border-color: #2ecc71 !important;
}

.details-box .select-box.active:hover {
    background: #fff;
}

.details-box .select-box.active i,
.details-box .select-box.active span,
.details-box .select-box.active input,
.details-box .select-box.active textarea {
    color: #27ae60;
}

.select-box.stop-box {
    position: relative;
    overflow: hidden;
}

.select-box.stop-box span {
    flex-grow: initial;
}

.select-box.stop-box i {
    top: 0;
}

.select-box.stop-box .col-r,
.select-box.stop-box .col-l {
    display: flex;
    align-items: center;
    width: 50%;
}

.select-box.stop-box .col-r {
    float: right;
    justify-content: flex-start;
}

.select-box.stop-box .col-l {
    float: left;
    justify-content: center;
}

.select-box.stop-box img {
    position: absolute;
    display: block;
    width: 30px;
    height: calc(100% + 6px);
    top: -3px;
    right: calc((100% - 30px) / 2);
}

.stop-time-box {
    position: relative;
    border-radius: 15px;
}

.stop-time-box .close {
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    margin-left: 11px;
    cursor: pointer;
    padding: 5px;
}

.stop-time-box ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 16px;
}

.stop-time-box li {
    display: block;
    border-bottom: 1px solid #e0e0e2;
    padding: 7px 0;
}

.stop-time-box span {
    display: block;
    padding: 7px 0;
    cursor: pointer;
    transition: all 0.3s;
}

.stop-time-box span:hover,
.stop-time-box li.selected span {
    background: #f5f5f5;
    padding-right: 5px;
}

.details-box .sb-input {
    justify-content: center;
    padding: 0 10px 0 0;
}

.details-box .sb-input:hover {
    background: #fff;
}

.details-box .sb-input:focus-within {
    border-color: #c9c9c9;
}

.details-box .sb-input input[type="text"],
.details-box .sb-input textarea {
    border: none;
    background: transparent;
    align-self: stretch;
    outline: none;
    padding: 10px 0 10px 10px;
    resize: none;
    transition: all 0.5s;
    flex-grow: 1;
}

.details-box .sb-input input[type="text"]::placeholder,
.details-box .sb-input textarea::placeholder {
    color: #8a8a8a;
    font-weight: 500;
}

.details-box .sb-input i {
    top: 0;
    align-self: center;
    width: auto;
    height: auto;
}

.details-box .payment-type {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.add-favorite {
    direction: rtl;
    font-size: 14px;
}

.add-favorite span {
    font-weight: 500;
    color: #333;
}

.add-favorite .input-holder {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 20px 0;
}

.add-favorite .input-holder i {
    font-size: 32px;
    color: gold;
}

.add-favorite .input-holder input {
    flex-grow: 1;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
    margin-right: 6px;
    color: #333;
}

.add-favorite .input-holder input:focus {
    box-shadow: 0 0 3px rgba(84, 84, 255, 0.932);
}

.add-favorite .btn-holder {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}

.add-favorite button {
    width: 50%;
    display: block;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s;
}

.add-favorite .b-1 {
    background: #7237b4;
    color: #fff;
    margin-left: 5px;
    border: 1px solid #7237b4;
}

.add-favorite .b-1:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.add-favorite .b-2 {
    border: 1px solid #7237b4;
    color: #7237b4;
    margin-right: 5px;
    background: transparent;
}

.add-favorite .b-2:hover {
    background: #fbfbfb;
}

.react-switch {
    justify-self: flex-end !important;
}

.details-box .submit {
    width: 100%;
    background: #7237b4;
    padding: 13px 0;
    border-radius: 12px;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.details-box .submit:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.container-price-box {
    position: absolute;
    bottom: 0px;
    left: 30%;
    right: 30%;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
    padding: 16px;
}

.tab-name-price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
    color: #b2a2c4;
}

.item-tab-name-price-box {
    padding: 8px;
    cursor: pointer;
    flex: auto;
    text-align: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 16px;
    transition: background 0.3s;
}

.item-tab-name-price-box:hover {
    background: #f8f8f8;
}

.item-tab-name-price-box.select {
    color: #7237b4;
    padding-bottom: 0;
    border-radius: 0;
}

.item-tab-name-price-box.select:hover {
    background: #fff;
}

.item-tab-name-price-box.select::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #7237b4;
    margin-top: 10px;
}

.service-list-item {
    font-size: 14px;
    border: 1px solid #7237b4;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    margin: 4px 0;
    background-color: rgba(255, 0, 192, 0.02);
    direction: rtl;
}

.service-list-item span {
    color: #b2a2c4;
    display: block;
    margin-top: 2px;
    font-size: 12px;
}

.service-list-item .price {
    font-size: 16px;
    font-weight: 500;
}

.service-list-item-unselect {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    margin: 4px 0;
    transition: border-color 0.3s;
    direction: rtl;
}

.service-list-item-unselect img,
.service-list-item img {
    max-width: 75px;
}

.service-list-item-unselect:hover {
    border-color: #7237b4;
}

.histtory-main-container {
    /* animation: slideup 2s;
  -moz-animation: slideup 2s;
  -webkit-animation: slideup 2s;
  -o-animation: slideup 2s; */
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
    overflow: visible;
    background-color: white;
}

.favorites .favorite {
    width: 100%;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    direction: rtl;
    font-size: 14px;
    cursor: pointer;
    margin: 8px 0;
}

.favorites .favorite span {
    float: right;
}

.favorites .favorite::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    font-size: 16px;
    margin-left: 8px;
    font-weight: 900;
    color: #ccc;
    transition: color 0.3s;
    float: right;
}

.favorites .favorite::after {
    content: "";
    display: block;
    clear: both;
}

.histtory-main-container .btns {
    direction: rtl;
    font-size: 13px;
    margin: 10px 0;
}

.histtory-main-container .btns button {
    border: none;
    outline: none;
    display: block;
    border-radius: 5px;
    padding: 7px 12px;
    display: block;
    transition: all 0.3s;
}

.histtory-main-container .btns button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.histtory-main-container .add-btn {
    background: #7237b4;
    color: #fff;
    float: left;
    padding: 4px 7px;
    border-radius: 5px;
}

.histtory-main-container .btns .add-btn:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.histtory-main-container .back-btn,
.histtory-main-container .manage-btn {
    float: right;
    background: #eee;
    color: #555;
    margin-left: 5px;
}

.favorites .favorite:hover::before {
    color: #b1b1b1;
}

.histtory-main-container .manage-btn {
    padding: 0 !important;
}

.histtory-main-container .manage-btn a {
    color: #555;
    display: block;
    text-decoration: none;
    padding: 7px 12px;
}

@keyframes slideup {
    0% {
    }

    100% {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 2s, opacity 2s linear;
    }
}

.location_Dialog .add_location {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

add_location_btn {
    color: #5b189b;
    margin-top: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.add_location_btn i {
    margin-left: 8px;
}

.add_location .map_content {
    width: 100%;
    height: 50vh;
}

.map_content .leaflet-top.leaflet-left {
    bottom: 10px;
    top: initial;
}

.add_location.modal-dialog .modal-content {
    width: 90vw !important;
    max-width: 640px !important;
    max-height: 90vh !important;
}

.add_location.modal-dialog .modal-body {
    padding: 0px;
}

.add_location .search_box {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    z-index: 999999;
    box-shadow: rgb(58 61 66 / 6%) 0px 1px 0px,
        rgb(0 0 0 / 20%) 0px 4px 16px -8px;
}

.add_location .search_box input {
    border: 0px !important;
    outline-width: 0px !important;
    padding: 3px 10px !important;
    font-size: 14px;
}

.add_location .search_box input:focus {
    outline-width: 0px !important;
}

.add_location .search_box .btn_search {
    background: none;
    font-size: 17px;
    border: 0px;
    color: #3e106a;
}

.add_location .search_box .list-group-item {
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.add_location .search_box .list-group-item:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.add_location_address {
    text-align: right;
    padding: 10px;
}

.add_location_address label {
    margin-top: 5px;
}

.add_location_address .comment_input {
    font-size: 11px;
    color: gray;
    font-weight: 300;
}

.add_location_address .form-group {
    margin-top: 5px;
}

.add_location_address i.fas.fa-map-marked-alt {
    background: #652ea2;
    color: white;
    font-weight: normal;
    margin: 5px;
    float: none;
    display: table;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    font-size: 26px;
    padding: 8px;
}

.add_location_address .map_container {
    height: 125px !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #00000059;
    margin-top: 15px;
    margin-bottom: 15px;
}

.add_location_address .map_container .map_container_MiniMap {
    width: 100%;
    height: 100%;
}

.spec-login {
    background: #f1f2f9;
    direction: rtl;
}

.spec-login .wrapper {
    max-width: 430px;
    border-radius: 8px;
    background: #fff;
    padding: 28px;
    box-shadow: 0px 0px 10px #00000026;
}

.spec-login .right-icon {
    font-size: 26px;
    color: #5a179b;
    position: relative;
    top: 6px;
}

.spec-login h1 {
    font-size: 18px;
    font-weight: bold;
    color: #001436;
    margin-top: 28px;
}

.spec-login .desc {
    color: #523c68;
    font-weight: 500;
}

.spec-login.step-1 input[type="text"] {
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition: all 0.15s;
    outline: 0;
}

.spec-login.step-1 input[type="text"]:focus {
    border-color: #b1c7e7 !important;
    box-shadow: 0 0 0 3px #c2dbfe;
}

.spec-login .btn-a1 {
    background: linear-gradient(to left, #7237b4 0%, #5a2793 51%);
    border: 0;
    color: white;
    width: 100%;
    padding: 8px 0;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 12px;
    font-weight: 500;
    box-shadow: 0px 4px 3px #d3d0ee;
    position: relative;
}

.spec-login .btm-desc {
    text-align: center;
    font-size: 15px;
    display: block;
    margin: 20px 0 0 0;
}

.spec-login h2 {
    font-size: 17.5px;
    margin: 24px 0 8px 0;
    font-weight: bold;
}

.i2-box {
    position: relative;
    transition: all 0.15s;
    border-radius: 6px;
}

.i2-box:focus-within {
    border-color: #b1c7e7 !important;
    box-shadow: 0 0 0 3px #c2dbfe;
}

.i2-box input {
    transition: all 0.15s;
    outline: none;
    width: 100%;
    border: 1px solid #d1d5db;
    padding: 0.6rem;
    border-radius: 6px;
}

.i2-box .timer {
    color: #6f35b0;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 8px;
    top: 6px;
    border-right: 1px solid #d1d5db;
    padding-right: 8px;
    width: 80px;
    direction: ltr;
}

.btn-osis {
    clear: none;
    background-image: linear-gradient(to left, #7237b4 0%, #5a2793 51%);
    box-shadow: 0px 4px 3px #d3d0ee;
    border: 0px;
    padding: 10px 15px !important;
    font-size: 12px;
    border-radius: 5px !important;
    width: 100%;
    font-size: 15px !important;
    font-weight: bold;
    color: white !important;
    border: 0px !important;
}

.box_shadow {
    border: solid 1px #eee6f7;
    background: #ffffff;
    box-shadow: 0px 8px 8px #3b017c26;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 7px 8px;
    font-size: 11px;
    line-height: normal;
}

.page_profile .content_profile {
    padding: 10px 25px;
    text-align: center;
}

.page_profile .content_profile h1 {
    clear: both;
    float: none;
    border-bottom: solid 1px #eee6f7a8;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: right;
}

.page_profile .content_profile h1 span {
    border-bottom: solid 5px #7237b4;
    position: relative;
    padding-bottom: 3px;
}

.btn-osis {
    margin-bottom: 10px;
    margin-top: 10px;
}

.Wallet {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.Wallet .Balance {
    border: solid 2px #5a179a;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 16px;
    padding: 10px 10px 5px 10px;
    line-height: 40px;
    background: #6a31a912;
    background: url(../image/back_walet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.Wallet .content_wallet {
    text-align: right;
    border-right: solid 2px white;
    padding-right: 15px;
    line-height: normal;
    margin-right: 15px;
    margin-bottom: 15px;
}

.Wallet .Balance:before {
    content: url(../image/wallet.png);
    width: 183px;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    margin-top: -44px;
    clear: both;
    display: block;
}

.Wallet .Balance .amount {
    color: white;
    font-size: 40px;
    font-weight: 900;
}

.Wallet .Balance .amount span {
    color: white;
    font-size: 40px;
    font-weight: 900;
    direction: ltr;
    display: inline-block;
}

.Wallet .btn_amount {
    border: solid 2px #5a179a73;
    border-radius: 25px;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
    flex: 1;
    margin: 4px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.Wallet .btn_final_price {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0px;
}

.Wallet .btn_final_price .btn_wallet {
    position: absolute;
}

.Wallet .btn_final_price .btn_wallet.plus {
    right: 20px;
    border-left: solid 2px #dbdbdb;
    padding-left: 15px;
    color: #5c2793;
}

.Wallet .btn_final_price .btn_wallet.minus {
    left: 20px;
    border-right: solid 2px #dbdbdb;
    padding-right: 15px;
    color: #8c8c8c;
}

.Wallet .btn_final_price .btn_wallet i {
    font-weight: 400;
}

.Wallet .btn_wallet {
    cursor: pointer;
    font-size: 20px;
}

.Wallet .amount_wallet {
    font-size: 20px;
    flex: 1;
}

.Wallet .amount_wallet input {
    border-radius: 25px;
    border: solid 2px #5a179a;
    line-height: 45px;
    margin-bottom: 5px;
    width: 100%;
}

.Wallet .amount_wallet span {
    position: absolute;
    left: 60px;
    top: 15px;
    font-size: 15px;
}

.Wallet .btn-osis {
    margin-top: 25px;
}

@media only screen and (max-width: 697px) {
    * {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    *::-webkit-scrollbar {
        display: none;
    }
}

.m-tabs {
    font-size: 16px;
}

.m-tabs ul {
    padding: 0;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    overflow: auto;
}

.tab-mode-1 .tab-top {
    border-bottom: 1px solid #ebebeb;
}

.tab-mode-1 .tab-top li {
    display: inline-block;
    margin-left: 2em;
    font-size: 0.975em;
    cursor: pointer;
    padding: 0.3em 0.6em 1.3em 0.6em;
    position: relative;
    transition: color 0.3s;
    color: #333;
}

.tab-mode-1 .tab-top li.active {
    color: #ff00c0;
}

.tab-mode-1 .tab-top li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgba(255, 75, 210, 1);
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}

.tab-mode-1 .tab-top li:hover {
    color: #ff00c0;
}

.tab-mode-1 .tab-top li:last-child {
    margin-left: 0;
}

.tab-mode-1 .tab-top {
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .m-tabs {
        font-size: 14px;
    }
}

.reqs {
    font-size: 16px;
}

.reqs .head {
    font-size: 1.125em;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 2em 0 2em 0;
}

.reqs .m2-tabs {
    font-size: 0.938em !important;
    padding: 0 1em !important;
    margin-bottom: 1em !important;
    position: relative;
}

.reqs .m2-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 4px;
    right: 0;
    background: #e4e4e4;
}

.reqs .m2-tabs li {
    margin-left: 0.5em !important;
}

.reqs .m2-tabs li:hover {
    color: rgb(255, 0, 192);
}

.reqs .m-block {
    direction: rtl;
    background: #fff;
    border-radius: 0.5em;
    font-size: 0.875em;
    margin-bottom: 1em;
}

.reqs .m-block .toggle-req {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.reqs .col-r {
    color: #979797;
    margin-left: 1em;
}

.reqs .col-r:after {
    content: ":";
}

.reqs .lined::after {
    content: "";
    display: block;
    clear: both;
}

.reqs .lined .col-r {
    float: right;
}

.reqs .lined .col-l {
    float: right;
}

.reqs .a2-btn {
    display: block;
    border: none;
    outline: none;
    background: #7237b4;
    width: 100%;
    border-radius: 0.5em;
    color: white;
    padding: 0.5em 0;
    margin-top: 1em;
}

.reqs.set-dark .m-block {
    border: 1px solid #eee;
    overflow: hidden;
}

.ct-1 {
    opacity: 0;
}

.ct-1.enter {
    transition: opacity 0.5s;
}

.ct-1.exit {
    transition: opacity 0.2s;
}

.ct-1.enter-active,
.ct-1.enter-done {
    opacity: 1;
}

.a1-spin {
    font-size: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    opacity: 0.4;
}

.a1-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0.3em;
    right: 0;
    width: 100%;
    height: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgba(255, 75, 210, 1);
}

.s2-req {
    width: 100%;
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    direction: rtl;
    overflow: hidden;
    text-align: right !important;
    position: relative;
}

.s2-req .s7-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    z-index: 19;
}

.s2-req .map-box {
    width: 100%;
    min-height: 100px;
    background: #eee;
    position: relative;
}

.s2-req .map-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s2-req .map-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.s2-req .s2-head {
    font-size: 1.125em;
    color: rgb(46, 168, 56);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee6f7;
    margin-bottom: 15px;
}

.s2-req .s2-head h3 {
    font-size: 1em;
    font-weight: bold;
    flex-grow: 1;
}

.s2-req .s2-head button {
    border: none;
    background: #fff;
    font-size: 1.5em;
    color: rgb(46, 168, 56);
}

.o-to-d {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.o-to-d p {
    margin: 0 0.5em 0 0;
    flex-grow: 1;
    font-size: 0.875em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.o-to-d .i-box::before {
    content: "";
    display: block;
    min-width: 0.8em;
    width: 0.8em;
    height: 0.8em;
    background: #fff;
    border: 0.2em solid #279954;
    border-radius: 0.2em;
    z-index: 9;
}

.o-to-d .i-box.origin::before {
    border-radius: 2em;
}

.o-to-d::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0.3em;
    right: 0.35em;
    border-right: 1px dotted #7237b4;
    z-index: 10;
}

.o-to-d:last-child:after {
    display: none;
}

.s2-req .money {
    color: #555;
    font-size: 0.875em;
    font-weight: bold;
    margin-top: 0.75em;
}

.s2-req .money span {
    margin-right: 0.5em;
}

.s2-req .money i {
    position: relative;
    top: 0.1em;
}

.s2-req .state {
    display: inline-block;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #eee;
    color: #888;
}

.s2-req .from-to {
    border: 0;
    margin-top: 15px;
}

.s2-req .from-to ul {
    padding: 0 !important;
}

.req-modal {
    font-size: 16px;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: 999997;
    background: #fff;
}

.req-modal .wrapper {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.3s;
    overflow: auto;
    padding-bottom: 1em;
    direction: rtl;
}

.req-modal .wrapper.appear-active,
.req-modal .wrapper.appear-done {
    transform: translateY(0);
}

.req-modal .s3-head {
    position: relative;
    color: #555;
    text-align: center;
    padding: 1em 0;
}

.req-modal .s3-head i {
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 1.25em;
    cursor: pointer;
}

.req-modal .s3-head span {
    font-size: 0.875em;
    font-weight: 500;
}

.req-modal h1 {
    font-size: 1.5em;
    color: #333;
    font-weight: 500;
}

.req-modal img {
    width: 5em;
    height: 5em;
    border-radius: 100%;
}

.req-modal .map-box {
    width: 100%;
    min-height: 100px;
    background: #eee;
    margin-bottom: 1em;
    position: relative;
}

.req-modal .map-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 5px 5px rgb(0 0 0 / 0.07);
}

.req-modal .map-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.ac1 {
    border-bottom: 1px solid #eee;
}

.req-modal .m-row::after {
    display: block;
    content: "";
    clear: both;
}

.req-modal .m-row {
    font-size: 0.875em;
    margin-bottom: 1em;
}

.req-modal .col-s {
    width: 30%;
    float: right;
    font-weight: 500;
    text-align: right;
}

.req-modal .col-e {
    width: 70%;
    float: right;
    text-align: right;
}

.req-modal .rs {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: stretch;
}

.req-modal .rs div {
    width: 50%;
    text-align: center;
    color: #3d9362;
    cursor: pointer;
}

.req-modal .rs a,
.req-modal .rs button {
    display: block;
    color: #3d9362;
    text-decoration: none;
    padding: 0.6em 0;
    border: none;
    background: none;
    width: 100%;
}

.req-modal .rs div:first-child {
    border-left: 1px solid #eee;
}

.req-modal .rs i {
    font-size: 1.2em;
    margin-left: 0.5em;
}

.req-modal .rs span {
    font-size: 0.875em;
}

@media screen and (max-width: 767px) {
    .s2-reqs,
    .req-modal {
        font-size: 14px;
    }
}

.s1-navbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}

.s1-navbar ul {
    max-width: 500px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    list-style: none;
    direction: rtl;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0px 0px 10px #00000026;
}

.s1-navbar ul a {
    display: block;
    color: #b2a2c4;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 2px;
    position: relative;
    transition: color 0.3s;
    border: none;
    background: transparent;
}

.s1-navbar i,
.s1-navbar img {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.s1-navbar img {
    height: 25px;
}

.s1-navbar i {
    font-size: 22px;
}

.s1-navbar b {
    background: #ff00c0;
    color: white;
    min-width: 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    right: 5px;
    display: flex;
}

.s1-navbar li.active a {
    color: #7237b4;
    font-weight: 900;
}

.s1-navbar li:hover a {
    color: #7237b4;
}

.s1-header {
    position: fixed;
    top: 0px;
    z-index: 4;
    right: 0px;
    left: 0px;
    text-align: center;
}

.s1-header li i {
    cursor: pointer;
}

.s1-header ul {
    direction: rtl;
    max-width: 500px;
    box-shadow: 0px 0px 10px #00000026;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    color: #6a3e9b;
    margin-right: auto;
    margin-left: auto;
}

.s1-header .a1 {
    font-size: 24px;
}

.s1-header .a2 {
    font-size: 18px;
}

.dark-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99998;
    opacity: 0;
    transition: opacity 0.2s;
}

.dark-bg.enter-active,
.dark-bg.enter-done {
    opacity: 1;
}

.dark-bg .wrapper {
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.s10-box {
    position: fixed;
    width: calc((100% - 500px) / 2);
    height: 100vh;
    right: 0;
    top: 0;
    background: #f1f2f9;
    z-index: 999999;
}

.sidemenu {
    position: fixed;
    width: 100%;
    max-width: 310px;
    height: 100vh;
    top: 0;
    right: calc((100% - 2) / 2);
    z-index: 99999;
    transform: translateX(100%);
    transition: transform 0.3s;
    background: white;
    padding: 0 15px;
    direction: rtl;
}

.sidemenu img {
    display: block;
    margin: 8px 0px 0 0;
}

.sidemenu.enter-active,
.sidemenu.enter-done {
    transform: translateX(0);
}

.sidemenu .version {
    position: absolute;
    left: 11px;
    top: 5px;
    color: gray;
    font-size: 10px;
    font-family: monospace;
    cursor: pointer;
}

.sidemenu ul {
    list-style: none;
    border-top: 1px solid #f0f1f8;
    border-bottom: 1px solid #f0f1f8;
    margin-top: 10px;
    padding: 5px 0;
}

.sidemenu li {
    margin: 2px 0;
    line-height: 30px;
}

.sidemenu ul button {
    border: none;
    background: #fff;
    color: #6a3e9b;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

.sidemenu ul i {
    margin-left: 8px;
}

.hurry {
    direction: "rtl";
    background-color: "#C9CEEE";
    font-size: 13px;
    border-radius: 10px;
}

.hurry i {
    font-size: 18px;
    color: #5c6081;
}

.Toastify__toast-body {
    font-family: IRANSans !important;
}

.s1-back {
    display: flex;
    border-radius: 20px;
    border: 1px solid #7237b4;
    flex-flow: row nowrap;
    background: transparent;
    direction: rtl;
    padding: 0;
    font-size: 13px;
    overflow: hidden;
    align-items: center;
    color: #7237b4;
    transition: background 0.3s;
}

.s1-back:hover {
    background: #7237b4;
    color: #fff;
}

.s1-back i {
    background: #7237b4;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.s1-back span {
    padding: 0 10px;
}

.test-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
}

.s1-payment {
    direction: rtl;
    text-align: center;
}

.s1-payment b {
    display: block;
}

.s1-payment .st-1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

.s1-payment .st-2 {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin-bottom: 10px;
}

.s1-payment .st-2 span {
    font-weight: bold;
    color: #27ae60;
    font-size: 20px;
}

.s1-payment .payment-error {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.s1-payment .add-money {
    width: 70%;
    border-radius: 10px;
    color: #fff;
    background: #7237b4;
    padding: 10px 0;
    font-size: 14px;
    border: none;
    margin-top: 10px;
}

.s1-payment .payment-success {
    font-size: 14px;
    font-weight: bold;
    color: #2ecc71;
}

.s1-payment .pb-holder {
    border-radius: 20px;
    border: 1px dashed #dedede;
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px;
}

.s1-payment .pb-holder span {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.s1-cp {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.s2-cp {
    width: 200px;
    height: 25px;
    border-radius: 10px;
    margin-bottom: 7px;
}

.s3-cp {
    width: 170px;
    height: 25px;
}

.s1-copy {
    border: none;
    background: #fff;
    color: rgb(185, 185, 185);
    font-size: 18px;
}

.somone-box {
    direction: rtl;
}

.somone-box .sb-1 {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.somone-box .sb-2 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.somone-box label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.somone-box input {
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    transition: all 0.3s;
    font-size: 13px;
}

.somone-box input:focus {
    border-color: #b1c7e7 !important;
    box-shadow: 0 0 0 3px #c2dbfe;
}

.somone-box .btn {
    padding: 10px 0 !important;
}

.s4-cp {
    width: 105px;
    height: 25px;
    border-radius: 30px;
}

.s5-cp {
    width: 105px;
    height: 18px;
    border-radius: 30px;
}

.s6-cp {
    width: 55px;
    height: 20px;
    border-radius: 30px;
}

.s7-btn {
    border-radius: 7px;
    background: #7237b4;
    color: #fff;
    font-size: 14px;
    border: none;
    display: block;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    transition: background 0.3s;
    cursor: pointer;
}

.s7-btn:hover {
    background: #64309e;
}

.s1-spin {
    animation: spin 0.5s linear infinite;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 8px;
}

.prof-box {
    direction: rtl;
    user-select: none;
    text-align: right;
    font-size: 13px;
}

.prof-box label {
    margin-bottom: 3px;
    display: block;
}

.prof-box input {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
    transition: all 0.15s;
    outline: none;
    width: 100%;
    background: #fbfbfb;
}

.prof-box input:focus {
    border-color: #b1c7e7 !important;
    box-shadow: 0 0 0 3px #c2dbfe;
    background: #fff;
}

.s7-cp {
    width: 110px;
    height: 20px;
    border-radius: 10px;
}

.s8-cp {
    width: 130px;
    height: 20px;
    border-radius: 10px;
    float: left;
}

.s9-cp {
    width: 100px;
    height: 20px;
    border-radius: 10px;
    float: right;
}

.s10-cp {
    width: 60px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    float: right;
}

.s11-cp {
    width: 90px;
    height: 20px;
    border-radius: 10px;
    float: left;
}

.messages {
    direction: rtl;
    font-size: 14px;
    padding: 10px;
}

.messages .m-block {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 10px;
}

.messages .m-block:last-child {
    margin-bottom: 0;
}

.messages b {
    font-weight: 500;
}

.messages .m-status {
    text-align: left;
    font-size: 12px;
    display: block;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    padding: 2px 5px;
}

.messages .m-status.read {
    border-color: #279954;
    color: #279954;
}

.messages .m-status.unread {
    border-color: rgb(241, 74, 74);
    color: rgb(241, 74, 74);
    cursor: pointer;
}

.s12-cp {
    width: 80px;
    height: 25px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.s13-cp {
    width: 115px;
    height: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.s14-cp {
    width: 50%;
    height: 18px;
    border-radius: 10px;
}

.s16-cp {
    float: left;
    width: 75px;
    height: 28px;
    border-radius: 20px;
}

.fav-del {
    padding: 16px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 14px;
}

.s15-cp {
    width: 150px;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 7px;
}

.s16-cp {
    width: 100px;
    height: 20px;
    border-radius: 10px;
    float: right;
}

.s17-cp {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin-right: 10px;
}

.s2-reqs .a2-btn {
    z-index: 20;
    position: relative;
}

.StaticPage .list_expand {
    direction: rtl;
    text-align: right;
}

.StaticPage .list_expand h1 {
    margin-bottom: 25px;
}

.StaticPage .list_expand > ul {
    margin: 0px;
    padding: 0px;
}

.StaticPage .list_expand > ul > li {
    overflow: hidden;
    color: #333;
    border-bottom: solid 1px #ddd;
    line-height: 25px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 13px;
}

.StaticPage .list_expand > ul > li > ul {
    display: none;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    line-height: 28px;
    cursor: auto;
    text-align: justify;
    font-weight: normal;
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

.StaticPage .list_expand > ul > li:before {
    content: "\f107";
    display: inline-block;
    width: 25px;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

div.status {
    cursor: pointer;
}
.leaflet-top {
    top: 70px !important;
}
.leaflet-bottom {
    left: 0px !important;
    right: auto !important;
}
.share-box b {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.share-box button {
    font-size: 13px;
    transition: all 0.3s;
    display: block;
    border-radius: 10px;
    width: 100%;
    border: none;
    outline: none;
    overflow: hidden;
    background: transparent;
}

.share-box button i {
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.share-box .copy-btn {
    border: 1px solid #8e44ad;
    color: #8e44ad;
    background: #fff;
    padding: 8px 12px;
}

.share-box .copy-btn:hover {
    background-color: #8e44ad;
    color: #fff;
}

.share-box .holder button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.share-box .holder button a {
    padding: 8px 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.share-box .telegram a {
    background: #30a3e6;
}

.share-box .whatsapp a {
    background: #25d366;
}

.share-box .facebook a {
    background: #3b5998;
}

.share-box .twitter a {
    background: #00acee;
}

.fk-table td {
    padding: 8px 0;
}
