﻿#progressBarContainer {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    margin-top: 10px;
}

#progressBar {
    width: 0;
    height: 20px;
    background-color: #4caf50;
    text-align: center;
    line-height: 20px;
    color: white;
}


/*#editor {
    width: 100%;
    height: calc(15 * 1.5em);*/ /* 1.5em برای هر خط متن */
    /*box-sizing: border-box;*/ /* مطمئن شوید که padding و border در اندازه محاسبه می‌شود */
/*}*/



/*Textbox*/
.ck-editor__editable {
    min-height: 200px;
    max-height: 500px;
    min-width: auto;
}
/*Toolbar*/
.ck-editor__top {
    min-width: auto;
}


/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@media print {
    body {
        margin: 0 !important;
    }
}
.main-container {
    font-family: 'Lato';
    width: auto;
    margin-left: auto;
    margin-right: auto;
}


.ck-content {
    font-family: 'Lato';
    line-height: 1.6;
    word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
    min-width: auto;
    max-width: auto;
}

.editor_container__word-count .ck-word-count {
    color: var(--ck-color-text);
    display: flex;
    height: 20px;
    gap: var(--ck-spacing-small);
    justify-content: flex-end;
    font-size: var(--ck-font-size-base);
    line-height: var(--ck-line-height-base);
    font-family: var(--ck-font-face);
    padding: var(--ck-spacing-small) var(--ck-spacing-standard);
}

.editor-container_include-word-count.editor-container_classic-editor .editor_container__word-count {
    border: 1px solid var(--ck-color-base-border);
    border-radius: var(--ck-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.editor-container_include-word-count.editor-container_classic-editor .editor-container__editor .ck-editor .ck-editor__editable {
    border-radius: 0;
}







/*body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;*/ /* غیرفعال کردن اسکرول */
/*}*/


/* بخش‌های ثابت */
.fixed-section {
    position: fixed;
    width: 100%;
    left: 0;
}

/* #menu { */
/* top: 0; */
/* height: 10%; /* بخش بالای صفحه برای منو */ */
/* background-color: #343a40; */
/* color: white; */
/* } */
#top-div {
    top: 10%;
    height: 25%; /* بخش ثابت زیر منو */
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.owl-item {
    height: 250px;
}

#icons-section {
    top: 35%;
    height: 18%; /* بخش آیکن‌ها */
    background-color: #ffffff;
}

#middle-div {
    top: 60%;
    height: 30%; /* بخش دیگر زیر آیکن‌ها */
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

#bottom-div {
    bottom: 0;
    height: 8%; /* بخش پایین برای 6 آیکن */
    background-color: #dee2e6;
    border-top: 0px solid #ccc;
}


/* .icon { */
/* 	font-size: 24px; */
/* 	color: #555; */
/* } */



.icon {
    font-size: 30px;
    margin: 15px 0;
    color: #555;
}

.owl-theme .item {
    margin: 0px;
}