.note-editable {
    height: 300px;
    background-color: white;
    color: black;
}

p {
    /*color: black;*/
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.nav-link img {
    float: left;
    width: 30px;
    margin-top: -3px;
    margin-right: 6px;
}

.quection-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.user-edit-form-wapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    /* Adjust blur amount as needed */
    z-index: 1;
    /* Places the blurred background below the content */
}

.user-edit-form-wapper .user-image {
    position: relative;
    z-index: 2;
}

.user-edit-form-wapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
}

.user-image-update {
    color: white;
    text-align: center;
    background-color: #1a22268a;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
}

.user-image {
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 100%;
    border: 3px solid #0d6efd;
    background-position: center;
    margin: 25px 0px;
}

.user-image-25 {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;

}

.user-image-40 {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
}

.float-left {
    float: left;
    margin-right: 15px;
}

.user-image-60 {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}

.user-image-100 {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.user-image-110 {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
}

.user-image-200 {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
}



.media-drop {
    width: 100%;
    height: 130px;
}

.preview-img,
.preview-video {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: move;
    position: relative;
    background-size: cover;
    background-position: center;
}

.preview-video {
    width: 178px;
}

.video-js .vjs-big-play-button {
    border-radius: 0px !important;
}

.btn-delete {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: none;
    color: red;
    cursor: pointer;
    padding: 3px;
    font-size: 14px;
}

/* .cropper-view-box,
.cropper-face {
    border-radius: 50%;
} */


/* COMMON CSS FOR ALL TYPES - START */
.my-post-main-wapper {
    width: 350px;
    height: 350px;
}

.my-post-img-row {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

/* TYPE 01 - SINGLE IMAGE */

.my-post-img-type-1 .row-1 {
    display: flex;
    gap: 5px;
    height: 100%;
    width: 100%;
}

.my-post-img-type-1 .row-2,
.my-post-img-type-1 .row-1 .my-post-img-row:nth-of-type(2) {
    display: none;
}

/* TYPE 02 - 2 IMAGE */

.my-post-main-wapper.my-post-img-type-2 {
    height: 200px;
}

.my-post-img-type-2 .row-1 {
    display: flex;
    gap: 5px;
    height: 100%;
    width: 100%;
}

.my-post-img-type-2 .row-2 {
    display: none;
}

/* TYPE 03 - 3 IMAGE */

.my-post-img-type-3 .row-1 {
    display: flex;
    gap: 5px;
    height: 60%;
    width: 100%;
}

.my-post-img-type-3 .row-1 .my-post-img-row:nth-of-type(2),
.my-post-img-type-3 .row-2 .my-post-img-row:nth-of-type(3) {
    display: none;
}

.my-post-main-wapper.my-post-img-type-3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 400px;
}

.my-post-img-type-3 .row-2 {
    display: flex;
    gap: 5px;
    height: 40%;
    width: 100%;
}

/* TYPE 04 - 4 IMAGE */

.my-post-main-wapper.my-post-img-type-4 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.my-post-img-type-4 .row-2 .my-post-img-row:nth-of-type(3) {
    display: none;
}

.my-post-img-type-4 .row-1,
.my-post-img-type-4 .row-2 {
    display: flex;
    gap: 5px;
    height: 50%;
}

/* TYPE 05 - 5 IMAGE */

.my-post-main-wapper.my-post-img-type-5,
.my-post-main-wapper.my-post-img-type-6 {
    height: 400px;
}

.my-post-main-wapper.my-post-img-type-5,
.my-post-main-wapper.my-post-img-type-6 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.my-post-img-type-5 .row-1,
.my-post-img-type-6 .row-1 {
    display: flex;
    gap: 5px;
    height: 60%;
}

.my-post-img-type-5 .row-2,
.my-post-img-type-6 .row-2 {
    display: flex;
    gap: 5px;
    height: 40%;
}

.my-post-img-type-5 .my-post-more-images-wapper {
    display: none;
}

/* TYPE 06 - More than 5 IMAGE */

.my-post-img-type-6 .my-post-more-images-wapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000085;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 49px;
    font-weight: bold;
    color: white;
}


#slideshow {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
}

.responsive-media {
    height: auto;
    margin: 0 auto;
}

.slide {
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
}

.search,
.search::placeholder {
    text-align: center;
}

.sliderNavWrapper {
    position: relative;
    top: -50%;
}

.prev,
.next {
    /*position: absolute;
        top: 50%;
    transform: translateY(-50%);*/
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.plyr__video-wrapper {
    background: #fff !important;
}

.splide__arrow {
    border-radius: 0px !important;
    background: #cccccc54 !important;
    width: 1.5em !important;
    height: 5em !important;

}

.splide__slide a {
    text-wrap: wrap;
}

.splide__arrow--prev {
    left: 0;
}

.splide__arrow--next {
    right: 0;
}

footer {
    text-align: center;
    padding: 4px;
}

.comment-txt {
    width: 93%;
    border: none;
    background: none;
    padding: 5px 10px;
    height: 50%;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px solid #c7c7c7;
    transition: all 0.5s;
    margin-top: 34px;
    outline: none;
    margin-left: 32px;
    line-height: 10px;
}

.comment-image-section {
    float: left;
    position: absolute;
    margin-top: 26px;
    margin-left: -11px;
}

button.primaryContained {
    /*background: black;*/
    color: #fff;
    padding: 10px 10px;
    /* border: none; */
    margin-top: 0px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 1s all;
    font-size: 10px;
    outline: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: inherit;
    /*    max-width: 50px;*/
    /*    margin-top: 5px;*/
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f00;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: -webkit-fill-available;
    width: 46%;
    left: inherit;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.active-item {
    color: #00b75c;
}

.hide-item {
    color: #ff4646;
}

input:checked+.slider {
    background-color: #00b75c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.com-word {
    margin-left: 75px;
}

.darkb {
    background-color: #18191a;
}

.darkm {
    background-color: #242526;
}


.home-nav-link {
    font-size: 15px !important;
    padding: 8px 18px 7px 13px !important
}

.bb-1 {
    border-bottom: 1px solid #e0e0e0;
}

.b-1-all {
    border-right: 1px solid #9999994a;
}

.article-user-image {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 100%;
}

.article-user-info-wrapper {
    display: flex;
    flex-direction: column;
}


.fs-20 {
    font-size: 20px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.article-icons div:hover {
    color: black;
    cursor: pointer;
}

.article-icons .art-btn {
    width: 20%;
    background-color: #f9f9f9c9;
    text-align: center;
    padding: 7px 20px;
    border-radius: 62px;
    border: 1px solid #8080800d;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.art-btn:hover {
    border: 1px solid #0000001a;
    transition: .3s;
}

.nav-item.b-1-all:last-child {
    border-right: 0 !important;
}

.menu-item-name {
    margin-bottom: -4px;
}

.l-menu-item {
    border-radius: 32px;
    padding: 10px 20px !important;
    cursor: pointer;
    user-select: none;
}

.l-menu-item:hover {
    background-color: #e6e6e6 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.user-profile-picture:active {
    width: 37px;
    opacity: 0.8;
}

.w-40px {
    width: 40px;
}

.search-icon {
    top: 10px;
    left: 10px;
}

.pl-40 {
    padding-left: 40px !important;
}

.w325 {
    width: 325px !Important;
}

#navSearchInput:focus {
    outline: none;
    box-shadow: none;
}

#searchSuggestion {
    width: 360px;
    height: 400px;
    background-color: white;
    top: 56px;
    left: 0;
}

.mobile-t-right {
    gap: 36px;
}

.mob .b-1-all {
    width: 25% !important;
}

.max-800 {
    max-width: 800px;
    /* Stable width for main feed */
}

.home-main-view {
    display: flex;
    gap: 100px;
}

.home-quick-links {
    width: 100%;
}

.home-complementary {
    max-width: 350px;
    min-width: 250px;
}

.leaderboard-table th,
.leaderboard-table td {
    padding: 15px;
}

.leaderboard-table th {
    background: linear-gradient(180deg, #9C27B0, #9C27B0);
    color: #fff;
    font-weight: bold;
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.home-main-feed {
    max-width: 800px;
    /*     min-width: 355px;
   width: 100%;*/
    flex-shrink: 1;
    /* padding-right: 32px; */
    flex-wrap: nowrap;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    /* padding-left: 32px; */
    align-items: stretch;
    flex-direction: row;
    position: relative;
    z-index: 0;
    flex-grow: 1;
}

.home-main-feed .feed-view {
    width: 100%;
}

.home-main-feed .feed-view #the-art {
    overflow: scroll !important;
    padding-bottom: 15px;
}

.quick-links-wrapper {
    position: -webkit-sticky;
    position: sticky;
    width: auto;
    /* max-width: 350px; */
    top: 0;
    margin-bottom: calc(8px * 1);
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-color: gray transparent;
    top: 56px;
    max-height: calc(100vh - 56px);
}

.artTitle {
    min-height: 110px;
}

.lrr-background-image {
    background-size: cover;
    background-position: center;
    filter: grayscale(100%) blur(4px);
    position: relative;
    /* Makes it possible to layer the background */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Ensures it stays behind the content */
    opacity: 0.3;
    /* Adjust transparency as needed */
}


.square-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
}

.square-item {
    width: 105px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 1px;
    box-sizing: border-box;
}

.m-nav-item {
    font-size: 13px !important;
    padding: 6px 10px 5px 10px !important;
}

.art-image-card {
    height: 108px;
    object-fit: cover;
    width: 100px;
}

.artwork-default-image {
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    /* scale: 0.7; */
    background: linear-gradient(90deg, #00000038, transparent);
    padding: 12px;
}

.navbar-nav {
    flex-direction: row;
}
@media (max-width: 970px) {
    .menu-item-name {
        display: none;
    }
}

@media (max-width: 700px) {
    .navbar-nav {
        display: none;
    }
}

.fraction { display: inline-block; vertical-align: middle; text-align: center; }

.MCQAnswered {
    position: relative;
    overflow: hidden;
    border: 3px solid #000000ff !important;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.5) !important;
}
.MCQAnswered::after {
    content: "👋🏻YOU HAVE\A ANSWERED❗️";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.9);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    z-index: 3;
    pointer-events: none;
    text-transform: none;
    letter-spacing: 1px;
    white-space: pre-line;
}
/* keep card-overlay clickable above content but below the pseudo element visually */
.MCQAnswered .card-overlay {
    z-index: 4;
}
.modal-backdrop.show{
    opacity: 0.85!important;
}