#mood_fullscreen #resizable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
}

#mood_fullscreen .line .lineRemove img {
    width: 20px;
    height: 20px;
}

.resize-handle {
    display: none;
}

.mood-main-title {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.title-changeable-text {
    min-width: 50px;
    min-height: 30px;
    border-radius: 5px;
}


.mood-main-title .main-title-img {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

#mood_fullscreen .line .lineRemove {
    position: absolute;
    width: 30px;
    justify-content: center;
    background: transparent !important;
    display: none;
    cursor: pointer;
    z-index: 6000;
    left: -20px;
}

#mood_fullscreen #resizable.se-resize {
    cursor: se-resize;
}

#mood_fullscreen .line {
    position: absolute;
    background-color: black;
    z-index: 2000;
}

#mood_fullscreen .line .span {
    content: '';
    position: absolute;
    right: -9px;
    width: 0;
    top: 50%;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent transparent black;
    /* цвет по умолчанию */
    transform: translateY(-50%) rotate(0deg);
    transition: border-color 0.3s;
}

#mood_fullscreen .bobo {
    display: flex !important;
    max-height: 95vh;
    overflow: auto;
    max-width: 335px;
    min-width: 220px;
    width: 100%;
    padding: 10px 0 !important;
    flex-wrap: wrap;
    gap: 10px !important;
    height: fit-content;
}

#mood_fullscreen .bobo::-webkit-scrollbar {
    width: 5px;
}

#mood_fullscreen .bobo::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgb(26 27 28 / 20%) inset #f9f9fd;
    border-radius: 10px;
}

#mood_fullscreen .bobo::-webkit-scrollbar-thumb {
    background: #22232e;
    border-radius: 5px;
}

#mood_fullscreen .active-size {
    opacity: 1 !important;
}

.moodboard_page .profile_sidebar {
    display: none !important;
}

#mood_fullscreen #container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#mood_fullscreen #content_mood {
    width: 100%;
    height: 100%;
    position: relative;
}

#mood_fullscreen .resizable {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    transform-origin: 0 0;
    transition: transform 0.3s;
}

#mood_fullscreen .ui-draggable-dragging {
    cursor: grabbing;
}

#mood_fullscreen .draggable-item {
    width: 100%;
    height: 100%;
    cursor: grab;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, box-shadow 0.3s;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.75);
    overflow: visible;
    /* padding: 10px; */
    font-size: 16px;
    color: rgb(0, 0, 0);
    box-shadow: none;
}


#mood_fullscreen .img-setin .rotation-slider {
    position: absolute !important;
    outline: 0 none;
    right: -70px;
    top: 0;
}

#mood_fullscreen .ato {
    display: none;
    left: -60px;
    top: 0;
    position: absolute;
    max-width: 50px;
    flex-direction: column;
    align-items: center;
    border: 1px dashed;
    padding: 2px;
    background: white;
    z-index: 15000;
}

#mood_fullscreen .setin {
    width: 150px;
    height: 150px;
    position: absolute;
}

#mood_fullscreen .setin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mood_fullscreen .active-fs {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#mood_fullscreen .decrease-size,
.increase-size {
    border: 1px solid;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: unset;
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
}

#mood_fullscreen .setin button img {
    width: 20px;
}

#mood_fullscreen .setin .delete_item img {
    display: block;
    padding: 0;
    width: 25px;
}

#mood_fullscreen .setin .delete_item {
    padding: 0;
    width: 25px;
}

#mood_fullscreen .setin-text {
    cursor: text;
}

.setin-text {
    min-width: 100px !important;
    width: fit-content !important;
    height: fit-content !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

#mood_fullscreen .ato button {
    border: none;
    border-bottom: 1px dashed;
    cursor: pointer;
    background: transparent;
    padding: 0;
    margin: 2px;
}

/*#mood_fullscreen .setin:hover {*/
/*    backdrop-filter: blur(10px);*/
/*    background: #0000000a;*/
/*    z-index: 1500;*/
/*}*/
#mood_fullscreen .setin:hover .draggable-item {
    backdrop-filter: blur(10px);
    background: #0000000a;
    z-index: 1500;
}

/*#mood_fullscreen .setin:hover .ato {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

#mood_fullscreen .setin:hover .ui-icon-gripsmall-diagonal-se {
    display: block !important;
}

#mood_fullscreen .ui-icon-gripsmall-diagonal-se {
    display: none !important;
    background-position: -80px -225px;
}

#mood_fullscreen #controls {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

#mood_fullscreen #controls #toggleDraw {
    border: none;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mood_fullscreen #controls #bckg-color {
    border: none;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mood_fullscreen #controls .button-control {
    padding: 6px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: black;
    font-size: 16px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

#mood_fullscreen #controls button:hover {
    opacity: 0.8;
}

#mood_fullscreen #bg-input {
    display: none;
}

#mood_fullscreen #upload-input {
    display: none;
}

#mood_fullscreen #croppie-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#mood_fullscreen #croppie-container {
    max-width: 1600px;
    max-height: 735px;
    overflow: hidden;
}

#mood_fullscreen #size-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

#mood_fullscreen #size-controls div img {
    display: block;
}

#mood_fullscreen #size-controls div {
    cursor: pointer;
}

#mood_fullscreen #size-controls button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: black;
    font-size: 16px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#mood_fullscreen .rs-top .rs-tooltip {
    bottom: -30px !important;
}

#mood_fullscreen #size-controls button:hover {
    opacity: 0.8;
}

#mood_fullscreen #controls #loader {
    height: 18px;
}

#mood_fullscreen #controls #loader .loader {
    display: none;
    border: 2px solid #dedede;
    border-radius: 50%;
    border-top: 2px solid #676767;
    width: 18px;
    height: 18px;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
}

#mood_fullscreen .mood-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 127px;
    width: 100%;
    background: #f7eeeea6;
    margin-bottom: 2rem;
    padding: 0 30px;
    left: 0;
    z-index: 900;
}

#mood_fullscreen #bckgColorPicker {
    width: 28px;
    padding: 0;
    height: 28px;
    border: none;
}

#mood_fullscreen #mood_fullscreen {
    max-width: 1920px;
}


/*item mood board style*/
#mood_fullscreen .mood-boards-item {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 0 5px;
    cursor: pointer;
}

#mood_fullscreen .title-ti {
    position: absolute !important;
    bottom: 0 !important;
    display: none !important;
    z-index: 500;
}

#mood_fullscreen .mood-boards-item:hover .title-ti {
    display: flex !important;
}

#mood_fullscreen .title-ti {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #d3d3d3e3;
    padding: 0 6px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    text-align: center;
    height: 36px;
    overflow: hidden;
}

.mood-boards-item>.in {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.desktop .mood-boards-item>.in:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    z-index: 10;
}

.user-mood {
    position: relative;
    display: block;
    background: #F2F3F7;
    transition: all .2s ease-out;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

.add-mood-board-butt {
    position: absolute;
    left: 0;
    top: -47px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.text-item[contenteditable="true"] {
    cursor: text;
}

.text-item {
    font-family: Arial, sans-serif;
}