@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome/webfonts/fa-brands-400.eot");
    src: url("../fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-size: small !important;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fontawesome/webfonts/fa-regular-400.eot");
    src: url("../fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fontawesome/webfonts/fa-solid-900.eot");
    src: url("../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


@font-face {
    font-family: "BVazir";
    src: url("../fonts/BVazir/Vazir-Regular.eot") format("eot"),
    url("../fonts/BVazir/Vazir-Regular.woff") format("woff"),
    url("../fonts/BVazir/Vazir-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    direction: rtl;
    text-align: right;
    font-family: "BVazir";
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

html {
    width: 100vw;
}

body {
    overflow-x: hidden;
    /*background: url(/assets/images/body_back7.jpg) repeat;*/
}

.stepwizard-step p {
    margin-top: 10px;
    text-align: center;
}
.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.displayNone {
    display: none;
}

.rounded_5 {
    border-radius: 5rem !important;
}

.rounded_2 {
    border-radius: 2rem !important;
}

.placeholder_gray::placeholder {
    color: #b9b5b5;
}

.w_100vw {
    width: 100vw;
}

.search_box {
    position: relative;
    margin: 0;
}

.tell {
    display: block;
    margin: auto;
    text-align: center;
}

.img-ads {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.color_btn {
    color: white;
    background-color: #ff8d2c;
    /* border-color: #5d977b; */
}

.color_btn_1 {
    color: #2F4F4F;
    background-color: white;
    border-color: white;
}

.search_btn {
    position: absolute;
    left: 28px;
    top: 10px;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 0;
    font-size: 1.2rem;
}

.search_btn:hover {
    text-shadow: 0 0 5px black;
}

.top_header_banner {
    min-height: calc(100vh - 70px);
    width: 100vw;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#9c999cd3),
        color-stop(rgba(173, 174, 179, 0.651)),
        to(#4e4c4edc)
    ),
    url(../images/banner1.jfif) no-repeat;
    background: linear-gradient(#c5c2c5ad, rgba(139, 163, 230, 0.651), #a1a0a3dc),
    url(../images/banner1.jfif) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bg_blur_light {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.min-vh-80 {
    min-height: 65vh !important;
}
.p-10{
    padding-top: 6rem !important;
}
.cursor_pointer {
    cursor: pointer;
}

.cursor_pointer_shadow,
.cursor_pointer_text_shadow {
    cursor: pointer;
    transition: all 0.2s linear;
}

.cursor_pointer_shadow:hover {
    box-shadow: 0 0 5px rgb(104, 101, 101);
}

.cursor_pointer_text_shadow:hover {
    text-shadow: 0 0 5px rgb(104, 101, 101);
}

.border_2 {
    border: 2px solid;
}

.border_black {
    border: #0f6674 !important;
}

.border_white {
    border-color: rgb(255, 255, 255) !important;
}

.max_w_100 {
    max-width: 100%;
}

.max_h_100 {
    max-height: 100%;
}

.w_1 {
    width: 1rem;
}

.w_2 {
    width: 2rem;
}

.w_3 {
    width: 3rem;
}

.w_4 {
    width: 4rem;
}

.w_5 {
    width: 5rem;
}

.w_6 {
    width: 6rem;
}

.w_7 {
    width: 7rem;
}

.w_8 {
    width: 8rem;
}

.w_9 {
    width: 9rem;
}

.w_10 {
    width: 10rem;
}

.w_11 {
    width: 11rem;
}

.w_12 {
    width: 12rem;
}

.w_13 {
    width: 13rem;
}

.w_14 {
    width: 14rem;
}

.w_15 {
    width: 15rem;
}

.h_10 {
    height: 10rem;
}

.h_15 {
    height: 15rem;
}

.h_17 {
    height: 17rem;
}

.h_19 {
    height: 19rem;
}

.h_20 {
    height: 20rem;
}

.h_25 {
    height: 25rem;
}

.h_30 {
    height: 30rem;
}

.h_35 {
    height: 35rem;
}

.h_40 {
    height: 40rem;
}

.h_45 {
    height: 45rem;
}

.h_0_5 {
    height: 0.5rem;
}

.h_0_25 {
    height: 0.25rem;
}

.h_2_5 {
    height: 2.5rem;
}

.hover_shadow {
    transition: all 200ms linear;
}

.hover_shadow:hover {
    box-shadow: 0 0 5px rgb(100, 98, 98);
}

.hover_up {
    transition: all 100ms linear;
}

.hover_up:hover {
    transform: translateY(-5px);
}

.font_0_8 {
    font-size: 0.8rem;
}

.font_0_9 {
    font-size: 0.9rem;
}

.font_1_1 {
    font-size: 1.1rem;
}

.font_1_2 {
    font-size: 1.2rem;
}

.font_1_3 {
    font-size: 1.3rem;
}

.font_1_4 {
    font-size: 1.4rem;
}

.font_1_5 {
    font-size: 1.5rem;
}

.font_1_6 {
    font-size: 1.6rem;
}

.font_1_7 {
    font-size: 1.7rem;
}

.font_1_8 {
    font-size: 1.8rem;
}

.font_1_9 {
    font-size: 1.9rem;
}

.font_2 {
    font-size: 2rem;
}

.text_container img {
    max-width: 50%;
    max-height: 30vh;
    display: flex;
    margin: auto;
    border-radius: 5px;
}

.text_container p {
    text-align: justify;
}

.text_container h2 {
    text-align: right;
}

.outline_0 {
    outline: none !important;
}

.box_shadow_0 {
    box-shadow: none !important;
}

.border_1 {
    border: 1px solid white !important;
}

.d_between {
    display: space-between;
}

.menu_top li span {
    background-color: cyan;
    display: block;
    height: 3px;
    margin-bottom: -10px;
    width: 100%;
    transform: scaleX(0);
    transition: all 150ms linear;
}

.menu_top li:hover span {
    transform: scaleX(1);
}

.logo_top {
    width: 4rem;
    height: 4rem;
}

.logo_top img {
    max-width: 100%;
    max-height: 100%;
}

.over_hidden {
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .text_container img {
        max-width: 100%;
        max-height: 30vh;
        display: flex;
    }
}

.p-bold {
    font-style: italic;
    font-weight: bold;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}


.s137-list-item {
    border: 1px solid #e3dada;
    padding: 15px;
    color: #000;
    border-right: 3px solid #86cfac;
}

.s137-list-item:hover {
    border-right-color: #bbb;
}
#dd::placeholder{
   opacity: 0.4 !important;
}

.s137-list-item-details {
    font-size: 10pt;
    background: #ededed;
    min-width: 94pt;
    font-style: oblique;
    float: left;
    border-radius: 9px;
}

.ltr {
    direction: ltr;
}

.m-50 {
    margin-top: 7rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

.m-10 {
    margin-top: 10rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

.s137-list-answer {
    border: 1px solid #e3dada;
    padding: 15px;
    color: #000;
    border-right: 3px solid #8b938f;
}

.s137-list-answer:hover {
    border-right-color: #bbb;
}

.s137-show-details-first-item {
    background: #eee;
    box-shadow: 0px 1px 11px #d5c2c2;
}


.app-main-menu {
    position: fixed;
    bottom: 7px;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 2px;

}

.app-main-menu > a {
    color: #000;
}

.app-main-menu > a > span {
    color: #579a7b;
}

div#paksepApp {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-ma {
    margin-top: 11rem;
    margin-right: 3rem;
    margin-left: 3rem;
}

#map {
    width: 500px;
    height: 600px;

}
.cChUpI {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem 0.625rem 0px;
    border: 1px solid rgba(58, 61, 66, 0.06);
    border-radius: 0.375rem;
}
 .iTOHqT {
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     align-content: initial;
     -webkit-box-align: center;
     align-items: center;
     flex-flow: row;
     flex: unset;
 }


 :root {
     font-family: IRANSansMobile;
     --sf-surface-main: #F9FAFB;
     --sf-surface-dark: #EBEDF0;
     --sf-surface-light: #FFFFFF;
     --sf-surface-overlay: #3A3D42;
     --sf-surface-alphaLight: rgba(249,250,251,0.06);
     --sf-surface-alphaMedium: rgba(249,250,251,0.12);
     --sf-surface-alphaHigh: rgba(249,250,251,0.24);
     --sf-carbon-main: #3A3D42;
     --sf-carbon-dark: #181B1F;
     --sf-carbon-light: #53565C;
     --sf-carbon-overlay: #FFFFFF;
     --sf-carbon-alphaLight: rgba(58,61,66,0.06);
     --sf-carbon-alphaMedium: rgba(58,61,66,0.12);
     --sf-carbon-alphaHigh: rgba(24,28,32,0.2);
     --sf-accent-main: #FF00A6;
     --sf-accent-dark: #E00096;
     --sf-accent-light: #FF38AC;
     --sf-accent-overlay: #FFFFFF;
     --sf-accent-alphaLight: rgba(255,0,166,0.06);
     --sf-accent-alphaMedium: rgba(255,0,166,0.12);
     --sf-accent-alphaHigh: rgba(255,0,166,0.24);
     --sf-accent2-main: #00B862;
     --sf-accent2-dark: #008542;
     --sf-accent2-light: #18C775;
     --sf-accent2-overlay: #FFFFFF;
     --sf-accent2-alphaLight: rgba(0,133,66,0.06);
     --sf-accent2-alphaMedium: rgba(0,133,66,0.1);
     --sf-accent2-alphaHigh: rgba(0,133,66,0.2);
     --sf-alert-main: #FA284B;
     --sf-alert-dark: #E00025;
     --sf-alert-light: #FF3D5D;
     --sf-alert-overlay: #FFFFFF;
     --sf-alert-alphaLight: rgba(250,40,75,0.04);
     --sf-alert-alphaMedium: rgba(250,40,75,0.12);
     --sf-alert-alphaHigh: rgba(250,40,75,0.24);
     --sf-attention-main: #FACB0F;
     --sf-attention-dark: #9E6900;
     --sf-attention-light: #FFD83D;
     --sf-attention-overlay: #000000;
     --sf-attention-alphaLight: rgba(250,203,15,0.1);
     --sf-attention-alphaMedium: rgba(250,203,15,0.2);
     --sf-attention-alphaHigh: rgba(250,203,15,0.36);
     --sf-inactive-main: #EDEFF0;
     --sf-inactive-dark: #A6AAAD;
     --sf-inactive-light: #EDEFF0;
     --sf-inactive-overlay: #EDEFF0;
     --sf-inactive-alphaLight: #EDEFF0;
     --sf-inactive-alphaMedium: #EDEFF0;
     --sf-inactive-alphaHigh: #EDEFF0;
 }
.form-control_trash {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control_address {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/***** Top menu *****/

.top_menu_bar .navbar {
    background: rgb(93 152 124);
    transition: all .6s;
    backface-visibility: hidden;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.top_menu_bar .navbar-dark .navbar-nav {
    font-size: 15px;
    color: rgb(93 152 124);
    text-transform: uppercase;
    border-top: 1px solid #ededed;
    padding-top: 5px;
}

.top_menu_bar .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    border: 0;
}

.top_menu_bar .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.top_menu_bar .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

/*.top_menu_bar .navbar-dark .navbar-toggler {*/
/*    border-color: #444;*/
/*}*/

.top_menu_bar .navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}

.top_menu_bar .navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.top_menu_bar .navbar-dark .navbar-toggler:hover span,
.top_menu_bar .navbar-dark .navbar-toggler:focus span {
    background: #f3eeee;
}

/* rotate first span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
.image-paksep{
    width: 100px;
    height: 100px;
}

.help{
    max-width: 400px;
    min-height: 500px;
    max-height: 600px;
    margin-top: 11px;
}


.top_menu_bar .navbar-brand {
    width: 162px;
    height: 44px;
    background: url(../images/logo-small.png) right center no-repeat;
    border: 0;
    background-size: contain;
    text-indent: 58px;
}

.top_menu_bar .navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.top_menu_bar .navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}


li.nav-item.profile-details-item {
    color: #b3a6a6;
}

.app-main-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: block;
    height: 60px;
    overflow: hidden;
    z-index: 5000;
}

.app-main-items {
    display: inline-block;
    text-align: center;
    font-size: small;
    margin: 0 4px;
}

.app-main-items-icon {
    /* display: inline-block; */
    margin: 0;
    padding: 0;
}

span.app-main-items-text {
    display: block;
    margin: 0;
    text-align: center;
}

.dark {
    color: #0b2e13;
    font-size: 14px;
}

.text-d .fa {
    color: rgb(93 152 124);
    font-size: 25px;
}
.margin-home{
    margin-top: 10rem;
}
.text-spiner{
    color: rgb(93 152 124);
}
.btn-primary {
    background-color: #ff8d2c;
    border-color: #ff8d2c;
}

.pasmand_form_init .form-group label {
    cursor: pointer;
}

.paksep-font-titr {
    font-size: 20pt;
}

.paksep-font-text {
    font-size: 14pt;
}

.paksep-font-small {
    font-size: 12pt;
}
.paksep-font-litle{
    font-size: 8pt;
}
.p-litle{
    margin-bottom: 0;
}

.paksep-font-bold {
    font-weight: bold;
}

.paksep-margin-top-below-main-menu {
    margin-top: 75px;
}
.paksep-btn-primary{}
.paksep-btn-secondary{}
.tooltip1 {
    position: relative;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -160px;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}
.paksep-color{
    color: rgb(93 152 124);
}
.paksep-color_exc {
    color:#7b8594;
}
.p-paksep{
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.map-home{
    position: absolute;
    z-index: 1000;
    right: 50px;
    bottom: 150px;
   /* border: 1px solid black;
    color: #5d987c;*/
    padding: 5px;
    border-radius: 5px;
}
.div-select-address{
    position: absolute;
    z-index: 1000;
    left: 30px;
    right: 30px;
    top: 10px;
    /* border: 1px solid black;
     color: #5d987c;*/
    color: #ff0871;
    padding: 14px;
    background-color: white;
    border-radius: 5%;
    line-height: 1;
    pointer-events:visible;
}
.btn-location{
    position: absolute;
    z-index: 1000;
    left: 30px;
    bottom: 80px;
    /* border: 1px solid black;
     color: #5d987c;*/
    color: #ff0871;
    padding: 14px;
    background-color: white;
    border-radius: 50%;
    line-height: 1;
}
.btn-location-address{
    position: absolute;
    z-index: 2000;
    left: 1.5rem;
    bottom: 0.5rem;
    color: #ff0871;
    padding: 14px;
    background-color: white;
    border-radius: 50%;
    line-height: 1;
}
.select-address{
    height: 1.3rem;
    border: 3px  #ffff;
}

.btn-edit-address{
    position: absolute;
    display: none;
    z-index: 2000;
    right: 50px;
    bottom: 20px;
    /* border: 1px solid black;
     color: #5d987c;*/
    color: rgb(0, 184, 98);
    padding: 5px;
    border-color: white;
    border-radius: 10%;
    line-height: 1;
    pointer-events: visible;
    background-color: white;
}

.bell-notificaation{
    position: absolute;
    z-index: 1000;
    right: 30px;
    bottom: 150px;
    /* border: 1px solid black;
     color: #5d987c;*/
    padding: 5px;
    border-radius: 5px;
}
.mapp-container .mapp-logo {
    opacity: 0 !important;
}
.color-home{
    color:#5d987c ;
}
.circle1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

.circle1::before {
     content: "";
     position: relative;
     display: block;
     width: 250%;
     height: 250%;
     box-sizing: border-box;
     margin-left: -75%;
     margin-top: -75%;
     border-radius: 45px;
     background-color: #75daad;
     animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
 }

.circle1::after {
     content: "";
     position: absolute;
     left: -15px;
     top: 0;
     display: block;
     width: 100%;
     height: 100%;
     background-color: #75daad;
     border-radius: 50px;
     animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.z-index{
    position: inherit;
    z-index: 100;
}
.m-circle{
    margin-left: 5.65rem;
    margin-top: -.15rem;
}
.check-code-inputs {
    margin: .25rem!important;
    /* display: inline; */
    width: 25pt;
    text-align: center;
}
.image-map{
    width: 480px;
    height: 700px;
}



.hide {
    display: none;
}

.myDIV:hover  .hide {
    display: block;
    color:rgb(93 152 124) ;
}
.btn-delete-address{
    color:rgb(93 152 124) ;
}
.hidden{
    visibility: hidden;
}
.trash_request_btn-primary {
    background: #5d987c;
    color: white;
}
.trash_request_tab {
    width: 110%;
    text-align: center;
    border-bottom: 1px solid #5d987c;
}
.trash_request_tab_user{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #5d987c;
}
.button-home {

    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 0.8rem;
    /* line-height: 2.5rem; */
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #ff98008a;
    background-image: linear-gradient(-180deg, #ff8d2c 0%, #c01f1f 100%);
    box-shadow: 0 1rem 1.25rem 0 #ff98008a,
    0 -0.25rem 1.5rem #FF9800 inset,
    0 0.75rem 0.5rem #FF9800 inset,
    0 0.25rem 0.5rem 0 #FF9800 inset
}

.button-home span {
    color: white;
    font-size: 12pt;
    background-image: linear-gradient(0deg, #EE82DA 0%, #FEFAFD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 2px 2px hsla(290, 100%, 20%, 1));
}

.button-home::before {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;

    opacity: 0.7;
    background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}

.button-home::after {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;

    filter: blur(1px);
    opacity: 0.05;
    background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}
.search_request-list{
    border: 1px solid #e3dada;
    padding: 15px;
    color: #000;
    margin-bottom: 9px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.search_request_id{
    background-color: #ff8d2c;
    color: white;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-bottom: 10px;

}
.search_request_address{
    margin:2rem;
}
.btn-search_request{
    color: white;
    background-color:#5d987c ;

}
.add-address-div{
    /*z-index: 1000;*/
    /*margin-top: 20px;*/
    /*margin-right: 20px;*/
    /*margin-left: 20px;*/
}
.div-select-address{

}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 70px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
}
.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 70px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color:white;
}
.close-mod {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: fixed;
    left: 30px;
    top: 10px;
}

.close-mod:hover,
.close-mod:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close-mod1{
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: fixed;
    left: 18px;
    top: 0;
}
.close-mod1:hover,
.close-mod1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.textarea-address{
    width: 100%;

}
.div-hidden{
    display: none;
}

/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */

.btn-ping{
    /*background-color: rgb(255, 0, 166);
    color: white;
    border-color: rgb(255, 0, 166);
    width: 100%;*/
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    transition: all 150ms ease-out 0s;
    box-sizing: border-box;
    min-width: 6.6875rem;
    width: 100%;
    height: 2.5rem;
    border: 0.09375rem solid rgb(255, 0, 166);
    border-radius: 0.375rem;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 166);
    background-clip: padding-box;
    box-shadow: none;
    font-family: BVazir;
    font-size: 1rem;
    font-weight: 700;
}
.btn-ping1{
    /*background-color: rgb(255, 0, 166);
    color: white;
    border-color: rgb(255, 0, 166);
    width: 100%;*/
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    transition: all 150ms ease-out 0s;
    box-sizing: border-box;
    min-width: 6.6875rem;
    width: 100%;
    height: 2.5rem;
    border: 0.09375rem solid rgb(255, 0, 166);
    border-radius: 0.375rem;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 166);
    background-clip: padding-box;
    box-shadow: none;
    font-family: BVazir;
    font-size: 1rem;
    font-weight: 700;
}
.input-address2{
    position: absolute;
    z-index: 2000;
    background-color: white;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    padding-top: 5px;
    left: 20px;
    right: 20px;
    top: 20px;
}
.fa-size{
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: -0.1em;
}
