/* start section content */
.slider .slide_header .left_side {
    font-size: 39px;
    word-spacing: 3px;
    color: var(--textColor);
}

.slider .slide_header {
    margin-bottom: 23px;
}

.slider .slide_header .right_side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slider .slide_header .right_side a {
    color: var(--mainColor);
    font-size: 13px;
    word-spacing: 2px;
}

@media(max-width:767px) {
    .pages .content .main_title h1 {
        text-align: center;
    }

    .slider .slide_header .right_side {
        justify-content: center;
        margin: 20px 0;
    }

    .slider .slide_header .left_side h2 {
        text-align: center;
    }
}

/* end section content */


/* start section notifications */

.notifications {
    background-color: var(--backColor);
    margin-top: 24px;
}

.notifications .left_side .notifi_header {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifications .left_side .notifi_header .left {
    gap: 28px;
}

.notifications .left_side .notifi_header .left h3 {
    font-size: 25px;
    color: var(--textColor);
}

.notifications .left_side .notifi_header .left span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: auto;
    font-size: 13px;
    color: black;
    background-color: var(--mainColor);
    border-radius: 50%;
    text-align: center;
}

.notifications .left_side .notifi_header .right {
    align-items: center;
}

.notifications .left_side .notifi_header .right a {
    color: var(--mainColor);
    font-size: 13px;
}

.notifications .left_side .all_notifications .notificate {
    color: var(--textColor);
    background-color: var(--secColor);
    border-radius: 15px;
    padding: 8px 20px;
    margin-bottom: 15px;
}

.notifications .left_side .all_notifications .notificate .content {
    display: flex;
}

.notifications .left_side .notifaction_content,
.notifications .left_side .notifaction_content span {
    display: flex;
    align-items: center;
    flex: 1;
}

.notifications .left_side .all_notifications .notificate .content p {
    margin-bottom: 0;
    margin-right: 33px;
    font-size: 15px;
}

.notifications .left_side .all_notifications .notificate .content a {
    color: var(--mainColor);
    font-weight: 600;
}

.notifications .left_side .all_notifications .notificate .content span,
.notifications .left_side .all_notifications .notificate i {
    color: var(--iconColor);
}

.notifications .left_side .all_notifications .notificate i {
    font-size: 16px;
}

    .notifications .left_side .all_notifications .notificate .content img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        border: 2px solid var(--iconColor);
        border-radius: 12px;
        margin-right: 15px;
    }

.notifications .right_side {
    display: flex;
    justify-content: center;
}

.notifications .right_side .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secColor);
    width: 262px;
    height: 166px;
    border: none;
    border-radius: 15px;
    font-size: 23px;
    font-weight: bold;
    color: var(--textColor);
    flex-direction: column;
}

.notifications .right_side .btn i {
    font-size: 30px;
    margin-bottom: 8px;
    color: var(--mainColor);
}

@media(max-width:767px) {
    .notifications .left_side .all_notifications .notificate .content {
        display: grid;
        gap: 12px;
        margin: 0 auto;
    }

    .notifications .left_side .all_notifications .notificate .content p {
        margin-right: 0
    }
}

/* end notifications */

/* start empty project */

.empty_projects .input-group.search,
.empty_projects .main_title,
.empty_projects .slider .slide_header .left_side,
.empty_projects .slider .slide_header .right_side,
.empty_projects .slide_content .owl-carousel,
.empty_projects .notifications .left_side .notifi_header .left span,
.empty_projects .notifications .left_side .notifi_header .right a,
.empty_projects .notifications .right_side .btn,
.empty_projects .all_notifications {
    display: none;
}

.top_header,
.slide_header_empty,
.empty_notification,
.slide_content .right_side .btn {
    display: none;
}

.empty_projects .top_header {
    display: block;
    white-space: nowrap;
}

.empty_projects .slide_header .slide_header_empty {
    display: block;
}

.empty_projects .slide_content .right_side .btn {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secColor);
    width: 262px;
    height: 166px;
    border: none;
    border-radius: 15px;
    font-size: 23px;
    font-weight: bold;
    color: var(--textColor);
    flex-direction: column;
}

.empty_projects .slide_content .right_side .btn i {
    font-size: 30px;
    margin-bottom: 8px;
    color: var(--mainColor);
}

.empty_projects .notifications {
    margin-top: 70px;
}

/*.empty_projects .empty_notification {
    width: 649;
    height: 150px;
    background-color: var(--secColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--iconColor);
    border-radius: 15px;
}

.empty_projects .empty_notification i {
    font-size: 30px;
}

.empty_projects .empty_notification p {
    font-size: 15px;
}*/

.right_side .left_side {
    background: none;
}

.empty_notification {
    width: 649px;
    height: 150px;
    background-color: var(--secColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--iconColor);
    border-radius: 15px;
}

    .empty_notification i {
        font-size: 30px;
    }

     .empty_notification p {
        font-size: 15px;
    }





.owl-prev {
    position: absolute;
    left: 0;
    margin: 0;
    width: 30px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    transform: translateY(-115%);
}

.owl-next {
    position: absolute;
    right: 0;
    margin: 0;
    height: 200px;
    width: 30px;
    text-align: center;
    line-height: 200px;
    transform: translateY(-115%) ;
    
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .0;
    cursor: default;
}