body {
    background-color: #f9f6ee !important;
    margin-top: 0px;
    margin: 0;
    overflow: hidden;
}

a {
    color: #3975b8;
    text-decoration: none !important;
}

a:hover {
    color: #2c609c;
    text-decoration: none !important;
}

form {
    padding: 0px !important;
}

.dropdown-toggle {
    background-color: #04395e;
    border-color: #04395e;
}
/*//////////////////////////////////////////////////////////////////////////////*/

/* GENERAL */

.container-fluid {
    margin-top: 0px;
}

.container-main {
    width: 100vh;
    display: flex;
    justify-content: center;
}

.tab-button,
.tab-button:active {
    border-radius: 20px 0px !important;
    background-color: #04395e !important;
    height: 37px;
    background-repeat: no-repeat;
    font-size: Raleway, sans-serif !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    top: 1px !important;
    margin-bottom: 0px !important;
}

/* Hover only > large screens */
@media (min-width: 768px) {
    .tab-button {
        cursor: unset !important;
    }
}

.tab-button-disabled {
    position: relative;
    border-radius: 20px 0px !important;
    border-color: var(--Blue, #04395e) !important;
    border-width: 3px !important;
    border-bottom: 0px !important;
    height: 37px !important;
    background-repeat: no-repeat;
    font-size: Raleway, sans-serif !important;
    background-color: transparent;
    color: var(--Blue, #04395e) !important;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    top: 0px !important;
    border-bottom: 1px solid var(--Blue, #04395e) !important;
}

.tab-button-disabled:hover {
    border-bottom: 1px solid var(--Blue, #04395e) !important;
    /* top: 2px !important; */
    height: 37px !important;
}

.tab-button-div {
    padding-left: 0px !important;
    margin-left: 0px !important;
    display: flex !important;
    justify-content: flex-start !important; /* Changed from left to flex-start */
    align-items: center !important; /* Changed from flex-start to center */
}

/*//////////////////////////////////////////////////////////////////////////////*/

/* HEADER */

.header {
    width: 105%; /* ? */
    height: 75px !important;
    background: linear-gradient(to right, #28a1d8, #04395e);
    padding-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .header {
        min-height: 110px !important;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .header {
        min-height: 90px !important;
        padding-top: 25px;
    }
}

.header-container {
    margin-top: -25px;
    width: 100% !important;
}

.header-logo {
    width: auto;
    height: 34px;
    padding-left: 20;
}

.status-logo {
    width: auto;
    height: 34px;
    padding-left: 20px;
}

.header-site-name {
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    font-size: 15px;
}

.mobile-col-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-col-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mobile-search-icon {
    width: 28px;
    height: 28px;
    margin-left: 20px;
}

.mobile-profile-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 20px;
}

/* FEED */

.feed-container {
    margin-top: 20px;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.feed-content {
    border-top: 3px solid var(--Blue, #04395e);
    border-right: 3px solid var(--Blue, #04395e);
    border-left: 3px solid var(--Blue, #04395e);
    height: calc(100vh - 120px) !important;
    min-height: 485px !important;
    align-items: center;
    display: flex;
    overflow-y: scroll;
    align-items: flex-start;
}

/* if mobile feed-content */
@media (max-width: 768px) {
    .feed-content {
        height: calc(100vh - 120px) !important;
        padding-bottom: 100px !important;
    }

    .edit-profile-photo-col {
        height: 50px !important;
    }
}

.tab-button-right {
    padding: 0 !important;
    justify-content: flex-end !important;
    margin-right: 0px !important;
}

/* TABS */

.tab-button-disabled {
    background-color: transparent !important;
}

/*//////////////////////////////////////////////////////////////////////////////*/

/* MENU */

.menu {
    display: flex;
    flex-direction: column;
    min-width: 100% !important;
}

.menu-content {
    border-top: 3px solid var(--Blue, #04395e);
    border-bottom: 3px solid var(--Blue, #04395e);
    border-right: 3px solid var(--Blue, #04395e);
    border-left: 3px solid var(--Blue, #04395e);
    height: calc(95vh - 155px);
    justify-content: top;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    min-height: 485px !important;
}

.row-menu-logout {
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 20px;
}

.menu-item {
    color: #000000;
    flex: 1;
    position: relative;
    display: flex;
    min-width: 100% !important;
    margin-bottom: 15px;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.menu-item-disabled {
    flex: 1;
    position: relative;
    display: flex;
    min-width: 100% !important;
    margin-bottom: 20px;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.menu-item-bottom {
    margin-bottom: 10px;
}

.menu-item:hover {
    background-color: #bfc9d4;
    border-radius: 10px;
    cursor: pointer;
}

.menu-item-disabled:hover {
    cursor: auto;
}

.menu-link:hover {
    background-color: #bfc9d4;
    border-radius: 10px;
    height: 24px;
}

.menu-link {
    text-decoration: none !important;
    color: #000000 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 24px;
}

.menu-link-disabled {
    text-decoration: none !important;
    color: #dddddd !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    cursor: auto;
}

.menu-link-disabled:hover {
    background-color: transparent !important;
    border-radius: 0px !important;
}

.menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.menu-icon-disabled {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    opacity: 0.3;
}

.menu-icon-profile {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.menu-icon-profile-contact-search {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

/* FOOTER */

.footer-menu-bar {
    position: fixed;
    width: 105%;
    height: 60px;
    left: 0px;
    bottom: 0px;
    background-color: #04395e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 9999999;
    padding-bottom: 10px !important;
}

.footer-items {
    display: flex;
    padding-left: 10% !important;
    padding-right: 10% !important;
    justify-content: space-between;
}

.footer-menu-icon {
    width: 28px;
    height: 28px;
}
/*//////////////////////////////////////////////////////////////////////////////*/

/* ScrollBar */
::-webkit-scrollbar {
    width: 0.5em;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

::-webkit-scrollbar-track {
    background-color: #ececec;
    opacity: 0.2;
}

::-webkit-scrollbar-thumb {
    background-color: #bebebe;
    border-radius: 0.25em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #949494;
}

/* Fade out scroll bar after finish scrolling */
::-webkit-scrollbar-thumb:vertical {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

::-webkit-scrollbar-thumb:vertical:hover {
    opacity: 0.7;
}

::-webkit-scrollbar-thumb:vertical:active {
    opacity: 0.5;
}

::-webkit-scrollbar-thumb:vertical:window-inactive {
    opacity: 0.5;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/* POSTS */

.post-content {
    /* display:inline-block; */
}

.profile-photo-post {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline;
    margin-right: 16px;
    object-fit: cover;
    z-index: 10;
}

.post-text {
    margin-top: 10px;
}

.post-media {
    width: 100%;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    max-height: 700px;
    /* original aspect-ratio */
    object-fit: contain;
    /* block aspect ratio */
    object-fit: calc(100% * 1);
}

/* Social-Features */
.likes-div {
    display: inline;
    margin-right: 16px;
    cursor: pointer;
}

.comments-div {
    display: inline;
}

.like-button {
    width: 17px;
    height: auto;
}

.likes-div:hover .like-button {
    cursor: pointer;
    opacity: 0.55;
}

.comments {
    margin-top: 20px;
}

.comment-box {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #eceae2;
    min-height: fit-content;
    max-width: 75%;
    border-radius: 15px;
}

.comment-box-reply {
    padding: 15px;
    background-color: #ffffff;
    min-height: fit-content;
    max-width: 85%;
    min-height: 60px;
    border-radius: 15px;
    border-color: rgba(55, 129, 121, 0.2);
    border-width: 1px;
    border-style: solid;
}

.comment-area-button-div {
    width: 100%;
    text-align: center;
    display: flex;
}

.comment-submit-button {
    padding: 0px !important;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
    width: 100px;
    height: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    background-color: #f9f6ee !important;
    border-width: 0px !important;
    border-color: #04395e !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-submit-button:disabled {
    padding: 0px !important;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    width: 100px;
    height: 32px;
    color: #c9c8c6 !important;
    font-weight: 600 !important;
    background-color: #e9e6e0 !important;
    border-width: 0px !important;
    border-radius: 10px !important;
    cursor: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-submit-button:disabled:hover {
    padding: 0px !important;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    width: 100px;
    height: 32px;
    color: #c9c8c6 !important;
    font-weight: 600 !important;
    background-color: #e9e6e0 !important;
    border-width: 0px !important;
    border-radius: 10px !important;
    cursor: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-submit-button:hover {
    background-color: #bfc9d4 !important;
    color: #000000 !important;
    border-width: 0px !important;
}

.generic-button {
    padding: 0px !important;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
    width: 100px;
    height: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    background-color: #f9f6ee !important;
    border-width: 0px !important;
    border-color: #04395e !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generic-button:hover {
    background-color: #bfc9d4 !important;
    color: #000000 !important;
    border-width: 0px !important;
}

/* MODAL NEW POST */

.modal-new-post {
    padding: 0px !important;
    padding-left: 0px !important;
}

.modal-new-post-header {
    border-radius: 20px 0px !important;
    background-color: #04395e !important;
    height: 37px;
    font-size: Raleway, sans-serif !important;
    color: #fff !important;
    top: 1px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-new-post-body {
    background-color: #f9f6ee;
    height: auto !important;
    padding-top: 15px;
    border: 3px solid var(--Blue, #04395e) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-button {
    width: 24px;
    height: 24px;
    margin-left: -10px;
    cursor: pointer;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    padding: 0px !important;
    width: 500px !important;
    max-width: 80% !important;
    /* min-height: 500px !important; */
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-text-area {
    width: 100% !important;
    min-height: 100px !important;
    background-color: transparent !important;
    border: 0px solid !important;
}

.modal-text-area-comment-reply {
    width: 100% !important;
    min-height: 60px !important;
    background-color: transparent !important;
    border: 0px solid !important;
}

.modal-text-area::placeholder {
    color: #999999;
}

.modal-text-area:focus {
    outline: none !important;
    border-width: 0px !important;
}

.new-post-media-icon {
    width: 24px;
    height: 24px;
    /* margin-right: 10px; */
}

.post-doc-icon {
    width: 24px;
    height: 24px;
}

.new-post-media-button {
    /* left: 50%;
    transform: translateX(-50%) */
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent !important;
    border-width: 0px !important;
    height: 75px;
    /* justify-content: center;
    align-items: center; */
}

.new-post-media-button:hover {
    background-color: #bfc9d4 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
}

.new-post-media-button-locked {
    background-color: #cecece !important;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 0px !important;
    height: 75px;
    border-radius: 10px !important;
    /* justify-content: center;
    align-items: center; */
}

.new-post-media-button-disabled {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 0px !important;
    height: 75px;
    border-radius: 10px !important;
}

.new-post-media-button-disabled:hover {
    cursor: not-allowed;
}

/* if mobile new-post-media-button sizes is smaller */
@media (max-width: 768px) {
    .new-post-media-button {
        width: 65px;
    }

    .new-post-media-button-locked {
        width: 65px;
    }

    .new-post-media-button-disabled {
        width: 65px;
    }

    .new-post-media-button:hover {
        width: 65px;
    }

    .new-post-media-button-disabled:hover {
        width: 65px;
    }
}

.new-post-submit-button {
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    background-color: #f9f6ee !important;
    border-width: 0px !important;
    border-color: #04395e !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-post-submit-button:disabled {
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 32px;
    color: #c9c8c6 !important;
    font-weight: 600 !important;
    background-color: #e9e6e0 !important;
    border-width: 0px !important;
    border-radius: 10px !important;
    cursor: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-post-submit-button:disabled:hover {
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 32px;
    color: #c9c8c6 !important;
    font-weight: 600 !important;
    background-color: #e9e6e0 !important;
    border-width: 0px !important;
    border-radius: 10px !important;
    cursor: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-post-submit-button:hover {
    background-color: #bfc9d4 !important;
    color: #000000 !important;
    border-width: 0px !important;
}

.new-post-profile-photo {
    margin-top: 3px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline;
    margin-right: 8px;
    object-fit: cover;
    display: flex;
}

/* LOGIN CONTENT */

.login-header {
    margin-top: -50px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-logo {
    width: 300px !important;
    width: auto;
    /* margin-bottom: 40px; */
}

.status-login-logo {
    width: 150px !important;
    margin-top: 50px;
}

.login-row {
    margin: 15px;
}

.login-box {
    width: 500px !important;
}

.login-content {
    padding: 25px;
    border: 3px solid var(--Blue, #04395e);
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-input {
    width: 460px !important;
}

.main-button {
    padding: 0px !important;
    margin-top: 20px;
    width: 100%;
    height: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    background-color: #f9f6ee !important;
    border-width: 0px !important;
    border-color: #04395e !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-button:hover {
    background-color: #bfc9d4 !important;
    color: #000000 !important;
    border-width: 0px !important;
}

.logout-button {
    background-color: transparent !important;
    border-width: 0px !important;
}

/* ToolTips */
.main-tooltip {
    text-align: left !important;
    background-color: #04395e !important;
}

.tooltip-div {
    text-align: left !important;
    justify-content: left !important;
}

/* PFOFILE */

.generic-button {
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    background-color: #f9f6ee !important;
    border-width: 0px !important;
    border-color: #04395e !important;
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-content-left {
    border-top: 3px solid var(--Blue, #04395e);
    border-right: 3px solid var(--Blue, #04395e);
    border-left: 3px solid var(--Blue, #04395e);
    border-bottom: 3px solid var(--Blue, #04395e);
    max-height: 75vh !important;
    min-height: 75vh !important;
    align-items: center;
    display: flex;
    overflow-y: auto;
    align-items: flex-start;
    padding: 32px;
}

.profile-photo-big {
    width: 90px;
    height: 96px;
    border-radius: 50%;
    display: inline;
    margin-right: 8px;
    object-fit: cover;
}

.profile-photo-big:hover {
    border-color: #bfc9d4 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.profile-name-big {
    padding-left: 16px;
    font-size: 20px;
    font-weight: 400;
}

.main-post-container {
    overflow-y: scroll;
    height: 100vh;
}
.secondary-post-container {
    overflow-y: scroll;
    height: 100vh;
}

.container-school {
    margin: 0px;
}

.container-course {
    margin: 0px;
}

.app-loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.app-loading-gif {
    margin: 0px;
    width: 128px;
    height: auto;
}

.app-loading-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 9999999;
}

.video-fullscreen-button-hidden {
    /* Hide the full-screen button */
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
}

.video-fullscreen-button-visible {
    /* Show the full-screen button */
    video::-webkit-media-controls-fullscreen-button {
        display: block;
    }
}

.search-input {
    width: 100%;
    border-radius: 8px;
    border-width: 3px;
    border-color: #04395e;
    border-style: solid;
    padding: 3px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.search-input-mobile {
    margin-left: 25px;
    width: 215px;
    border-radius: 8px;
    border-width: 3px;
    border-color: #04395e;
    border-style: solid;
    padding: 3px;
    height: 35px;
    margin-top: -10px;
}

.contact-search-input {
    width: 80%;
    border-radius: 8px;
    border-width: 3px;
    border-color: #04395e;
    border-style: solid;
    padding: 3px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.search-button {
    width: 75px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
}

.search-input-mobile:focus {
    outline: none !important;
    border-width: 3px !important;
}
.search-button-mobile {
    width: 75px;
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px;
}

.search-close-img {
    width: 30px;
    height: 30px;
    color: black;
    margin-top: -13px;
}

.search-close {
    color: black;
    border-width: 0px;
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.search-close-mobile {
    border-width: 0px;
    background-color: transparent;
    width: 30px;
    height: 30px;
}

.contact-search-close {
    color: black;
    border-width: 0px;
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

.search-close-mobile-img {
    width: 30px;
    height: 30px;
    color: black;
    margin-top: -13px;
}

.button-container {
    display: flex;
    align-items: left;
}

.button-container > button:last-child {
    margin-right: 0;
}

.contact-button-container {
    display: flex;
    align-items: left;
}

.contact-search-results {
    margin-bottom: 20px;
}

.contact-search-results-container {
    display: block;
    background-color: #f9f6ee;
    z-index: 999999;
}

.contact-search-results {
    display: none;
}

@media (min-height: 500px) {
    .contact-search-results {
        display: block;
    }
}

.contact-search-results-container {
    height: 150px !important;
    overflow-y: scroll;
    scrollbar-width: none;
    margin-bottom: 20px;
}

.contact-search-result {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 33px;
    vertical-align: center;
}

.contact-search-result::hover {
    background-color: #14965d !important;
    vertical-align: center;
}

.generic-input {
    width: 100%;
    border-radius: 8px;
    border-width: 1px;
    border-color: #04395e;
    border-style: solid;
    padding: 3px;
    height: 30px;
}

/* Notification Switch */

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #04395e;
    color: #ffffff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #eeeeee;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 10px;
    margin: 10px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.comment-delete-img {
    width: 20px;
    height: 20px;
    color: black;
}

.notification-counter {
    position: absolute;
    top: 4px;
    right: 10px;
    background-color: #28a1d8;
    color: white;
    border-radius: 30%;
    width: 24px;
    height: 24px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
}

.notification-counter-mobile {
    position: relative;
    top: -8px;
    left: -75px;
    background-color: #28a1d8;
    color: white;
    border-radius: 30%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    margin: 0px;
    margin-right: -100px;
    margin-left: 0px;
    padding-top: 3px;
}

@keyframes blinkAnimationNotification {
    0%,
    100% {
        background-color: originalColor;
        color: white;
    } /* Replace originalColor with the actual color */
    50% {
        background-color: white;
        color: originalColor;
    }
}

.notifications-container {
    min-width: 100% !important;
    /* padding: 10px;
    padding-right: 20px; */
    align-items: center;
    display: block;
}

.notification-counter {
    animation-name: blinkAnimationNotification;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

.notification-unseen {
    text-decoration: none !important;
    color: #000000 !important;
    background-color: #bfc9d4;
    /* /* width: 100% !important; */
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
}

/* .notification-seen {
    background-color: rgb(253, 253, 253, 0.5);
    min-width: 100%;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
    text-align: center;
} */

.notification-seen:hover {
    background-color: #f3f4f5;
}

.notification-unseen:hover {
    background-color: #a0a7af;
}

.view-post-button {
    max-width: fit-content !important;
}

/* Block overlay */

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(
        0,
        0,
        0,
        0
    ); /* Optional: Add a semi-transparent background */
    z-index: 999999;
    display: block;
}

.loading-blocker-show {
    display: block;
}

.loading-blocker-hide {
    display: none;
    pointer-events: none;
}

/* Pricacy Buttons on New Post */
.btn-privacy {
    background-color: #bfc9d4;
}

/*//////////////////////////////////*/

.post-date {
    padding-left: 21px;
}

/* BLOCK MOBILE TEMPORARY
//////////////////////////////////*/

/* @media only screen and (max-width: 768px) {
    body::before {
        background-color: #28a1d8;
        background-image: url("/images/no_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 9999999999;
    }
} */

/*//////////////////////////////////*/

/* PRIVATE COMMENTS */
.private-comment-checkbox {
    margin-top: 15px;
    margin-left: -35px;
}

.private-comment {
    background-color: #d1d7df !important;
}

.private-comment-text {
    color: #b0b3c4;
    font-size: small;
}

.hidden-comment {
    background-color: #dfd1d1 !important;
}

.hidden-comment-text {
    color: #c4b0b0;
    font-size: small;
}

.comment-hide-button {
    margin-top: 10px !important;
    color: #000;
}

.comment-hide-button:hover {
    color: #000;
}

.not-allowed-cursor {
    cursor: not-allowed !important;
}

.nickname-badge-student {
    background-image: linear-gradient(to right, #28a1d8, #04395e);
    color: #fff;
    padding: 5px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: smaller;
}

.nickname-badge-staff {
    background-image: linear-gradient(to right, #28a1d8, #04395e);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: smaller;
}

.mention-list-item:hover {
    background-color: #bfc9d4 !important;
    cursor: pointer;
}

.comment-date {
    color: #969696;
    font-size: small;
}

/* contacts */

.profile-photo {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.card-text {
    font-size: 1rem;
    color: #6c757d;
}

.card {
    background-color: #fcfbfa;
}

.card:hover {
    background-color: #bfc9d4;
}

/*/////////////////////////////*/

.verified-check {
    color: #28a1d8;
}

.post-media-image-specific {
    text-align: center;
    margin: 0 auto;
}

.container {
    padding: 0px 30px 0px 30px !important;
}

@media (max-width: 768px) {
    .container {
        padding: 0px 0px 0px 0px !important;
    }
}

/* Contacts Button - Low resolution pc's fix */
@media (max-height: 760px) {
    .contacts-button {
        display: none;
        width: 0px;
        height: 0px;
    }

    .contacts-button-alternative {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (min-height: 761px) {
    .contacts-button {
        display: block;
        width: 100%;
        height: 100%;
    }

    .contacts-button-alternative {
        display: none;
        width: 0px;
        height: 0px;
    }
}
