:root {
    --main_color: #1652f0;
    --hover_color: #0a46e4;
}


body {
    background: #f4f5f7;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app_main_wrapper {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    background: #ededf5;
}

.app_header_row {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.app_header_row img {
    width: 50px;
}

.app_header {
    background: #35A29F;
    direction: rtl;
    display: flex;
    flex: 0.08;
    color: white;
    border-radius: 0 0 0px 0px;
}


.app_middle {
    display: flex;
    flex: 0.82;
    overflow-y: auto;
    background: #EDEDF5;
}

.app_footer {
    direction: rtl;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex: 0.10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.app_container {
    padding: 13px 5px 11px 5px;
}

.app_slider_wrapper { 
    margin-top: 20px;
    padding: 14px;
}

.app_slider_wrapper .carousel-fade .carousel-item {
    border-radius: 15px;
}

.app_header h4 {
    padding: 8px 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: start;
}

.app_mid_content {
    width: 100%;
}

.home_top_wrapper {
    background: #92f2de;
    padding-top: 22px;
}

.noti_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;

}

.app_nots_icon {
    position: relative;
}

.app_nots_icon img {
    height: 23px;
}

.noti_count {

    position: absolute;
    left: 16px;
    font-size: 10px;
    top: -7px;
    color: white;
    background: #ec5e3c;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    padding-top: 2px;
}

.noti_content {

    padding: 0 5px 0px 5px;
    direction: rtl;
    text-align: right;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 10px;
    margin: 10px;
}

.no_border {
    border: 0px solid #fff !important;
    border-bottom: 0px !important;
}

.h_t_content {
    margin: 0 15px;
    background: white;
    height: 155px;
    border-radius: 10px 10px 0 0;
}

.home_icons_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home_app_page_wrapper {

    padding: 15px;
    background: #fff;
    margin: 0 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.09);
}

.app_home_box_content {


    display: flex;
    align-items: center;
    flex-direction: column;
    width: 48px;
    height: 48px;
    justify-content: center;
    border-radius: 10px;
}

.app_home_box_content img {

    width: 21px;
    filter: brightness(0) invert(1);
}

.app_home_box_content .app_box_icon {}

.home_app_box_icon {
    font-size: 12px;
    /* padding-right: 17px; */
    margin-top: 7px;
}

.app_home_box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mat_icon_wrapper {}

.mat_icon {}

.mat_icon img {
    width: 18px;
    height: 18px;
}

.a-h-1 {
    background: #FF396F;
}

.a-h-2 {
    background: #FFB400;
}

.a-h-3 {
    background: #35A29F;
}

.a-h-4 {
    background: #1DCC70;
}

.home_review_wrapper {
    background: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #DCDCE9;
}

.home_review_wrapper h2 {
    font-size: 15px;
    direction: rtl;
    text-align: right;
    font-weight: 700;
    color: #222222;
    margin-bottom: 16px;
}

.wallet_wrapper {

    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.wallet_sign {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.wallet_amount {
    font-size: 14px;
    direction: ltr;
}

.wallet_title {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding-left: 13px;
    width: 95px;
}

.main_color {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.wallet_icon_wrapper {
    padding-top: 10px;
}

.wallet_icon_wrapper>div {}

.plus_wallet {}

.mines_wallet {
    color: #e00000;
}

.wallet_wrapper {
    font-size: 22px;
    direction: rtl;
    text-align: right;
    color: #222222;
}

.btn_add_order {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35A29F;
    background: rgba(98, 54, 255, 0.1);
    width: 100%;
    height: 34px;
    font-size: 12px;
    border-radius: 10px;
    flex-direction: row;
    margin-bottom: 6px;
    text-align: center;
    justify-content: space-around;
}

.btn_add_order i {
    font-size: 19px;
}

.btn_withraw {
    background: #b7ffac;
    color: #128500;
}

.btn_withraw i {
    color: #128500;
}

.mat_title {
    font-size: 10px;
    padding-top: 3px;
    color: #151515;
}

.mat-tab-label-active {
    opacity: 1 !important;
}

.mat-tab-link {
    height: 48px;
    padding: 0 0px !important;
}

.input-group-text {
    padding: 4px 15px;
    font-size: 13px;
}

.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
    display: none !important;
}

.preview_form {}

.preview_label {

    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
}

.preview_form .form-group {

    display: flex;
    direction: rtl;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.prev_cmt {
    width: 100%;
    direction: rtl;
    text-align: right;
}

.prev_cmt .preview_label {
    justify-content: start;
}

.success_order {
    direction: rtl;
    color: #29ac29 !important;
}

.success_order i {}

.success_order span {}

@media (max-width: 599px) {
    .mat-tab-link {
        min-width: 59px !important;
    }
}

.mat-tab-links {

    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: end;
}

.app_page_wrapper {
    padding: 13px;
    height: 100%;
    overflow-y: auto;
}


/* start of home page  */
.list_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.app_box {
    background: white;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 13px;
    margin-bottom: 14px;
    border-radius: 8px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.app_box_content {}

.app_box_content img {
    width: 32px;
}

.app_box_icon {
    font-size: 14px;
    padding-right: 17px;
}


.app_mobile_wrapper {
    align-items: center;
}

.app_m_country {
    display: flex;

}

.app_m_c_img_wrapper {
    display: flex;
    align-items: center;
    background: #ededed;
    padding: 3px 11px 3px 8px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ced4da;
    border-right: 0;
}

.app_m_c_img_wrapper i {
    margin-left: 6px;
}

.app_m_c_img {
    width: 30px;
    height: 18px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.app_m_area_code {
    padding: 1px 0 0px 10px;
    font-size: 17px;
}

.app_m_inpt_wrapper {
    flex-grow: 1;
}

.app_m_inpt {
    padding: 6px 5px 5px 5px;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    width: 100%;
}

.mod_st_search_cn {
    position: relative;
}

.mod_st_search_cn input {
    padding-right: 4px;
    font-size: 13px;
}

.mod_st_search_cn i {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 14px;
    color: #a3a3a3;
}

.mod_st_search_cn input:focus,
.mod_st_search_cn input:focus {
    border-color: #07689f;
    outline: 0 !important;
    box-shadow: 0 0 0px #471288;
}

.trans_container {
    padding: 1px 25px;

}

.trans_container>h1 {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    text-align: center;
}

.trans_gray {
    font-size: 12px;
    margin: 9px 0;
    color: gray;
    background: #efefef;
    padding: 3px 10px;
    border: 1px solid #e8e3e3;
    border-radius: 5px;
    text-align: right;
}

.model_list_cn {
    overflow: auto;
}


.city_item_row a {

    display: flex;
    border-bottom: 1px solid #eee;
    padding: 5px;
    justify-content: space-between;
}

.city_item_row a:hover {
    background: #efefef;
}

.city_item_title {
    float: right;
    color: #4e4e4e;
    font-size: 14px;
}

.city_item_icon {
    float: right;
    padding-top: 7px;
    color: #6d6a6a;
    font-size: 13px;
}

.city_item_active .city_item_title {
    color: black;
    font-size: 15px;
}

.city_item_active .city_item_icon {
    color: #087cbd;
}


.city_item_row a .city_row_pic {}

.city_item_row a .city_row_pic img {
    width: 31px;
}

.city_item_row a .city_row_title_1 {
    font-size: 14px;
    padding: 4px 7px;
}

.city_item_row a .city_row_title_2 {
    font-size: 11px;
    padding: 8px 7px 0;
}


/* end of home page  */

.rtl-dir {
    direction: rtl !important;
}

.ng-valid[required],
.ng-valid.required {}

.ng-invalid:not(.ng-untouched):not(.ng-pristine):not(form) {

    border: 1px solid #ff0500;
}

select.ng-invalid:not(.ng-untouched):not(form) {

    border: 1px solid #ff0500;
}

.form_input_error_wrapper {
    position: absolute;
    left: -2px;
    top: 9px;
    z-index: 0;
}

.emp_down {

    bottom: -25px;
    left: 0;
}

.form_input_error {

    padding: 7px 0 0 11px;
    font-size: 11px;
    color: #ff0500;
}

/* start of login  */
.rtl_dir {
    direction: rtl !important;
}

.ltr-dir {
    direction: ltr !important;
    text-align: left !important;
}

.job_first_item {
    padding-right: 0;
}

.job_second_item {
    padding-left: 0;
}

.job_first_item>div,
.job_second_item>div {
    padding-right: 0;
    padding-left: 0;
    justify-content: start;
    display: flex;
}

.job_first_item>label,
.job_second_item>label {
    padding-right: 0;
    padding-left: 0;
}

.col-form-label {

    text-align: right;
    font-size: 14px;
    direction: rtl;
}

.form-group {
    position: relative;
}

.white_panel_cp .form-control {
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

.form-check label {
    padding-right: 17px;
    font-size: 13px;
}

.center_content {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin-top: 95px;
}

.white_panel {
    margin: 10px auto;
    margin-top: 60px;
}

.white_panel>h1 {

    text-align: center;
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-weight: bold;
}

.white_panel_cp {
    padding: 32px 16px;
    background: #fff;
    border-radius: 4px;
}

.white_panel .white_panel_extra {

    padding-top: 18px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.white_panel_extra a {
    color: #343333;
    font-size: 13px;
    margin: 0 5px;
}

.white_panel_extra a:hover {

    color: #002da2;
    text-decoration: underline;
}

.ul_tabl_reg {
    direction: rtl;
    text-align: right;
    margin-right: 18px;
}

.ul_tabl_reg li {}

.ul_tabl_reg li a {
    display: inline-block;
    background: #7380a2;
    padding: 10px 26px;
    font-size: 13px;
    color: #dadada;
    border-radius: 4px 4px 0 0;
    margin-left: 1px;
}

.ul_tabl_reg li a.reg_tb_active {
    background: white;
    color: black;
    font-weight: bold;
}

.login_panel {
    max-width: 400px;
    margin-top: 10px;
}

.register_panel {
    max-width: 480px;
    margin-top: 10px;
    margin: 12px auto;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

.sm-label {
    font-size: 12px;
}

.login_panel input:focus,
.register_panel input:focus {
    border-color: #471288;
    outline: 0 !important;
    box-shadow: 0 0 0px #471288;
}

.btn_submit {
    color: #fff;
    padding: 1em 2px;
    background-color: #ffab00;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    border-color: #ffab00;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    direction: rtl;
}

.btn_submit:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.btn_submit:disabled {
    border: 1px solid #6690ff;
    background: #7e9eef;
    color: #dadada;
}

.btn_submit i {}

.big_check {
    width: 25px;
    height: 25px;
}

.validate_email_cn {
    position: absolute;
    right: 10px;
    top: -2px;
}

.validate_email_ok {

    font-size: 23px;
    color: #11cc11;
    position: relative;
    top: 4px;
}

.validate_email_error {
    font-size: 23px;
    color: #ff0909;
}

.validate_email_error_cn {
    position: absolute;
    left: 10px;
    bottom: 0px;
    color: #ff0909;
    font-size: 10px;
}

.cntc-ac-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.field-icon {
    right: 6px;
    top: 70px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
    position: absolute;
}

.other_contaner {
    height: 95px !important;
}

ul#strengthBar {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #ddd;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

.reg_pass_hint {
    font-size: 12px;
    direction: rtl;
    text-align: right;
    background: #f3f3f3;
    padding: 10px;
}

.btn_send_reciver {
    float: left;
    display: block;
    width: 91px;
    border: 1px solid #1652f0;
    margin-right: 14px;
    text-align: center;
    font-size: 15px;
    color: #1652f0;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    position: relative;
}

.btn_send_reciver i {
    position: relative;
    right: -4px;
    top: 3px;
}

.btn_send_reciver:hover {
    background: #1652f0;
    color: white;
}

.white_panel_cp .alert-info {
    font-size: 13px;
    text-align: right;
    direction: rtl;
}

.m-progress {
    position: relative;
    opacity: 0.8;
    color: transparent !important;
    text-shadow: none !important;
    pointer-events: none;
    cursor: default;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

/* end of login */


/* start of public  */


.page-content-container {}

.pContent {

    direction: rtl;
    text-align: justify;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 35px;
    margin-bottom: 50px;
    font-size: 13px;
}

.page-title-container {}

.pTitle {
    text-align: right;
    margin: 1px;
    color: #1f1f1f;
    font-size: 16px;
    /* background: #3f51b5; */
    padding: 6px 4px;
    border-radius: 5px;
    direction: rtl;
    margin-top: 17px;
    font-weight: bold;
}

/* end of public  */


.form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
    height: auto
}

.form-check .form-check-input {
    display: none
}

.form-check .form-check-label {
    cursor: pointer;
    position: relative;
    min-height: 20px;
    padding: 0 32px 0 0px;
    line-height: 1.7em;
    color: #27173E;
}

.form-check .form-check-label:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #DCDCE9
}

.form-check .form-check-label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 3;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input[type="radio"]~.form-check-label:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='4' cy='4' r='4'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center
}

.form-check-input:checked~.form-check-label:after {
    background-color: #35A29F;
    border-color: #35A29F !important
}

.form-check-input:checked~.form-check-label:before {
    opacity: 1
}

.form-check-inline {
    margin-right: 0
}

.form-check-inline .form-check-label {
    margin-bottom: -3px;
    padding-left: 24px
}

.input-list .form-check:after {
    content: "";
    height: 1px;
    background: #DCDCE9;
    display: block;
    margin-left: 54px
}

.input-list .form-check .form-check-label {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.1s all;
    padding: 6px 16px 6px 54px
}

.input-list .form-check .form-check-label:before,
.input-list .form-check .form-check-label:after {
    left: 16px;
    top: 14px
}

.input-list .form-check .form-check-label:active {
    background: rgba(220, 220, 233, 0.3)
}

.input-list .form-check:last-child:after {
    height: 0
}

.form-switch {
    height: 30px
}

.form-switch .form-check-label {
    width: 56px;
    height: 30px;
    padding: 0;
    margin: 0
}

.form-switch .form-check-label:after {
    height: 30px;
    width: 56px;
    background: #DCDCE9;
    border: 1px solid #ccccdf;
    transition: .1s linear
}

.form-switch .form-check-label:before {
    opacity: 1;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 4px;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    transition: .15s ease-in-out
}

.form-switch .form-check-input:checked~.form-check-label:before {
    left: 28px
}

/* start of profile  */

.profile_wrapper {}

.listview-title {

    color: #242424;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    direction: rtl;
}

.listview {
    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
}

.listview.inset {
    direction: rtl;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.listview>li {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 50px;
}

.with-listview>li {
    flex-direction: column;
    align-items: stretch;
}

.po_amount_wrapper {
    margin-top: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.del_pay {
    margin: 11px 0 0 0;
    display: flex;
    justify-content: end;
}

.del_pay i {
    font-size: 12px;
    color: red;
}

.po_amount {
    text-align: right;
    padding: 10px 7px 0;
    font-size: 15px;
}

.image-listview>li {
    padding: 0;
    min-height: auto;
}

.image-listview>li .item {
    padding: 11px 16px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.image-listview>li a.item {

    color: #27173E !important;
    padding-right: 25px;
    font-size: 15px;
}

.image-listview>li a.item_red {

    color: #ff0000 !important;
}

.listview>li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DCDCE9;
}

.image-listview>li:after {
    left: 32px;
}

.image-listview.text>li:after {
    right: 18px;
}

.listview>li:last-child:after {
    display: none
}

.image-listview>li .item .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.image-listview>li a.item:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 16px;
    color: #A9ABAD;
    opacity: 0.6;
    line-height: 1em;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}

.image-listview.media>li:last-child {
    border-bottom: 0
}


.bankList>li a.item:after {
    content: "";
    display: none;
}

.card_number {
    text-align: right;
    font-size: 16px;
}

.acc_row_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.acc_row_item .sp_header {

    font-size: 11px;
    text-align: right;

}

.acc_row_item .sp_value {
    font-size: 14px;
    display: flex;
    justify-content: end;
    flex-grow: 1;
}


.card_shaba .sp_value {
    text-align: right;
    font-size: 12px !important;
}

.bank_name {
    font-size: 11px;
    color: gray;
    text-align: center;
}

.no_pad_box {

    padding-right: 4px !important;
    padding-left: 4px !important;
}

app-bank-account-row {
    width: 100%;
}

.op_status_wrapper {}

.op_st_title_wrapper {
    display: flex;
    font-size: 11px;
    margin: 13px;
    margin-bottom: 4px;
}

.op_st_title {}

.op_st_title_value {}

.op_st_fu_waiting {

    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}

.btn_op_container {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_upload_fish {

    margin: 6px;
    background: #3581ff;
    color: white;
    border: 1px solid #eee;
    padding: 4px;
}

.acc_right_box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #eee;
    margin-left: 12px;
    align-items: center;
    width: 100%;
}

.fish_wrapper {

    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e7e7e7;
    padding: 7px 20px;
    border-radius: 15px;
    margin-bottom: 13px;
}

.add_fish {}

.add_fish a {

    color: #00bb00;
    border: 1px solid #00bb00;
    padding: 2px 21px;
    border-radius: 9px;
}

.add_fish a i {}

.btn_del {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: end;
}

.btn_del i {
    color: red;
}

.del_col {}














.pr_m_l {
    display: flex;
}

.pr_m_title {}

.pr_badge {
    position: relative;
    right: 11px;
    background: #ededf5;
    border-radius: 15px;
    font-size: 12px;
    color: gray;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    top: -1px;
}

.order_back_wrapper {
    padding: 18px;
    display: flex;
    direction: rtl;
    align-items: center;
}

.order_back_wrapper a {
    color: gray !important;
    font-size: 12px;
}

.order_back_wrapper a i {
    position: relative;
    top: 2px;
}

.padding_container {
    padding: 7px 0;
    border-top: 0;
}

.edit_profile .right_border {
    border-left: 1px solid #dadada;
}

.edit_profile .img_edt_profile {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-left: 10px;
}

.edit_profile h5 {
    font-size: 16px;
    font-weight: bold;
}

.edit_profile h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.edit_profile a {
    font-size: 13px;
}

.edit_profile .upload_pic_cn {
    position: absolute;
    left: 28px;
    top: 6px;
}

.edit_profile .upload_pic_cn .simple_btn input[type='file'] {
    display: none;
}

.simple_btn {
    font-size: 15px !important;
    display: block;
    border: 1px solid #dcdbdb;
    padding: 10px;
    color: #191818;
    border-radius: 5px;
    background: white;
    cursor: pointer;
}

.simple_btn:hover {
    border: 1px solid var(--main_color);
    color: var(--main_color);
}

.border_bottom_gray {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: bold;
}

.main_btn {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    background: var(--main_color);
    color: white !important;
    border-radius: 5px;
    border: 1px solid var(--main_color);
    cursor: pointer;
}

.main_btn:hover {
    color: #ffffff;
    background-color: var(--hover_color);
    border-color: var(--hover_color);
}


/* end of profile  */


/* start of payment method modal  */
.acc_container {}

.row_payment_cn {
    display: block;
    margin: 16px 10px;
    border-bottom: 1px solid #eee;
    padding: 11px 0 0 0;
    direction: rtl;
}

.row_payment_cn:hover {
    background: #f9f9f9;
}

.row_payment_cn .img_pay_cn {
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.row_payment_cn .img_pay_cn img {
    width: 24px;
}

.row_payment_cn .img_pay_cn i {
    font-size: 23px;
    color: var(--main_color);
}

.row_payment_cn h2 {
    font-size: 16px;
    font-weight: bold;
    color: #464343;
}

.row_payment_cn h3 {
    font-size: 14px;
    color: #151414;
}

.row_payment_cn p {
    font-size: 13px;
    color: rgb(78, 92, 110);
    margin-top: 10px;
    width: 89%;
}

.row_payment_cn .pay_selection_arrow {
    position: absolute;
    left: 4%;
    top: 30%;
    color: gray;
}

.acc_container_form {
    margin-top: 22px;
    padding: 10px 0px 30px 0px;
}

.acc_container_form>form {
    width: 100%;
}

.acc_container_form .form-group {
    padding: 2px 2px;
}

.acc_bnk_logo {
    position: absolute;
    top: 36px;
    height: 38px;
    right: 18px;
}

.acc_bank_name {
    position: absolute;
    left: 17px;
    font-size: 12px;
    top: 6px;
    color: gray;
}

.text_sm_form {
    font-size: 12px;
    color: grey;
    text-align: center;
    display: block;
    margin: 13px;
}

.shadow_simple_box {
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    border-radius: 4px;
}

.btn_send {
    background: var(--main_color);
    border: 1px solid var(--main_color);
    width: 100%;
    /* height: 50px; */
    color: white;
    font-size: 16px;
    border-radius: 4px;
    padding: 18px;
    font-weight: 100;
    direction: rtl;
}

.btn_send:hover {
    background-color: rgb(10, 70, 228);
    border-color: rgb(10, 70, 228);
}

.btn_send:disabled {
    opacity: 0.5;
    background-color: rgb(22, 82, 240);
}

.simlpe_box {
    border: 1px solid rgb(236, 239, 241);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.simlpe_box i {
    font-size: 38px;
    color: var(--main_color);
    padding-top: 20px;
}

.simlpe_box img {
    padding-top: 0px;
    max-height: 33px;
}

.simlpe_box h2 {
    font-size: 15px;
    padding-top: 0;
    direction: rtl;
    text-align: right;
}

.simlpe_box h6 {

    font-size: 14px;
    color: #333131;
    text-align: right;
    padding: 1px 0 0;
    font-weight: bold;
}

.simlpe_box span {
    font-size: 14px;
}

/* end of payment mehd modal  */


/* start of new order  */



/* end of new order  */


/* start of order list  */
.order_list_wrapper {

    direction: rtl;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);


    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
    width: 100%;
    margin-top: 5px;

}

.order_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 7px 0 0 0;
    font-size: 13px;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.order_box>.row {
    margin-bottom: 6px;
    align-items: center;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}

.edit_order_wrapper {
    direction: ltr;
}

.isNew {
    background: #c5e9ff;
}

.o_rejected {
    background: #e2e2e2;
    opacity: 0.5;
    border-bottom: 1px solid #c1c1c1 !important;
}

.order_list_wrapper .order_box {

    border-bottom: 1px solid #ddd;
}

.order_list_wrapper .order_box:last-child {
    border-bottom: 0px solid #ddd;
}

.order_new {
    background: #7780ff;
}

.order_win {

    background: #a4ffb4;
}

.ord_detail_wrapper {
    width: 100%;
    background: #c7c7c7;
    margin-top: 7px;
    padding: 7px;
    direction: rtl;
    text-align: right;
}

.t_detail_row {
    display: flex;
    width: 100%;
    justify-content: start;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 0px;
}

.order_detail_row {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 0;
}

.ord_detail_wrapper .t_detail_row {
    border-bottom: 1px solid #dcdcdc;

}

.ord_detail_wrapper .t_detail_row:last-child {
    border-bottom: 0px solid #dcdcdc;

}

.det_row_btn_wrapper {
    display: flex;
    justify-content: space-around;
}

.t_inv_row {

    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin: 10px auto;
    width: 90%;
    padding-bottom: 9px;
    padding-top: 0;
}

.no_records_empty {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #b5b5b5;
}

.btn_send_offer {
    display: block;
    background: #ffdd53;
    padding: 4px 7px;
    font-size: 12px;
    color: #232323;
    border-radius: 7px;
    margin-top: 7px;
}

.t_detail_title {
    padding-left: 6px;
}

.t_detail_value {}

.order_sub {
    color: gray;
    font-size: 9px;
    padding-right: 4px;
    text-align: center;
    line-height: 11px;
    max-width: 58px;
    display: inline-flex;
    align-items: center;
}

.orst_open {}

.orst_failed {}

.orst_expired {
    color: rgb(207, 0, 0);
}

.order_buy_signal {
    display: inline-flex;
}

.order_buy_signal img {
    width: 29px;
    height: 15px;
    border-radius: 1px;
}


.order_sell_signal {
    display: inline-flex;
}

.order_sell_signal img {
    width: 29px;
    height: 15px;
    border-radius: 1px;
}


.order_down {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.or_col {
    display: flex;
    justify-content: center;
    padding-top: 4px;
    text-align: center;
    position: relative;
    padding-right: 6px;
}

.o_col_1 {
    flex: 0.1;
    padding-right: 4px;
}

.o_col_2 {
    flex: 0.2;
    display: flex;
    justify-content: start;
}

.o_col_3 {
    flex: 0.3;
    display: flex;
    justify-content: start;
}

.o_col_4 {
    flex: 0.2;
}

.o_col_5 {
    flex: 0.2;
}

.o_col_6 {
    flex: 0.1;
}

.o_col_44 {
    flex: 0.4;
    display: flex;
    justify-content: start;
}

.o_col_66 {
    flex: 0.6;
    display: flex;
    justify-content: start;
}

.center_col {

    justify-content: center !important;
}

.or_col_title {
    padding-left: 5px;
}

.col_with_sort {
    display: flex;
    width: 100%;
    justify-content: center;
}


.or_col_sort {
    position: relative;
    top: 2px;
    left: -2px;
}

.order_symbol {
    padding-right: 5px;
}

.order_footer_more {
    direction: rtl;
    margin: 10px 0 28px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_footer_more a {
    font-size: 12px;
    color: #35A29F;
}

.order_footer_more a i {
    position: relative;
    top: 2px;
    left: -5px;
}


.order_header_box {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    margin: 0;
    background: #35A29F;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 7px 0;
    font-size: 13px;
    color: white;
}

.order_header_box .or_col {
    font-size: 12px;
    justify-content: center;
}

.offer_wrapper {
    margin: 20px;
    padding-bottom: 6px;
}

.offer_step {
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    background: white;
    padding: 17px;
}

.offer_form_wrapper {}

.btn_change_offer {
    color: #fff;
    padding: 1em 11px;
    border-radius: 5px;
    background-color: #88908b;
    border: 1px solid #f1f3f5;
    border-color: #858585;
    text-align: center;
    font-size: 14px;
}

.btn_same_offer {

    color: #fff;
    padding: 1em 11px;
    background-color: #00a235;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    border-color: #089001;
    text-align: center;
    font-size: 14px;
}

.o_confirm_box {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
    direction: rtl;
    text-align: justify;
}

.btn-cancel {
    width: 100%;
    color: #fff;
    padding: 1em 1em;
    background-color: #7a7a7a;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    border-color: #7c7c7c;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: flex;
    justify-content: center;
}

/* end of order list  */

.app-bottom-bar {

    bottom: 8% !important;
}

.editProfileContent {

    font-size: 13px;
    text-align: right;
    margin: 15px 0;
}

.edit_profile {}

/* start of modal  */
.modal-title {
    position: absolute;
    font-size: 19px;
}

.modal {
    background-color: rgba(26, 54, 80, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 16px;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 100;
    /* Adjust according to your needs */
}

.modal.fade-anim {
    transition: opacity 400ms ease-in-out;
    will-change: opacity;
    opacity: 0;
}

.modal.fade-anim.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 16px auto;
    max-width: 580px;
    position: relative;
    transition: opacity 400ms ease-in-out;
    width: 100%;
    will-change: opacity;
    display: inline-block;
    text-align: left;
    border: 0px solid rgba(0, 0, 0, 0.2);
    direction: rtl;
}

.modal-content-size-m {
    max-width: 992px;
}

.modal-content-size-l {
    max-width: 1200px;
}

.modal-footer,
.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0 16px;
}

.modal-header {
    border-bottom: 1px solid #e8e8e8;
    direction: rtl;
}

.modal-body {
    padding: 0px;
}

.modal-footer {
    border-top: 1px solid #e8e8e8;
}

.modal-header .close {
    font-size: 32px;
    float: left;
    position: absolute;
    left: 0;
}

.av-test-class {
    border-radius: 4px;
    width: 99.3%;
    margin: 0px auto;
}

/* end of modal  */

/* start of TFA Auth */

.general_ul {
    list-style: inside;
}

.general_ul li {
    margin: 5px 5px 10px 5px;
    font-size: 13px;
    text-align: right;
}

.tfa_content .tfa_inner {

    padding: 5px 20px 10px 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 13px;
}

.tfa_content b {
    font-size: 14px;
}

.tfa_content .tfa_form_cn {
    text-align: center;
    margin-top: 18px;
}

.tfa_content .tfa_form_cn img {
    width: 45px;
    height: 45px;
}

.simple_card {
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tfa_input_code {
    letter-spacing: 8px;
    font-size: 20px;
    text-align: left;
    width: 138px;
    height: 60px;
    border: 1px solid #eee;
}

.tfa_input_code::placeholder {
    color: #b7c1cb;
}

.tfa_input_mobile {
    width: 235px;
    direction: ltr;
}

#sms_timer {
    padding: 6px;
    border: 1px solid #eee;
    background: #f0f0f1;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}

.btn-resend {
    background: #ffed1a;
    padding: 5px;
    width: 139px;
}

.btn-resend:disabled {
    background: #f1f1f1;
    opacity: 0.3;
}

.btn-resend:hover {
    background: #b98d09;
    color: white;
}

/* end of TFA Auth */

.c-confirm-panel {
    position: absolute;
    bottom: -350px;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding-top: 16px;
    z-index: 10;
    border-radius: 20px 20px 0 0;
    direction: rtl;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all 250ms ease;
}

.wall_cn {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 80%);
}

.confirm-wrapper {
    padding: 15px;
}

.modal_c_wrapper {
    padding: 15px;
    overflow-y: scroll;
    height: 302px;
}

.o-confirm-title {

    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    color: #282828;
    font-weight: bold;
}

.o-confirm-data {}

.confirm-close {
    position: absolute;
    right: 16px;
    top: 15px;
}

.po_amount {}

.confirm-close a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-close i {
    font-size: 17px;
    color: gray;
}

.c-confirm-panel-full {
    bottom: 0;
    top: 50px;
}

.c-confirm-panel-full .modal_c_wrapper {
    height: 90%;
}

.acc_selected {}


.acc_selected .item {
    background: #97DEFF;
}

.acc_add_wrapper {
    font-size: 11px;
}

.acc_add_wrapper i {

    color: green;
}

.shaba_inpu {
    font-size: 14px;
}

.alert_info {}

.order_header_filter_wrapper {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    font-size: 12px;
    padding: 4px 8px;
    background: white;
    border-radius: 5px;
}

.or_user_detail {

    color: blue !important;
    font-size: 13px;
}

.success_orders {
    color: #059c05;
    font-size: 15px;
}

.failed_orders {
    color: #e20a0a;
    font-size: 15px;
}

app-order-row-render {
    width: 100%;
}

.withraw_box {
    margin: 15px;
    background: white;
    border-radius: 10px;
    padding: 10px 0;
}

.withraw_box .home_review_wrapper {
    border-bottom: 0px;
    margin: 15px 0;
}

.with_acc_wrapper {

    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    font-size: 13px;
    background: #f4f4f4;
    padding: 0 9px;
}

.sle_acc_a {
    color: #0058b7 !important;
}

.app_doc_box {
    margin: 12px 0;
    direction: rtl;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
    width: 100%;
    margin-top: 5px;
    padding: 9px 0 7px;
}

.img_app_doc {

    border-radius: 50%;
    border: 2px solid #eee;
    width: 75px;
    height: 75px;
}

.app_doc_box h4 {
    padding-top: 1rem;
}

.app_doc_box h4 a {
    text-align: right;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #5c5c5c;
}

.app_doc_box h5 {
    text-align: right;
    font-size: 12px;
    color: #929292;
}

.app_seller_Page_cn {

    background: #fff;
}

.app_seller_page_imae {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.app_seller_page_imae img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
}

.app_seller_Page_cn .app_sle_title {
    text-align: center;
    font-size: 16px;
    color: #464646;

}

.app_seller_Page_cn .app_sle_paraf {
    text-align: center;
    font-size: 12px;
    color: #757575;
}

.sellerBox-container {
    background: #f9f9f9;
    padding: 16px;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    line-height: 26px;
}

/* start of package  */

.pack_box {
    direction: rtl;
    margin-left: 2px;
    margin-right: 1px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    background: white;
    text-align: right;
    padding: 10px;
    font-size: 13px;
}

.pack_title {

    font-size: 13px;
    color: #464646;
    font-weight: 700;
}

.pack_time {

    font-size: 13px;
    color: #464646;
}

.pack_price {
    font-size: 15px;
}

.col_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hrowtbl {
    margin: 14px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ac_package_wrapper {
    background: #FBFFDC;
    padding: 2px 8px;
    border-radius: 8px;
    line-height: 24px;
    border: 1px solid #ecf4ae;
    color: #0A4D68;
    min-height: 73px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ac_pack_row {
    text-align: right;
    font-size: 13px;
}

.pay_confirmed {
    color: rgb(80, 241, 17);
}

.pay_failed {

    color: red;
}

/* end of package  */

.app_inpt_group {
    direction: ltr;
}

.app_inpt {
    padding: 4px;
    line-height: 9px !important;
    height: 31px !important;
    border: 1px solid #dedede;
    color: #35a29f;
    font-weight: 700;
    font-size: 14px;
    padding-right: 9px;
}

.app_inpt::placeholder {

    color: #474747;
    font-size: 11px;
}

.app_textarea {

    padding: 4px;
    line-height: 9px !important;
    height: 31px !important;
    border: 1px 35a29f #35a29f;
    color: #35a29f;
    font-weight: 700;
    border-radius: 5px;
    width: 98%;
    min-height: 97px;
    padding: 12px;
    direction: rtl;
}

.app_textarea::placeholder {
    color: #35a29f;
    font-size: 13px;
    font-weight: 700;
}

.food_box {
    background: white;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding: 4px;
}

.food_box_icon {}

.food_box_icon img {
    width: 47px;
}

.food_box_title {
    font-size: 13px;
}

.bmi_header {
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    direction: rtl;
}

.bmi_result {

    background: white;
    padding: 12px;
    text-align: center;
    margin-top: 19px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}


.app_inpt_group .app_inpt {
    border-left: 0px solid #3366ff;
    border-right: 0px;
}

.app_inpt_group img {
    height: 20px;
}

.input-group-append,
.input-group-afterpend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-afterpend {
    margin-right: -1px;
}

.input-group-text-after {
    font-size: 13px;
}

.input-group>.input-group-afterpend>.input-group-text-after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.app_inpt_group .input-group-text-after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #464646;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 4px 7px;
    border-left: 0px;

}

@media only screen and (max-width: 600px) {

    .voldemort-app {

        height: 67dvh !important;
        top: 0;
        position: relative;

    }

    .blog-list-img {
        width: 102px !important;
        margin: 8px 8px 0;
    }

    .news-blog-box a {
        text-decoration: none;
    }

    .news-blog-box h6 {
        font-size: 13px !important;
    }

    .news-blog-box .news-blog-continu {
        font-size: 12px !important;
    }

    .news-blog-box .date-news {
        font-size: 11px !important;
    }

    .news-blog-box h6 {
        min-height: 62px !important;
    }

}