.d-none{
    display: none;
}

.w-full{
    width: 100%;
}

.fs-p24{
    font-size: 24px;
}

.justify-between{
    justify-content: space-between;
}

.align-center{
    align-items: center;
}

.align-end{
    align-items: end;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.mv-1{
    margin: 0.5rem 0;
}

.mv-1-5{
    margin: 1rem 0;
}

.mb-1{
    margin-bottom: 0.5rem;
}

.flex{
    display: flex;
}

.flex-1{
    flex: 1;
}

.gap-1{
    gap: 0.5rem;
}

@media screen and (min-width: 200px) and (max-width: 800px) {
    .w-20 {
        width: 100% !important;
    }
}

@media screen and (min-width: 801px) {
    .w-20 {
        width: 40rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .w-20 {
        width: 40rem !important;
    }

    #sidebar{
        display: flex !important;
    }
}


.no-resize{
    resize: none;
}

.ck-editor__editable {
    height: 300px;
}

.cursor-pointer-1{
    cursor: pointer;
}

.cy9mt{
    background-color: none !important;
}
