.Carousel {
    overflow: hidden
}

.Carousel, .Carousel-inner {
    position: relative
}

.Carousel-inner--slides {
    display: flex
}

.Carousel-inner--slide {
    flex: 1
}

.Carousel-inner--slide img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.Carousel-arrow--next, .Carousel-arrow--prev {
    top: 50%;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-radius: 20px;
    transform: translateY(-50%);
    border: 1px solid hsla(0, 0%, 100%, .62);
    background: rgba(0, 0, 0, .4)
}

.Carousel-arrow--prev {
    right: 7px
}

.Carousel-arrow--next {
    left: 7px
}

.Carousel-nav--dots {
    display: block;
    margin: 10px 0;
    text-align: center
}

.Carousel-nav--dot {
    width: 8px;
    height: 8px;
    margin: 2px;
    cursor: pointer;
    border-radius: 8px;
    transition: all .3s;
    display: inline-block;
    background: rgba(0, 0, 0, .2)
}

.Carousel-nav--dot.active {
    background: rgba(0, 0, 0, .5)
}

@media screen and (min-width: 992px) {
    .Carousel-nav--dot {
        width: 12px;
        height: 12px;
        border-radius: 12px
    }
}

.Carousel .on-carousel-bottom, .Carousel .on-carousel-top {
    left: 0;
    z-index: 3;
    width: 100%;
    position: absolute
}

.Carousel .on-carousel-bottom .Carousel-nav--dot, .Carousel .on-carousel-top .Carousel-nav--dot {
    background: hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1)
}

.Carousel .on-carousel-bottom .Carousel-nav--dot.active, .Carousel .on-carousel-top .Carousel-nav--dot.active {
    background: #fff
}

.Carousel .on-carousel-top {
    top: 0
}

.Carousel .on-carousel-bottom {
    bottom: 0
}

.RealEstateRelatedTags__list {
    padding: 0;
    margin: 0 0 20px;
    overflow-y: auto;
    max-height: 200px;
    list-style-type: none
}

.RealEstateRelatedTags__list li {
    display: inline-block;
    margin: 0 0 10px 10px
}

.RealEstateRelatedTags__list li a {
    padding: 5px 10px;
    color: #8b8b8b;
    border-radius: 4px;
    display: inline-block;
    transition: all .3s;
    background: #f7fbfa
}

.RealEstateRelatedTags__list li a.show-more {
    width: 20px;
    height: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d5eae5
}

.RealEstateRelatedTags__list li a:hover {
    text-decoration: none;
    background: #e6f3ef
}

.share-profile__buttons {
    margin: 0;
    padding: 0;
    list-style: none
}

.share-profile__buttons li {
    margin-top: 8px;
    position: relative
}

.share-profile__buttons li .copy-success {
    position: absolute;
    visibility: hidden;
    right: 20px;
    opacity: 0;
    top: 0
}

.share-profile__buttons li .copy-success.triggered {
    transition: all .4s;
    visibility: visible;
    opacity: 1;
    top: -30px
}

.share-profile__buttons li:first-child {
    margin-top: 0
}

.share-profile__buttons li a {
    text-decoration: none;
    color: currentColor
}

.share-profile__buttons li a:hover {
    color: #616161
}

.share-profile__buttons .textarea-invisible {
    margin-left: -1px;
    margin-top: -1px;
    height: 1px;
    width: 1px;
    padding: 0;
    opacity: 0;
    border: 0
}

.tooltip {
    position: relative
}

.tooltip-body {
    position: absolute;
    top: 100%;
    right: 5px;
    display: inline-block;
    margin-top: 8px;
    min-width: 150px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.tooltip-content {
    position: relative;
    z-index: 2;
    border-radius: 4px;
    padding: 10px 12px;
    background-color: #fff
}

.tooltip-caret-middle:before {
    top: -6px;
    left: 50%;
    transform: translateX(-50%)
}

.tooltip-caret-right:before {
    top: -6px;
    right: 15px
}

.tooltip-caret:before {
    content: " ";
    border: 1px solid #eee;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    background: #fff;
    border-radius: 2px
}

.image-uploader-wrapper {
    display: flex
}

.image-uploader-item {
    border: 2px solid #ccc;
    justify-content: center;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
    height: 100px;
    width: 100px;
    display: flex
}

@media screen and (min-width: 768px) {
    .image-uploader-item {
        height: 150px;
        width: 150px
    }
}

.image-uploader-item:last-of-type {
    margin-left: 0
}

.image-uploader-item img {
    border-radius: 2px;
    object-fit: cover;
    height: 110px;
    width: 110px
}

@media screen and (min-width: 768px) {
    .image-uploader-item img {
        height: 150px;
        width: 150px
    }
}

.image-uploader-item__remove {
    position: absolute;
    font-size: 13px;
    right: -8px;
    top: -8px;
    background: #000;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.image-uploader-btn {
    box-shadow: none;
    cursor: pointer;
    color: #ccc;
    height: auto;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    border: 0
}

.image-uploader-btn span {
    white-space: normal
}

.image-uploader-btn-text {
    padding: 5px
}

@media screen and (max-width: 767px) {
    .image-uploader-btn .fa-3x {
        font-size: 2em
    }
}

.licenses .card {
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: unset;
    max-width: 100%;
    border-radius: 5px;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    background-color: #fff
}

.licenses .card-header {
    margin: 0
}

.licenses .card-footer {
    background-color: transparent
}

.licenses .card-body img {
    width: 100%;
    height: 150px;
    object-fit: cover
}

.licenses .card .empty-body-icon {
    color: #ccc;
    padding: 10px 0
}

.HeaderNotificationStyle {
    grid-area: topNotification;
    box-sizing: border-box;
    background: #fff385;
    text-align: center;
    position: relative;
    padding: 10px;
    color: #616161
}

.notificationClose {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px
}

.footer .alert-note {
    display: none
}

.chat-wrapper .wrapper {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.chat-wrapper .singlePage, .chat-wrapper .singleWrapper {
    flex: 1;
    display: flex;
    flex-direction: column
}

.chat-wrapper .singlePage {
    overflow: hidden
}

.chat-wrapper .singlePage .backButton {
    display: none
}

.chat {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    direction: ltr
}

.chat .topics {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    margin-left: 15px
}

.chat .topics .topics-header {
    display: flex;
    flex-direction: column;
    text-align: right;
    border-bottom: 1px solid #eee
}

.chat .topics .topics-header .top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline
}

.chat .topics .topics-header .react-autosuggest__container {
    margin-bottom: 10px
}

.chat .topics .topics-header button {
    margin: 0
}

.chat .topics .topics-header .search-input {
    box-shadow: none;
    direction: rtl;
    margin: 0;
    width: 100%
}

.chat .topics .topics-header .react-autosuggest__suggestions-container {
    box-sizing: border-box;
    width: 100%
}

.chat .topics .topics-header .react-autosuggest__suggestions-container .username {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1
}

.chat .topics .topics-header .react-autosuggest__suggestions-container .username svg {
    margin-left: 10px
}

.chat .topics .topic-list {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    flex: 1
}

.chat .topics ul {
    list-style-type: none;
    padding: 0;
    height: 0
}

.chat .topics ul, .chat .topics ul li.topic {
    display: flex;
    flex-direction: column;
    margin: 0
}

.chat .topics ul li.topic {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    min-height: 90px;
    box-sizing: border-box
}

.chat .topics ul li.topic.selected {
    background: #f0f8ff
}

.chat .topics ul li.topic .header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px
}

.chat .topics ul li.topic .header .title {
    display: flex;
    flex-direction: row-reverse;
    color: #919191
}

.chat .topics ul li.topic .header .title svg {
    margin-left: 10px
}

.chat .topics ul li.topic .header .time {
    font-size: .75rem;
    color: #919191
}

.chat .topics ul li.topic .header .badge {
    margin-right: 10px
}

.chat .topics ul li.topic .last-message {
    color: #919191;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right
}

.chat .topics ul li.topic a:hover {
    text-decoration: none
}

.chat .topics ul li.topic a.unread .last-message, .chat .topics ul li.topic a.unread .title {
    color: #0473c0
}

.chat .messenger {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%
}

.chat .messenger .messenger-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    height: 64px
}

.chat .messenger .messenger-header .info {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    flex-grow: 1;
    justify-content: center
}

.chat .messenger .messenger-header .info a {
    color: #919191
}

.chat .messenger .messenger-header .info .typing {
    margin-right: 10px;
    text-align: center
}

.chat .messenger .messenger-header .toolbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative
}

.chat .messenger .messenger-header .toolbar button {
    position: relative
}

.chat .messenger .messenger-header .toolbar .dropdown {
    margin-top: 40%;
    margin-left: 30%
}

.chat .messenger .messenger-header .toolbar .dropdown svg {
    margin-left: 10px
}

.chat .messenger .message-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 0
}

.chat .messenger .message-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.chat .messenger .message-list li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.chat .chat-message {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.chat .chat-message.right {
    justify-content: flex-start
}

.chat .chat-message .bubble {
    display: inline-flex;
    flex-direction: column;
    padding: .5em .7em;
    margin: .25em .5em;
    max-width: 70%;
    border-radius: 1em
}

.chat .chat-message .bubble.left {
    border-top-left-radius: 0;
    background: #0473c0;
    color: #fff
}

.chat .chat-message .bubble.right {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    border-top-right-radius: 0;
    color: #454444
}

.chat .chat-message .text {
    overflow: hidden;
    white-space: pre-wrap;
    display: block;
    word-break: break-word
}

.chat .chat-message .message-link {
    text-decoration: underline
}

.chat .chat-message .message-link.left {
    color: #fff
}

.chat .chat-message .message-link.right {
    color: #454444
}

.chat .chat-message .meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.chat .chat-message .ticks {
    margin-left: 20px;
    color: #888;
    min-width: 20px
}

.chat .chat-message .ticks, .chat .chat-message .time {
    display: block;
    font-size: .65em;
    margin-top: .7em;
    text-align: right
}

.chat .chat-message .time.left {
    color: #fff
}

.chat .chat-message .time.right {
    color: #888
}

.chat .message-failed {
    display: flex;
    justify-content: flex-end
}

.chat .message-failed .resend {
    border: none;
    cursor: pointer;
    box-shadow: none;
    align-self: center
}

.chat .messenger .chat-day {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.chat .messenger .chat-day span {
    display: inline-block;
    font-size: .8em;
    padding: .2em .4em;
    text-align: center;
    color: #b2b2b2;
    font-weight: 600;
    text-transform: uppercase
}

.chat .messenger .composer {
    display: flex;
    margin-top: 1rem
}

.chat .messenger .composer .input {
    display: flex;
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #0473c0;
    margin: 5px 10px;
    padding: .3em .6em;
    border-radius: 5px;
    min-height: 34px
}

.chat .messenger .composer .input textarea {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    resize: none;
    border: none;
    outline: none;
    line-height: 1rem;
    height: 100%;
    font-size: 1em;
    font-family: inherit
}

.chat .messenger .composer .send-button button {
    display: block;
    background: #0473c0;
    box-sizing: border-box;
    border: 1px solid #0473c0;
    margin: 5px 0;
    border-radius: 5px;
    color: #fff
}

.chat .messenger .composer .send-button span {
    display: block;
    outline: none;
    font-size: 1.2em
}

.chat .no-messenger {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.chat .no-messenger svg {
    margin-bottom: 20px
}

.chat .no-messenger span {
    font-size: 1.1rem
}

@media (max-width: 991.98px) {
    .chat .topics {
        max-width: 100%;
        margin-left: 10px
    }

    .chat .topics.desktop-only, .desktop-only, .no-messenger.desktop-only {
        display: none
    }

    .chat-wrapper .singlePage .backButton {
        display: block;
        align-self: flex-start;
        margin-right: 0
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: inherit;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@keyframes hi-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.svg-inline--hi {
    height: 1em;
    overflow: visible;
    font-size: inherit;
    display: inline-block;
    vertical-align: -.125em
}

.hi-fw {
    text-align: center;
    width: 1.25em
}

svg:not(:root).svg-inline--hi {
    overflow: visible
}

.hi-spin {
    animation: hi-spin 2s linear infinite
}

.hi-1x {
    font-size: 1em
}

.hi-2x {
    font-size: 2em
}

.hi-3x {
    font-size: 3em
}

.hi-4x {
    font-size: 4em
}

.hi-5x {
    font-size: 5em
}

.hi-6x {
    font-size: 6em
}

.hi-7x {
    font-size: 7em
}

.hi-8x {
    font-size: 8em
}

.hi-9x {
    font-size: 9em
}

.hi-10x {
    font-size: 10em
}

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -12.5%;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: haraj_h;
    src: url(https://v8-cdn.haraj.com.sa/fonts/haraj_h.eot);
    src: url(https://v8-cdn.haraj.com.sa/fonts/haraj_h.eot#iefix) format("embedded-opentype"), url(https://v8-cdn.haraj.com.sa/fonts/haraj_h.woff) format("woff"), url(https://v8-cdn.haraj.com.sa/fonts/haraj_h.ttf) format("truetype"), url(https://v8-cdn.haraj.com.sa/fonts/haraj_h.svg#haraj_h) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=haraj-logo-]:before {
    display: inline-block;
    font-family: haraj_h;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.haraj-logo-h:before {
    content: "\0041"
}

.wrapper {
    display: grid;
    grid-template-columns:4;
    grid-template-rows:auto;
    grid-template-areas:"topNotification topNotification topNotification topNotification" "headerNav headerNav headerNav headerNav " "header header header header " "contentWrapper contentWrapper contentWrapper  contentWrapper " "footer footer footer footer "
}

.headerNav {
    grid-area: headerNav
}

.header {
    grid-area: header
}

.footer {
    grid-area: footer
}

.postWrapper {
    grid-area: contentWrapper;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-areas:"postMain postMain postMain postMain" "postSide postSide postSide postSide"
}

.postWrapper, .tagWrapper {
    display: grid;
    min-height: 100vh
}

.tagWrapper {
    grid-area: contentWrapper;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-areas:"tagMain tagMain tagMain tagMain" "tagSide tagSide tagSide tagSide"
}

.userWrapper {
    display: grid;
    grid-area: contentWrapper;
    min-height: 100vh;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-template-areas:"userSide userSide userSide userSide" "userMain userMain userMain userMain"
}

.singleWrapper {
    grid-area: contentWrapper
}

@media (min-width: 600px) {
    .postWrapper {
        grid-template-areas:"postMain postMain postMain postSide"
    }

    .tagWrapper {
        grid-template-areas:"tagSide tagMain tagMain tagMain"
    }
}

.tagSide {
    padding: 10px;
    grid-area: tagSide
}

.tagMain {
    grid-area: tagMain
}

.postMain {
    background-color: #fff;
    grid-area: postMain
}

.postSide {
    grid-area: postSide
}

.userSide {
    padding: 10px;
    grid-area: userSide;
    max-width: 100vw
}

.userMain {
    grid-area: userMain;
    max-width: 100vw;
    box-sizing: border-box
}

ul li {
    margin-top: .8rem
}

input:focus {
    outline: none
}

.tagSelect button, .tagSelect select {
    display: block;
    margin: .3rem 0;
    min-width: 100%
}

.tagSelect button {
    margin-top: 1rem
}

.btn {
    margin: 0
}

.postInfo {
    cursor: pointer
}

.table tr td {
    padding: 10px
}

table {
    border: 1px solid #eee
}

tr:nth-child(odd) {
    background-color: #fffef7
}

tr:nth-child(2n) {
    background-color: #f7fbfa
}

textarea {
    padding: 10px
}

label, textarea {
    color: #454444
}

.button, button, input[type=button], input[type=reset], input[type=submit], select {
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    line-height: inherit;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    background-color: #fff;
    border: .05rem solid #ccc;
    margin: 5px;
    border-radius: 4px;
    color: #616161;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
    -webkit-box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1)
}

input[type=button]:focus, input[type=button]:hover, input[type=email]:focus, input[type=email]:hover, input[type=number]:focus, input[type=number]:hover, input[type=password]:focus, input[type=password]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=search]:focus, input[type=search]:hover, input[type=submit]:focus, input[type=submit]:hover, input[type=tel]:focus, input[type=tel]:hover, input[type=text]:focus, input[type=text]:hover {
    border-color: #0473c0
}

.button.button-disabled, .button[disabled], button.button-disabled, button[disabled], input[type=button].button-disabled, input[type=button][disabled], input[type=email].button-disabled, input[type=email][disabled], input[type=number].button-disabled, input[type=number][disabled], input[type=reset].button-disabled, input[type=reset][disabled], input[type=search].button-disabled, input[type=search][disabled], input[type=submit].button-disabled, input[type=submit][disabled], input[type=tel].button-disabled, input[type=tel][disabled], input[type=text].button-disabled, input[type=text][disabled], select[disabled] {
    opacity: .5;
    cursor: default
}

.button.button-disabled:focus, .button.button-disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.button-disabled:focus, button.button-disabled:hover, button[disabled]:focus, button[disabled]:hover, input[type=button].button-disabled:focus, input[type=button].button-disabled:hover, input[type=button][disabled]:focus, input[type=button][disabled]:hover, input[type=email].button-disabled:focus, input[type=email].button-disabled:hover, input[type=email][disabled]:focus, input[type=email][disabled]:hover, input[type=number].button-disabled:focus, input[type=number].button-disabled:hover, input[type=number][disabled]:focus, input[type=number][disabled]:hover, input[type=reset].button-disabled:focus, input[type=reset].button-disabled:hover, input[type=reset][disabled]:focus, input[type=reset][disabled]:hover, input[type=search].button-disabled:focus, input[type=search].button-disabled:hover, input[type=search][disabled]:focus, input[type=search][disabled]:hover, input[type=submit].button-disabled:focus, input[type=submit].button-disabled:hover, input[type=submit][disabled]:focus, input[type=submit][disabled]:hover, input[type=tel].button-disabled:focus, input[type=tel].button-disabled:hover, input[type=tel][disabled]:focus, input[type=tel][disabled]:hover, input[type=text].button-disabled:focus, input[type=text].button-disabled:hover, input[type=text][disabled]:focus, input[type=text][disabled]:hover, select[disabled]:focus, select[disabled]:hover {
    cursor: not-allowed
}

.button.button-outline, button.button-outline, input[type=button].button-outline, input[type=email].button-outline, input[type=number].button-outline, input[type=reset].button-outline, input[type=search].button-outline, input[type=submit].button-outline, input[type=tel].button-outline, input[type=text].button-outline {
    color: #0473c0;
    background-color: transparent
}

.button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type=button].button-outline:focus, input[type=button].button-outline:hover, input[type=email].button-outline:focus, input[type=email].button-outline:hover, input[type=number].button-outline:focus, input[type=number].button-outline:hover, input[type=reset].button-outline:focus, input[type=reset].button-outline:hover, input[type=search].button-outline:focus, input[type=search].button-outline:hover, input[type=submit].button-outline:focus, input[type=submit].button-outline:hover, input[type=tel].button-outline:focus, input[type=tel].button-outline:hover, input[type=text].button-outline:focus, input[type=text].button-outline:hover {
    color: #606c76;
    background-color: transparent;
    border-color: #606c76
}

.button.button-outline.button-disabled:focus, .button.button-outline.button-disabled:hover, .button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline.button-disabled:focus, button.button-outline.button-disabled:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type=button].button-outline.button-disabled:focus, input[type=button].button-outline.button-disabled:hover, input[type=button].button-outline[disabled]:focus, input[type=button].button-outline[disabled]:hover, input[type=email].button-outline.button-disabled:focus, input[type=email].button-outline.button-disabled:hover, input[type=email].button-outline[disabled]:focus, input[type=email].button-outline[disabled]:hover, input[type=number].button-outline.button-disabled:focus, input[type=number].button-outline.button-disabled:hover, input[type=number].button-outline[disabled]:focus, input[type=number].button-outline[disabled]:hover, input[type=reset].button-outline.button-disabled:focus, input[type=reset].button-outline.button-disabled:hover, input[type=reset].button-outline[disabled]:focus, input[type=reset].button-outline[disabled]:hover, input[type=search].button-outline.button-disabled:focus, input[type=search].button-outline.button-disabled:hover, input[type=search].button-outline[disabled]:focus, input[type=search].button-outline[disabled]:hover, input[type=submit].button-outline.button-disabled:focus, input[type=submit].button-outline.button-disabled:hover, input[type=submit].button-outline[disabled]:focus, input[type=submit].button-outline[disabled]:hover, input[type=tel].button-outline.button-disabled:focus, input[type=tel].button-outline.button-disabled:hover, input[type=tel].button-outline[disabled]:focus, input[type=tel].button-outline[disabled]:hover, input[type=text].button-outline.button-disabled:focus, input[type=text].button-outline.button-disabled:hover, input[type=text].button-outline[disabled]:focus, input[type=text].button-outline[disabled]:hover {
    color: #9b4dca;
    border-color: inherit
}

.button.button-clear, button.button-clear, input[type=button].button-clear, input[type=email].button-clear, input[type=number].button-clear, input[type=reset].button-clear, input[type=search].button-clear, input[type=submit].button-clear, input[type=tel].button-clear, input[type=text].button-clear {
    color: #9b4dca;
    background-color: transparent;
    border-color: transparent
}

.button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type=button].button-clear:focus, input[type=button].button-clear:hover, input[type=email].button-clear:focus, input[type=email].button-clear:hover, input[type=number].button-clear:focus, input[type=number].button-clear:hover, input[type=reset].button-clear:focus, input[type=reset].button-clear:hover, input[type=search].button-clear:focus, input[type=search].button-clear:hover, input[type=submit].button-clear:focus, input[type=submit].button-clear:hover, input[type=tel].button-clear:focus, input[type=tel].button-clear:hover, input[type=text].button-clear:focus, input[type=text].button-clear:hover {
    color: #606c76;
    background-color: transparent;
    border-color: transparent
}

.button.button-clear.button-disabled:focus, .button.button-clear.button-disabled:hover, .button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear.button-disabled:focus, button.button-clear.button-disabled:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type=button].button-clear.button-disabled:focus, input[type=button].button-clear.button-disabled:hover, input[type=button].button-clear[disabled]:focus, input[type=button].button-clear[disabled]:hover, input[type=email].button-clear.button-disabled:focus, input[type=email].button-clear.button-disabled:hover, input[type=email].button-clear[disabled]:focus, input[type=email].button-clear[disabled]:hover, input[type=number].button-clear.button-disabled:focus, input[type=number].button-clear.button-disabled:hover, input[type=number].button-clear[disabled]:focus, input[type=number].button-clear[disabled]:hover, input[type=reset].button-clear.button-disabled:focus, input[type=reset].button-clear.button-disabled:hover, input[type=reset].button-clear[disabled]:focus, input[type=reset].button-clear[disabled]:hover, input[type=search].button-clear.button-disabled:focus, input[type=search].button-clear.button-disabled:hover, input[type=search].button-clear[disabled]:focus, input[type=search].button-clear[disabled]:hover, input[type=submit].button-clear.button-disabled:focus, input[type=submit].button-clear.button-disabled:hover, input[type=submit].button-clear[disabled]:focus, input[type=submit].button-clear[disabled]:hover, input[type=tel].button-clear.button-disabled:focus, input[type=tel].button-clear.button-disabled:hover, input[type=tel].button-clear[disabled]:focus, input[type=tel].button-clear[disabled]:hover, input[type=text].button-clear.button-disabled:focus, input[type=text].button-clear.button-disabled:hover, input[type=text].button-clear[disabled]:focus, input[type=text].button-clear[disabled]:hover {
    color: #9b4dca
}

input[type=file] {
    display: none
}

textarea {
    border: .1rem solid #ccc;
    border-radius: 4px;
    width: 80%
}

.trademarks {
    text-align: center
}

.car_cont {
    width: 75px;
    height: 75px;
    background-image: url(https://haraj.azureedge.net/static/style7/all_v4.png)
}

a.gallerypic:hover {
    text-decoration: none
}

a.gallerypic {
    padding: 3%
}

a.gallerypic span.pic-icon {
    position: absolute;
    left: 5%;
    bottom: 5%
}

a.gallerypic:hover span.pic-icon {
    visibility: visible
}

.sprite-GMC {
    background-position: 0 0
}

.sprite-audi {
    background-position: 0 -125px
}

.sprite-benz {
    background-position: 0 -250px
}

.sprite-bmw {
    background-position: 0 -375px
}

.sprite-cadillac {
    background-position: 0 -500px
}

.sprite-chevrolet {
    background-position: 0 -625px
}

.sprite-dodge {
    background-position: 0 -750px
}

.sprite-ford {
    background-position: 0 -875px
}

.sprite-honda {
    background-position: 0 -1000px
}

.sprite-hyundai {
    background-position: 0 -1125px
}

.sprite-jeep {
    background-position: 0 -1250px
}

.sprite-kia {
    background-position: 0 -1375px
}

.sprite-landrover {
    background-position: 0 -1500px
}

.sprite-lexus {
    background-position: 0 -1625px
}

.sprite-mazda {
    background-position: 0 -1750px
}

.sprite-mini {
    background-position: 0 -1875px
}

.sprite-mitsubishi {
    background-position: -125px 0
}

.sprite-nissan {
    background-position: -125px -125px
}

.sprite-opel {
    background-position: -125px -250px
}

.sprite-renault {
    background-position: -125px -375px
}

.sprite-toyota {
    background-position: -125px -500px
}

.sprite-volkswagen {
    background-position: -125px -625px
}

.sprite-daihatsu {
    background-position: -125px -750px
}

.sprite-infiniti {
    background-position: -125px -875px
}

.sprite-suzuki {
    background-position: -125px -1000px
}

.sprite-parts {
    background-position: -125px -1125px
}

.sprite-porsche {
    background-position: -125px -1250px
}

.sprite-chrysler {
    background-position: -125px -1375px
}

.sprite-trucks {
    background-position: -125px -1500px
}

.sprite-bikes {
    background-position: -125px -1625px
}

.sprite-classic {
    background-position: -125px -1750px
}

.sprite-damaged {
    background-position: -125px -1875px
}

.sprite-tanazul {
    background-position: 0 -2000px
}

.pagination {
    display: inline-block
}

.pagination > li {
    display: inline
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #0473c0;
    cursor: default
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: right;
    padding: 10px 16px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0473c0;
    margin-right: -1px
}

.pagination > li > a:hover {
    text-decoration: underline
}

body, html {
    overflow-x: hidden
}

body {
    margin: 0;
    line-height: 1.42857;
    color: #919191;
    font-family: -apple-system, system-ui, Segoe UI, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-anchor: none
}

a {
    color: #0473c0;
    text-decoration: none
}

a:hover {
    color: #606c76;
    text-decoration: underline
}

header {
    margin-bottom: 2px
}

.logo img {
    height: 40px;
    margin-top: 5px
}

.headEmpty, .headLinks {
    font-size: 1rem;
    padding-bottom: .8rem;
    padding-top: .8rem
}

.headLinks {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    unicode-bidi: embed
}

.tagforremoval {
    overflow-x: hidden
}

.headLinksScroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.3, .73, .3, .74);
    transition: -webkit-transform .2s cubic-bezier(.3, .73, .3, .74);
    -o-transition: .2s transform cubic-bezier(.3, .73, .3, .74);
    transition: transform .2s cubic-bezier(.3, .73, .3, .74);
    transition: transform .2s cubic-bezier(.3, .73, .3, .74), -webkit-transform .2s cubic-bezier(.3, .73, .3, .74);
    font-size: 1rem;
    padding-bottom: .8rem;
    padding-top: .8rem;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-bottom: 1px solid #aaa
}

.headLinksScroll.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.headLinks a, .headLinksScroll a {
    padding-right: 5%;
    color: #919191
}

.mainNavbar {
    background: #0473c0
}

.headContent {
    width: 100%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    margin: 2px;
    height: 46px
}

.headLogo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.headLogo a {
    color: #fff;
    font-size: 1.5rem
}

.userMenu {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .userMenu {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.userMenu a {
    color: #fff;
    padding: 14px 18px;
    display: inline-block;
    text-decoration: none
}

.userMenu a:hover {
    color: #fff
}

.userMenu a.active {
    color: #fff;
    background: rgba(0, 0, 0, .15)
}

.userMenu a.active + span {
    margin-right: 8px
}

@media (min-width: 600px) and (max-width: 991px) {
    .userMenu > li:not(.user-actions) .item-text {
        display: none
    }
}

.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 98px;
    color: #919191;
    font-size: .8rem
}

.post, .post:last-child {
    border-bottom: 1px dotted #ddd
}

.odd {
    background-color: #fff
}

.even {
    background-color: #f7fbfa
}

.postInfo {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
    padding: 10px;
    width: 60%
}

.postExtraInfo, .postExtraInfoDate {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.postExtraInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.postExtraInfoPart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

div.postExtraInfo > div:first-child {
    width: 70%
}

div.postExtraInfo > div:last-child {
    width: 30%
}

.postExtraInfo a {
    color: #919191
}

.postImg, .postsListSummery .postImg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.postsListSummery .postImg {
    color: #919191;
    background-color: #f7fbfa;
    margin: 5px;
    width: 159px;
    max-width: 160px;
    height: 180px
}

.postImg a img {
    width: 90px;
    height: 90px;
    object-fit: cover
}

.postTitle {
    align-items: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.postTitle .svg-inline--fa {
    font-size: 18px;
    color: #ebc300;
    margin-right: 5px
}

.postTitle a:link {
    color: #093;
    font-size: 1.2rem;
    font-weight: 500
}

.postTitle a:visited, .table a:visited {
    color: #551a8b
}

.postTitle a {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em
}

@media screen and (max-width: 599px) {
    .postlist:not(.postlist-picview), .postMain {
        margin: 0 -15px
    }
}

.postlist:not(.postlist-picview) .postTitle a {
    white-space: nowrap
}

.postPic {
    margin-top: 5px
}

.postPic, div.postPic div#AJAXloaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.postPic div#AJAXloaded {
    width: 100%
}

.postPic .postImg a img {
    width: 110px;
    height: 110px;
    border-radius: 3px
}

.badge {
    color: #fff;
    font-size: .7em;
    border-radius: 5px;
    padding: 3px 5px;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
    margin: 2px
}

.badge-danger {
    background-color: #d03333
}

.badge-primary {
    background-color: #0473c0
}

.badge-warning {
    background-color: #ebc300
}

.gold {
    color: #ebc300
}

.favad, .red {
    color: #d03333
}

.smallText {
    font-size: .7em;
    color: #919191
}

#searchBoxContent, #searchBoxContentTag {
    position: relative;
    direction: rtl
}

.sideSearchBox {
    display: none
}

#searchBoxContent .searchBox, #searchBoxContentTag .searchBox {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

#searchBoxContent input[type=search] + .fa-search, #searchBoxContentTag input[type=search] + .fa-search {
    position: absolute;
    padding-top: 12px;
    padding-right: 25px;
    color: #aaa;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.autoCompleteResultContent, .autoCompleteResultContentTag {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 85%;
    max-width: 900px;
    min-height: 12rem;
    padding: 5px;
    margin-right: 5%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.sideSearchHistory {
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    text-overflow: ellipsis
}

.autoCompleteResult {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 25px 10px 10px
}

.autoCompleteResult ul li, .relatedTags ul li {
    padding-top: .8rem
}

.relatedTags a {
    color: #919191
}

.clearSearch {
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.button-green {
    background: #4cae4c none repeat scroll 0 0;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .15);
    border: .1rem solid #4cae4c
}

.button {
    -webkit-box-shadow: 0 -2px hsla(0, 0%, 100%, .1) inset, 0 -3px rgba(0, 0, 0, .1) inset, 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -2px hsla(0, 0%, 100%, .1), inset 0 -3px rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .05)
}

.moreelementsinmain {
    display: none
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    background-color: #eee;
    color: #eee;
    width: 100%
}

.side {
    margin: .3rem
}

.side button, .side select {
    width: 98%;
    margin: 1%;
    padding: 1%
}

#searchBoxContentTag button, #searchBoxContentTag input {
    margin: 1%
}

#searchBoxContentTag button {
    width: 10%
}

.clear {
    clear: both
}

.moreoptions {
    border-bottom: 1px dotted #0473c0;
    color: #0473c0;
    cursor: pointer
}

a.tag:before {
    content: "# ";
    opacity: .6
}

a.tag {
    unicode-bidi: embed;
    direction: rtl;
    padding: 5px 7px;
    line-height: 2;
    height: 20px;
    white-space: nowrap;
    border-radius: 4px 15px 15px 4px;
    font-size: 1rem
}

.nestedTabs-scroll-left i, .nestedTabs-scroll-right i, a.tagTab {
    unicode-bidi: embed;
    direction: rtl;
    padding: 5px 7px;
    font-size: 1rem;
    border-radius: 4px
}

a.tag:link, a.tag:visited, a.tagTab:link, a.tagTab:visited {
    color: #919191;
    background: #eee
}

a.tag.active, a.tagTab.active {
    background: #e6f1f9;
    font-weight: 700
}

a.tag.active:link, a.tag.active:visited, a.tagTab.active:link, a.tagTab.active:visited {
    color: #0473c0
}

.tagMenuMain a {
    margin-right: 1rem
}

.tagMenus {
    white-space: nowrap;
    width: 100%;
    height: 2rem;
    position: relative
}

.tagMenuMain {
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    padding-bottom: .8rem;
    padding-top: .8rem
}

.nestedLevel {
    font-size: .8rem;
    unicode-bidi: embed;
    direction: rtl
}

.nestedTabs li {
    display: inline;
    line-height: 2
}

.nestedLevel {
    white-space: nowrap;
    width: 100%;
    height: 2.1rem;
    position: relative;
    margin-top: 10px;
    direction: ltr;
    padding: 5px 0
}

.nestedLevel ul {
    display: none;
    margin: 0 2%;
    padding: 0;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 96%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff
}

.filters, .tagMain .filters {
    margin-bottom: 25px
}

.tagFilters {
    display: inline-flex;
    margin-top: -10px
}

.tagFilters .button {
    margin-left: 10px
}

.tagFilters > div {
    padding: 5px
}

.tagFilters > div:first-child {
    min-width: 33%
}

.tagFilters > div:last-child {
    direction: ltr
}

.tagFilters .year, .tagFilters i.refresh {
    display: none
}

.switchPicTag {
    direction: ltr;
    padding-left: 5px;
    padding-bottom: 5px
}

.switchPicTag, .switchPicTag i {
    cursor: pointer
}

.other_marks a {
    border-radius: .25em;
    -webkit-box-shadow: 0 0 0 1px #f8f7f7 inset, 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #f8f7f7, 0 0 0 1px #ccc;
    font-size: 16px;
    margin: .2em;
    padding: .5em;
    text-align: center;
    width: 5em;
    display: inline-block
}

.neighborhoodSearchBox {
    display: none
}

.postViewContainer {
    padding-top: .8rem;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.postViewContainer__search-form {
    padding: 20px 15px
}

@media (min-width: 768px) {
    .postViewContainer__search-form {
        width: 50%
    }
}

.postMain {
    margin: 0 -15px
}

.postHeader {
    border-bottom: 1px solid #ebe7d1;
    border-top: 1px solid #ebe7d1;
    background-color: #f8f6e7;
    padding: 10px
}

.postContact {
    margin: .5%;
    font-size: 1.3rem
}

.postBody {
    background-color: #fcfcfa;
    color: #454444;
    font-size: 1.6rem;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
    border-bottom: 1px solid #ebe7d1;
    border-radius: 0 0 4px 4px;
    padding: 10px 10px 20px
}

.postHeader h3, .postHeader span.postTitle {
    color: #093;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em
}

div.postBody img {
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

div.files img, div.postBody img {
    height: auto;
    margin-top: 5px;
    width: auto
}

div.files img {
    max-height: 50%;
    max-width: 50%
}

div.container.pageView .postExtraInfo {
    margin-top: 0
}

div.container.pageView .postExtraInfo a {
    color: #5c9ac6;
    font-size: 1.2rem
}

.middleElements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.footer .middleElements {
    justify-content: center;
    align-items: center;
    padding: 0
}

.input-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 1rem;
    padding-top: 1rem
}

div.input-icon-wrap > a, div.input-icon-wrap > button, div.input-icon-wrap > span, div.middleElements > a, div.middleElements > button, div.middleElements > span {
    color: #aaa
}

div.input-icon-wrap > i, div.input-icon-wrap > span {
    color: #aaa;
    cursor: pointer
}

div.input-icon-wrap > span i.favad {
    color: #cc162c;
    font-weight: bolder
}

.alert {
    font-size: 1rem;
    padding: 8px;
    margin: 8px;
    color: #c09853;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.alert a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dotted
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-warning {
    color: #7c6d1f;
    background-color: #f8ecad;
    border-color: #e8d991
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: .8rem;
    font-weight: 700;
    line-height: 3;
    color: #454444;
    text-align: center;
    vertical-align: baseline;
    border-radius: 2px
}

.label[href]:focus, .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #eee
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #d9edf7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #03558e
}

.label-success {
    background-color: #4cae4c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #d6e9c6
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #fcf8e3
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #f2dede
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge-info {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #777;
    padding: 4px 14px
}

.moveLeft {
    direction: ltr
}

.metaBody {
    padding: 5px
}

.addPost {
    background: #f9f9f9;
    border-radius: 3%;
    padding: 3%
}

.addPost input:not([type=radio]):not([type=checkbox]), .addPost select {
    width: 80%;
    margin: .5rem;
    max-width: 600px
}

.addpost input[type=file] {
    visibility: hidden
}

.postSelectTypeStep1 div {
    margin: 5%
}

.postSelectTypeStep1 hr {
    width: 95%
}

.listContFor2Items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 98px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    padding-right: 50px
}

.listContFor2Items .icon {
    right: 0;
    position: absolute;
    padding-left: 10px;
    vertical-align: middle
}

.listContFor2Items .left, .listContFor2Items .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.singleContent {
    margin-top: 3%;
    margin-bottom: 3%
}

.singleContentGrid {
    grid-area: contentWrapper
}

.terms-modal .singleContentGrid {
    width: 100%
}

.member-plan-form * {
    box-sizing: border-box
}

.member-plan-form .form-control:not(textarea) {
    box-shadow: none;
    min-width: 16rem;
    border-width: .1rem;
    height: 40px
}

.commentHeader {
    background: #edeaea;
    padding: 5px;
    border-bottom: 1px solid #ebe6cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.commentHeader .adxExtraInfo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.commentId {
    font-size: 2rem;
    opacity: .5
}

.commentBody {
    color: #454444;
    padding: 10px;
    font-size: 1rem;
    font-size: 1.4rem
}

.commentBody, .commentFooter {
    background: #fff;
    background: #f5f5f5
}

.commentFooter {
    padding: 10px 5px;
    border-bottom: 1px solid #ebe6cf
}

.commentFooter a {
    color: #919191
}

.comment {
    margin: 10px;
    font-size: .8rem;
    border: 1px solid #ebe6cf;
    border-radius: 4px;
    word-wrap: break-word;
    word-break: break-word
}

.reportPanel {
    position: relative;
    direction: ltr
}

.reportPanelInfo {
    display: block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 1000;
    padding: 10px;
    background-color: #fff
}

.reportPanelInfo button {
    margin: 5px
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 20px;
    padding: 10px;
    margin: 10px
}

.black {
    color: #000
}

.green {
    color: green
}

.postTitle a.darkgreen {
    color: #014216
}

.gray {
    color: #756f6f
}

.star {
    color: #ebc300
}

.blue {
    color: #0473c0
}

.btn-danger, button.btn-danger, input.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a
}

.btn-danger, .btn-success, button.btn-danger, button.btn-success, input.btn-danger, input.btn-success {
    -webkit-box-shadow: 0 -2px hsla(0, 0%, 100%, .1) inset, 0 -3px rgba(0, 0, 0, .1) inset, 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -2px hsla(0, 0%, 100%, .1), inset 0 -3px rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .05)
}

.btn-success, button.btn-success, input.btn-success {
    color: #3c8b3c;
    background-color: #f2f2f2
}

.btn-info, .btn-primary, button.btn-info, button.btn-primary, input.btn-info, input.btn-primary {
    color: #0473c0;
    background-color: #fff;
    border-color: #0473c0;
    -webkit-box-shadow: 0 -2px hsla(0, 0%, 100%, .1) inset, 0 -3px rgba(0, 0, 0, .1) inset, 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -2px hsla(0, 0%, 100%, .1), inset 0 -3px rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .05)
}

.btn-primary-alt {
    border: 0;
    color: #fff;
    background: #0073c6;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    padding-bottom: 2px
}

.btn-primary-alt:hover {
    color: #fff;
    background: #005ea1
}

.btn-success-alt {
    background: #009934
}

.btn-danger-alt, .btn-success-alt {
    border: 0;
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    padding-bottom: 2px
}

.btn-danger-alt {
    background: #d9534f
}

.btn-success-alt:hover {
    background: #02882f;
    border-color: transparent
}

.btn-dark {
    color: #fff;
    box-shadow: none;
    background: #929aaa
}

.btn-dark.active, .btn-dark:hover {
    background: #81899a
}

.btn-dark:hover {
    border-color: transparent
}

.btn-blue {
    color: #fff;
    box-shadow: none;
    background: #0473c0
}

.btn-blue:hover {
    border-color: transparent
}

.btn-gray-blue {
    color: #fff;
    box-shadow: none;
    background: #a9bdd5
}

.btn-gray-blue:hover {
    background: #94abc5;
    border-color: transparent
}

.btn-link {
    color: #03558e;
    box-shadow: none;
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent;
    text-decoration: underline
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s
}

.btn-block {
    display: block;
    width: 100%
}

.btn-sm {
    font-size: 14px;
    padding: 5px 8px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    height: 45px
}

.btn-xlg {
    padding: 0 20px;
    height: 45px
}

.add-btn {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.userView .side {
    padding: 10px
}

ul.badges {
    list-style: none
}

ul.badges li {
    margin-top: 15px
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: right;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.add input:not([type=radio]), .add select {
    width: 80%;
    margin: .5rem;
    max-width: 600px
}

.add input[type=radio] {
    margin: 5px
}

.note ul {
    list-style-type: circle
}

.note ul li {
    color: #a8a6a6
}

.note ul li.active {
    color: #454444
}

div.note ul li span a {
    color: #83acc8
}

div.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div.input-group input {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.input-group input:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group span:last-child {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #eee;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    border: .1rem solid #ccc;
    border-right-width: 0;
    color: #444
}

.box2 input[type=email], .box2 input[type=password], .box2 input[type=search], .box2 input[type=tel], .box2 input[type=text], .box2 select {
    width: 70%
}

#map-canvas {
    margin-right: 10%;
    width: 80%;
    height: 400px
}

.close {
    direction: ltr
}

.msgs {
    max-width: 700px
}

.msg {
    color: #919191;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: .8rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

.msg:last-child {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0
}

.msgInfo {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 60%;
    padding: 10px
}

.msgMeta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px
}

.msgTitleActive {
    font-size: 1.2rem
}

.msgTitleDisabled {
    font-size: 1.1rem;
    color: #919191
}

.msgMeta > i {
    font-size: 1.2rem
}

.to_pm {
    margin-right: 10%
}

div.comment.to_pm div.commentHeader {
    background: #f8f6e7
}

div.comment.to_pm div.commentBody {
    background: #fcfcfa
}

footer {
    background: #f8f7f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 5px
}

table {
    width: 90%
}

.left {
    float: left
}

.similarPosts {
    background: #f8f7f7;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    word-wrap: break-word;
    margin: .5rem
}

.similarPosts .postImg {
    margin-top: .3rem
}

.rating {
    font-size: 1rem
}

@media (min-width: 600px) {
    .hideLarge {
        display: none
    }

    .postHeader {
        border: 1px solid #ebe7d1;
        border-radius: 4px 4px 0 0
    }

    .postBody {
        background-color: #fcfcfa;
        color: #454444;
        font-size: 1.8rem;
        border-left: 1px solid #ebe7d1;
        border-right: 1px solid #ebe7d1;
        border-bottom: 1px solid #ebe7d1;
        border-radius: 0 0 4px 4px;
        padding: 10px 10px 20px
    }

    .postViewContainer {
        padding: .8rem
    }

    .UserMenu {
        font-size: 1.2rem;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .UserMenu a {
        color: #b9daf1
    }

    .UserMenu a.active {
        color: #d03333
    }

    .postPic .postImg a img {
        width: 150px;
        height: 150px
    }
}

.postlist {
    max-width: 100vw;
    min-height: 60vh
}

@media (max-width: 600px) {
    .logo img {
        max-height: 25px;
        margin-top: 5px
    }

    .hideSmall {
        display: none
    }

    .mobileUserMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .mobileUserMenu a {
        font-size: 1.5rem;
        color: #aaa
    }

    .mobileUserMenu.notLoggedIn a i {
        color: #eee
    }

    .notLoggedIn a i.marks {
        color: #aaa
    }

    .mobileUserMenu a.active {
        color: #d03333
    }

    .inputContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .react-autosuggest__input {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.react-autosuggest__container {
    position: relative;
    width: 100%
}

.react-autosuggest__input--focused {
    outline: none
}

.react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.react-autosuggest__suggestions-container {
    display: none;
    background-color: #fff;
    width: 100%;
    max-width: 700px;
    min-height: 12rem;
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    z-index: 1
}

.react-autosuggest__suggestions-container--open--fixed {
    display: block
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #0473c0
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 10px 20px
}

.react-autosuggest__suggestion--highlighted {
    background-color: #ddd
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#loading {
    -webkit-animation: bounce 3.5s infinite;
    animation: bounce 3.5s infinite
}

.uploadThumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start
}

.uploadThumb > div > div > img {
    display: block;
    max-width: 350px;
    width: auto;
    height: auto;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

@media screen and (max-width: 600px) {
    .uploadThumb > div > div > img {
        max-width: 100%
    }
}

.thumbContent {
    display: inline-block;
    margin: 0 auto
}

.indicator {
    background-color: #428bca;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    max-height: 5px
}

.thumWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 20px
}

.thumWrapper:last-of-type {
    margin-bottom: 0
}

.buttonsWrapper {
    align-items: center
}

.buttonsWrapper, .controlers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.controlers button {
    margin: 5px
}

#dropMsg {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.btn-borderless {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer
}

.btn-borderless:focus {
    outline: none
}

#titleStatus {
    top: 3px
}

#postStatus, #titleStatus {
    position: absolute;
    left: 3px
}

#postStatus {
    bottom: 3px
}

#tagsStatus {
    display: inline-block
}

#locationModelBackground, .modalBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#locationModel {
    position: fixed;
    width: 65vw;
    height: 65vh;
    overflow-x: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.noSpaces {
    padding: 0;
    margin: 0
}

.modalFront {
    padding: 1rem;
    position: fixed;
    overflow-x: auto;
    top: 50%;
    left: 50%;
    min-width: 60vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: .1rem solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 -2px hsla(0, 0%, 100%, .1) inset, 0 -3px rgba(0, 0, 0, .1) inset, 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 -2px hsla(0, 0%, 100%, .1), inset 0 -3px rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .05);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important;
    scroll-behavior: smooth;
    z-index: 100
}

.mapView {
    max-height: 70%;
    height: 70vh
}

@media screen and (max-width: 600px) {
    .modalFront {
        width: 85vw;
        max-height: 80%
    }

    #locationModel {
        width: 90vw;
        height: 80vh
    }
}

.userMain .postlist {
    padding: 5%
}

@media only screen and (max-width: 600px) {
    #addPost-btn {
        margin-bottom: 5%
    }
}

a.backButton {
    margin-right: 1%
}

ul.level_1 a.tagTab {
    font-size: 1.2rem
}

ul.level_2 a.tagTab {
    font-size: 1.1rem;
    background: #ebf5ec
}

ul.level_3 a.tagTab {
    font-size: 1rem
}

#titleSave {
    bottom: -30px;
    color: #03558e
}

#feedback, #titleSave {
    position: absolute;
    left: 0
}

#feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw;
    max-width: 900px;
    border-radius: 8px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 600px;
    padding: 0;
    border: 0
}

@media only screen and (max-width: 600px) {
    #feedback {
        width: 80vw
    }
}

#feedbackInputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 5%
}

#feedbackHeader {
    background-color: #0473c0;
    height: 10%;
    max-height: 80px;
    width: 100%;
    margin: 0;
    border-radius: 8px 8px 0 0
}

#feedbackHeader > img {
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 8px 8px 0 0
}

.feedback-input {
    color: #737171;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #0473c0;
    transition: all .3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0
}

.feedback-input:focus {
    border: 2px solid #03558e
}

#feedbackInputs > textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical
}

#feedback-close {
    position: absolute;
    bottom: 0;
    left: 0
}

.toast {
    min-width: 500px;
    max-width: 600px;
    min-height: 50px;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    position: fixed;
    align-items: flex-start;
    z-index: 1
}

.toast, .toast > div {
    display: flex;
    justify-content: center
}

.toast > div {
    align-items: center;
    align-self: stretch
}

@media only screen and (max-width: 600px) {
    .toast {
        min-width: 300px
    }
}

placeHolder {
    background-color: grey;
    width: 300px;
    height: 300px
}

.question {
    margin-bottom: 1.5rem
}

.question .answer {
    margin-top: .5rem
}

.small_window {
    min-height: 250px;
    max-width: 600px;
    background-color: #f2f2f2;
    text-align: center
}

.confim_window, .small_window {
    min-width: 250px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.confim_window {
    max-width: 500px;
    min-height: 150px;
    max-height: 250px;
    width: 20vw;
    height: 10vh;
    position: absolute
}

input::placeholder {
    color: #a7a7a7
}

.pad {
    padding: 5px
}

.terms_modal {
    display: "block";
    width: 50vw;
    height: 70vh;
    z-index: 100;
    text-align: justify
}

.flexCol {
    display: flex;
    flex-direction: column
}

.input-group-addon {
    -webkit-box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1)
}

.paymentPanel {
    width: 70%;
    height: 50%;
    max-height: 650px;
    max-width: 800px;
    overflow-y: hidden !important
}

.controlSelectPay {
    height: 37.57px
}

.madaIconParent {
    max-height: 250px;
    justify-content: center;
    display: flex;
    padding: 15px 0
}

.madaImage {
    width: 30%;
    align-self: center
}

.paymentForm label {
    margin-top: 20px
}

.paymentDateInfo {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between
}

@media only screen and (max-width: 600px) {
    .terms_modal {
        width: 80vw
    }

    .paymentDateInfo {
        justify-content: space-between
    }

    .paymentPanel {
        width: 90%;
        height: 90%;
        max-height: 606px;
        max-width: 800px
    }

    .tagFilters {
        flex-wrap: wrap
    }

    .tagFilters > div:first-child {
        min-width: 90%
    }

    .tagFilters > div:last-child {
        width: 100%;
        direction: ltr;
        display: flex
    }

    .spinar {
        order: 3
    }
}

.paymentForm {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 600px
}

.tags {
    display: inline-flex;
    color: snow;
    min-width: 50px;
    min-height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 10px
}

#search_filter_options {
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap
}

.toggle-btn {
    background-color: #f8f7f7;
    transition: all .2s ease-in-out
}

.toggle-btn, .toggle-btn.active {
    width: 50px;
    height: 20px;
    border-radius: 20px
}

.toggle-btn.active {
    background-color: #84b2da
}

.toggle-btn > .mark {
    background-color: #a8a8a8;
    left: 50%;
    transition: all .2s ease-in-out
}

.toggle-btn > .mark, .toggle-btn > .mark.active {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.toggle-btn > .mark.active {
    background-color: #428bca;
    left: 0
}

#payment-container {
    display: flex;
    flex-direction: column;
    max-width: 800px
}

#payment-wrapper {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
    padding: 5px
}

#payment-inductor {
    width: 80%;
    height: 8px;
    background-color: #428bca;
    float: left
}

#payment-side {
    flex: 1;
    min-width: 250px;
    min-height: 100px;
    border-left: 1px solid #e8e8e8
}

#payment-form {
    flex-direction: column;
    padding: 10px;
    flex: 5;
    min-width: 300px
}

#payment-form, .payment-status-btns {
    display: flex;
    justify-content: center
}

.payment-status-btns {
    align-items: center;
    flex-direction: column
}

.payment-status-btns > * {
    text-align: center;
    margin: 5px
}

#btn-home-payment {
    width: 147px
}

.main_tabs_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.list-container-wrap {
    width: 100%;
    min-height: 47px;
    position: relative;
    border: 1px solid #e7e3e3
}

.list-container-wrap:nth-child(2) {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    margin-bottom: 3px
}

.list-container-wrap:nth-child(3) {
    border-top-width: 0 !important
}

.list-container {
    position: absolute;
    left: 0;
    right: 0
}

.tabs_list {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    text-align: right
}

.tabs_list.supTabs {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #fff
}

.tab {
    flex: 1;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 0 3px
}

.tab a {
    padding: 10px;
    display: block
}

.tab img {
    filter: opacity(.5) grayscale(1)
}

.tab span {
    display: block;
    font-size: 16px
}

.tab.active img, .tab:hover img {
    filter: opacity(1) grayscale(0)
}

.tab.active, .tab:hover {
    border-radius: 5px;
    background: rgba(1, 115, 192, .13)
}

.tab:hover a {
    color: #0473c0;
    text-decoration: none
}

.tab_link {
    text-align: center;
    font-size: 1.2rem;
    color: #aaa;
    white-space: nowrap
}

.supTab {
    border: 1px solid #e7e3e3;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    padding: 3px 10px;
    margin: 5px;
    display: inline-block
}

.tabs_list:first-child {
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .tabs_list:first-child {
        margin-bottom: 15px
    }

    #search_filter_options {
        justify-content: space-between
    }
}

.supTab_link {
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
    color: #8b8b8b
}

.tab.active > a {
    color: #0473c0
}

.supTab.active > a {
    color: #0473c0;
    font-weight: 700
}

.aqar-tags {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (min-width: 600px) {
    .aqar-tags {
        justify-content: left
    }
}

.aqar-tags a {
    margin: 0 0 10px 10px
}

.commissionSubmitButtonwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px
}

.waitRoute {
    min-height: 500px
}

#bodyTEXT {
    color: #a7a7a7
}

#bodyTEXT:focus {
    color: #454444
}

.memberForm {
    width: 70%;
    min-height: 50vh;
    margin-top: 5vh;
    max-width: 800px
}

@media screen and (max-width: 600px) {
    .memberForm {
        width: 100%
    }
}

.point {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ccc;
    color: #454444;
    text-align: center;
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 2.5s
}

.point.active {
    background-color: #0073c6;
    color: #fff
}

#postingLevel1Off {
    width: 80%;
    margin: .5rem;
    max-width: 600px;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    box-sizing: border-box;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dd__opened > .dd__list {
    display: inherit;
    border: .05rem solid #ccc !important
}

.dd__wrapper {
    width: 86%;
    margin: .5rem;
    max-width: 622px;
    background-color: #fff;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #616161;
    white-space: nowrap;
    line-height: inherit
}

.dd__selectControl {
    border: .05rem solid #ccc !important
}

.dd__selectedItem {
    background-color: #0473c0;
    color: snow;
    border-radius: 5px;
    margin: 3px 5px;
    padding: 0 5px
}

.dd__crossIcon {
    margin-left: 0;
    margin-right: 5px
}

.city_model_filter {
    float: left;
    margin: 10px 0
}

@media screen and (max-width: 680px) {
    .city_model_filter {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .city_model_filter > * {
        flex: 1;
        width: 50%
    }

    .full_width {
        width: 100%
    }
}

.following {
    width: 5vw;
    max-width: 200px;
    min-width: 150px;
    font-size: .8rem
}

.tooltip-body {
    right: auto;
    left: 5px !important
}

.tooltip-caret-left:before {
    top: -6px;
    left: 15px
}

.modalWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.infinite-scroll-component {
    overflow: hidden !important
}

.refresh_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important
}

.placeholder_right {
    text-align: right
}

.placeholder_right::-webkit-input-placeholder {
    text-align: right
}

.placeholder_right:-moz-placeholder {
    text-align: right
}

.tagMain, .tagSide {
    max-width: calc(100vw - 30px)
}

#edit_tags {
    width: 100%
}

#edit_tags > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

#edit_tags > * #postingLevel1Off, #edit_tags > * select {
    width: 100%;
    margin: 5px 0;
    max-width: 400px
}

.req_text {
    display: block;
    margin-right: 10px
}

.new_bg {
    background-color: #f2f4fa !important
}

.icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-self: center;
    font-size: 20px
}

.hui-col {
    display: grid;
    grid-gap: 2em
}

@media (min-width: 768px) {
    .hui-col-sm-2 {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 992px) {
    .hui-col-md-3 {
        grid-template-columns:repeat(3, 1fr)
    }
}

.container, .postWrapper, .singleContentGrid, .singlePage, .tagWrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (min-width: 1200px) {
    .container, .postWrapper, .singleContentGrid, .singlePage, .tagWrapper {
        width: 1170px
    }
}

@media screen and (min-width: 1480px) {
    .container, .postWrapper, .singleContentGrid, .singlePage, .tagWrapper {
        width: 1350px
    }
}

.no-scroll, .no-scroll body {
    overflow: hidden;
    position: relative
}

.text-center {
    text-align: center
}

.card {
    border: 1px solid #eee;
    box-shadow: 0 0 8px rgba(0, 0, 0, .07);
    border-radius: 4px
}

.card-footer, .card-header {
    padding: 8px 12px
}

.card-header {
    background: #e8f1e6;
    border-bottom: 1px solid #eee
}

.card-footer {
    background: #eee;
    border-top: 1px solid #eee
}

.card-body {
    padding: 10px 12px
}

.card-body-title {
    margin: 10px 0
}

.card-body p {
    margin: .5em 0
}

.card-body-no-padding {
    margin: -10px -12px
}

.card-empty {
    display: flex;
    align-items: center;
    justify-content: center
}

.ul-no-bullets {
    padding: 0;
    list-style-type: none
}

.ul-no-bullets li {
    margin: 0;
    padding: 0
}

.brand-logos {
    display: grid;
    grid-gap: 10px;
    grid-template-columns:repeat(3, 1fr)
}

@media screen and (max-width: 479px) {
    .brand-logos {
        justify-content: center
    }
}

.brand-logos--svg {
    border: 1px solid #f3f3f3;
    padding: 8px;
    color: #a1a1a1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    height: 78px;
    width: 78px;
    font-weight: 500;
    text-decoration: none
}

.brand-logos--svg:hover {
    color: #0473c0;
    text-decoration: none;
    border-color: #0473c0
}

.brand-logos--svg [class^=svg-inline--fa], .brand-logos--svg img, .brand-logos--svg svg {
    width: 60px;
    height: 60px
}

.brand-logos--svg .text {
    font-size: 12px
}

.brand-logos .imgasicon {
    transition: all .3s
}

.brand-logos .imgasicon img {
    filter: opacity(.5) grayscale(1)
}

.brand-logos .imgasicon:hover img {
    filter: grayscale(0) opacity(1)
}

.main-tab__custom-icon {
    font-size: 1.9em
}

.custom-service-icon:hover, .livestock-link:hover {
    color: #0473c0
}

@media screen and (min-width: 768px) {
    .search-container-wrapper {
        width: 50%
    }
}

.ul-normalize {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ul-normalize li {
    margin-top: 0
}

.input-icon-wrap .btn-borderless {
    color: #aaa
}

.post-author-actions {
    padding: 5px 0
}

.post-author-actions a {
    display: block;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none
}

.post-author-actions a:hover {
    background: #eee
}

.random-help-message {
    margin: 15px 10px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #f8f7f7;
    border: 1px solid #ddd
}

.random-help-message p {
    position: relative;
    padding-right: 30px
}

.random-help-message p .icon {
    right: 0;
    font-size: 20px;
    color: #1072bf;
    position: absolute
}

@media (min-width: 768px) {
    .random-help-message {
        margin-left: 0;
        margin-right: 0
    }
}

.qa_wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 100px;
    margin-top: 20px
}

.qa_wrapper .q {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qa_wrapper .q .str_wrapper {
    position: relative;
    display: flex
}

.qa_wrapper .q .str_wrapper .q_icon {
    color: #1073c0
}

.qa_wrapper .q .str_wrapper .q_text {
    text-align: start;
    color: #000;
    font-size: 1.1rem;
    margin-right: 22px
}

.qa_wrapper .q_open_icon {
    color: #e4e8f2;
    font-size: 1.4rem
}

.qa_wrapper .answer {
    padding-top: 3%;
    padding-inline-start: 1em;
    margin-right: 20px;
    color: #00aa62
}

.fullwidth {
    width: 100%
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none
    }
}

.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 768px) {
    .space-between-md {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    .__halfScreen {
        width: 50%
    }
}

.ul-plain {
    margin: 0;
    padding: 0
}

.ul-plain li {
    margin: 0;
    list-style-type: none
}

.mt-1 {
    margin-top: 1em
}

.mb-1 {
    margin-bottom: 1em
}

.mb-2 {
    margin-bottom: 2em
}

.ml-10 {
    margin-left: 10px
}

.icon-vam {
    vertical-align: middle
}

.hui-item {
    line-height: 1.8
}

.text-warning {
    color: #ffc107
}

.m-0, .margin-0 {
    margin: 0 !important
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.label-check {
    font-weight: 400
}

.flex-middle {
    align-items: center;
    justify-content: center
}

.visible-print {
    display: none
}

@media print {
    .visible-print {
        display: block
    }
}

@media print {
    .hidden-print {
        display: none
    }
}

label {
    color: #616161;
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block
}

label.radio-option-label {
    font-weight: 400
}

label.label-block {
    display: block
}

input[type=search] {
    -webkit-appearance: none
}

.form-input-group {
    display: flex
}

.form-input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-input-group .btn {
    height: 40px;
    min-width: 60px;
    margin: 0 -2px 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-input-group__search .form-control:focus, .form-input-group__search .form-control:hover {
    border-color: #0073c6
}

.text-error {
    color: #e21b1b
}

.has-error .form-control {
    border-color: #e21b1b
}

.has-error .text-error {
    position: absolute;
    margin-top: 3px;
    font-size: 13px
}

.form-group {
    margin-bottom: 1.8em;
    font-family: system-ui;
    position: relative
}

.form-group .btn {
    margin: 0
}

.form-group .alert {
    margin: 1em 0 0
}

input.form-control, select.form-control, textarea.form-control {
    margin: 0;
    width: 100%;
    display: block;
    color: #616161;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

input.form-control:focus, input.form-control:hover, select.form-control:focus, select.form-control:hover, textarea.form-control:focus, textarea.form-control:hover {
    border-color: #0473c0
}

input.form-control-alt, select.form-control-alt, textarea.form-control-alt {
    margin: 0;
    width: 100%;
    height: 40px;
    display: block;
    box-shadow: none;
    padding-left: 5px;
    border-radius: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #929aaa
}

input.form-control-alt:focus, input.form-control-alt:hover, select.form-control-alt:focus, select.form-control-alt:hover, textarea.form-control-alt:focus, textarea.form-control-alt:hover {
    outline: 0;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

@media (min-width: 768px) {
    input.form-control-size-xs, select.form-control-size-xs, textarea.form-control-size-xs {
        width: 15em
    }

    input.form-control-size-sm, select.form-control-size-sm, textarea.form-control-size-sm {
        width: 20em
    }

    input.form-control-size-md, select.form-control-size-md, textarea.form-control-size-md {
        width: 30em
    }

    input.form-control-size-lg, select.form-control-size-lg, textarea.form-control-size-lg {
        width: 50em
    }
}

.form-control:not(textarea) {
    height: 40px
}

.form-inline .form-control {
    width: auto;
    display: inline-block
}

.commission-form .btn {
    min-width: 150px
}

.auth-overlay {
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000
}

.auth-overlay-inner {
    margin: 30px 10px
}

@media (min-width: 768px) {
    .auth-overlay {
        background-color: hsla(0, 0%, 94.5%, .96)
    }

    .auth-overlay-inner {
        margin-right: auto;
        margin-left: auto;
        margin-top: 20vh;
        width: 320px
    }
}

.auth-overlay form {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.8px 0;
    margin-bottom: 20px !important
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #3071a9;
    border-radius: 3px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #3071a9;
    border-radius: 3px
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #3071a9;
    border-radius: 3px
}

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #3071a9;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px
}

input[type=range]::-moz-range-thumb {
    border: 1px solid #3071a9;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px
}

input[type=range]::-ms-thumb {
    border: 1px solid #3071a9;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px
}

.checkbox-button input {
    display: none;
    -webkit-appearance: none
}

.checkbox-button input + label {
    height: 32px;
    color: #fff;
    display: block;
    padding: 0 8px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #81899a;
    border: 1px solid transparent
}

.checkbox-button input:checked + label {
    color: #0473c0;
    border-color: #0473c0;
    background-color: #edf8ff
}

.checkbox-button input:checked + label:after, .checkbox-button input:checked + label:before {
    position: absolute
}

.checkbox-button input:checked + label:before {
    content: "";
    top: -3px;
    left: -10px;
    width: 28px;
    height: 14px;
    transform: rotate(-45deg);
    background-color: currentColor
}

.checkbox-button input:checked + label:after {
    top: -3px;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    content: "\002713"
}

.inline-ltr {
    display: inline-block;
    direction: ltr
}

.postHeader .postExtraInfoPart .def_username {
    width: 25px;
    height: 25px;
    background: #a9bdd5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    font-size: .8rem;
    vertical-align: middle
}

.langSwitch {
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ccc
}

@media (min-width: 768px) {
    .langSwitch {
        margin-left: 20px
    }
}

.langSwitch button {
    height: 24px;
    padding: 7px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.langSwitch button:first-child {
    border-radius: 0 2px 2px 0
}

.langSwitch button:last-child {
    border-radius: 2px 0 0 2px
}

.langSwitch button.active {
    color: #fff;
    background: #009d1a
}

.user-actions {
    position: relative
}

.user-actions .toggle-user-action-handle {
    color: #fff;
    cursor: pointer
}

.dropdown {
    left: -10px;
    top: 45px;
    margin: 0;
    /*padding: 3px 0;*/
    z-index: 99999;
    text-align: left;
    border-radius: 3px;
    white-space: nowrap;
    /*border: 1px solid #eee;*/
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .1)
}

.dropdown, .dropdown:before {
    position: absolute;
    background: #fff
}

.dropdown:before {
    content: "";
    z-index: -1;
    top: -4px;
    left: 10px;
    width: 14px;
    height: 14px;
    border-radius: 2px 0 0 0;
    transform: rotate(45deg)
}

@media (min-width: 768px) {
    .dropdown {
        left: -12px;
        min-width: 200px
    }
}

.dropdown li {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1rem;
    text-align: right;
    list-style-type: none
}

.dropdown li a {
    display: block;
    color: #919191;
    padding: 7px 15px;
    transition: all .35s
}

.dropdown li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0073c6
}

.dropdown li.dropdown-footer {
    color: #5f5f5f;
    padding: 15px 15px 5px
}

.dropdown li.dropdown-footer .langSwitch {
    margin-left: 0;
    margin-right: 10px
}

.user-not-loggedin {
    justify-content: flex-end
}

.user-not-loggedin span {
    color: #fff;
    margin: 0 5px
}

.user-not-loggedin .langSwitch {
    margin-right: 1em
}

.userLinksWrapper {
    display: flex;
    flex-direction: column
}

.userLinksWrapper a {
    margin-top: 10px
}

.footer {
    margin-top: 25px
}

@media (min-width: 768px) {
    .footer-links {
        column-count: 3
    }
}

.footer-links li {
    padding-top: .8em
}

.footer-links a {
    padding-right: 30px;
    display: inline-block;
    vertical-align: top
}

.footer-links svg {
    margin-left: -20px;
    color: #aaa
}

.subfooter {
    text-align: center;
    background-color: #333;
    padding: 10px;
    margin: -6px;
    border-radius: 0 0 4px 4px
}

.subfooter p {
    margin-top: 0;
    margin-bottom: .6em
}

.footer-app-download .app-store-badge {
    width: 125px
}

.footer-app-download .play-store-badge {
    width: 155px
}

.ui-opt-in .post {
    transition: box-shadow .25s;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    width: calc(100% - 10px);
    margin-bottom: 10px;
    border-radius: 4px;
    height: auto
}

.ui-opt-in .post:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08)
}

@media screen and (max-width: 599px) {
    .ui-opt-in .post {
        margin-right: auto;
        margin-left: auto
    }
}

.ui-opt-in .postInfo {
    padding: 10px 15px;
    height: auto
}

.ui-opt-in .postImg {
    flex-grow: 0
}

.ui-opt-in .postImg a img {
    border-radius: 4px 0 0 4px;
    display: block;
    height: 100px;
    width: 100px
}

.ui-opt-in .postExtraInfo {
    margin-bottom: 5px
}

.post-list {
    max-width: 960px
}

.post-list-body {
    padding: 0 20px;
    flex-grow: 1
}

.post-list-title {
    margin-bottom: 15px;
    margin-top: 15px
}

.post-list-carousel {
    height: 250px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #f3f3f3
}

.post-list-carousel img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .post-list-carousel, .post-list-carousel img {
        height: 300px
    }
}

.post-list-item {
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 15px 0
}

@media (min-width: 768px) {
    .post-list-item {
        display: flex
    }
}

.post-list-item .postImg {
    flex-grow: 0
}

@media (max-width: 767px) {
    .post-list-item .postImg {
        display: none
    }
}

.post-list-item .postImg img {
    display: block
}

.post-list-item .postTitle {
    margin: 10px 0;
    white-space: normal
}

@media (min-width: 768px) {
    .post-list-item .postTitle {
        display: inline-block
    }
}

.post-list-item .postExtraInfoPart {
    font-size: 14px
}

.post-list-item .post-featured {
    position: absolute;
    background: #ffe500;
    display: block;
    transform: rotate(-45deg);
    top: -22px;
    right: -9px;
    text-align: center;
    padding: 17px 15px 17px 5px
}

.post-list-item .post-featured svg {
    width: 11px
}

.post-list-item > div:last-of-type {
    align-self: center;
    padding: 15px
}

@media screen and (max-width: 767px) {
    .postTitle {
        max-width: 300px
    }
}

@media screen and (min-width: 768px) {
    .postlist-picview {
        margin: 0 -15px
    }
}

.PostImagesCarousel {
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3
}

@media screen and (min-width: 768px) {
    .PostImagesCarousel {
        margin: 15px;
        width: calc(50% - 32px)
    }
}

.PostImagesCarousel-fav-btn {
    left: 0;
    top: 4px;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    box-shadow: none;
    position: absolute;
    background: transparent;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3))
}

.PostImagesCarousel-fav-btn svg {
    color: #fff
}

.PostImagesCarousel-fav-btn svg.liked {
    color: #ff2a8b
}

.PostImagesCarousel .postInfo {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 15px
}

.contact-clean {
    width: 100%
}

.contact-clean form {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

@media (max-width: 767px) {
    .contact-clean form {
        padding: 10px
    }
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px
}

.loading-cont {
    display: flex;
    border: 1px solid #eaecef;
    height: 90px;
    padding: 1%;
    background-color: #fff;
    box-shadow: 2px 5px 5px 1px #d3d3d3;
    direction: rtl
}

.loading-image-cont {
    width: 90px;
    padding: 5px
}

.loading-img {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    background-color: #babbbc
}

.Loading-content {
    border: 1px solid #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between
}

.stripe {
    border: 1px solid #fff;
    height: 20%;
    background-color: #babbbc
}

.small-stripe {
    width: 40%
}

.medium-stripe {
    width: 70%
}

.long-stripe {
    width: 100%
}

.loading-cont .img, .loading-cont .stripe {
    animation: hintloading 2s ease-in-out 0s infinite reverse;
    -webkit-animation: hintloading 2s ease-in-out 0s infinite reverse
}

@keyframes hintloading {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

@-webkit-keyframes hintloading {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

.loading_wrapper .haraj-logo-h {
    margin: 0;
    padding: 5px;
    font-size: 7em;
    color: hsla(0, 0%, 100%, .1);
    background-image: url(/assets/images/waves.png);
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2873c3;
    animation: animate 10s linear infinite
}

@keyframes animate {
    0% {
        background-position: left 0 top -40px
    }
    20% {
        background-position: left 800px top -60px
    }
    40% {
        background-position: left 1800px top -70px
    }
    60% {
        background-position: left 2400px top -80px
    }
    80% {
        background-position: left 3400px top -60px
    }
    to {
        background-position: left 4400px top -40px
    }
}

@supports (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button
    }

    .apple-pay-button-black {
        -apple-pay-button-style: #000
    }

    .apple-pay-button-white {
        -apple-pay-button-style: #fff
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline
    }
}

@supports not (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: #000
    }

    .apple-pay-button-white, .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: #fff
    }

    .apple-pay-button-white-with-line {
        border: .5px solid #000
    }
}

.apple-wrapper {
    width: 90%;
    padding: 50px 10px 10px
}

.height_reset {
    height: auto !important
}

.sitemap-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.sitemap-item {
    min-width: 200px;
    margin: 10px;
    flex: 1;
    box-sizing: border-box;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .03);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .07)
}

.sitemap-item h3 {
    text-align: center;
    margin-bottom: 0
}

.sitemap-item ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px
}

.sitemap-item .children {
    position: relative
}

.sitemap-item .children:after {
    content: "";
    position: absolute;
    top: -11px;
    right: -1px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .07)
}

.sitemap-item .children li {
    position: relative
}

.sitemap-item .children li:after {
    position: absolute;
    top: 10px;
    right: -20px;
    content: "";
    width: 17px;
    height: 1px;
    background-color: rgba(0, 0, 0, .07)
}

.crop_wrapper {
    flex-wrap: nowrap;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    width: 80vw;
    max-width: 500px;
    box-sizing: border-box;
    padding-top: 20px
}

.crop_wrapper #image_warpper {
    position: relative;
    flex: 11;
    width: 100%;
    box-sizing: border-box
}

.crop_wrapper #button_warpper {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.crop_wrapper #button_warpper :first-child {
    margin-left: 10px
}

.crop_wrapper #button_warpper .upload_status {
    margin-right: 15px;
    align-self: center
}

@media screen and (max-width: 1200px) {
    #profile_wrapper {
        width: 100vw;
        padding: 0
    }
}

#profile_loading {
    width: 100%;
    height: 35vw;
    max-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.profile_content {
    height: 100%
}

.profile_content #profile_container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

.profile_content #profile_container .profile_header {
    min-height: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff
}

.profile_content #profile_container .profile_header .cover {
    background-color: #d2dbe6;
    width: 100%;
    height: calc(42.85714vw - 1.71429rem);
    max-height: 342.85714px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.profile_content #profile_container .profile_header .cover > div {
    align-items: center;
    justify-content: flex-start;
    font-size: 10px
}

.profile_content #profile_container .profile_header .cover > div svg {
    margin-top: 10px
}

.profile_content #profile_container .profile_header .imageUploder {
    height: 100%;
    width: 100%;
    background-color: rgba(4, 115, 192, .4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer
}

.profile_content #profile_container .profile_header .imageUploder .clickArea {
    flex: 1;
    height: 100%;
    position: relative
}

.profile_content #profile_container .profile_header .imageUploder .clickArea #remove {
    position: absolute;
    left: 40px;
    top: 20%
}

.profile_content #profile_container .profile_header .imageUploder .clickArea #photo {
    position: absolute;
    right: 40px;
    top: 20%
}

.profile_content #profile_container .profile_header .imageUploder .line {
    border-right: 1px solid #fff;
    width: 0;
    height: 35%;
    align-self: flex-start;
    margin-top: 5%
}

.profile_content #profile_container .profile_header .avatar {
    border-radius: 50%;
    font-size: .6rem
}

.profile_content #profile_container .profile_header #prfile_options {
    position: absolute;
    left: 10px;
    top: 10px
}

.profile_content #profile_container .profile_header #prfile_options #options_button {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .58);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.profile_content #profile_container .profile_header #prfile_options #options {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    top: 15px;
    left: 100%;
    z-index: 55;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 5px;
    font-size: 10px;
    padding: 10px;
    min-width: 90px
}

.profile_content #profile_container .profile_header #prfile_options #options a, .profile_content #profile_container .profile_header #prfile_options #options span {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0;
    color: #fff;
    text-align: start;
    white-space: nowrap
}

.profile_content #profile_container .profile_header #prfile_options #options a:last-child, .profile_content #profile_container .profile_header #prfile_options #options span:last-child {
    border-bottom: none
}

.profile_content #profile_container .profile_header #prfile_options #options a svg, .profile_content #profile_container .profile_header #prfile_options #options span svg {
    margin-left: 5px
}

.profile_content #profile_container .profile_header #prfile_options #options:last-child {
    border-bottom: 0
}

.profile_content #profile_container .profile_header #header_back_button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .58);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .7em
}

.profile_content #profile_container .profile_header .content {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    color: #0473c0;
    min-height: 141px;
    z-index: 50;
    border-radius: 17px 17px 0 0;
    transform: translateY(-15px)
}

.profile_content #profile_container .profile_header .content .rate_wrapper {
    color: #000
}

.profile_content #profile_container .profile_header .content .top {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    box-sizing: border-box;
    height: 5vw;
    max-height: 42.5px;
    min-height: 40px;
    position: relative;
    margin-bottom: 10px
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    right: 50%;
    transform: translate(50%, calc(-10px + -50%))
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content {
    background-color: #a9bdd5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
    width: 10vw;
    height: 10vw;
    max-height: 85px;
    max-width: 85px;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content .def_username {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content #online_status {
    border: 2px solid #fff;
    position: absolute;
    width: .9em;
    height: .9em;
    border-radius: 50%;
    left: -.2%;
    top: 70%
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content .edit_avatar {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 5%;
    background-color: #929aaa;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    color: #fff
}

.profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content .banned {
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f5453b;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

@media (min-width: 768px) {
    .profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content {
        max-height: 150px;
        max-width: 150px
    }

    .profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content #online_status {
        width: 1.2em;
        height: 1.2em
    }

    .profile_content #profile_container .profile_header .content .top #avatar_wrapper #avatar_content .edit_avatar {
        left: 2%;
        bottom: 10%
    }
}

.profile_content #profile_container .profile_header .content .top #right_content {
    max-width: 35%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.profile_content #profile_container .profile_header .content .top #right_content #join {
    font-size: .8rem;
    white-space: nowrap;
    color: #9299aa
}

@media (min-width: 768px) {
    .profile_content #profile_container .profile_header .content .top #right_content #join {
        font-size: 1rem
    }
}

.profile_content #profile_container .profile_header .content .top #right_content #cog {
    width: 30px;
    height: 30px;
    background-color: #929aaa;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.profile_content #profile_container .profile_header .content .top #right_content #edit_username_btn {
    border: 1px solid #929aaa;
    border-radius: 15px;
    color: #929aaa;
    box-shadow: none;
    min-width: 75px;
    height: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px
}

.profile_content #profile_container .profile_header .content .top #left_content {
    flex-wrap: nowrap;
    max-width: 35%;
    display: flex;
    align-items: flex-start
}

.profile_content #profile_container .profile_header .content .top #left_content button {
    border-color: #0073c3;
    border-radius: 15px;
    color: #0073c3;
    box-shadow: none;
    background-color: transparent;
    min-width: 65px;
    height: 25px;
    font-size: 10px
}

.profile_content #profile_container .profile_header .content .top #left_content .tooltip {
    margin-right: 10px
}

.profile_content #profile_container .profile_header .content .top #left_content .tooltip .small_btn {
    width: 25px;
    height: 25px;
    font-size: .9rem
}

.profile_content #profile_container .profile_header .content .top #left_content .settings_btn {
    border: 1px solid #2e85ca;
    border-radius: 15px;
    color: #2e85ca;
    box-shadow: none;
    min-width: 75px;
    height: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3% 10%;
    text-align: center;
    width: fit-content;
    white-space: nowrap
}

.profile_content #profile_container .profile_header .content .top #left_content .small_btn {
    width: 34px;
    height: 34px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container .profile_header .content .top #left_content .sub {
    background-color: #0073c3 !important;
    color: #fff !important;
    border: 0
}

.profile_content #profile_container .profile_header .content .top #left_content .red {
    background-color: #fff;
    color: #f5453b !important;
    border-color: #f5453b
}

@keyframes changeColor {
    0% {
        border-color: #929aaa;
        color: #929aaa
    }
    50% {
        border-color: #0073c3;
        color: #0073c3
    }
    to {
        border-color: #85b8de;
        color: #85b8de
    }
}

.profile_content #profile_container .profile_header .content .top #left_content .no_profile {
    animation: changeColor ease;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: both
}

@media (min-width: 768px) {
    .profile_content #profile_container .profile_header .content .top {
        max-height: 75px
    }
}

.profile_content #profile_container .profile_header .content #trophies {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f0f5fc;
    border-radius: 9px;
    color: #0073c3
}

.profile_content #profile_container .profile_header .content #trophies .wrapper {
    display: inline-flex;
    border-radius: 5px;
    margin: 0 5px 0 0;
    position: relative;
    flex-direction: column;
    width: 10vw;
    max-width: 150px;
    min-width: 90px;
    font-size: .8em;
    box-sizing: border-box
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .icon {
    margin-left: 10px
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_title {
    text-align: center;
    color: #000;
    margin-bottom: 3px
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_value {
    border-left: 1px solid rgba(0, 115, 195, .2);
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_value #pay_com {
    color: #f5453b;
    text-decoration: underline
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_value .dealer_badge_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_value .dealer_badge_wrapper .dealer_badge {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .badge_value .dealer_badge_wrapper .dealer_badge * {
    margin: 0
}

.profile_content #profile_container .profile_header .content #trophies .wrapper:last-child .badge_value {
    border-left: none
}

.profile_content #profile_container .profile_header .content #trophies .wrapper a {
    color: #0073c3
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #929aaa;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .tooltip ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .tooltip ul * {
    text-align: center
}

.profile_content #profile_container .profile_header .content #trophies .wrapper .tooltip:after {
    content: "";
    position: absolute;
    top: 15%;
    right: 100%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-right-color: #929aaa
}

.profile_content #profile_container .profile_header .content #trophies .wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1
}

.profile_content #profile_container .profile_header .content #trophies :last-child {
    margin: 0
}

@media (min-width: 768px) {
    .profile_content #profile_container .profile_header .content #profile_side_content {
        width: calc(100% - 192px)
    }
}

@media (min-width: 1000px) {
    .profile_content #profile_container .profile_header .content #online_status {
        left: .1em;
        top: 75%
    }
}

@media (max-width: 768px) {
    .profile_content #profile_container .profile_header .content #profile_side_content {
        width: calc(100% - 92px - 2vw)
    }
}

.profile_content #profile_container .profile_header .content #main_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px
}

.profile_content #profile_container .profile_header .content #main_content .banned {
    color: #81899a !important
}

.profile_content #profile_container .profile_header .content #main_content .username {
    position: relative;
    color: #151517;
    display: inline-block;
    font-size: 20px;
    word-break: break-word;
    max-width: 70vw
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark {
    color: #fff;
    position: absolute;
    right: -18px;
    margin-left: 10px;
    padding: 1px;
    background-color: #2872c0;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%)
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #929aaa;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark .tooltip ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark .tooltip ul * {
    text-align: center
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark .tooltip:after {
    content: "";
    position: absolute;
    top: 15%;
    right: 100%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-right-color: #929aaa
}

.profile_content #profile_container .profile_header .content #main_content .username .checkmark:hover .tooltip {
    visibility: visible;
    opacity: 1
}

.profile_content #profile_container .profile_header .content #main_content .handler {
    color: #81899a;
    font-weight: 100;
    direction: ltr;
    position: relative
}

.profile_content #profile_container .profile_header .content #main_content .handler a {
    position: absolute;
    right: -20px;
    color: #81899a
}

.profile_content #profile_container .profile_header .content #main_content .contact {
    display: flex;
    align-items: center;
    justify-content: center
}

.profile_content #profile_container .profile_header .content #main_content .contact > * {
    margin: 5px
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper {
    position: relative
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper {
    display: flex;
    width: 40vw;
    max-width: 400px;
    min-width: 200px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 5px 10px;
    box-sizing: border-box
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a {
    width: 100%;
    min-height: 40px;
    display: flex
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a .option_icon {
    flex: 2;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a .option_icon .icon_wrapper {
    border-radius: 100%;
    background-color: #f0f5fc;
    font-size: 10px;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a .option {
    flex: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    padding: 5px 10px;
    flex-shrink: 0;
    word-break: break-word;
    text-align: center;
    box-shadow: inset 0 -1px 0 0 rgba(121, 131, 152, .2)
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a .offset {
    flex: 2;
    flex-shrink: 0
}

.profile_content #profile_container .profile_header .content #main_content .contact .contact_btn_wrapper .contacts_wrpper a:last-child .option {
    box-shadow: none
}

.profile_content #profile_container .profile_header .content .dis {
    width: 100%;
    border-top: 1px solid #f2f4fa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-top: 5px;
    font-size: 13px;
    color: #3b3b4d;
    padding: 0 10px
}

.profile_content #profile_container .profile_header .content .dis p {
    margin: 0
}

.profile_content #profile_container .profile_header .content .location {
    color: #0073c9;
    font-size: 14px;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f2f4fa;
    width: 100%
}

@media (min-width: 768px) {
    .profile_content #profile_container .profile_header .content {
        border-radius: 0
    }
}

.profile_content #profile_container .isFocused {
    color: #0473c0 !important;
    border-color: #0473c0 !important
}

.profile_content #profile_container .inputGroup {
    display: flex;
    flex-direction: column;
    min-height: 50px;
    justify-content: stretch;
    align-items: stretch;
    text-align: right;
    margin: 15px 10px 0;
    padding: 5px 10px;
    background-color: rgba(169, 189, 213, .06);
    color: #929aaa;
    box-sizing: border-box;
    border-radius: 8px
}

.profile_content #profile_container .inputGroup .label_wrapper {
    color: #5787c1;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.profile_content #profile_container .inputGroup .edit {
    color: #5787c1
}

.profile_content #profile_container .inputGroup .delete, .profile_content #profile_container .inputGroup .edit {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(169, 189, 213, .1);
    font-size: 10px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.profile_content #profile_container .inputGroup .delete {
    color: #ff453a
}

.profile_content #profile_container .inputGroup .edit-label {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.profile_content #profile_container .inputGroup .edit-label input {
    max-height: 25px;
    flex: 10;
    margin: 0 0 5px 5px;
    border: none;
    box-shadow: none
}

.profile_content #profile_container .inputGroup .input-wrapper {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: center
}

.profile_content #profile_container .inputGroup .input-wrapper textarea {
    width: 100%;
    min-height: 40px;
    border: 0;
    background-color: rgba(230, 241, 255, 0);
    color: #929aaa;
    resize: none;
    outline-color: #0073c9
}

.profile_content #profile_container .inputGroup .input-wrapper textarea:focus {
    color: #2e2f34
}

.profile_content #profile_container .inputGroup .input-wrapper input {
    width: 100%;
    min-height: 40px;
    border: 0;
    background-color: rgba(230, 241, 255, 0);
    color: #929aaa
}

.profile_content #profile_container .inputGroup .input-wrapper input:focus {
    color: #2e2f34
}

.profile_content #profile_container .inputGroup .input-wrapper .input-progress {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 10px
}

.profile_content #profile_container #location-btn {
    box-sizing: border-box;
    display: flex;
    border-radius: 8px;
    min-height: 35px;
    color: #0073c9;
    cursor: pointer;
    margin: 5px 10px;
    font-size: 14px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.profile_content #profile_container #location-btn svg {
    color: #a9bdd5;
    margin: 0 10px
}

.profile_content #profile_container #location-btn .delete {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(169, 189, 213, .1);
    font-size: 10px;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.profile_content #profile_container #location-btn .delete svg {
    color: #ff453a
}

.profile_content #profile_container .edit_no_location {
    justify-content: center !important
}

.profile_content #profile_container .edit_no_location svg {
    position: absolute;
    right: 10px
}

.profile_content #profile_container .edit_wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin: 20px 10px 10px
}

.profile_content #profile_container .edit_wrapper .save_wrapper {
    width: 100%;
    min-height: 61px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box
}

.profile_content #profile_container .edit_wrapper .save_wrapper > button {
    min-height: 44px;
    border-radius: 4px
}

.profile_content #profile_container .edit_wrapper .save_wrapper .save {
    flex: 1;
    background-color: #0073c9;
    color: #fff
}

.profile_content #profile_container .edit_wrapper .save_wrapper .cancel {
    flex: 1;
    border: 1px solid #929aaa;
    color: #929aaa
}

.profile_content #profile_container .edit_wrapper .submit_status {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

@media (min-width: 768px) {
    .profile_content #profile_container .edit_wrapper .save_wrapper {
        position: inherit;
        justify-content: center;
        margin-top: 30px;
        box-shadow: none
    }
}

@media (min-width: 768px) {
    .profile_content #profile_container #location-btn, .profile_content #profile_container .edit_wrapper {
        margin-right: 0;
        margin-left: 0
    }
}

.profile_content #profile_container .edit_contact_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 5px
}

.profile_content #profile_container .edit_contact_wrapper > div {
    flex: 6
}

.profile_content #profile_container .edit_contact_wrapper :first-child {
    border-top: none
}

.profile_content #profile_container .edit_contact_wrapper #add_contact_btn {
    color: #0473c0;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer
}

.profile_content #profile_container .edit_contact_wrapper #add_contact_btn span {
    margin-right: 10px
}

.profile_content #profile_container #contact {
    width: 100vw;
    min-height: 61px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    right: 50%;
    transform: translateX(50%);
    padding-bottom: 5px
}

.profile_content #profile_container #contact #btn_wrapper {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%
}

.profile_content #profile_container #contact #btn_wrapper > * {
    flex: 1
}

.profile_content #profile_container #contact #btn_wrapper .blue {
    border-color: rgba(0, 115, 198, .3)
}

.profile_content #profile_container #contact #btn_wrapper .gray {
    border-color: rgba(121, 131, 152, .3)
}

.profile_content #profile_container #contact .contact_options {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    display: none
}

.profile_content #profile_container #contact .contact_options a {
    width: 100%;
    min-height: 40px;
    display: flex
}

.profile_content #profile_container #contact .contact_options a .option_icon {
    flex: 2;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_content #profile_container #contact .contact_options a .option_icon .icon_wrapper {
    border-radius: 100%;
    background-color: #f0f5fc;
    font-size: 10px;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px
}

.profile_content #profile_container #contact .contact_options a .option {
    flex: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    padding: 5px 10px;
    flex-shrink: 0;
    word-break: break-word;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(121, 131, 152, .2)
}

.profile_content #profile_container #contact .contact_options a .offset {
    flex: 2;
    flex-shrink: 0
}

.profile_content #profile_container #contact .contact_options a:last-child .option {
    box-shadow: none
}

.profile_content #profile_container #contact .show {
    opacity: 1;
    visibility: visible;
    display: flex
}

.profile_content #profile_container #contact button {
    min-width: 154px;
    height: 50px;
    margin: 5px;
    border: 1px solid;
    border-radius: 5px
}

.userMain {
    padding: 0
}

.userMain .singleContent {
    margin-top: 0
}

.userMain .filter_rates {
    background-color: #fff
}

@media (max-width: 768px) {
    #profile_container, .userMain {
        width: 100%
    }

    .userMain {
        padding: 0
    }
}

.setting_wrapper {
    background-color: #f2f4fa;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #929aaa
}

.setting_wrapper, .setting_wrapper .settings_options {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.setting_wrapper .settings_options a {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(169, 189, 213, .31)
}

.setting_wrapper .card {
    box-sizing: border-box;
    border-radius: 17px;
    padding: 15px;
    background-color: #fff;
    min-height: 100px;
    flex: 1;
    max-width: 750px;
    border: none;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    margin: 5px 0;
    opacity: 1;
    cursor: pointer
}

.setting_wrapper .card .icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-self: center;
    font-size: 20px
}

.setting_wrapper .card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-right: 13px
}

.setting_wrapper #back_btn {
    position: absolute;
    right: 5px;
    top: 10px
}

@media (max-width: 768px) {
    .setting_wrapper #back_btn {
        right: 25px
    }
}

.update_username {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3%
}

.update_username #back_btn {
    align-self: flex-start;
    margin-right: 20px
}

.update_username .title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.update_username .title h2 {
    color: #151517;
    margin: 5px 0
}

.update_username .title h4 {
    margin: 5px 0
}

.update_username .card {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
    cursor: inherit;
    opacity: 1;
    margin-top: 20px;
    width: 100%
}

.update_username .card .fetching {
    margin: 10px
}

.update_username .inputGroup {
    min-width: 150px
}

.update_username .res {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #0473c0
}

.update_username .res :first-child {
    font-weight: 700
}

.update_username .res .s_username {
    border: 1px solid #0473c0;
    padding: 5px;
    border-radius: 14px;
    cursor: pointer
}

.update_username .submit_wrapper {
    max-width: 750px;
    width: 65%;
    margin-top: 20px
}

.update_username .submit_wrapper button {
    flex: 1;
    min-height: 45px;
    background-color: #0473c0;
    color: #fff;
    border-radius: 4px;
    width: 100%
}

.update_username .welcome_message {
    width: 80vw;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px
}

.update_username .welcome_message .title {
    position: absolute;
    top: 5px;
    transform: translateX(50%);
    right: 50%;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2e2f34
}

.update_username .welcome_message .rules_wrapper {
    margin: 10px 5px
}

.update_username .welcome_message .rules_wrapper .icon_wrapper {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #f2f4fa;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0473c0
}

.update_username .welcome_message .rules_wrapper .text_wrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    color: #2e2f34
}

.update_username .welcome_message button {
    flex: 1;
    min-height: 45px;
    background-color: #0473c0;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px
}

.update_username .done {
    color: #30d158;
    background-color: #ebfff0
}

.update_username .done, .update_username .error {
    padding: 3px 10px;
    border-radius: 4px;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 50px
}

.update_username .error {
    color: #ff453a;
    background-color: #ffeaea
}

.ds_btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: #929aaa;
    color: #f2f4fa;
    display: flex;
    align-items: center;
    justify-content: center
}

.ds_btn_rounded {
    width: 25px;
    height: 25px;
    border-radius: 100%
}

.profile_btn {
    border-color: #0073c3;
    border-radius: 15px;
    color: #0073c3;
    box-shadow: none;
    background-color: transparent;
    width: 65px;
    height: 25px;
    font-size: 10px;
    margin: 0 5px
}

.secondary_btn {
    background-color: #929aaa !important;
    border-color: #929aaa !important;
    color: #fff !important
}

.fms_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #151517
}

.fms_title small {
    font-size: .7em;
    color: #929aaa
}

.fms_title h4 {
    margin: 0
}

.fms_content_wrapper {
    width: 80vw;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fms_content_wrapper textarea {
    border: none;
    background-color: #f2f4fa;
    border-radius: 9px;
    width: 100%;
    box-sizing: border-box
}

.fms_content_wrapper button {
    width: 100%;
    border-radius: 9px;
    box-sizing: border-box;
    min-height: 44px
}

.fms_content_wrapper .status {
    margin: 20px 0
}

.input_status {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    align-items: center
}

.input_status .status {
    align-self: flex-end
}

.input_status span {
    color: #f5453b
}

.map_container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch
}

.update_location {
    padding: 10px
}

.update_location .content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 60vh
}

.update_location .map_wrapper {
    width: 90%;
    height: 50vh
}

.update_location .submit_wrapper {
    width: 100vw;
    min-height: 61px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    right: 50%;
    transform: translateX(50%);
    padding: 10px;
    box-sizing: border-box
}

.update_location .submit_wrapper button {
    flex: 1;
    min-height: 45px;
    background-color: #0473c0;
    color: #fff;
    border-radius: 4px
}

@media (min-width: 768px) {
    .update_location .submit_wrapper {
        margin-top: 100px;
        width: 100px;
        min-height: auto;
        position: inherit;
        border: none;
        transform: none;
        background-color: transparent
    }

    .update_location .submit_wrapper button {
        min-width: 35vw;
        max-width: 200px
    }

    .update_location .map_wrapper {
        max-width: 600px
    }
}

.white_container {
    background-color: #fff !important;
    border-radius: 8px
}

.profile_btn_desk {
    min-width: 130px;
    min-height: 44px;
    border-radius: 9px
}

.profile_dropdown, .rate_btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.profile_dropdown {
    position: absolute;
    left: 0;
    transform: translateX(-33.33%);
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 9px;
    padding: 5px;
    margin-top: 20px;
    background-color: #fff
}

.profile_dropdown:after {
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 20px solid hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    margin-left: -20px
}

.note {
    padding: 0
}

.note .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    padding: 5px
}

.note .actions .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    color: #929aaa
}

.note .actions .right > :first-child {
    margin-left: 15px
}

.note .ds_btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: #929aaa;
    color: #f2f4fa;
    display: flex;
    align-items: center;
    justify-content: center
}

.note .ds_btn_rounded {
    width: 25px;
    height: 25px;
    border-radius: 100%
}

.note .ds_btn_type1 {
    padding: 5px 10px;
    border-radius: 7px
}

.card {
    box-sizing: border-box;
    border-radius: 17px;
    padding: 15px;
    background-color: #f2f4fa;
    min-height: 100px;
    flex: 1;
    max-width: 750px;
    border: none;
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
    opacity: .5;
    cursor: pointer
}

.card .icon_wrapper {
    align-items: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    align-self: center;
    font-size: 20px
}

.card .content, .card .icon_wrapper {
    display: flex;
    justify-content: center
}

.card .content {
    flex-direction: column;
    flex: 1;
    padding-right: 13px
}

.card .content .main {
    flex: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 5px
}

.card .content .main > :first-child {
    margin-bottom: 10px
}

.card .content .main .title {
    color: #0473c0;
    font-weight: 700;
    margin-bottom: 10px
}

.card .content .main .meta_text {
    color: #2e2f34
}

.card .content .meta_data {
    flex: 2;
    display: flex;
    justify-content: space-between
}

.card .success {
    background-color: #ebfff0;
    color: #30d158
}

.card .primary {
    background-color: #e5f6ff;
    color: #8ddbff
}

.card .warning {
    background-color: #fff9db;
    color: #ffd60a
}

.card .danger {
    background-color: #ffeaea;
    color: #ff453a
}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.list .active {
    border: 1px solid #0473c0;
    opacity: 1;
    background-color: #fff
}

@media (min-width: 768px) {
    .actions, .card {
        width: 65%
    }

    .card .content .meta_data :first-child {
        margin-left: 25%
    }

    .list {
        align-items: flex-start
    }
}

.tag-filters {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.tag-filters__item {
    margin-left: 8px;
    margin-bottom: 15px;
    font-weight: 400
}

.tag-filters__item:last-child {
    margin-left: 0
}

.tag-filters__item .form-control-alt {
    height: 34px
}

.tag-filters__item.btn {
    padding: 6px 10px
}

.tag-filters__item-select select {
    max-width: 150px
}

.tag-filters__toggle {
    display: flex;
    direction: ltr;
    align-items: center
}

@media (min-width: 768px) {
    .tag-filters {
        justify-content: normal
    }

    .tag-filters__item-select {
        flex: none
    }
}

.tag-filters-extra {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.rate_wrapper {
    min-height: 70vh
}

.rate_wrapper .btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.rate_wrapper .btn_wrapper button {
    width: 100%;
    height: 50px;
    background-color: #0473c0;
    color: #fff;
    border-radius: 4px
}

@media (max-width: 768px) {
    .rate_wrapper .btn_wrapper {
        position: fixed;
        bottom: 0;
        width: 100vw;
        background-color: #fff
    }

    .rate_wrapper .btn_wrapper button {
        width: 90%
    }
}

.filter_rates {
    border: 1px solid rgba(169, 189, 213, .31);
    height: 68px;
    color: #a9bdd5
}

.filter_rates, .filter_rates > div {
    display: flex;
    justify-content: center;
    align-items: center
}

.filter_rates > div {
    flex: 1;
    height: 100%;
    border: none
}

.filter_rates > div :first-child {
    margin-left: 10px
}

.filter_rates > .actve {
    border-bottom: 1px solid #0473c0;
    color: #0473c0
}

.ratingbox {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    word-wrap: break-word;
    border: 1px solid rgba(169, 189, 213, .31);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ratingbox .upperContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px
}

.ratingbox .upperContent .username a :first-child {
    font-size: .7rem
}

.ratingbox .upperContent .left_contnet {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.ratingbox .upperContent .left_contnet .the_date {
    margin-left: 10px;
    color: #a9bdd5
}

.ratingbox .upperContent .left_contnet .status {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    min-width: 50px;
    border-radius: 17px
}

.ratingbox .upperContent .left_contnet .good {
    color: #30d158;
    background-color: #ebfff0;
    border-color: rgba(48, 209, 88, .2)
}

.ratingbox .upperContent .left_contnet .bad {
    color: #ff453a;
    background-color: #ffeaea;
    border-color: rgba(255, 69, 58, .2)
}

.ratingbox .rate_body {
    align-self: flex-start;
    text-align: start
}

.ratingbox .reply_wrapper {
    display: flex;
    margin-top: 20px;
    color: #0473c0;
    width: 100%;
    align-items: center;
    justify-content: flex-start
}

.ratingbox .reply_wrapper button {
    color: #0473c0
}

.ratingbox .reply_wrapper form {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}

.status_good {
    color: #30d158;
    background-color: #ebfff0;
    border: 1px solid rgba(48, 209, 88, .2)
}

.status_bad, .status_good {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    width: 100%
}

.status_bad {
    color: #ff453a;
    background-color: #ffeaea;
    border: 1px solid rgba(255, 69, 58, .2)
}

.add_rate_wrapper {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 10px;
    background-color: #f2f4fa;
    max-width: 500px;
    margin: 0 auto
}

.add_rate_wrapper .feedback_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    text-align: start;
    color: #3b3b4d;
    font-size: 18px;
    position: relative
}

.add_rate_wrapper .feedback_wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    border-radius: 9px;
    border: 2px solid rgba(170, 189, 213, .6);
    margin-top: 10px;
    resize: none;
    outline-color: #0073c9
}

.add_rate_wrapper .feedback_wrapper span {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 10px
}

.add_rate_wrapper .options_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px
}

.add_rate_wrapper .options_wrapper button {
    height: 100px;
    border: none;
    color: #a9bdd5;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 47%
}

.add_rate_wrapper .options_wrapper .active {
    border: 1px solid #0473c0;
    color: #0473c0;
    background-color: #f4faff
}

.add_rate_wrapper .ask_wrapper {
    margin-top: 15px;
    color: #3b3b4d;
    font-size: 18px
}

.add_rate_wrapper .ask_wrapper .options_wrapper_type2 .option {
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 9px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #a9bdd5
}

.add_rate_wrapper .ask_wrapper .options_wrapper_type2 .option input[type=radio] {
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #a9bdd5
}

.add_rate_wrapper .ask_wrapper .options_wrapper_type2 .option input[type=radio]:checked {
    background-color: #0473c0;
    box-shadow: 0 0 0 2px #0473c0
}

.add_rate_wrapper .ask_wrapper .options_wrapper_type2 .active {
    color: #0473c0;
    border: 1px solid #0473c0;
    background-color: #f4faff
}

.add_rate_wrapper .submit_wrapper {
    width: 100%;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    margin-top: 20px
}

.add_rate_wrapper .submit_wrapper .submit {
    flex: 1;
    background-color: #0073c9;
    color: #fff;
    min-height: 44px;
    border-radius: 4px
}

.add_rate_wrapper .submit_wrapper .submit:disabled {
    background-color: #81899a;
    opacity: 1
}

.noVote {
    width: 90%;
    min-height: 30vh;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #ffeaea
}

.noVote, .noVote a {
    border: 1px solid;
    color: #ff453a;
    border-radius: 9px
}

.noVote a {
    margin-top: 15px;
    padding: 5px
}

.rating_status {
    width: 90%;
    min-height: 30vh;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #ebfff0
}

.rating_status, .rating_status a {
    border: 1px solid;
    color: #30d158;
    border-radius: 9px
}

.rating_status a {
    margin-top: 15px;
    padding: 5px
}

.rating_wait {
    width: 90%;
    min-height: 30vh;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0073c9
}

.subtagWrapper {
    width: 100%
}

.subtagWrapper .subtag_options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

.subtagWrapper .subtag_options .subtag {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fafbfc;
    margin: 5px;
    display: inline-block;
    border: .05rem solid #ccc
}

.subtagWrapper .subtag_options .subtag .remove_btn {
    cursor: pointer
}

.tag_selection_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

.blacklist_header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #d8e0ed;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
    box-sizing: border-box
}

.blacklist_header .blacklist_logo {
    width: 20vw
}

.blacklist_header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.blacklist_header .content h3 {
    color: #000;
    margin-bottom: 0
}

.blacklist_header form {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box
}

.blacklist_header form input {
    outline: 0;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    max-width: 350px;
    margin: 5px
}

.blacklist_header form button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    max-width: 350px;
    margin: 5px
}

.blacklist_header .card {
    color: #000;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.blacklist_guides {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blacklist_guides h4 {
    color: #000
}

.blacklist_guides .card {
    align-self: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    color: #929aaa;
    opacity: 1;
    text-align: center
}

.blacklist_guides .card p {
    text-align: start
}

.user_info_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start
}

.user_info_wrapper .user_name_wrapper {
    margin-right: 10px
}

.user_info_wrapper .user_name_wrapper h3 {
    margin: 0;
    word-break: break-word;
    color: #000
}

.user_info_wrapper .user_name_wrapper small {
    font-size: .6em;
    color: #0273c0
}

.user_icon_wrapper {
    width: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #f2f4fa
}

.user_icon_wrapper, .user_profile_item {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_profile_item {
    border: 1px solid #929aaa;
    border-radius: 7px;
    padding: 5px 10px;
    color: #000;
    font-size: .8em;
    flex: 1;
    margin: 5px;
    white-space: nowrap;
    cursor: pointer
}

.user_profile_item .gray {
    color: #929aaa
}

.user_profile_item .mr {
    margin-right: 5px
}

.user_profile_item a {
    color: #000
}

.user_stat_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-size: .8em;
    margin: 5px 0
}

.user_stat_wrapper :nth-child(2) {
    margin-right: 5px
}

.user_prop_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.qrcode {
    position: relative
}

.qrcode .haraj-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #919191
}

.qrcode-wrapper {
    text-align: center
}

.qrcode-canvas {
    margin-top: 30px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc
}

.qrcode-header {
    background: #0473c0
}

@media screen {
    .qrcode-header {
        display: none
    }
}

@media print {
    .qrcode-header img {
        width: 100%;
        height: 60px
    }
}

.userProfile__username {
    color: #151517
}

.userProfile__handler {
    color: #81899a;
    font-weight: 100
}

.userProfile__user-ratings .wrapper {
    display: inline-flex;
    border-radius: 5px;
    margin: 0 5px 0 0;
    position: relative;
    flex-direction: column;
    width: 10vw;
    max-width: 150px;
    min-width: 90px;
    font-size: .8em;
    box-sizing: border-box
}

.full_screen_image_wrapper {
    position: fixed;
    overflow-x: auto;
    top: 50%;
    left: 50%;
    min-width: 60vw;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 90%;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%
}

.full_screen_image_wrapper img {
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    width: 250% !important;
    height: 250% !important
}

.modal_close_btn {
    position: fixed;
    z-index: 100;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.no-scroll-fix, .no-scroll-fix body {
    overflow: hidden;
    position: relative
}

.dark_modal_overlay {
    background-color: rgba(0, 0, 0, .92)
}

.commission_wrapper {
    padding: 3vh 10px;
    box-sizing: border-box
}

.commission_wrapper .backButton {
    padding-right: 0
}

.commission_wrapper .commission_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.commission_wrapper .commission_header > * {
    flex: 6
}

.commission_wrapper .commission_header .main_text {
    display: flex;
    flex-direction: column;
    color: #2e2f34;
    align-items: center;
    justify-content: space-between
}

.commission_wrapper .commission_header .main_text a {
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 33px;
    font-size: .8em;
    box-shadow: none
}

.commission_wrapper .commission_header .main_text a svg {
    margin-right: 5px
}

@media (min-width: 768px) {
    .commission_wrapper .commission_header .main_text h1 {
        font-size: 44px;
        margin-top: 10%
    }
}

@media (max-width: 768px) {
    .commission_wrapper .commission_header .main_text h1 {
        font-size: 1.5em
    }
}

.commission_wrapper .commission_header .main_text .paymentOptions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px
}

.commission_wrapper .commission_header .main_text .paymentOptions img {
    height: 20px;
    width: auto
}

.commission_wrapper .commission_header .main_text .paymentOptions svg {
    margin: 0 10px
}

@media (min-width: 768px) {
    .commission_wrapper .commission_header {
        flex-direction: row;
        align-items: stretch
    }

    .commission_wrapper .commission_header .main_text {
        align-items: flex-start
    }
}

.commission_wrapper .commission_header .hero_video_wrapper {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 50vh;
    border: 10px solid #fff;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, .6);
    box-sizing: border-box
}

@media (max-width: 768px) {
    .commission_wrapper .commission_header .hero_video_wrapper {
        width: 100%;
        min-height: 56.25vw;
        margin-top: 20px
    }
}

.commission_wrapper .sections_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 10vh
}

.commission_wrapper .sections_wrapper > * {
    flex: 1;
    margin: 10px 20px;
    box-sizing: border-box;
    max-width: 400px
}

.commission_wrapper .sections_wrapper .dev_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5% 2.5%;
    box-sizing: border-box
}

.commission_wrapper .sections_wrapper .dev_card .icons_wrapper {
    width: 5vw;
    height: 5vw;
    max-width: 85px;
    max-height: 85px;
    min-width: 70px;
    min-height: 70px;
    background-color: #e6f4ff;
    color: #1073c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em
}

.commission_wrapper .sections_wrapper .dev_card h4 {
    color: #1073c0
}

.commission_wrapper .sections_wrapper .dev_card ul {
    align-self: flex-start;
    color: #2e2f34
}

.commission_wrapper .sections_wrapper .dev_card:first-child {
    margin-right: 0
}

.commission_wrapper .sections_wrapper .dev_card:last-child {
    margin-left: 0
}

@media (max-width: 768px) {
    .commission_wrapper .sections_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0
    }

    .commission_wrapper .sections_wrapper > * {
        min-height: 120vw;
        max-height: 650px;
        width: 100%;
        max-width: none;
        margin: 10px 0
    }
}

.commission_wrapper .dev_card {
    background-color: #fff;
    border-radius: 17px
}

.commission_wrapper .sub_wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    margin-top: 10vh;
    color: #000
}

.commission_wrapper .sub_wrapper .content {
    flex: 1;
    background-color: #fff;
    border-radius: 17px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.commission_wrapper .sub_wrapper .content span {
    flex: 2
}

.commission_wrapper .sub_wrapper .content .icons_wrapper {
    width: 4vw;
    height: 4vw;
    max-width: 80px;
    max-height: 80px;
    min-width: 40px;
    min-height: 40px;
    background-color: #e6f4ff;
    color: #1073c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em
}

.commission_wrapper .sub_wrapper .content a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0473c0;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    font-size: .7rem;
    white-space: nowrap;
    flex: 2
}

.commission_wrapper .sub_wrapper .content strong {
    flex: 8;
    margin: 0 3%;
    font-size: .6rem
}

@media (min-width: 768px) {
    .commission_wrapper .sub_wrapper {
        flex-direction: row
    }

    .commission_wrapper .sub_wrapper .content:first-child {
        margin-left: 3%
    }

    .commission_wrapper .sub_wrapper .content a {
        padding: 10px 30px;
        font-size: 1rem
    }

    .commission_wrapper .sub_wrapper .content strong {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .commission_wrapper .sub_wrapper .content {
        width: 100%
    }

    .commission_wrapper .sub_wrapper .content:last-child {
        margin-top: 10px
    }
}

.commission_wrapper #cal_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3%;
    background-color: #fff;
    border-radius: 17px;
    box-sizing: border-box
}

.commission_wrapper #cal_wrapper h1 {
    color: #1073c0
}

.commission_wrapper #cal_wrapper .cal_contnet {
    width: 50%
}

.commission_wrapper #cal_wrapper #optionOne, .commission_wrapper #cal_wrapper #payOptions {
    color: #000
}

.commission_wrapper #cal_wrapper #optionOne > :nth-child(2) {
    color: #1073c0;
    margin-right: 10px;
    font-size: 1.1rem
}

.commission_wrapper #cal_wrapper .greenAlert {
    color: #14901c
}

.commission_wrapper #cal_wrapper .greenAlert svg {
    margin-left: 10px
}

.commission_wrapper #cal_wrapper .btnWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-top: 10px;
    box-sizing: border-box
}

.commission_wrapper #cal_wrapper .btnWrapper .payBtn {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.commission_wrapper #cal_wrapper .btnWrapper .payBtn:hover {
    text-decoration: none
}

.commission_wrapper #cal_wrapper .btnWrapper .mada {
    border: 2px solid #1aaa4d;
    color: #14901c;
    margin-bottom: 10px
}

.commission_wrapper #cal_wrapper .btnWrapper .mada .pay_btn_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.commission_wrapper #cal_wrapper .btnWrapper .mada .pay_btn_icon_wrapper img {
    margin-right: 10px;
    height: 20px;
    width: auto
}

@media (max-width: 768px) {
    .commission_wrapper #cal_wrapper .cal_contnet {
        width: 100%
    }

    .commission_wrapper #cal_wrapper .btnWrapper {
        width: 85%
    }

    .commission_wrapper #cal_wrapper .btnWrapper .payBtn {
        font-size: .8rem
    }

    .commission_wrapper #cal_wrapper .btnWrapper .mada .pay_btn_icon_wrapper img {
        height: 15px;
        margin-right: 5px
    }

    .commission_wrapper #cal_wrapper .greenAlert {
        font-size: .7rem;
        width: 90%
    }

    .commission_wrapper #cal_wrapper .greenAlert svg {
        margin-left: 5px
    }
}

.commission_wrapper .secondOptionWrapper {
    border-radius: 17px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10vh;
    padding: 3% 10%;
    box-sizing: border-box
}

.commission_wrapper .secondOptionWrapper #optionTwo {
    color: #000
}

.commission_wrapper .secondOptionWrapper #optionTwo strong {
    color: #1073c0;
    margin-right: 10px;
    font-size: 1.1rem
}

.commission_wrapper .secondOptionWrapper .YellowAlert {
    color: #fda500
}

.commission_wrapper .secondOptionWrapper .YellowAlert svg {
    margin-left: 10px
}

.commission_wrapper .banks_details_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    margin-top: 10vh;
    flex-wrap: wrap
}

.commission_wrapper .banks_details_wrapper .bank_details {
    width: 32%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 5px 0;
    word-break: break-word
}

.commission_wrapper .banks_details_wrapper .bank_details .logo {
    align-self: flex-end;
    width: auto;
    max-width: 70px;
    max-height: 40px
}

.commission_wrapper .banks_details_wrapper .bank_details .labal {
    font-size: .7rem;
    color: #000
}

.commission_wrapper .banks_details_wrapper .bank_details .number {
    color: #1073c0;
    font-weight: 700
}

.commission_wrapper .banks_details_wrapper .bank_details .iban {
    font-weight: 700;
    color: #c4c6c7
}

.commission_wrapper .banks_details_wrapper .bank_details .name {
    align-self: flex-end;
    font-weight: 700;
    color: #000;
    text-align: end
}

@media (max-width: 768px) {
    .commission_wrapper .banks_details_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .commission_wrapper .banks_details_wrapper .bank_details {
        width: 100%
    }
}

.cal_contnet .com_input_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #d4d6de;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box
}

.cal_contnet .com_input_wrapper span {
    border-left: 1px solid #d4d6de;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    flex: 4
}

.cal_contnet .com_input_wrapper input {
    flex: 8;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #000;
    font-weight: 800;
    box-sizing: border-box;
    width: 100%
}

.cal_contnet .com_input_wrapper input:focus {
    outline: none !important
}

.cal_contnet .output_wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #f8faff;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    min-height: 70px;
    box-sizing: border-box
}

.cal_contnet .output_wrapper .labal {
    border-left: 1px solid #d4d6de;
    flex: 4;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

.cal_contnet .output_wrapper .result {
    flex: 8;
    margin: 5px;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1073c0;
    flex-wrap: wrap;
    position: relative;
    word-break: break-all
}

.cal_contnet .output_wrapper .result .currency {
    font-size: 1rem;
    color: #000
}

.cal_contnet .output_wrapper .result #more_info_logo {
    position: absolute;
    left: 5px;
    font-size: .7rem;
    bottom: 5px;
    background-color: #d6dee6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8faff;
    cursor: pointer
}

.cal_contnet .extra_info_wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 70vw;
    text-align: right;
    max-width: 450px
}

@media (max-width: 768px) {
    .cal_contnet .com_input_wrapper span, .cal_contnet .output_wrapper .labal {
        font-size: .8rem;
        flex: 5
    }
}

#com_form {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 17px;
    padding: 5%;
    position: relative
}

#com_form h1 {
    color: #1073c0;
    text-align: center
}

#com_form h3 {
    color: #000
}

#com_form p {
    color: #000;
    text-align: center
}

#com_form .field_wrapper {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

#com_form .field_wrapper .small {
    width: 30%
}

#com_form .field_wrapper .large {
    width: 65%
}

#com_form .field_wrapper small {
    color: #8e92a8
}

#com_form .img_upload {
    align-self: flex-start;
    margin-top: 10px;
    width: 30%
}

#com_form .img_upload .input_wrapper {
    width: 100%
}

#com_form button {
    margin-top: 5%;
    background-color: #1073c0;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 7px;
    height: 45px
}

#com_form #pay_terms_btn {
    margin-top: 20px
}

@media (max-width: 768px) {
    #com_form .field_wrapper {
        flex-direction: column;
        justify-content: center
    }

    #com_form .field_wrapper .large, #com_form .field_wrapper .small {
        width: 100%
    }

    #com_form .img_upload {
        align-self: center;
        width: 100%
    }

    #com_form button {
        width: 100%
    }
}

#com_form .usernameExist {
    color: #1073c0;
    font-weight: 800
}

.com_loading {
    text-align: center;
    position: absolute !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    top: 0;
    margin-top: 0 !important
}

.input_wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #000;
    margin: 5px 0
}

.input_wrapper > * {
    box-sizing: border-box
}

.input_wrapper label {
    color: #000;
    font-size: .8rem
}

.input_wrapper input, .input_wrapper select, .input_wrapper textarea {
    outline: none;
    box-shadow: none !important;
    margin: 5px 0;
    border: 1px solid #d4d6de;
    border-radius: 7px;
    width: 100%;
    height: 45px;
    box-sizing: border-box
}

.input_wrapper textarea {
    resize: none
}

#img_def_uploader {
    display: block
}

.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, .3)
}

.modal {
    max-width: 90vw;
    max-height: 100vh;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .3);
    border-radius: 14px
}

.modal, .modal .modal_title_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal .modal_title_wrapper {
    width: 100%;
    margin: 20px 0
}

.modal #close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid;
    border-radius: 50%;
    background-color: rgba(121, 131, 152, .5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    width: 25px;
    height: 25px
}

.modal .modal_content {
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    flex: 10
}

.membership_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.membership_wrapper .backButton {
    align-self: flex-start
}

.membership_wrapper h1 {
    color: #2e2f34;
    text-align: center
}

.membership_wrapper h3 {
    color: #1073c0
}

.membership_wrapper .green {
    color: #00aa62
}

.membership_wrapper .twoCards_wrapper {
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.membership_wrapper .twoCards_wrapper .contnet_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    min-height: 300px
}

.membership_wrapper .twoCards_wrapper .contnet_wrapper .icon_wrapper {
    padding: 1%
}

.membership_wrapper .twoCards_wrapper .contnet_wrapper ul {
    align-self: flex-start
}

.membership_wrapper #sub_wrapper {
    margin-top: 5vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.membership_wrapper #sub_wrapper h3 {
    margin-top: 0
}

.membership_wrapper #sub_wrapper .icon_wrapper {
    width: 120px;
    height: 120px;
    font-size: 2rem
}

.membership_wrapper #sub_wrapper h2 {
    color: #1073c0;
    text-align: center;
    background-color: #f7f9ff;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box
}

.membership_wrapper #sub_wrapper #sub_btn {
    background-color: #1073c0;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    box-sizing: border-box
}

.membership_wrapper .terms_wrapper {
    margin-top: 5vh;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.membership_wrapper .terms_wrapper ul {
    padding-right: 20px;
    text-align: initial
}

.membership_wrapper .terms_wrapper ul li {
    padding-right: 22px
}

.membership_wrapper .contnet_wrapper {
    background-color: #fff;
    border-radius: 17px;
    padding: 20px;
    color: #2e2f34;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .membership_wrapper .twoCards_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch
    }

    .membership_wrapper .twoCards_wrapper .contnet_wrapper:first-child {
        margin-left: 1.5%;
        box-sizing: border-box
    }

    .membership_wrapper .twoCards_wrapper .contnet_wrapper:last-child {
        margin-right: 1.5%;
        box-sizing: border-box
    }

    .membership_wrapper #sub_wrapper #sub_btn, .membership_wrapper #sub_wrapper h2 {
        width: 40%
    }

    .membership_wrapper .terms_wrapper {
        align-items: flex-start;
        text-align: start
    }

    .membership_wrapper .contnet_wrapper {
        padding: 40px
    }
}

.icon_wrapper {
    background-color: #e6f4ff;
    color: #1073c0
}
.logo span{
    /*font-weight: 700;*/
    /*font-size: 41px;*/
}