.navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 141px;
}

.chat-wrapper-contact-list-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}

.chat-wrapper-contact-list-item.active {
    background-color: #ffe4e2;
    padding: 10px;
    border-radius: 10px;
}

.chat-wrapper-contact-list-contents-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: -2px 0 0;
}

.chat-wrapper-contact-list-item {
    -webkit-transition: 0.3s;
    margin: 5px;
    background-color: #F5F6F9;
    padding: 10px;
    border-radius: 10px;
}

.chat-wrapper {
    background-color: #fff;
    border-radius: 10px;

    /* margin: 5px; */
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;

}

@media (min-width: 601px) {

    #gdpr-cookie-message {
        max-width: 22%;
        bottom: 30px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        font-weight: 600;
    }
}

.categorySub-padding {
    padding: 6px 0;
    background: #ffffff !important;
}

.categorySub-list-slide-list>a {
    background: #fff !important;
}

.categorySub-list-slide-list>a:hover {
    color: #000 !important;
}

.single-project-thumb {
    min-height: auto;
}

.single-project {
    padding: 5px;
}

.single-project-content-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: 3px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-project-content-title,
.single-jobs-title {
    height: 49px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-jobs-title {
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.single-jobs-title a {
    text-transform: capitalize;
}

.single-jobs-para {
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 50px !important;
    min-height: 0 !important;
}

.single-jobs-price {
    margin-top: 10px;
}

.single-project-content {
    margin-top: 12px;
}

.single-project-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7px;
    border-top: 1px solid #f3f3f3;
    padding-top: 9px;
    margin-top: 7px;
}

.single-project-content-price {
    font-size: 18px;
    color: var(--main-color-one);
    font-family: var(--heading-font);
    font-weight: 500;
}

.single-project-content-price s {
    font-size: 16px;
    font-weight: 400;
    color: var(--paragraph-color);
}

.slider-inner-margin .slick-slide {
    margin: 7px;
}

.single-shop-left {
    padding: 20px 20px;
    box-shadow: 0px 8px 10px #efefef;
    background-color: rgb(207 247 228) !important;
}

.shop-contents-wrapper .shop-sidebar-content {
    width: 277px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #cff7e4;
}

.select2-results .select2-results__option {

    color: var(--heading-color);
    font-size: 15px;

    padding: 8px 16px;
    text-decoration: none;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #cff7e4 !important;

    color: #000;
}

.single-shop-left-inner .form-control {
    background-color: #fff;
}

.project-category-item {
    background-color: #fff;
    padding: 9px;
    height: 100%;
    box-shadow: 0px 15px 10px #efefef;
}

@media (max-width: 600px) {
    .banner-wrapper {

        display: none;
    }

    .navbar-area {
        background: #fff !important;
    }

    #gdpr-cookie-message {
        max-width: 100%;
    }
}

.banner-wrapper {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

.breadcrumb-area {
    display: none !important;

}

.banner-bg-blue {
    padding: 80px 50px;
    border-radius: 10px;
    position: relative;
}

.banner-bg-blue::before {
    content: '';
    /* background: url(../img/bg-cta-blue.png) no-repeat center;
    background-size: 100% 100%; */
    background: linear-gradient(135deg,
            #e7f2f9 0%,
            #cfe3f1 25%,
            #8fb8d6 50%,
            #6fa2c9 75%,
            #e1eef7 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
    border-radius: 10px;
}

.banner-single-content-logo-list:empty {
    display: none;
}

/* .single-work-contents-title,
.work-area .section-title .title {
    color: #fff;
} */











@media (min-width: 1400px) {

    .d-container,
    .d-container-lg,
    .d-container-md,
    .d-container-sm,
    .d-container-xl,
    .d-container-xxl {
        max-width: 100%;
    }
}

.dashboard-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0c2462;
}

.profile-settings-menu-inner {
    background-color: #0c2462;

}

.profile-settings-menu-item-link {
    color: #f1f1f1;
}

.profile-settings-menu-item-link svg path {
    fill: #ffffff;
}


/* @media (min-width: 1200px) {
    .col-xl-3 {
        width: 20%;
    }
  .col-xl-9 {
        flex: 0 0 auto;
        width: 80%;
    }
} */
.setup-wrapper-left::before {
    background-color: transparent;
}

.white-text {
    color: white;
}


@media all and (max-width:990px) {
    .show-nav-content {
        pointer-events: none;
    }

    .single-right-content {
        width: 100%;
    }

    .navbar-right-content.show-nav-content {
        width: 100%;
    }

    .navbar-right-content.show-nav-content.show {
        pointer-events: auto;
    }

    .navbar-right-flex {
        flex-direction: column;
        width: 100%;
    }
}

.header-global-search-input-inner>input {
    padding-left: 12px;
    padding-right: 38px;
    width: 400px;
    border-radius: 50px;
    border-color: #777;
}

.header-global-search-input-inner-icon {
    right: 4px;
    top: 3px;
    left: auto;
    border: none;
    background: var(--main-color-one);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.search-category-tags {
    padding: 10px;
}

.search-category-tags a {
    padding: 1px 7px;
    background: #e5e5e5;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--border-color);
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.search-category-tags a:hover {
    opacity: 0.8;
}

.search-category-tags a i {
    color: var(--main-color-one);
}

.global-search-result-inner {
    height: auto;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}

.global-search-result-inner-wrapper {
    max-height: 450px;
    overflow-y: auto;
    position: relative;
    padding: 0 10px;
}

.global-search-result-inner-wrapper:before,
.global-search-result-inner-wrapper:after {
    content: "";
    position: sticky;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
    z-index: 1;
    display: flex;
}

.global-search-result-inner-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
}

.global-search-result-inner-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent);
}

.mobile-header {
    display: none !important;
}

.desktop-header {
    display: block !important;
}

@media all and (max-width:991px) {
    .mobile-header {
        display: block !important;
    }

    .desktop-header {
        display: none !important;
    }

    header {
        position: relative;
        z-index: 999;
    }

    .header-style-01 .navbar-area .nav-container {
        position: relative;
        z-index: 9999;
    }

    .header-global-search-input-inner>input {
        width: 100%;
    }

    .navbar-area .navbar-toggler {
        right: 0;
    }

    .navbar-right-btn {
        flex-direction: column;
        position: absolute;
        bottom: 20px;
        width: 250px;
    }

    .navbar-right-btn a,
    .navbar-right-btn a.btn-bg-secondary {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .navbar-collapse .sub-menu {
        display: none;
    }

    .navbar-collapse li {
        list-style: none;
        margin-top: 20px;
    }

    .navbar-collapse li a {

        font-weight: 600;
        transition: all 0.3s ease-in;
        color: var(--paragraph-color);
        font-size: 18px;
    }

    .navbar-collapse li a a:hover {
        color: var(--main-color-one);
        background: none;
    }

    .navbar-collapse {
        width: 280px;
        position: fixed;
        left: 0%;
        top: 0px;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        height: 101vh;
        padding-left: 10%;
        padding-right: 15px;
        box-shadow: 0 0 100px rgb(0 0 0 / 10%);
        padding-top: 20px;
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse .logo-wrapper {
        height: auto !important;
    }

    .collapse:not(.show) {
        display: block !important;
        left: -110%;
        transition: all 0.3s ease-in-out;
    }

    .show-nav-content {
        pointer-events: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .navbar-collapse .header-global-search {
        display: none !important;
    }

    .navbar-right-btn {
        width: 100%;
        left: 0;
        right: 0;
    }

    .navbar-right-flex {
        flex-direction: row;
        position: absolute;
        bottom: 30px;
        width: 90%;
        left: 0;
        right: 0;
        justify-content: space-between;
        align-items: baseline;
    }

    .navbar-right-btn a:not(.cmn-btn) {
        background: none !important;
    }

    .navbar-right-btn a.cmn-btn {
        margin-left: 20px;
    }

    .navbar-author-wrapper {
        position: absolute;
        bottom: 55px !important;
        right: 0 !important;
        top: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 220px;
        max-width: none;
    }

    .navbar-author-wrapper.hide {
        display: none !important;
    }

    .bookmark-wrap.active,
    .navbar-right-notification .navbar-right-notification-wrapper.active {
        bottom: 140%;
        top: auto;
        right: -50px;
        width: 280px;
    }

    .bookmark-wrap.active {
        right: -90px;
    }

    .navbar-author-wrapper-list {
        max-height: calc(100vh - 380px);
    }

}