/* @font-face {
    font-family: "Graphik";
    src: url("../Graphik-Font-Family/GraphikRegular.otf") format("opentype");
} */
*{
    font-family: "poppins", serif;
}

@media screen and (max-width: 480px) {
    .ql-container.ql-snow {
        border: none;
        padding: 16px 5px 64px 5px;
    }
    .ql-editor h1{
        font-size: 22px;
    }
    .ql-editor h2{
        font-size: 18px;
    }
    .ql-editor p{
        font-size: 16px;
    }

}
.ql-snow .ql-formats{
    display: flex !important;
}
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button{
    width:27px !important;
}
@media (max-width: 374px) {
    .formats {
      flex-wrap: wrap !important;
      gap: 8px;
    }
  }
.ql-editor{
    line-height: 1.8;
    font-size: 16px;
}
.ql-snow .ql-editor h2{
    font-size: 1.3em;
}
.ql-toolbar.ql-snow .ql-formats{
    margin-right: 0px !important;
}
/* Webkit Browsers (Chrome, Safari, Edge) */
.accordion-area::-webkit-scrollbar {
    width: 5px; /* Vertical scrollbar width */
    height: 10px; /* Horizontal scrollbar height */
}

.accordion-area::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light background */
}

.accordion-area::-webkit-scrollbar-thumb {
    background: #888; /* Thumb color */
    border-radius: 10px; /* Rounded corners */
}

.accordion-area::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker color on hover */
}

.essayness-blog-scroller {
    padding: 20px 16px;
    background: linear-gradient(101.86deg, #f7f3fb 0%, #f3f9fc 100%);
    border-radius: 20px;
    width: 100%;
}
.langs_dropdown {
    box-shadow: 0px 2px 12px 0px #363A6729;
    scrollbar-gutter: stable;
}
.langs_dropdown::-webkit-scrollbar {
    width: 5px;
}
.prem-icon{
    padding-left:5px;
}
.langs_dropdown::-webkit-scrollbar-thumb {
    background: #E5E7EB;
    border-radius: 10px;
}
.langs_dropdown::-webkit-scrollbar-track {
    background: #ffffff;
}
.blog-scroller-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-scroller-head p {
    font-size: 18px;
    font-weight: 600;
    color: #53567d;
}
.blog-scroller-body {
    margin-top: 20px;
    border-radius: 16px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.blog-scroller-body-head {
    padding: 20px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e7f1;
}

.blog-topic {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #8d8ea8;
}


.blog-scroller-body-body {
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #53567d;
    height: 300px;
    overflow-y: hidden;
    transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.blog-scroller-body-footer {
    display: flex;
    margin: 20px 12px;
    justify-content: flex-end;
    align-items: flex-end;
}

.blog-scroller-body-footer button {
    padding: 6px 18px;
    border-radius: 8px;
    border: 1px;
    background: #f3f5fa;
    border: 1px solid #e4e7f1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #c488fd;
    cursor: pointer;
}

.blog-scroller-body-body.open {
    height: auto;
}

.blog-scroller-body-body.collapsed {
    height: 350px;
}
.completed-section,.current-active{
    border: 1px solid #9747FF;
    color: 53567D;
}
.current-active{
    background: #9747FF1A !important;
}
.disbable-section{
    border: 1px solid #9DA9B5;
    color: #53567D;
    
}
.inactive-input{
    border-color:#E4E7F1;
    color: #363A67;
    border-radius: 0.5rem;
}
.active-input{
    border-color: #9747FF;
    color: #363A67;
    background: #9747FF1A;
    border-radius: 0.5rem;
}
.tool-buttons{
    justify-content: flex-end;
}

@media screen and (max-width: 500px) {
    .tool-buttons{
        justify-content: center;
    }
}
.active-outline{
    color:#9747FF;
}
.editable-title{
    cursor: text !important;
}
.accordion-item {
    padding: 10px 0px 10px 5px;
    background-color: #fff;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title {
    font-weight: bold;
}

/* .accordion-content {
    display: none;
    padding-top: 10px;
    padding-left:20px;
}

.accordion-item.active .accordion-content {
    display: block;
} */
.accordion-item {
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.edit-btn {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
}

.edit-btn:hover {
    text-decoration: underline;
}
.draggable-image img {
    position: relative;
    left: 2px !important;
}
.drag_li_img img{
    position: relative;
    left: -20px !important;
}
.list li {
    display: flex; /* Flex for centering */
    align-items: center; /* Center vertically */
    position: relative;
    padding-left: 15px; /* Space for the bullet */
}

.list li::before {
    content: "•"; /* Bullet character */
    position: absolute;
    left: 21px;
    font-size: 1.5em; /* Adjust size of the bullet */
    color: #53567D; /* Bullet color */
}

/* .hidden {
    opacity: 0.5;
    pointer-events: none;
} */

.draggable-image {
    cursor: grab;
}

.draggable-image:active {
    cursor: grabbing;
}

.dragging {
    opacity: 0.5;
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

 .drag-over {
    transition: background-color 0.3s ease;
}
.li_input{
    outline: none;
}

@media screen and (max-width:767px) {
    #spin {
        height: 400px;
        top:0%;
    }
    #spin img {
        height: 400px;
        bottom:100px;
    }
}