.media-slider .album-item:not(:first-child) {
    display: none !important;
}

.media-slider.slick-initialized .album-item:not(:first-child) {
    display: block !important;
}

.page-header-share .ya-share2 {
    display: none;
}

.modal-dialog-photo .modal-content {
    border: none;
    background: none;
}

.media-image-wrap {
    margin: 0;
    height: 15rem;
}

.media-image-wrap > img {
    object-fit: cover;
    height: inherit;
}

@media (min-width: 768px) {
    .page-footer-view {
        font-size: 1rem;
    }
}

.enjoyhint_next_btn, .enjoyhint_skip_btn {
    width: auto !important;
    padding: 0 8px;
}

.sidebar-navigation .parent ul .nav-link.active {
    color: #2A79C1;
}

.page-content-comments .form-group > [class*="smile"] {
    color: #FFCA28;
    font-size: 1.375rem;
    text-decoration: none;
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
}

.body-comment-form .form-control[class*='textarea'] {
    min-height: 3.875rem;
    resize: none;
}

.media-slider .slick-list,
.media-slider .slick-track {
    height: inherit;
}

.media-item{
    position: relative;
    overflow: visible !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    margin-bottom: 1rem !important;
}
.media-item .slides-pagination span{
    top:50% !important;
    font-size:30px !important;
    line-height: 25px !important;
    display: flex;
    justify-content: center;
    height: 30px !important;
    width: 30px !important;
    background: #099BDE;
    border-radius: 25rem;
    cursor: pointer;
}
.media-item .slides-pagination span.previous{
    left: -3rem !important;
}
.media-item .slides-pagination span.next{
    right: -3rem !important;
}

.media-item .close{
    position: absolute;
    right: 0;
    top:-3rem !important;
}

.sp-comments-content {
    word-break: break-word;
}

.media-item .media-head-title{
    padding: 0 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.media-item .media-body-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#preloader:not(.top) {
    display:none !important;
}

.sidebar-navigation .nav-item.arrow-down::before {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .project-list-tab {
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .page-project-tab .project-list-tab {
        overflow-y: hidden;
        overflow-x: auto;
    }
}


.rating-banner .modal-close {
    position: absolute;
    top: .6rem;
    right: .6rem;
}
.overlay-search{
    z-index: 9999!important;
    background: rgba(255, 255, 255, 0.99);
}