﻿body,
html {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    cursor: default;
    padding: 0;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #15a8f5;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #15a8f5;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.mobile-timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: url(../../images/image_get_started_index_profile.png);
    background-position: top 50px center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.4s ease-out all;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    overflow: auto;
    border-radius: 0;
    box-shadow: none;
}

.open-close-menu-link-open {
    color: #15a8f5;
    left: 12px;
    font-size: 22px;
    top: 15px;
    position: absolute;
}

.open-close-menu-link-close {
    color: #15a8f5;
    left: 12px;
    font-size: 22px;
    top: 15px;
    position: absolute;
}

.mobile-sidebar-menu {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 85%;
    text-align: center;
    overflow-y: auto;
    border: 0;
    transform: scale(1);
    transition: 0.7s ease-out all;
    border-radius: 0;
    box-shadow: unset;
}

.mini-profile-image-position {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
    margin-top: 20px;
}

    .mini-profile-image-position::before {
        content: "";
        width: 100%;
        height: 0;
        border-radius: 50%;
        background-color: #c8ebfc;
        position: absolute;
        bottom: 125%;
        right: 0;
        left: 0;
        z-index: -1;
        transform: scale(3);
    }

    .mini-profile-image-position::before {
        height: 100%;
    }

    .mini-profile-image-position::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #1369ce;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .mini-profile-image-position img {
        display: block;
        height: 80px;
        max-width: 150px;
        width: 80px;
        border: 5px solid #307fdf;
        border-radius: 4px;
        background-image: url(../../images/avatar_ap_default.svg);
    }

.mini-profile-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.mini-profile-rank {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.mobile-sidebar-menu-links {
    display: grid;
    width: 280px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .mobile-sidebar-menu-links .row {
        margin: 0 auto;
    }

        .mobile-sidebar-menu-links .row a {
            width: 70px;
            height: 70px;
            float: left;
            padding-top: 16px;
            margin: 10px;
            background: none;
            border: none;
            font-size: 26px;
            line-height: 30px;
            border-radius: 50%;
            font-weight: 600;
            color: #fff;
            border: 4px solid #fff;
        }

.sidebar-footer {
    background-clip: padding-box;
    border: 0;
    position: absolute;
    padding: 5px;
    bottom: 10px;
    width: 220px;
    left: 20px;
}

    .sidebar-footer ul {
        line-height: 35px;
    }

        .sidebar-footer ul li {
            float: left;
            padding-right: 8px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
        }

            .sidebar-footer ul li a {
                color: #ffffff;
                font-weight: 600;
            }

.notification {
    background-color: #fb404b;
    border-radius: 50%;
    width: auto;
    min-width: 20px;
    padding: 0 5px;
    height: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 140px;
    left: auto;
    top: 28px;
    height: auto;
}

.messages-notification {
    background-color: #fb404b;
    border-radius: 50%;
    width: 15px;
    padding: 0 5px;
    height: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 50px;
    left: auto;
    top: 120px;
    display: none;
    height: 15px;
}

.mobile-topbar-menu {
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
    transition: 0.4s ease-out all;
    box-shadow: 0 0px 1px 0px #888888;
}

    .mobile-topbar-menu img {
        padding: 8px 6px 6px 6px;
    }

.timeline {
    width: 100% !important;
    margin: 50px 0 0 0 !important;
    border-top: 1px solid #dfdfdf;
}

    .timeline:before {
        display: none;
    }

    .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
        display: none;
    }


.get-started-image-timeline {
    width: 100%;
    padding: 0;
    margin: 0;
}

.timeline > li {
    margin: 0 !important;
}

    .timeline > li > .timeline-item {
        border-top: none !important;
        border-bottom: 1px solid #dfdfdf !important;
        background: #fff !important;
        color: #555 !important;
        position: relative !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

.notification-or-messages {
    background-color: #fb404b;
    border-radius: 50%;
    width: 12px;
    height: 12px !important;
    padding: 0 5px;
    height: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 5px;
    top: 8px;
    z-index: 10500;
    height: 15px;
    display: none;
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 0 !important;
}

iframe {
    height: calc(100vw/1.78);
    margin-right: -5px;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: -6px;
    margin-top: 5px;
}

.timeline > li > .timeline-item > .timeline-header {
    padding-left: 2px !important;
}

    .timeline > li > .timeline-item > .timeline-header > h3 {
        text-align: left;
    }

        .timeline > li > .timeline-item > .timeline-header > h3 > a {
            font-weight: 600;
        }

.timeline-icon-time {
    text-align: left;
}

.pe-date-time-position {
    width: 100%;
    height: 74px;
    margin: 0;
}

p.numbers {
    font-size: 13px;
    padding: 8px;
}

.timeline-title-core {
    margin: 0 5px;
}

.timeline-text-core-processed {
    margin-right: 5px;
    margin-left: 5px;
}

.like-comment-share-border {
    padding: 10px 5px;
}

.like-rate-counter {
    padding: 0px 15px 40px 5px;
}

    .like-rate-counter > div > span {
        font-weight: 600;
    }

.comments-container {
    width: 100%;
}

.comment-position {
    padding: 0;
}

.comments-list .comment-avatar {
    width: 50px;
    height: 50px;
    top: 7px;
    position: absolute;
    left: 7px;
    border: 4px solid #307fdf;
    z-index: 1;
}

.comments-list:before {
    display: none;
}

.comments-list li {
    margin-top: 1px;
    margin-bottom: 0;
}

.comments-list .comment-box {
    width: 100%;
}

.comment-box .comment-head {
    background: #fcfcfc;
    padding: 15px 5px;
    border-bottom: 1px solid #e5e5e5;
    height: 65px;
    text-align: left;
    padding-left: 65px;
}

.reply-list {
    margin-top: 1px;
    padding-left: 0;
}

.by-author:after {
    padding-left: 5px;
}

.comment-box .comment-name {
    margin-right: 5px;
}

.end-comments-icon {
    display: none;
}

.comment-block textarea {
    width: 100%;
}

.comment-block {
    display: grid;
}

.comment-block-reply textarea {
    width: 100%;
}

.comment-block-reply {
    display: grid;
    box-shadow: unset;
    border: unset;
}

.reply-author-icon {
    margin-left: 5px !important;
}

.image-from-link img {
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -6px;
    margin-top: -5px;
}

.bottom-right-image-link {
    right: -5px;
    bottom: -6px;
}

#tmeLneDrpDwn-icon {
    font-size: 20px !important;
}

.following-birthday-position {
    background: none;
    margin: 0;
    height: 100%;
    border-radius: 0;
}

.balloon {
    display: none;
}

.timeline-post-loader {
    display: none !important;
}

.mobile-modal {
    padding-top: 20%;
}

.mobile-modal-content {
    border-radius: 20px 20px 0px 0px;
}

.mobile-modal-dialog {
    margin: 0;
    height: 100%;
    display: grid;
}

.mobile-modal-header {
    border-radius: 20px 20px 0px 0px;
}

    .mobile-modal-header button {
        float: right;
    }

.mobile-modal-footer {
    text-align: center;
}

.mobile-btn-close {
    padding: 12px 18px;
    font-size: 18px;
}

    .mobile-btn-close:hover {
        background: #fff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
    }

    .mobile-btn-close:active {
        background-color: #e6e6e6;
        background-size: 100%;
        transition: background 0s;
    }

    .mobile-btn-close [type=submit] {
        background: #fff;
        color: #fff;
        padding: 24px;
        width: 100%;
        cursor: pointer;
        margin-bottom: 3px;
        font-weight: 600;
        border: 0;
        background-position: center;
        transition: background 0.8s;
    }

.mobile-modal-body-report {
    text-align: left;
}

.progress {
    display: none !important;
}

.mejs-container .mejs-controls {
    height: 40px !important;
}

.mejs-controls div.mejs-playpause-button {
    top: 15px !important;
}

.mejs-controls div.mejs-fullscreen-button {
    top: 10px !important;
}

.dropdown-menu {
    top: unset;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 990;
    background-color: rgba(255, 255, 255, 1);
}

.dropdown-menu > li > a {
    line-height: 2.5;
}

.open-ap-search-link {
    color: #15a8f5;
    right: 12px;
    font-size: 22px;
    top: 15px;
    position: absolute;
}

.profile-body-of-participants {
    width: calc(100% - 200px);
    float: left;
    padding-top: 25px;
    font-weight: 600;
    height: 90px;
    color: #9F9EA3;
    display: block;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.3px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: unset;
    background-position-y: unset;
}

    .profile-body-of-participants a {
        font-weight: 600;
    }

.rating-position {
    right: 0;
    margin-top: 27px;
}

.like-rate-counter {
    padding: 0px 5px 40px 0px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 15px;
    background-color: #15a8f5;
    background-image: url('../../images/bg_mezibaba_button.png');
    background-position: center;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 5px #17000080;
    z-index: 1;
}

.my-float {
    font-size: 34px;
    margin-top: 12px;
}

.float-menu {
    display: none;
    position: fixed;
    right: 20px;
    padding-bottom: 26px;
    bottom: 45px;
    z-index: 100;
}

.sub-menu {
    list-style: none;
    margin-bottom: 10px;
}

.menu-link {
    background-color: #15a8f5;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 0px 5px #17000080;
    width: 50px;
    height: 50px;
    display: block;
}

    .menu-link:active, .menu-link:hover {
        color: #fff !important;
    }

.menu-float {
    font-size: 22px;
    margin-top: 14px;
}

.my-float:hover, .my-float:focus, my-float:active {
    color: #fff;
}

.menu-float:hover, .menu-float:focus, .menu-float:active {
    color: #fff;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    font-weight: 600;
}

form [type=submit]:hover {
    background: #15a8f5 radial-gradient(circle, transparent 1%, #15a8f5 1%) center/15000%;
}

form [type=submit]:active {
    background-color: #307edf;
    background-size: 100%;
    transition: background 0s;
}

form [type=submit] {
    background: #15a8f5;
    color: #fff;
    background-position: center;
    transition: background 0.8s;
}

.comment-block input {
    padding: 6px;
}

.comment-block-reply input {
    padding: 6px;
}

.create-post-textarea {
    margin: 0;
}

.mobile-modal-body-post {
    padding: 0;
}

.post-upload-border {
    display: none;
}

.submit-post-button:hover {
    background: #15a8f5 radial-gradient(circle, transparent 1%, #15a8f5 1%) center/15000%;
}

.submit-post-button:active {
    background-color: #307edf;
    background-size: 100%;
    transition: background 0s;
}

.submit-post-button {
    background: #15a8f5;
    color: #fff;
    padding: 12px 18px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    border: 0;
    background-position: center;
    transition: background 0.8s;
}

.create-post-upload {
    display: block;
}

.mobile-modal-footer-post {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emojionearea .emojionearea-button {
    display: none;
}

.emojionearea .emojionearea-editor {
    padding: 10px 6px !important;
}

.profile-buttons-of-participants {
    height: 90px;
    padding-top: 35px;
    right: 10px;
    text-align: right;
    border-left: 0;
}

.following-buttons-position button {
    padding: 4px 8px;
}

.profile-buttons-of-participants > a {
    padding: 4px 8px;
}

.alert {
    border-radius: 0 !important;
}

.alert-position {
    bottom: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}

#toast-container {
    transform: none !important;
    width: 100% !important;
    bottom: 0 !important;
    left: unset !important;
}

    #toast-container * {
        border-radius: 0 !important;
    }

    #toast-container > div {
        width: 100% !important;
    }

.alert-success {
    position: fixed !important;
    width: 100%;
    left: unset !important;
    transform: none !important;
    bottom: 0;
}

.alert-info {
    position: fixed !important;
    width: 100%;
    left: unset !important;
    transform: none !important;
    bottom: 0;
}

.alert-warning {
    position: fixed !important;
    width: 100%;
    left: unset !important;
    transform: none !important;
    bottom: 0;
}

.alert-danger {
    position: fixed !important;
    width: 100%;
    left: unset !important;
    transform: none !important;
    bottom: 0;
}

.toast-error {
    left: 0 !important;
    transform: none !important;
}

.toast-success {
    left: 0 !important;
    transform: none !important;
}

.toast-warning {
    left: 0 !important;
    transform: none !important;
}

.toast-info {
    left: 0 !important;
    transform: none !important;
}

.lightbox {
    position: relative !important;
}

.lightboxOverlay {
    height: 100% !important;
}

.lightbox .lb-image {
    margin: auto;
    height: 200px;
    width: 200px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: red;
}

.pe-media-position {
    padding: 0;
}

.pe-upload-media-panel-title a {
    font-weight: 600;
}

.pe-upload-media-panel {
    margin: 0 !important;
    width: 100%;
}

.pe-media-add-position {
    width: 100%;
    padding: 0;
}

.pe-media-add-media-wrapper {
    padding-top: 5px;
    border-radius: 0;
    border: 0;
}

.pe-media-upload-border {
    padding: 0px 8px 8px 8px;
    background-color: #fff;
    text-align: right;
    box-shadow: unset;
    margin: 0;
    background-image: unset;
}

.file-error-message ul li {
    font-weight: 600;
}

.pe-media-header {
    margin-top: 5px;
}

    .pe-media-header > h3 > a {
        font-weight: 600;
    }

.pe-media-and-user-shared-wrapper {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.panel-default {
    border-color: none;
}

#cmtForm {
    margin: -10px;
}

.comment-block {
    box-shadow: unset;
    border: unset;
}

#smtpemdaForm {
    padding: 6px;
}

.like-comment-share-border > a {
    margin-right: 4px;
}

.lb-nav a.lb-prev {
    background: none !important;
}

.lb-nav a.lb-next {
    background: none !important;
}

.create-pe-media-upload {
    box-shadow: none;
}

.participants-search {
    z-index: 0;
}

.mobile-timeline-active {
    left: 85%;
    box-shadow: 0px 0px 5px rgba(85, 85, 85, 0.50);
    overflow: auto;
}

.mobile-topbar-menu h3 {
    color: #15a8f5;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 14px;
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width:360px) {
    .mobile-topbar-menu h3 {
        max-width: 220px;
    }
}

.mobile-input-group {
    position: fixed;
    display: none;
    width: 100%;
}

.search-container {
    height: 100%;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
}

    .search-container input {
        height: 50px;
        border: none;
        padding: 0px 45px 0 10px;
    }

.navbar-form {
    position: fixed;
    top: 0;
    height: 50px;
    padding: 0;
    margin: 0;
    border: unset;
    box-shadow: unset;
}

.autocomplete-recent-searches-ul {
    background: #fff;
    color: #000;
    border: 1px solid #9f9ea3;
    border-top: none;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    top: 44px;
    line-height: 23px;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: start;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    unicode-bidi: plaintext;
    cursor: pointer;
    display: none;
    border: none;
}

.autocomplete-recent-no-searches-icon {
    text-align: center;
    font-size: 170px;
    color: #c8ebfc;
    padding: 30px;
    background-position: center;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .autocomplete-recent-no-searches-icon i {
        position: absolute;
        top: 0;
        height: 250px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.ui-widget-content {
    width: 100% !important;
    position: fixed;
    height: 100%;
    border: none;
}

    .ui-widget-content li {
        font-size: 15px;
    }

.ac-results-wrapper {
    border: none;
}

.autocomplete-recent-searches-li-header {
    font-size: 15px;
}

#navbar-search-icon {
    border: none;
    background: none;
    z-index: 4;
    position: absolute;
    top: 12px;
    font-size: 22px;
    right: 20px;
    color: #a2db61;
}

.bar-con {
    background-color: #ccc;
    height: 0.125em;
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
}

.bar {
    float: left;
    height: 100%;
    width: 0%;
}

.bar-one .bar {
    background-color: #307fdf;
    transition: width ease-in 1s;
    -webkit-transition: width ease-in 1s;
    -moz-transition: width ease-in 1s;
    -o-transition: width ease-in 1s;
}

.bar-one:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 10VH;
    height: 0.1em;
    background-color: #0b95ee;
    animation: bar-one 3s linear infinite;
}

@keyframes bar-one {
    from {
        left: -200px;
        width: 10%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.participants-position {
    padding: 0;
    border-top: 0;
}

.profile-wrapper-participants {
    margin: 0;
    height: 90px;
}

.profile-image-of-participants {
    width: 70px;
    height: 70px;
    margin: 10px 8px;
    border-radius: 8px;
    border: solid 5px #307fdf;
}

.participants-search input {
    border-right: 0;
    border-left: 0;
}

.profile-image-position-of-participants {
    height: 90px;
}

.mobile-progress-progress {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: none;
}

.rating-position {
    display: none;
    right: 35px;
    margin: 0;
    padding-top: 27px;
    background: #fff;
    width: min-content;
}

.rating-toggle-button-position {
    right: 1px;
    background-color: #feb042;
    border-color: #feb042;
    position: absolute;
    color: #fff;
    display: block;
}

    .rating-toggle-button-position:hover {
        background-color: #f5a83b !important;
        border-color: #f5a83b !important;
        color: #fff !important;
    }

.profile-wrapper-participants {
    background: #fff;
}

.modal.in .modal-dialog {
    margin: 0 auto;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.lds-ellipsis {
    display: inline-block;
    width: 70px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #15a8f5;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
