.btn-reset {
    background-color: #D6D6D6;
    color: #333;
    border: none;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.25s
}

.btn-reset:hover {
    background-color: #2051A8;
    color: #fff;
}


@media screen and (max-width: 480px) {
    .or-search-group .form-group {
        margin-bottom: 15px;
    }

    .or-search-group .btn#search-result {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .btn-reset {
        margin-top: 12px;
    }
}

.pswp__iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pswp img {
    object-fit: contain;
}

.lg-container {
    direction: ltr;
}

.lg-container .lg-image {
    padding-bottom: 20px;
}

.offer-details-modal .container-content .offer-owners .owners .info span.governmental-text {
    font-size: 13px;
    padding-top: 3px;
}

.offer-details-modal .container-content .offer-owners .owners .info span.governmental-text:empty {
    display: none;
}

.offer-details-modal .container-content .offer-owners .owners .info img {
    border-radius: 50%;
}

.cropper-view-box {
    border-radius: 50%
}

.text-xxs {
    font-size: 0.5rem;
    line-height: 1rem;
}

@media screen and (max-width: 640px) {
    .text-2xs {
        font-size: 0.5rem;
        line-height: 1rem;
    }
}

.plan-caption {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.profile-img {
    max-height: 40px;
    max-width: 40px;
}

.profile-img:hover {
    max-height: 42px;
    max-width: 42px;
}

.profile-dropdown-hr {
    border: none;
    height: 1px;
    background: linear-gradient(to left, #dcdcdc, #dcdcdc 30%, transparent 60%, transparent 100%);
    width: 100%;
    margin-top: 20px;
}

.form-control-textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 12px;
    border: solid 1px rgb(227 227 227);
    background-color: rgb(255 255 255);
    padding: 1rem;
}

.form-control-textarea:focus {
    outline-width: 0px;
}

.menu-logo {
    width: 100px;
    height: 100px;
}

* {
    scrollbar-width: none;
}

.overflow-x-scroll {
    scrollbar-width: auto;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px lightgray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: lightgray;
}

.btn-switch {
    padding: 0.375rem 0;
    border-radius: 0.5rem;
    width: 90px;
}

.btn-switch-lg {
    padding: 0.6rem 0;
    width: 125px;
}

.map-wrap {
    position: fixed;
    top: 64px;
    bottom: 10vh;
    width: 100%;
    overflow: hidden;
}

.map-wrap #map {
    position: relative;
    z-index: 1;
    height: 100%;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    border-left: 12px solid #F0F0F0;
    z-index: -1;
}

@media screen and (min-width: 1280px) {
    .min-w-26rem {
        min-width: 26rem
    }
}

@media screen and (max-width: 1280px) {
    .header-gradient {
        height: 80px;
        max-height: 100px;
        background-image: linear-gradient(180deg, white, transparent);
    }
}

#general-menu-right, #dashboard-menu {
    transition: 0.35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(300px);
}

#general-menu-right.general-menu-show, #dashboard-menu.dashboard-menu-show {
    opacity: 1;
    visibility: visible;
    transform: none;
}

#search-slide {
    transition: all 0.35s ease;
    transform: translateX(400px);
}

#search-slide.active {
    transform: translateX(0);
}

#offers-box {
    margin-top: 75vh;
    padding-top: 0;
    min-height: 100vh;
}

#offer-requests-box {
    margin-top: 75vh;
    padding-top: 0;
    min-height: 100vh;
}

@media screen and (min-width: 1280px) {
    .map-wrap {
        bottom: 0;
        left: 0;
        width: 66.66%;
    }

    #offers-box {
        margin-top: 0;
        padding-top: 250px;
    }

    #offer-requests-box {
        margin-top: 0;
        padding-top: 80px;
    }

    .offer-on-map-box {
        padding-top: 6vh !important;
    }
}

.select2 {
    width: 100% !important;
    text-align: right;
    color: rgb(45, 34, 38);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    border-radius: 9999px;
    border: 1px solid rgb(227, 227, 227) !important;
    background-color: rgb(255, 255, 255) !important;
}

.select2-container .select2-selection--single {
    height: 48px;
    border: none;
    background: transparent;
}

.select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    border-radius: 12px;
}

.select2-container .select2-dropdown {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid rgb(227, 227, 227) !important;
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .text-gray-700 {
    color: white;
}


.offer-attachment {
    cursor: pointer;
}

.offer-attachment > img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
}

.offer-attachment.offer-attachment-video {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background-color: #f1f1f1;
    background-image: url("../img/video-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    display: flex;
}

.responsive-nav-link .container-content .swiper .swiper-wrapper {
    height: 50px;
    align-items: center;
}

.responsive-nav-link .container-content .swiper .swiper-wrapper .swiper-slide {
    padding: 4px;
    margin: 0;
    border-radius: 6px;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px !important;
}

.responsive-nav-link .container-content .swiper .swiper-wrapper .swiper-slide.active {
    background: var(--gradient-bg);
}

.responsive-nav-link .container-content .swiper .swiper-wrapper .swiper-slide.active a {
    color: #fff;
}

.responsive-nav-link .container-content .swiper .swiper-wrapper .swiper-slide .nav-link {
    font-size: 12px;
    color: #2F2F2F;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary) !important;
}

.center-location-button .mapboxgl-ctrl-top-right {
    padding-right: 12px;
    top: 13rem;
}

@media screen and (min-width: 1024px) {
    .center-location-button .mapboxgl-ctrl-top-right {
        padding-right: 5px;
        top: 13rem;
    }

    #dashboard-menu-close, #dashboard-hamburger {
        display: none;
    }

    #dashboard-menu {
        top: 6rem;
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

.moj-height {
    height: 85vh;
}

@media screen and (min-width: 1024px) {
    .moj-height {
        height: 100vh;
    }
}

.z-index-40 {
    z-index: 40;
}

.end-of-hero-gradiant {
    background: linear-gradient(to bottom, #FFFFFF 2%, #FDFEFE 5%, #FDF3E6 100%);
}

.start-of-special-website-gradiant {
    background: linear-gradient(to top, #FFFFFF 2%, #FDF3E6 60%, #FDF3E6 100%);
}

.website-as-you-like-gradiant {
    background: linear-gradient(to bottom, #FFFFFF 10%, #FDF3E6 60%, #FDF3E6 100%);
}

@media screen and (min-width: 768px) {
    .what-need-more-gradiant {
        background-color: #FDF3E6;
    }
}

@media screen and (max-width: 767px) {
    .what-need-more-gradiant {
        background: linear-gradient(to top, #FFFFFF 20%, #FDF3E6 80%, #FDF3E6 100%);
    }

    .cities-gradiant,
    .hero-gradiant-2{
        background: linear-gradient(to top, #FFFFFF 2%, #FDF3E6 60%, #FDF3E6 100%);
    }

    .hero-gradiant {
        background-image: url("../../themes/master/svg/welcome/home-mobile-1.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.text-black{
    color: black;
}

@media screen and (max-width: 1279px) {
    .brown-offers-box-height{
        min-height: 15vh!important;
    }
}
