.logged-in-user-menu li a {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: black;
}

.logged-in-user-menu li a img {
    margin-right: 10px;
}

.upload-post-btn {
    margin-right: 10px;
    background: #2A89B7;
    padding: 5px 25px 5px 25px;
    border-radius: 27px;
    color: white;
    text-align: center;.mySlides img {
    max-height: 245px;
    margin: 0 auto;
}
    font-size: 13px;
    border: unset;
}

.upload-post-btn a, .logout-btn a {
    font-size: 13px !important;
}

a.upload-post-btn:hover {
    color: white;
}

.logout-btn {
    padding: 5px 25px 5px 25px;
    border-radius: 27px;
    border: 1px solid #BBBBBB;
    font-size: 11px;
    color: #2A89B7;
    text-align: center;
}

.home-container {
    margin-top: 100px;
}

.home-container .profile-info {
    display: flex;
}

.profile-info_name {
    color: #2A89B7
}

.profile-info_name_section {
    display: flex;
    justify-content: space-between;
}

.profile-info_name_section a {
    cursor: pointer;
    margin: auto;
}

.profile-about {
    color: #767676;
    font-size: 13px;
    font-family: 'muli-light';
    margin-bottom: 2px;
}

.profile-points {
    color: #767676;
    font-size: 12px;
    font-family: 'muli-light';
    margin-top: 0;
}

.search-box {
    margin-top: -7%;
}

.achievements, .popular-events {
    margin: 7% 0 7% 0;
}

.achievement-heading, .pe-heading, .popular-topics .pt-heading {
    color: #2A89B7;
}

.achievement-points {
    display: flex;
    margin-top: 10px;
}

.achievement-label {
    color: #707070;
    font-size: 16px;
    margin-bottom: 0;
}

.achievement-label-no {
    color: #707070;
    font-size: 16px;
}

.achievement-about {
    width: 73%;
    text-align: center;
    margin-bottom: -25%;
    margin-top: -25%;
}

.separator {
    margin-top: 4rem !important;
}

.popular-events .pe ul, .popular-topics .pt ul {
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 7%;
    flex-flow: wrap;
}

.popular-events .pe ul li, .popular-topics .pt ul li {
    border: 1px solid #2A89B7;
    padding: 15px;
    border-radius: 27px;
    color: #707070;
    font-size: 16px;
    margin: 5px 10px 5px 0;
}

.post-detail-side {
    background: #7f7f7f;
    padding: 20px;
    cursor: pointer;
}

.post-detail-side .name {
    color: white;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
}

.post-detail-side .about {
    color: white;
    font-size: 12px;
}


.post-info-separator {
    border: 0.5px solid white;
}

.post-info-separator-dotted {
    border: 0.1px dotted white;
}

.post-about-desc .desc {
    color: white;
    font-size: 12px;
}

.m0-p0 {
    margin: 0;
    padding: 0;
}

.post-user-statuses {
    display: flex;
    background: white;
    justify-content: space-between;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    height: 25px;
    margin: auto;
    margin-left: 5px;
}

.post-user-statuses img {
    height: 20px;
    padding: 4px;
    margin: auto;
}

.user-avatar-section {
    position: relative;
}

.post-side .text-div, .poll-div, .poll-mcqs-question, .mcqs-div {
    background: #F1F1F1;
    padding: 15px;
    min-width: 410px;
}

.poll-mcqs-question {
    background-color: unset;
}

.poll-div {
    position: relative;
}

.poll-mcqs-undo-expiry {
    position: absolute;
    bottom: 0;
}

.post-details-view-popover .poll-mcqs-undo-expiry {
    position: unset;
}

.poll-mcqs-options {
    padding-left: 15px;
}

.poll-mcqs-options li {
    padding: 5px;
    border: 1px solid #2A89B7;
    margin-top: 5px;
    display: flex;
    width: 80%;
    border-radius: 23px;
}
.poll-poll-ans li {
    /* padding: 5px;
     */
    /* background-color: pink; */
    overflow: hidden;
    border: 1px solid #2A89B7;
    height: 40px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 80%;
    border-radius: 23px;
}
#width {
    background-color: #afd5e6;
    border-radius: 23px;
}
.poll-mcqs-options li .option-value {
    padding-left: 20px;
}

.mcqs-poll-check-dot {
    margin-left: auto;
    width: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.five-or-more-container {
    position: relative;
    text-align: center;
    /*color: white;*/
}

.centered {
    position: absolute;
    top: 75%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: xx-large;
}

.modal-dialog-menu-modal {
    margin: unset;
    margin-left: auto;
    right: 60px;
    top: 80px;
    max-width: 650px;
}

.upload-options-cover {
    background: #F9F9F9;
    padding: 10px;
}

.upload-options-cover__row {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    gap: 5px;
    margin-right: 5px;
    margin-left: 5px;

}

.upload-options-cover__row li {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    min-width: 150px;
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.upload-options-cover__row li.bray-bg {
    background: #f9f9f9;
}

.upload-options-cover__row li {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.upload-options-cover__row li a {
    width: 100%;
}

.upload-options-cover__row li img {
    margin: 0 auto;
}

.upload-options-cover__row li p {
    font-size: 13px;
    font-family: 'muli';
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.write-a-post_header {
    color: black;
    font-weight: lighter;
    padding: 20px 20px 20px 20px;
}

.write-a-post_header svg {
    cursor: pointer;
}

.write-a-post .modal-body {
    padding: 20px 20px 20px 20px;
}

.write-a-post .logged-in-user-info {
    display: flex;
}


.write-a-post .logged-in-user-info .name-details {
    padding-left: 15px;
}

.write-a-post .logged-in-user-info .name-details .name {
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: lowercase;
}

.write-a-post .logged-in-user-info .name-details .name:first-letter {
    text-transform: uppercase;
}

.write-a-post .logged-in-user-info img {
    width: 60px;
    height: 60px;
    border-radius: 60%;
}

.post-privacy-dropdown {

}

.post-privacy-dropdown__btn {
    border-radius: 20px;
    background: white !important;
    border: 1px solid #2A89B7 !important;
    color: #2A89B7 !important;
}

.post-privacy-dropdown__menu {
    min-width: 20rem;
}

.post-privacy-dropdown__menu .dropdown-item {
    padding: 10px;
}

.write-a-post .write-text-box {
    margin-top: 20px;
}

.write-a-post textarea:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.placeholder-color {
    color: #0000007d !important;
}

.write-a-post .contenteditable {
    scroll-behavior: auto;
    max-height: 300px;
    min-height: 70px;
    overflow-y: auto;
    font-size: 14px;
    color: black;
}

.attachment-assets {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#createPollModal .attachment-assets, #askAQuestionModal .attachment-assets {
    margin-top: 0;
    padding-top: 20px;
}

.write-a-post .post-btn {
    margin-right: unset;
}

.attachment-assets ul {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

.attachment-assets ul li, .attachment-assets ul li img {
    cursor: pointer;
}

.write-a-post .add-video-icon {
    padding-top: 3px;
}

.attachment-preview__list {
    display: flex;
}

.attachment-preview__list img {
    width: 1000px;
    height: auto;
}

.attachment-preview__list li {

}

.blur-img {
    filter: blur(1.5px);
}

.btn-primary {
    color: #fff;
    background-color: #2989b7;
    border-color: #2989b7;
}

.form-input {
    border: 1px solid #2989b7;
    border-radius: 4px;
    resize: none;
    height: 35px;
    font-size: 1.5rem;
}

.form-input:focus {
    border: 1px solid #2989b7;
    border-radius: 4px;
}

.label-input {
    font-size: 12px;
}

.input-text {
    margin: 0 0 15px 0;
}

.close-btn {
    margin: 0 0 3px 0;
}

.options-content {
    overflow-y: scroll;
    max-height: 200px;
}

.user-name-section {
    display: flex;
    justify-content: space-between;
}

.action-dotted {
    color: white;
}


/* The Modal (background) */
#lightBoxModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #00000030;
}

/* Modal Content */
#lightBoxModal > .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

.mySlides img {
    max-height: 245px;
    margin: 0 auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    background: #1d6485;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #1d6485;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.column-line-img {
    display: flex;
    overflow-x: auto;
}

img.demo {
    opacity: 0.9;
    max-width: 10%;
    min-width: 90px;
    margin: 0 auto;
    cursor: pointer;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.user-info-block-separate {
    background-color: #1E6485;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 1px;
}

.user-info-block-separate .name {
    color: white;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: lowercase;
}

.user-info-block-separate .name:first-letter {
    text-transform: uppercase;
}

.user-info-block-separate .points {
    color: white;
    font-size: 13px;
}

.user-info-block-separate .about {
    color: white;
    font-size: 13px;
    margin-top: -5px;
}

#lightBoxModal .user-info-block-separate {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.close-lightbox-btn {
    margin-right: 10px;
    cursor: pointer;
}

.remove-comment-selected-file {
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #0a66c2;
    padding: 3px;
    cursor: pointer;
}

.image-div, .doc-div {
    padding-left: unset !important;
}

.video-align-center {
    display: block;
    margin: 0 auto;
}

input:focus, input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1d6485 !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #C8FFC8;
}


.custom-checkbox-reverse .custom-control-label::before,
.custom-checkbox-reverse .custom-control-label::after {
    left: auto;
    right: -1.5rem;
    margin-left: auto;
    float: right;
    text-align: right;
    margin-right: auto;
    padding: 9.7px;
    margin-top: -3px;
}


.custom-checkbox-reverse {
    width: 90%;
}

.custom-control-label::after {
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    top: -1px;
}

.custom-control-label-checkbox::after {
    right: -2rem !important;
}

.custom-control-label-radio::after {
    position: absolute;
    display: block;
    width: 21px;
    height: 20px;
    vertical-align: center;
    content: "";
    background: 50%/50% 50% no-repeat;
    top: 4px;
    margin: 0 auto;
}
.custom-control-input {
    width: 31rem !important;
    height: 3rem !important;
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "muli";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "muli";
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: "muli";
}

.tutoring-topics-heading--head, .event-details-heading--head, .event-information-label, .space-topics-heading--head {
    color: #2A89B7;
    font-size: 16px;
}

.tutoring-topics-listing {
    display: flex;
    overflow-x: auto;
}

.tutoring-topics-listing::-webkit-scrollbar, .tutoring-listing::-webkit-scrollbar, .options-content::-webkit-scrollbar {
    display: none;
}


.tutoring-topics {
    height: 45px;
    border: 1px solid #D4E7F1 !important;
    margin-right: 10px;
    background: white;
    padding: 5px 25px 5px 25px;
    border-radius: 27px;
    color: black;
    text-align: center;
    font-size: 13px;
    border: unset;
}

.search-box-and-calendar-dropdown {
    display: flex;
    justify-content: space-between;
}


.create-event-btn {
    width: 100%;
    height: 60px;
    margin-right: 30px;
    background: linear-gradient(270deg, #caebfd, #2a89b7);
    text-transform: uppercase;
    padding: 5px 25px 5px 25px;
    border-radius: 27px;
    color: white;
    text-align: center;
    border: unset;
    margin-top: 20px;
}

.topic-avatar {
    max-width: 20px;
}

.datepicker .next, .datepicker .prev {
    top: unset;
    margin-top: unset;
    background: unset;
    color: unset;
}

.datepicker .fa-chevron-right {
    left: 1px;
}

/*.datepicker i {*/
/*    background: unset;*/
/*    margin: unset;*/
/*    padding: unset;*/
/*    top: unset;*/
/*}*/

.all-stuff-of-reactions div {
    padding: 0 5px 0 5px;
    margin: auto;
}

.is-liked-img-stuff {
    margin: auto;
}

.comment-images-div-wrapper {
    width: 98%;
    overflow-x: scroll;
}

.comment-images-display {
    margin: 15px 10px 15px 6px;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: inline-flex;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.video-wrapper__comments {
    /*height: 150px;*/
    position: relative;
    background: #fff;
}

.search-icon-li {
    margin-right: 10px;
}

.choose-correct-option-ask-question {
    cursor: pointer;
}

.choose-correct-option-ask-question.correct {
    color: #2989b7e8;
}

.datepicker th.next, .datepicker th.prev {
    font-size: unset;
}

.question-answers-label {
    cursor: pointer;
}

.question-answers-label.not-allowed {
    cursor: not-allowed;
}

.question-answers-label::before, .question-answers-label::after {
    display: none;
}

.open__user-profile {
    cursor: pointer;
}

.btn:hover, .btn:active, .btn:focus {
    background-color: #2989b7e8 !important;
    border-color: #2989b7e8 !important;
    color: white !important;
}

.btn-primary {
    border-radius: 20px;
    outline: 0;
    background: #2989b7e8;
}

.btn-default {
    border: 1px solid #2989b7e8;
    border-radius: 20px;
    outline: 0;
}

.main-logo {
    /*display: none;*/
}

.no-event-found-block {
    /*margin: 50px auto;*/
    padding: 10px;
    border: 0;
}

.no-event-found-block div {
    text-align: center;
}

.no-event-found-block img {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.no-event-found-block h5 {
    text-align: center;
}

.no-event-found-block p {
    color: #707070;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

.no-event-found-block button {
    margin: 0 auto;
}


.add-friend-btn {
    border-radius: 20px;
    outline: none;
    background: #2989b7e8;
}

.add-friend-btn:hover, .add-friend-btn:active, .add-friend-btn:focus {
    background: #2989b7e8 !important;
    outline: none !important;
    border-color: unset;
    box-shadow: unset;
}

.friend-long-btn {
    margin-top: 10px;
    width: 150px;
}

.already-friend-btn {
    cursor: pointer;
    background: white;
    color: #2a89b7;
    border: 2px solid;
    border-radius: 20px;
    outline: 0;
}

.already-friend-btn:hover, .already-friend-btn:active, .already-friend-btn:focus {
    background: white !important;
    outline: none !important;
    border: 2px solid #2a89b7;
    color: #2a89b7 !important;
    box-shadow: unset;
}

.home-search-box-div, .home-notification-box-div {
    position: absolute;
    top: 85px;
}

.home-search-box-div .card-body, .home-notification-box-div .card-body {
    border-radius: 22px;
}

.home-notification-box-div .card-body {
    width: 500px;
}

.home-notification-box-div li {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    font-size: 14px;
    cursor: pointer;
    justify-content: space-between;
}

.home-notification-box-div li.un-read {
    background-color: #f9f9f9;
    color: #2b8ab7;
}

.text-info {
    color: #2b8ab7;
}

.text-decoration-underline {
    text-decoration: underline;
}


.rtl-right .input-icons label {
    float: right;
}

.rtl-right .upload-post-btn {
    margin-left: 10px;
}

.rtl-right .modal-dialog-menu-modal {
    margin-right: auto;
    margin-left: 100px;

}

.alert-success {
    background: #2A89B7;
}

.alert-success p {
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

li.not-allowed{
    cursor: not-allowed;
}
