:root {
    --theme-primary-color: #7D8C67;
    --theme-secondary-color: #00A0B0;
    --theme-secondary-color-deep: #009788;
    /* --theme-action-color: #f59e42; */
    --theme-action-color: #ff6f61;
    --theme-default-color: #c4c4c4;
    --theme-black-color: #3b474d;
}

body {
    background-color: #f5f5f5;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, a, span, p, li, label, button, input, select, option, textarea {
    font-family: IRANYekanX, sans-serif !important;
}

input, select, button, textarea {
    border-radius: 5px !important;
}

.theme-action-button {
    background: var(--theme-action-color);
    font-weight: bolder;
}

.theme-action-button-light-text {
    color: #ffffff;
}

.theme-action-button-dark-text {
    /* color: var(--theme-black-color); */
    color: #ffffff;
}

.label-required::after {
    content: '*';
    color: var(--theme-action-color);
}

label.label-required::after {
    margin-right: 2%;
}

.ad-card-slider-image {
    width: 204px;
    height: 152px;
    border-radius: 5px;

    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ad-card-slider-image-large {
    width: 100%;
    height: 300px;
    max-height: 300px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.ad-card-popular-badge {
    margin-top: 10px;
}

.ad-card-country-badge {
    margin-top: 10px !important;
    margin-left: 30px !important;
    color: #848ba5 !important;
}

#search-box-wrapper {
    background: var(--theme-secondary-color);
    text-align: center;
}

#search-box-title {
    color: #ffffff;
}

#search-box-query-after {
    font-weight: 900;
    font-size: 20px;
    color: #586267;
    display: inline-block;
    position: absolute;
    margin: 10px -25px 0 0;
    background: #ffffff;
}

#search-box-location {
    padding-right: 10%;
}

#search-box-location-before {
    font-weight: 900;
    font-size: 20px;
    color: #586267;
    display: inline-block;
    position: absolute;
    margin: 4px 5px 0 0;
    background: #ffffff;
}

#search-box-location-after {
    font-weight: 900;
    font-size: 20px;
    color: #586267;
    display: inline-block;
    position: absolute;
    margin: 10px -25px 0 0;
    background: #ffffff;
}

#search-box-city {
    padding-right: 50px;
}

#search-box-city-before {
    font-weight: 900;
    font-size: 20px;
    color: #586267;
    display: inline-block;
    position: absolute;
    margin: 4px 5px 0 0;
    background: #ffffff;
}

#search-box-city-after {
    font-weight: 900;
    font-size: 20px;
    color: #586267;
    display: inline-block;
    position: absolute;
    margin: 10px -25px 0 0;
    background: #ffffff;
}

.commercial-card {
    /*background: rgb(0,160,176);*/
    /*background: linear-gradient(317deg, rgba(0,160,176,1) 0%, rgb(11 185 255 / 49%) 100%);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
}
.commercial-card .badge {
    background: 0;
    color: #ffe200;
}
.commercial-card .badge ion-icon {
    /*box-shadow: 2px 2px 5px white;*/
    font-size: 20px;
}
.commercial-card .title {
    /*color: white !important;*/
}
.commercial-card .meta {
    /*color: #ffffdd !important;*/
}

.commercial-card .address {
    /*color: #ffffffcc !important;*/
    text-shadow: 2px 2px 2px #00000026;
}

.commercial-card .cta-button ion-icon {
    vertical-align: middle;
    font-size: 20px;
}

.commercial-card p {
    /*color: #ffffff !important;*/
}

.commercial-card .uk-text-meta {
    /*color: #ffffff !important;*/
}

.commercial-card .uk-card-title {
    font-weight: 900;
    color: var(--theme-secondary-color);
}

.commercial-card .ad-card-slider-image {
    width: 100%;
    height: 152px;
    border-radius: 5px;

    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
