@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar .navbar-brand img {
    width: auto !important;
    height: 40px !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500 !important;
    font-size: 13px !important;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 100%;
    margin: 0 8px;
    border-bottom: 2px solid;
    border-bottom-color: #55C93A;
    transition: right 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before {
    right: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 8px;
    border: solid 1px #ebebeb;
    margin-top: 8px;
    padding: 0px;
    min-width: auto;
    width: fit-content;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px !important;
    font-weight: 500;
    padding: 10px 20px;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: rgba(35, 35, 35, 0.6);
    background-color: unset;
}

.navbar .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item:hover {
    border-radius: 0px 0px 8px 8px;
}

.navbar .btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: unset !important;
    min-width: unset !important;
    line-height: 1.5 !important;
}

.navbar .btn-login {
    margin-right: 0 !important;
}

.navbar .btn-sign-up {
    margin-right: 0 !important;
}

.navbar .btn-outline-success {
    border-width: 1px !important;
}

.navbar .btn-outline-success:hover {
    color: #ffffff !important;
}

.navbar .btn-success {
    color: #ffffff !important;
}

footer h3 {
    font-weight: 600 !important;
}

footer ul li a {
    font-weight: 400 !important;
}

footer .copyright {
    font-weight: 400 !important;
}

.modal-dialog ul li a {
    font-weight: 500;
    font-size: 14px;
}

.modal-dialog .btn {
    font-size: 14px;
    font-weight: 500 !important;
    min-height: unset !important;
    min-width: unset !important;
    margin: 0px;
}

.modal-dialog .btn-success {
    color: #ffffff !important;
}

.modal-dialog .btn-login {
    border-width: 1px !important;
    margin-right: 15px;
}

.modal-dialog .action-btn-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.modal-dialog .nav-item {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.modal-dialog .nav-item .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #000000;
}

.modal-dialog .nav-item ul>li {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.modal-dialog .nav-item ul>li.title {
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #F0F3F2;
    display: block;
}

.modal-dialog .nav-item ul>li .collapse-item {
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #F0F3F2;
    display: block;
}

.modal-menu .btn-back:focus {
    box-shadow: none;
}

.modal-menu .btn-sign-up {
    width: 100px !important;
    border-radius: 6px !important;
}

.modal-menu .btn-sign-up:hover {
    box-shadow: none;
}

.navbar-desktop {
    transition: all 0.5s ease;
    position: relative;
    z-index: 20;
}

.navbar-desktop .dropdown {
    position: relative;
    display: inline-block;
}

.navbar-desktop .dropdown a#categories {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #000;
    text-decoration: none;
    padding: 14px 0px 14px 0px;
    margin: 0 30px 0px 10px;
}

.navbar-desktop .dropdown a#categories::after {
    position: absolute;
    right: 14px;
    top: 15px;
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
}

.navbar-desktop .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding: 20px 0px 0px 0px;
    margin-top: -6px;
    max-width: unset;
    border-top: 0;
    width: max-content;
}

.navbar-desktop .dropdown-content .grid {
    display: grid;
    grid-template-columns: auto auto auto;
    border: solid 1px #ebebeb;
    background: #fff;
}

.navbar-desktop .dropdown-content .title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.navbar-desktop .dropdown-content a {
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    padding: 10px 39px 10px 13px;
    width: 100%;
    display: block;
    min-width: 200px;
    position: relative;
}

.navbar-desktop .dropdown-content .sub-menu-item.has-child a::after {
    position: absolute;
    right: 13px;
    top: 14px;
    content: "\F285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
}

.navbar-desktop .dropdown-content .step-2:not(.d-none),
.navbar-desktop .dropdown-content .step-3:not(.d-none) {
    border-left: solid 1px #ebebeb;
}

.navbar-desktop .dropdown-content .step-1,
.navbar-desktop .dropdown-content .step-2,
.navbar-desktop .dropdown-content .step-3 {
    padding: 10px 0px;
}

.navbar-desktop .dropdown:hover .dropdown-content {
    display: block;
}

.navbar-desktop.show {
    background-color: #fff !important;
}

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

body {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 992px) {
    body.sticky_header .content {
        padding-top: 70px;
    }
    body.sticky_header .navbar-desktop {
        top: -70px;
        position: fixed;
        width: 100%;
        z-index: 200;
    }
    body.sticky_header .navbar-desktop.show {
        top: 0;
    }
}

.right-0 {
    right: 0;
}

footer#new-footer {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #262626;
    color: #fff;
}

footer#new-footer #footer-navigation .footer-wrapper {
    display: grid;
    grid-template-columns: 40% auto;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-info {
    padding-right: 20px;
}

@media (max-width:600px) {
    footer#new-footer #footer-navigation .footer-wrapper .skillfull-info {
        padding-right: 0;
    }
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-info .navbar-brand {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-top: 15px;
    width: 300px;
    max-width: 100%;
    color: #D0D2D3;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    grid-row-gap: 30px;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item .menu-title {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item ul li {
    margin-bottom: 10px;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item ul li a {
    color: #BBBDBF;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item ul li a .new {
    background: #55C93A;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    line-height: 1.2;
    border-radius: 2px;
    font-weight: 500;
    margin-left: 5px;
}

footer#new-footer #footer-navigation .footer-wrapper .skillfull-menu .skillfull-menu-item ul li a:hover {
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    footer#new-footer #footer-navigation .footer-wrapper {
        grid-template-columns: auto;
    }
    footer#new-footer #footer-navigation .footer-wrapper .skillfull-info {
        margin-bottom: 40px;
    }
}

footer#new-footer #footer-social {
    margin-top: 40px;
}

footer#new-footer #footer-social .container-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 30px;
}

footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper .btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list li {
    font-size: 16px;
    display: inline;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list li a {
    text-decoration: none;
    color: #D0D2D3;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list li a i {
    font-size: 16px;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list li a:hover {
    color: #fff;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list .social-icon {
    padding-left: 5px;
    padding-right: 5px;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list .social-icon:first-child {
    padding-left: 0px;
}

footer#new-footer #footer-social .container-wrapper .footer-social-icon .social-list .social-icon:last-child {
    padding-right: 0px;
}

@media only screen and (max-width: 600px) {
    footer#new-footer #footer-social .container-wrapper {
        flex-direction: column;
    }
    footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper {
        margin-bottom: 20px;
    }
    footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper .title {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 372px) {
    footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper {
        flex-direction: column;
    }
    footer#new-footer #footer-social .container-wrapper .footer-cta-wrapper .title {
        margin: 0;
        margin-bottom: 10px;
    }
}

footer#new-footer #footer-copyright {
    font-size: 12px;
    line-height: 1.2;
    color: #D0D2D3;
}

footer#new-footer #footer-copyright hr {
    border-color: #E6E7E8;
    background-color: #E6E7E8;
    color: #E6E7E8;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer#new-footer #footer-copyright .copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#new-footer #footer-copyright .copyright-wrapper a {
    text-decoration: none;
    line-height: 1.2;
    color: #D0D2D3;
}

footer#new-footer #footer-copyright .copyright-wrapper a:hover {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    footer#new-footer #footer-copyright .copyright-wrapper {
        flex-direction: column;
    }
    footer#new-footer #footer-copyright .copyright-wrapper .copyright-text {
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    footer#new-footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    footer#new-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.navbar.navbar-desktop .logo-and-search-column-wrapper {
    display: flex;
    align-items: center;
    width: 47%;
}

.navbar.navbar-desktop .logo-and-search-column-wrapper .navbar-brand {
    margin-right: 20px;
}

.navbar.navbar-desktop .menu-and-nav-wrapper {
    display: flex;
    align-items: center;
    width: 53%;
    justify-content: flex-end;
}

.navbar.navbar-desktop .menu-and-nav-wrapper .btn-sign-up {
    border-radius: 6px;
    width: 100px;
}

.header-search input {
    border-radius: 3px;
    border-right-width: 0px !important;
    background: #fff;
    border: solid 1px #A6A8AB;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
}

.header-search input:focus {
    border-color: #A6A8AB;
}

.header-search span {
    border-radius: 3px;
    border-left-width: 0px !important;
    background: #fff;
    border: solid 1px #A6A8AB;
    color: #58CD3D;
    padding: 5px 15px 5px 15px;
}

.header-search i.bi {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .header-search input {
        max-width: 100%;
    }
}

.title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.title-wrapper h2 {
    font-size: 24px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 0;
    margin-right: 30px;
}

.title-wrapper .section-title-badge-wrapper {
    display: flex;
    align-items: center;
}

.title-wrapper .section-title-badge-wrapper a.badge {
    color: #000000;
    border: solid 1px #000000;
    border-radius: 30px;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2;
    -webkit-transition: color 300ms linear, background-color 300ms linear;
    -ms-transition: color 300ms linear, background-color 300ms linear;
    transition: color 300ms linear, background-color 300ms linear;
}

.title-wrapper .section-title-badge-wrapper a.badge:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767.98px) {
    .title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .title-wrapper h2 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .title-wrapper.only-title {
        margin-bottom: 30px;
    }
    .title-wrapper.only-title h2 {
        margin-bottom: 0px;
    }
}

.btn-load-more {
    font-weight: 400;
    background: #fff;
    border-radius: 0px;
    border: solid 1px #000;
    width: 140px;
    -webkit-transition: color 300ms linear, background-color 300ms linear;
    -ms-transition: color 300ms linear, background-color 300ms linear;
    transition: color 300ms linear, background-color 300ms linear;
}

.btn-load-more:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767.98px) {
    .section-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


/* CTA Footer */

section#cta-knowledge-at-your-fingertips {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    overflow: hidden;
    background-color: #F6F9FC;
}

section#cta-knowledge-at-your-fingertips .container {
    position: relative;
}

section#cta-knowledge-at-your-fingertips h2 {
    font-size: 37px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    margin-bottom: 20px;
}

section#cta-knowledge-at-your-fingertips h2 .stripe-text {
    overflow: hidden;
    width: 100px;
    display: inline;
    position: relative;
}

section#cta-knowledge-at-your-fingertips h2 .stripe-text .text {
    z-index: 20;
    position: relative;
}

section#cta-knowledge-at-your-fingertips h2 .stripe-text .stripe {
    width: 100%;
    height: 11px;
    background: #58CD3D;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 10;
}

@media (max-width: 767.98px) {
    section#cta-knowledge-at-your-fingertips h2 {
        font-size: 30px;
    }
    section#cta-knowledge-at-your-fingertips h2 .stripe-text .stripe {
        height: 8px;
    }
}

section#cta-knowledge-at-your-fingertips p {
    color: #58595B;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 45px;
}

section#cta-knowledge-at-your-fingertips .btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 8px;
    border-radius: 6px;
    width: 150px;
    max-width: 100%;
}

section#cta-knowledge-at-your-fingertips .btn:focus {
    box-shadow: none;
}

section#cta-knowledge-at-your-fingertips .icon-1 {
    position: absolute;
    width: 70px;
    top: -18px;
    right: 109px;
}

section#cta-knowledge-at-your-fingertips .icon-2 {
    position: absolute;
    width: 70px;
    left: 73px;
    bottom: 26px;
}

section#cta-knowledge-at-your-fingertips .icon-3 {
    position: absolute;
    width: 200px;
    right: -57px;
    bottom: -171px;
}

@media (max-width: 991.98px) {
    section#cta-knowledge-at-your-fingertips {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    section#cta-knowledge-at-your-fingertips {
        background-size: 100%;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    section#cta-knowledge-at-your-fingertips p {
        font-size: 16px;
        width: 268px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    section#cta-knowledge-at-your-fingertips .icon-1 {
        width: 50px;
        top: -29px;
        right: 10px;
    }
    section#cta-knowledge-at-your-fingertips .icon-2 {
        width: 50px;
        left: 10px;
        bottom: -50px;
    }
    section#cta-knowledge-at-your-fingertips .icon-3 {
        display: none;
        width: 70px;
        right: 15px;
        bottom: -97px;
    }
}


/* Search Hero */

.result-search {
    background-color: #F6F9FC;
    height: max-content;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
}

.result-search .suggested-wrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    flex-flow: wrap;
}

.result-search .suggested-wrapper .suggested-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin-right: 20px;
}

.result-search .suggested-wrapper a.badge {
    color: #000;
    border: solid 1px #000;
    border-radius: 30px;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2;
    -webkit-transition: color 300ms linear, background-color 300ms linear;
    -ms-transition: color 300ms linear, background-color 300ms linear;
    transition: color 300ms linear, background-color 300ms linear;
}

.result-search .suggested-wrapper a.badge:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767.98px) {
    .result-search .suggested-wrapper {
        justify-content: center;
    }
    .result-search .suggested-wrapper .suggested-title {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .result-search .suggested-wrapper a.badge {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.result-search .content-wrapper {
    max-width: 100%;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.result-search .title {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
}

@media (min-width:768px) {
    .result-search .result-title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .result-search .title {
        font-size: 30px;
    }
}

.result-search .desc {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

@media (max-width: 767.98px) {
    .result-search .desc {
        font-size: 16px;
    }
}

.result-search .hero-search {
    margin-top: 40px;
}

.result-search .hero-search input {
    border-radius: 0px;
    padding: 15px;
    border-right-width: 0px !important;
    background-color: #FFF;
    border-width: 0;
}

.result-search .hero-search span {
    border-radius: 0px;
    background-color: #FFF;
    border-left-width: 0px !important;
    border-width: 0;
}

.result-search .hero-search i.bi {
    font-size: 22px;
}

@media (max-width: 991.98px) {
    .result-search {
        height: auto;
    }
    .result-search .hero-search input {
        max-width: 100%;
    }
}


/* Blog Post */

section.blog-post {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #F6F9FC;
}

section.blog-post .slick-slider {
    margin: 0 -20px;
}

section.blog-post .slick-slider .slick-item {
    margin: 0 20px;
}

@media (max-width: 767.98px) {
    section.blog-post .slick-slider {
        margin: 0px;
    }
    section.blog-post .slick-slider .slick-item {
        margin: 0px;
    }
}

@media (max-width: 991.98px) {
    section.blog-post {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Card - User Projects */

.card.card-profile-projects {
    border-width: 0px;
    border-radius: 5px !important;
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.card.card-profile-projects .card-top {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 135px;
}

.card.card-profile-projects .card-badge-wrapper .badge {
    border-radius: 0px;
    background-color: #58cd3d;
    padding: 8px 20px 7px 20px;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    height: fit-content;
}

.card.card-profile-projects .card-badge-wrapper .date-wrapper {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .card.card-profile-projects .card-badge-wrapper .badge {
        font-size: 14px;
    }
}

.card.card-profile-projects .card-body {
    background-color: #FFFFFF;
    padding-bottom: 0px;
}

.card.card-profile-projects .card-body .user-info .user-info-image-wrapper {
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.card.card-profile-projects .card-body .user-info .user-info-image-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.card.card-profile-projects .card-body .user-info .user-info-info-wrapper .user-info-name {
    font-family: 'Poppins', sans-serif;
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card.card-profile-projects .card-body .user-info .user-info-info-wrapper .user-info-address {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #808184;
}

.card.card-profile-projects .card-body .project-footer-wrapper {
    font-family: 'Poppins', sans-serif;
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: #dadbdd;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card.card-profile-projects .card-body .text-price {
    font-size: 13px !important;
}

.card.card-profile-projects .card-body .text-price span {
    font-size: 18px !important;
    font-weight: 500;
}

.card.card-profile-projects .card-body .text-icon {
    display: flex;
    align-content: center;
}

.card.card-profile-projects .card-body .text-icon img {
    margin-right: 5px;
}

.card.card-profile-projects .card-body .text-icon span {
    font-size: 13px;
    line-height: 1.2;
}

.card.card-profile-projects .card-body .project-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card.card-profile-projects .card-body .project-title a {
    text-decoration: none;
    color: #000;
}

@media (max-width: 575.98px) {
    .card.card-profile-projects .card-body .project-title {
        font-size: 16px !important;
    }
}

.card.card-profile-projects .project-body-wrapper {
    min-height: 100px;
}

@media (max-width: 575.98px) {
    .card.card-profile-projects .project-body-wrapper {
        min-height: 125px;
    }
}

.card.card-profile-projects:hover .btn {
    background-color: #002f2d !important;
    border-color: #002f2d !important;
    color: #fff !important;
}

.card.card-profile-projects:hover .project-title a {
    color: #58cd3d;
}

@media (max-width: 767.98px) {
    .card.card-profile-projects {
        margin-bottom: 30px;
    }
}

.card.card-profile-projects.mobile-version {
    box-shadow: none;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(208, 210, 211, 0.5);
}

.card.card-profile-projects.mobile-version .card-body .project-footer-wrapper {
    padding-bottom: 15px;
}

.card.card-profile-projects.mobile-version .ratio img {
    object-fit: cover;
}

.card.card-profile-projects.mobile-version .card-body {
    padding: 0;
}

.card.card-profile-projects.mobile-version .project-title {
    margin-bottom: 45px;
}

.card.card-profile-projects.mobile-version:not(.card-profile-projects-live) .card-body .text-icon img {
    margin-right: 8px;
    width: 20px;
}

.card.card-profile-projects.mobile-version:not(.card-profile-projects-live) .card-body .text-icon span {
    font-size: 15px;
}

.card.card-profile-projects.mobile-version.card-profile-projects-live .project-title {
    margin-bottom: 25px;
}

.card.card-profile-projects.mobile-version .project-footer-wrapper {
    border-top: 0;
    margin-top: 10px;
}

.card.card-profile-projects.mobile-version .date-wrapper {
    border-radius: 0px;
    background-color: #58cd3d;
    padding: 8px 10px 7px 10px;
    width: 100%;
    font-size: 13px;
    color: #FFFFFF;
    height: fit-content;
}


/* Card - Post */

.card.card-post {
    border: 0;
    border-radius: 0 !important;
    background-color: transparent;
    margin-bottom: 30px;
}

.card.card-post .card-body {
    padding: 0;
}

.card.card-post .card-body img {
    margin-bottom: 30px;
}

.card.card-post .card-body h3 {
    font-size: 20px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

.card.card-post .card-body a {
    text-decoration: none;
}

.card.card-post .card-body a:hover h3 {
    color: #58cd3d;
}

.card.card-post .card-body p {
    margin-bottom: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .card.card-post {
        margin-bottom: 30px;
    }
}


/* Featured Users */

section.featured-users .grid {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
    grid-row-gap: 20px;
}

.card.card-featured-user {
    border: solid 1px #D0D2D3;
    border-radius: 4px !important;
}

.card.card-featured-user .card-body {
    padding: 15px 10px;
}

.card.card-featured-user .card-body .content-wrapper {
    display: flex;
    position: relative;
}

.card.card-featured-user .card-body .content-wrapper .user-photo-wrapper img {
    object-fit: cover;
    border-radius: 100%;
    width: 42px !important;
    height: 42px !important;
    margin-right: 13px;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper a {
    text-decoration: none;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper a:hover .name {
    color: #58cd3d;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .location {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 7px;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .dsc {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 300;
    color: #808184;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .star-wrapper {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .star-wrapper i.bi {
    color: #BBBDBF;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .star-wrapper i.bi.checked {
    color: #FFC425;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .user-info-course-summary {
    font-size: 11px;
    line-height: 1.5;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .user-info-course-summary>div {
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #808184;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .user-info-course-summary>div:first-child {
    margin-right: 8px;
}

.card.card-featured-user .card-body .content-wrapper .user-info-wrapper .user-info-course-summary>div>span {
    font-weight: 600;
    color: #000;
}


/* Explore on Levels */

section.explore-on-levels a:hover h3 {
    color: #55C93A !important;
}

section.explore-on-levels .slick-slider {
    margin: 0 -20px;
}

section.explore-on-levels .slick-slider .slick-item {
    margin: 0 20px;
}

@media (max-width: 767.98px) {
    section.explore-on-levels .slick-slider {
        margin: 0px;
    }
    section.explore-on-levels .slick-slider .slick-item {
        margin: 0 10px;
    }
}

section.explore-on-levels .item {
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-width: 260px;
}

section.explore-on-levels .item .content-wrapper {
    background-image: linear-gradient(to bottom, transparent, black);
    padding: 20px;
    height: 130px;
}

section.explore-on-levels .item .content-wrapper h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin: 0;
    bottom: 20px;
    position: absolute;
    z-index: 10;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

section.explore-on-levels .item.item-1 {
    background-image: url("../../../assets/images/two-businessmen-pointing-laptop-screen-while-discussing.jpg");
}

section.explore-on-levels .item.item-2 {
    background-image: url("../../../assets/images/two-businessmen-pointing-laptop-screen-while-discussing.jpg");
}

section.explore-on-levels .item.item-3 {
    background-image: url("../../../assets/images/two-businessmen-pointing-laptop-screen-while-discussing.jpg");
}


/* Upcoming Event */

section.upcoming-webinars h2 {
    font-size: 24px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 30px;
}

section.upcoming-webinars .grid {
    display: grid;
    grid-template-columns: 67% 30%;
    column-gap: 3%;
}

section.upcoming-webinars .pick-the-date h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.2;
}

@media only screen and (max-width: 1035px) {
    section.upcoming-webinars h2 {
        margin-bottom: 20px;
    }
    section.upcoming-webinars .grid {
        display: block;
    }
    section.upcoming-webinars .pick-the-date {
        padding-top: 40px;
    }
}

.card.card-upcoming-webminar {
    border: 0;
    border-radius: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(88, 89, 91, 0.2);
}

.card.card-upcoming-webminar:first-child {
    padding-top: 0px !important;
}

.card.card-upcoming-webminar .card-body {
    padding: 0;
}

.card.card-upcoming-webminar .card-top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
}

.card.card-upcoming-webminar .card-badge-wrapper .badge {
    border-radius: 0px;
    background-color: #58cd3d;
    padding: 8px 20px 7px 20px;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    height: fit-content;
}

.card.card-upcoming-webminar .card-badge-wrapper .date-wrapper {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .card.card-upcoming-webminar .card-badge-wrapper .badge {
        font-size: 14px;
    }
}

.card.card-upcoming-webminar .content-detail h3 {
    font-size: 22px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 15px;
    line-height: 1.5;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

.card.card-upcoming-webminar .content-detail a {
    text-decoration: none;
}

.card.card-upcoming-webminar .content-detail a:hover h3 {
    color: #58cd3d;
}

.card.card-upcoming-webminar .content-detail p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.card.card-upcoming-webminar .content-wrapper {
    display: grid;
    grid-template-columns: 250px calc(97% - 250px);
    column-gap: 3%;
}

.card.card-upcoming-webminar .detail-footer {
    display: flex;
    justify-content: space-between;
}

@media (min-width:768px) {
    .card.card-upcoming-webminar .content-detail {
        position: relative;
    }
    .card.card-upcoming-webminar .detail-footer {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}

.card.card-upcoming-webminar .detail-footer .author {
    font-size: 12px;
    line-height: 1.2;
    margin-top: auto;
    margin-bottom: auto;
}

.card.card-upcoming-webminar .detail-footer .author a {
    font-weight: 500;
    transition: all 0.5s ease;
}

.card.card-upcoming-webminar .detail-footer .author a:hover {
    color: #55C93A;
}

.card.card-upcoming-webminar .detail-footer .price {
    display: flex;
    align-content: center;
}

.card.card-upcoming-webminar .detail-footer .price .text-icon {
    margin-right: 15px;
}

.card.card-upcoming-webminar .detail-footer .price .text-icon img {
    margin-right: 5px;
}

.card.card-upcoming-webminar .detail-footer .price .text-icon span {
    font-size: 13px;
    line-height: 1.2;
}

.card.card-upcoming-webminar .detail-footer .price .text-price {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.card.card-upcoming-webminar .detail-footer .price .text-price span {
    font-size: 20px !important;
    font-weight: 500;
    margin-left: 5px;
}

@media only screen and (max-width: 696px) {
    .card.card-upcoming-webminar .content-wrapper {
        display: block;
    }
    .card.card-upcoming-webminar .detail-footer .author {
        font-size: 15px;
    }
    .card.card-upcoming-webminar .detail-footer .price {
        margin-top: 30px;
    }
    .card.card-upcoming-webminar .detail-footer .price .text-icon span {
        font-size: 15px;
    }
    .card.card-upcoming-webminar .detail-footer .price .text-icon img {
        margin-right: 10px;
        width: 20px !important;
    }
    .card.card-upcoming-webminar .detail-footer .price .text-price {
        font-size: 15px;
    }
    .card.card-upcoming-webminar .card-top {
        margin-bottom: 20px;
    }
}


/* Recommended Topics */

section.recommended-topics .title-wrapper h2 {
    width: 187px;
}

section.recommended-topics .title-wrapper .slick-slider {
    width: -webkit-fill-available;
}

section.recommended-topics .title-wrapper .section-title-badge-wrapper {
    width: calc(100% - 277px);
}

section.recommended-topics .title-wrapper .slick-slider .slick-next {
    top: 16px;
    right: -60px;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    width: 38px;
    height: 38px;
}

@media (max-width: 767.98px) {
    section.recommended-topics .title-wrapper h2 {
        margin-bottom: 30px;
        width: 100%;
    }
    section.recommended-topics .title-wrapper .section-title-badge-wrapper {
        width: calc(100% - 60px);
    }
}

section.recommended-topics a.badge {
    color: #000000;
    border: solid 1px #D0D2D3 !important;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px 10px 20px !important;
    font-weight: 400;
    margin-right: 10px;
    font-size: 14px !important;
    line-height: 1.2;
    -webkit-transition: color 300ms linear, background-color 300ms linear;
    -ms-transition: color 300ms linear, background-color 300ms linear;
    transition: color 300ms linear, background-color 300ms linear;
}

section.recommended-topics a.badge:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 575.98px) {
    section.recommended-topics a.badge {
        font-size: 12px !important;
        padding: 8px 15px 8px 15px !important;
    }
}


/* Calendar */


/* Card Webminar Item */

.card.card-webminar-item {
    border: solid 1px #D0D2D3;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

.card.card-webminar-item .card-body {
    padding: 10px 20px 12px 20px;
}

.card.card-webminar-item .card-body .content-wrapper {
    display: grid;
    grid-template-columns: 67% 30%;
    column-gap: 3%;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper .title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper a {
    text-decoration: none;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper a .title:hover {
    color: #58cd3d;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper .author {
    font-size: 12px;
    line-height: 1.5;
    margin-top: auto;
    margin-bottom: auto;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper .author a {
    font-weight: 500;
    transition: all 0.5s ease;
}

.card.card-webminar-item .card-body .content-wrapper .title-and-author-wrapper .author a:hover {
    color: #58cd3d;
}

.card.card-webminar-item .card-body .content-wrapper .time-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card.card-webminar-item .card-body .content-wrapper .time-wrapper .time {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #6c757d;
}


/* Navigation Under Header */

section.nav-under-header {
    z-index: 10;
    position: relative;
    border-top: solid 1px rgba(88, 89, 91, 0.2);
}

section.nav-under-header .dots {
    font-size: 18px;
}

section.nav-under-header .dropdown {
    position: relative;
    display: inline-block;
}

section.nav-under-header .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding: 15px 20px;
    border: solid 1px #ebebeb;
    background: #fff;
    margin-top: 10px;
    max-width: unset;
    width: max-content;
}

section.nav-under-header .dropdown-content .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

section.nav-under-header .dropdown-content a {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5;
}

section.nav-under-header .dropdown:hover .dropdown-content {
    display: block;
}

section.nav-under-header .grid {
    min-width: 100%;
    width: max-content;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    position: relative;
}

section.nav-under-header .menu-item,
section.nav-under-header .dropdown {
    padding: 10px 0;
}

section.nav-under-header a.badge {
    padding: 0 !important;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    -webkit-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}

section.nav-under-header a.badge:hover {
    color: #55C93A;
}

@media (max-width: 767.98px) {
    section.nav-under-header a.badge {
        font-size: 14px;
        padding: 5px;
    }
}


/* Fullcalendar */

.fc .fc-col-header-cell-cushion {
    padding: 2px 4px 5px 4px;
    font-weight: 600;
}

.fc .fc-toolbar.fc-header-toolbar {
    border-bottom: 1px solid #dadbdd;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.fc .fc-toolbar-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.fc .fc-button-primary {
    background: #fff;
    color: #CBD1D2;
    border: 0;
    padding: 0;
    font-size: 16px;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled):active {
    box-shadow: none;
    background: transparent;
    color: #a8db9e;
    box-shadow: none !important;
}

.fc .fc-daygrid-day-top {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
    background: #a8db9e;
    cursor: pointer;
}

.fc .fc-daygrid-day-top:hover {
    background: #a8db9e;
    cursor: pointer;
}

.fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}

.fc td,
.fc th {
    vertical-align: middle;
}

.fc .fc-daygrid-day-frame {
    min-height: 0;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: none;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-bg {
    display: none;
}

.fc .fc-daygrid-day-top {
    align-content: center;
    justify-content: center;
}

.fc table {
    font-size: 12px;
    line-height: 1.2;
}

.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion {
    text-decoration: none;
}

.slick-slider .slick-next:before {
    display: block;
    content: ' ';
    background-image: url("../../svg/right.svg");
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin-left: 4px;
}

.slick-slider .slick-next {
    z-index: 1;
    right: 0px;
    background-color: transparent;
    border: solid 1px #000000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -44px;
}

.blog-post .slick-dots li button:before {
    font-size: 10px;
}


/* filters */

.filter-panel {}

.filter-panel .filter-head {
    margin-bottom: 0;
    font-size: 16px;
}

.filter-head-content .title {
    font-size: 24px;
    font-weight: 500;
    color: rgb(35, 31, 32);
    margin-bottom: 0px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.filter-head-content .sub {
    font-size: 16px;
}

.filter-alert {
    display: flex;
    border: 1px solid #D0D2D3;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

@media (max-width:768px) {
    .filter-alert {
        padding: 7px 10px;
        font-size: 12px;
        width: 100%;
    }
}

.filter-alert .icon-alert {
    width: 30px;
    margin-right: 10px;
    line-height: 1;
    font-size: 25px;
    border-radius: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
}

.filter-alert .icon-alert.bg-success {
    color: white;
    background-color: #63cd3e;
}

.filter-sort-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}

.filter-sort {
    padding: 10px;
}

.filter-sort-container select {
    border: 0!important;
    box-shadow: none!important;
    outline: 0!important;
    padding: 10px;
    opacity: 1;
    transition: opacity 100ms linear;
    padding-right: 45px;
    min-width: 200px;
    font-size: 14px;
    /* height: 40px; */
}

.select-icon-container {
    pointer-events: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 0.8rem;
    right: 0;
}

.sort {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.filter-panel-heading {
    justify-content: space-between;
    align-items: center;
}

.filter-panel-heading .sort {
    font-size: 14px;
    font-weight: 500;
}

.filter-panel-heading button {
    /* height: 50px; */
    background: white;
    padding: 10px;
    min-width: 150px;
    text-align: left;
    display: flex;
    min-width: 200px;
    font-size: 14px;
    outline: none;
    border: 1px solid black;
}

.filter-panel-heading button i {
    margin-left: auto;
}

.filter-panel-heading.fixed-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1024;
    padding: 15px 15px;
    filter: drop-shadow(2px 4px 6px #5858582b);
    box-shadow: 0 0 0 #5858582b;
}

@media (max-width:768px) {}

@media (max-width:560px) {
    .filter-panel-heading {
        align-items: self-end;
    }
    .filter-panel-heading button {
        min-width: fit-content;
        font-size: 12px;
    }
    .filter-sort-container {
        margin-left: 7.5px !important;
    }
    .filter-panel-heading .sort {
        font-size: 12px;
    }
    .filter-sort-container select {
        padding-right: 23px;
        min-width: fit-content;
        font-size: 12px;
    }
    .select-icon-container {
        padding: 0 0.4rem;
    }
}

.filter-content-page {
    display: flex;
}

.filter-form {
    width: 200px;
}

.filter-result {
    width: calc(100% - 200px);
    padding-left: 60px;
}

.accordion-button {
    color: black !important;
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 16px;
}

h2#filter-sidebar1 {
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.accordion-button:focus {
    /* border: none; */
    box-shadow: unset;
}

button.accordion-button {}

.accordion-item {
    border: none;
    /* border-top: 1px solid #000; */
    /* border-radius: 0; */
}

.accordion-item:first-of-type .accordion-button {
    border: none;
    border-radius: none !important;
}

.accordion-body {
    padding: 0.5rem 0;
}

.form-fasst-check {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
    margin-right: 5px;
}

.form-check-input:checked {
    background: black;
    border-color: black;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-filter-showmore a {
    text-decoration: none;
    font-size: 15px;
    color: #008f3b;
    margin-top: 20px;
}

.form-filter-showmore {
    margin-top: 25px;
    margin-bottom: 15px;
    /* font-size: 13px; */
}

.accordion-item {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding: 5.5px 0;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
}

.filter-content-page {
    margin-top: 30px;
}

@media (max-width:990px) {
    .filter-content-page {
        padding: 0;
    }
}

.accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    color: black;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../svg/chevron-down.svg);
}

.accordion-collapse.haslimit .accordion-body {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    max-height: 160px;
}

.panel-result-filter-val {
    display: none;
}

@media(max-width:990px) {
    .filter-form {
        display: none;
    }
    .open-filter .filter-form {
        display: block;
    }
    .filter-result {
        width: 100%;
        padding-left: 0;
    }
    .filter-form-sidebar {
        opacity: 0;
        transition: opacity 100ms linear, transform 0ms linear 100ms;
    }
    .open-filter .filter-form-sidebar {
        opacity: 1;
        transition: opacity 100ms linear, transform 0ms linear 100ms;
    }
    form#filter-form {
        z-index: 9;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(28, 29, 31, .8);
        left: 0;
        transform: scale(0);
    }
    .open-filter form#filter-form {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        transition: opacity 100ms linear, transform 0ms linear 100ms;
        z-index: 1030;
        margin: 0;
        transform: scale(1);
    }
    .open-filter .filter-form-sidebar-overflow {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        transition: opacity 100ms linear, transform 0ms linear 100ms;
        z-index: 1030;
        margin: 0;
        transform: scale(1);
    }
    .open-filter .filter-form-sidebar {
        overflow: overlay;
        max-height: 100%;
        width: 280px;
        height: 100%;
        background: white;
        padding: 0;
        z-index: 1031;
        position: relative;
        pointer-events: all;
        right: 0;
        margin-left: auto;
    }
    .panel-result-filter {
        z-index: 9;
        background: white;
        box-shadow: 0 3px 12px 0px #e1e1e1;
        width: 100%;
        position: relative;
        box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
        padding: 15px 1.6rem 0;
        position: sticky;
        /* margin-top: -15px; */
        /* margin-left: -15px; */
        /* width: calc(100% + 25px); */
        top: 0;
    }
    .panel-result-filter-val {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 15px;
    }
    button.mob-clear-filter {
        background: transparent;
        border: 1px solid black;
        /* font-size: 14px; */
        padding: 7.5px 10px;
    }
    div#filter-sidebar {
        /* padding-top: 60px; */
        padding: 15px;
    }
}


/* filters */