a {
    text-decoration:none;
    color:#333333;
}

.bgWhite {
    background-color: #FFFFFF;
}
.txtLeft {
    text-align:left;
}
.txtRight {
    text-align:right;
}

.shadow {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.shadowBlack {
    box-shadow: 0px 0px 4px black;
    box-sizing: border-box !important;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.dirLTR {
    direction: ltr !important;
    unicode-bidi: embed  !important;;
}
.dirRTL {
    direction: rtl !important;
    unicode-bidi: embed  !important;;
}
.dirR {
    direction: rtl !important;
}
.center {
    text-align: center;
}
.relative {
    position:relative;
}
ul {
    list-style-position:inside;
}

.displayNone {
    display: none;
}

.displayHidden {
    visibility: hidden;
}

.displayBlock {
    display: block;
}
.marginTop1 {
    margin-top: 1em;
}
.marginTop2 {
    margin-top: 2em;
}
.marginBottom1 {
    margin-bottom: 1em;
}
.marginBottom2 {
    margin-bottom: 2em;
}
.marginTopBottom1 {
    margin: 1em 0;
}
.marginTopBottom2 {
    margin: 2em 0;
}

.marginTop3 {
    margin-top: 3em;
}

.marginTop4 {
    margin-top: 4em;
}

.margin2 {
    margin: 2em;
}
.margin1 {
    margin: 1em;
}

.marginRight1 {
    margin-right:1em;
}

.marginRight2 {
    margin-right: 2em;
}

.padTop3 {
    padding-top: 3em;
}

.padTop1 {
    padding-top: 1em;
}

/*text Color */
.grayHead {
    color:#353535;
}
.grayBody {
    color:#505050;
}
.golBehi {
    color: #F05A30;
}
.orgGreenHead {
    color: #f7469d;
}
.pinky {
    color: #F7469D;
}
.padding0 {
    padding: 0 !important;
}

.padding5 {
    padding: .5em;
}

.profile {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 2px #f7469d;
}
.cmt {
    border: 1px solid #D5D8DB;
    border-radius: 5px;
    margin: 2em 0;
    padding: .5em;
    font-size: 1.4em

}
.cmt p {
    line-height: 2.5em;
}

.cmt ul li, .cmt ol li {
    padding-right: 1.4em;
    line-height: 2em;
}
/*added from skeleton*/
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
.button,
button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;

}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    /*add by meisam*/
    line-height:1em;
    /*end add by meisam*/
    box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: none;
    font-size:1.4em;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0; }
input[type="checkbox"],
input[type="radio"] {
    display: inline; }
label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal; }
/*txt*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lineThrough {
    text-decoration: line-through;
    color: #ff4d31;
}
.textAlignLeft {
    text-align: left;
}
.textAlignRight {
    text-align: right;
}

.myBtn, .aBtn{
    font-size:1.2em;
    border: none;
    border-radius:4px;
    color:#FFF;
    text-align: center;
    font-weight: unset;
}

.aBtn {
    display: inline-block;
    padding: 8px 20px;
}
.backNewGreen {
    background-color: #f7469d;
}

#lightBoxWrapper {
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: none;
    overflow-y: scroll;
}

#lightBox {
    z-index: 10;
    background: #ffffff;
    border-radius: 10px;
    width:40%;
    border: 1px solid #f7469d;
    margin: 15px auto;
}

#lightBox #msgBox p {
    padding: 0.5em;
    line-height: 1.8em;
    text-align:justify;
    font-size: 1.2em;
    text-align: right;
    direction: rtl !important;
    unicode-bidi: embed  !important;;
    color: #444444;
}
.closeLightBox {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1000;
}

#mapBox .closeLightBox {
    left: unset;
    right: 0;
}

#map {
    width: 100%;
    height: 300px;
}

#map, #storeMap {
    width: 100%;
    height: 300px;
}

.goldColor {
    color: gold;
}

.inlineBlock {
    display: inline-block;
}

p.msg {
    line-height: 2em;
    font-size: 1.2em;
}
.cat {
    vertical-align:middle;
}
#mobileNumberSend {
    text-decoration: underline;
}
.userAccount {
    text-align: left;
    font-size: 1.2em;
    padding-left: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 769px) {
    /*i increase min-width 1px for solution gap tommarow set 769px*/

    #lightBox {
        background: #ffffff;
        border-radius: 10px;
        width:85%;
        border: 1px solid #f7469d;
        margin: 15px auto;
    }

    .userAccount {
        padding-left: 0;
    }
}

.capPic {
    width: 130px;
    height: 50px;
}

img#seagull {
    max-width: 50px;
}

.pwaLevel {
    border: 2px dashed #f7469d;
    margin-top: 2em;
    clear: both;
}
/******************CROP****************************************/
.ReactCrop {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    overflow: hidden;
    max-width: 100%;
    background-color: #000
}

.ReactCrop:focus {
    outline: none
}

.ReactCrop--disabled, .ReactCrop--locked {
    cursor: inherit
}

.ReactCrop__image {
    display: block;
    max-width: 100%;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: fill-available
}

.ReactCrop--crop-invisible .ReactCrop__image {
    opacity: .5
}

.ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, .5);
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat
}

.ReactCrop--disabled .ReactCrop__crop-selection {
    cursor: inherit
}

.ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid hsla(0, 0%, 100%, .7);
    box-sizing: border-box;
    outline: 1px solid transparent
}

.ReactCrop .ord-nw {
    left: 0;
    cursor: nw-resize
}

.ReactCrop .ord-n, .ReactCrop .ord-nw {
    top: 0;
    margin-top: -5px;
    margin-left: -5px
}

.ReactCrop .ord-n {
    left: 50%;
    cursor: n-resize
}

.ReactCrop .ord-ne {
    top: 0;
    cursor: ne-resize
}

.ReactCrop .ord-e, .ReactCrop .ord-ne {
    right: 0;
    margin-top: -5px;
    margin-right: -5px
}

.ReactCrop .ord-e {
    top: 50%;
    cursor: e-resize
}

.ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize
}

.ReactCrop .ord-s {
    left: 50%;
    cursor: s-resize
}

.ReactCrop .ord-s, .ReactCrop .ord-sw {
    bottom: 0;
    margin-bottom: -5px;
    margin-left: -5px
}

.ReactCrop .ord-sw {
    left: 0;
    cursor: sw-resize
}

.ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize
}

.ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit
}

.ReactCrop__drag-bar {
    position: absolute
}

.ReactCrop__drag-bar.ord-n {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-top: -3px
}

.ReactCrop__drag-bar.ord-e {
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    margin-right: -3px
}

.ReactCrop__drag-bar.ord-s {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    margin-bottom: -3px
}

.ReactCrop__drag-bar.ord-w {
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    margin-left: -3px
}

.ReactCrop--fixed-aspect .ReactCrop__drag-bar, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s, .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w, .ReactCrop--new-crop .ReactCrop__drag-bar, .ReactCrop--new-crop .ReactCrop__drag-handle {
    display: none
}

@media (max-width: 768px),(pointer: coarse) {
    .ReactCrop__drag-handle {
        width: 17px;
        height: 17px
    }

    .ReactCrop .ord-n, .ReactCrop .ord-nw {
        margin-top: -9px;
        margin-left: -9px
    }

    .ReactCrop .ord-e, .ReactCrop .ord-ne {
        margin-top: -9px;
        margin-right: -9px
    }

    .ReactCrop .ord-se {
        margin-bottom: -9px;
        margin-right: -9px
    }

    .ReactCrop .ord-s, .ReactCrop .ord-sw {
        margin-bottom: -9px;
        margin-left: -9px
    }

    .ReactCrop .ord-w {
        margin-top: -9px;
        margin-left: -9px
    }

    .ReactCrop__drag-bar.ord-n {
        height: 14px;
        margin-top: -7px
    }

    .ReactCrop__drag-bar.ord-e {
        width: 14px;
        margin-right: -7px
    }

    .ReactCrop__drag-bar.ord-s {
        height: 14px;
        margin-bottom: -7px
    }

    .ReactCrop__drag-bar.ord-w {
        width: 14px;
        margin-left: -7px
    }
}

.bmiTitle {
  text-align: center;
  font-weight: bold;
  background-color: blueviolet;
  font-size: 1.4em;
  padding: 1em;
  color: white;
}

.bmiBtn {
  margin: 0 auto;
  background-color: green;
  color: white;
  font-size: 2em;
  text-align: center;
}

/*# sourceMappingURL=2.c3d310c2.chunk.css.map */