/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 430px;
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000000;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    padding: 0;
    position: relative;
    display: inline-block;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

.side-menu .inner-wrapper {
    padding: 5rem 3rem 3.5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000000;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #000000;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #000000;
}


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu h2{
    color: #89ca2e;
    font-size: 28px;
    margin-bottom: 30px;
}

.d-projectlist-top-head{
    margin: 0 auto 50px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 29px -14px rgba(136,201,45,1);
    -moz-box-shadow: inset 0px 0px 29px -14px rgba(136,201,45,1);
    box-shadow: inset 0px 0px 29px -14px rgba(136,201,45,1);
}

.d-projectlist-top-head h3{
    color: #161616;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 0;
}
.d-projectlist-top-head p{ color: #161616; font-weight: 500;}

.side-collapse-btn{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 10px 0;
    color: #161616;
}

.side-menu .inner-wrapper .card{
    border: 0;
    padding: 10px 0 17px;
    margin:0 0 20px;
    border-bottom: 1px solid #969696;
    border-radius: unset;
}
.sd-btn-green-secondary{
    border-color: #4e4c4c;
    background: #f2f2f2;
    color: #4e4c4c;
}
.sd-btn-green-secondary:hover,
.sd-btn-green-secondary:focus,
.sd-btn-green-secondary.active{
    background: #89c92d;
    color: #fff;
    outline: unset;
    box-shadow: unset;
}
.side-menu .form-check-label{
    color: #848282;
}
.side-menu .badge{
    color: #5f5d5d;
}


.mb-20 {
    margin-bottom: 10px !important;
}
.noUi-horizontal {
    height: 8px;
    background: #e9e8f3;
    border: none !important;
    border-radius: 6px;
}
.noUi-connect {
    background: #89ca2e;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #89ca2e;
    box-shadow: none;
    outline: none;
    border: 2px solid #fff;
}
.noUi-handle:after, .noUi-handle:before {
    display:none;
}
.noUi-connects {
    border-radius: 6px;
}

.noUi-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #1b1784;
    border-radius: 6px;
    background: #1b1784;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    bottom: 148% !important;
}
.noUi-active .noUi-tooltip {
    display: block;
}
.noUi-tooltip::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #26248a;
    clear: both;
}

.ClearFilters,
.ClearFiltersText{
    color: #848282;
    display: inline-flex;
    gap: 5px;
}
.ClearFilters:hover{
    text-decoration: underline;
}

.ProjectsListActionIcon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
}
.ProjectsListActionIcon li span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #838181;
    cursor: pointer;
    font-weight: 600;
}
.ProjectsListActionIcon li span.active{
    color: #89c92d;
}
.ProjectsListActionIcon li span i{
    font-size: 18px;
    margin-bottom: 3px;
}

.ProjectsListActionIcon li span i.fa-sliders-h{
    transform: rotate(270deg);
}
@media screen and (max-width: 991px) {
    .d-projectlist-top-head h3{
        font-size: 18px;
    }
    .d-projectlist-top-head p{
        font-size: 12px;
    }
    .ProjectsListActionIcon{
        margin-top: 20px;
        justify-content: center;
    }
}

.btn-load-more{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
