.mb-10{margin-bottom: 10px;}
.mb-7{margin-bottom: 7px;}
.ml-12{margin-left: 12px;}

.pr-8{padding-right: 8px;}
.pr-16{padding-right: 16px;}

.mr-6{margin-right: 6px;}
.mr-8{margin-right: 8px;}
.mr-10{margin-right: 10px;}
.mr-16{margin-right: 16px;}

.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}

.fw-500{font-weight: 500;}

.p-5{padding: 5px;}
.p-14{padding: 14px;}

.py-6{
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-14{
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-13{
    padding-top: 13px;
    padding-bottom: 13px;
}

.px-8{
    padding-left: 8px;
    padding-right: 8px;
}

.px-14{
    padding-left: 14px;
    padding-right: 14px;
}

.section-catalog--editor .widget-page-editor.px-65{
    padding-left: 65px;
    padding-right: 65px;
}

.min-w-200{
    min-width: 200px;
}

.h-74px{
    height: 74px;
}

.h-44px{
    height: 44px;
}

.widget-page-editor-doc.h-auto{
    height: auto;
}

.bg-light-gray{
    background-color: #F2F2F2;
}

.min-w-36{min-width: 36px;}
.opacity-05{opacity: 0.5;}
.opacity-60{opacity: 0.6;}
.info{display: flex;}

.max-w-full{max-width: 100%;}
.max-w-36{max-width: 36px;}
.max-w-120{max-width: 120px;}
.max-w-250{max-width: 250px;}
.max-w-180{max-width: 180px;}
.text-center{text-align: center;}
.justify-between{
    justify-content: space-between;
}
.w-full{width: 100%;}
.flex-auto{flex: auto;}
.flex-wrap{flex-wrap: wrap;}
.radius-10{border-radius: 10px}
.radius-360{border-radius: 360px;}

.text-color{color: #060C32;}
.btn--gradient{
    background: linear-gradient(135deg, #4298E8 0%, #427AE8 100%);
    color: #fff;
}

.label-btns{
    color: rgba(6, 12, 50, 0.4);
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.border-right{
    border-right: 1px solid #E4E4E4;
}

.btn--md-2{
    padding: 10px 16px;
}

.btn--sm-2{
    padding: 5px 11px;
}

.add-files-dropdown.dropdown-open .btn--gradient{
    background: #fff;
    color:rgba(6, 12, 50, 0.6);
}

.icon{display: flex;}

.btn--shadow .info{
    color: #060C32;
    font-weight: 500;
    line-height: 23px;
    font-size: 13px;
    opacity: 0.6;
}

.add-files-dropdown__body{
    padding: 14px;
}

.add-files-dropdown__body ul li:not(:last-child){
    margin-bottom: 14px;
}

.input-custom__input{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background-color: #F9F9F9;
    color: rgba(6, 12, 50, 0.4);
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 11px;
    width: 100%;
}

.btn--shadow.active{
    border-color: #7C4DFF;
}

.btn--shadow.active .info{
    opacity: 1;
}

.btn--36{
    height: 36px;
}

.otpion__group{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dbl-btns--8 > *:not(:last-child){
    margin-right: 8px;
}
.add-files-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #427AE8;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    background-color: transparent;
    letter-spacing: 0.5px;
}

.drop-your-file-here{
    position: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: none;
    top: 0;
    left: 0;
}

.drop-your-file-here.highlight{
    display: flex;
}


.bg-shadow{
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 12;
    position: relative;
}

.section-subtitle{
    font-family: var(--fotnFamilyRaleway);
}

.section-catalog-docs .docs-body::-webkit-scrollbar{
    display: block;
    width: 6px;
}

.section-catalog-docs .docs-body::-webkit-scrollbar-thumb{
    display: block;
    width: 6px;
    border-radius: 360px;
    border: 1px solid #E4E4E4;
    background: #F2F2F2;
}

.doc-item *{
    user-select: none;
    -webkit-user-drag: none;
}

.widget-redactor img{
    user-select: none;
    -webkit-user-drag: none;
}

.list-select-btn{
    font-family: var(--fotnFamilyRaleway);
    font-size: 13px;
    color: #060C32;
    font-weight: 400;
    line-height: 23px;
    padding: 3px 8px;
    height: 30px;
    background-color: #fff;
    width: 100%;
    text-align: left;
}

.list-select-line{
    pointer-events: none;
    height: 1px;
    width: 100%;
    background-color: rgba(238, 238, 238, 1);
}

.list-select li:not(:last-child){
    margin-bottom: 4px;
}

.section-catalog--editor.w-585{
    flex: 0 0 585px;
    max-width: 585px;
}

.label-input{
    color: rgba(6, 12, 50, 0.4);
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
}

.color-text{
    color: #060C32;
}

.color-text-06{
    color: rgba(6, 12, 50, 0.6);
}

.bg-controls{
    background-image: url(../img/img-17-08-2023/bg-controls.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #7C4DFF;
}

.doc-item--split .doc-page{
    background-color: #EFFCED;
}

.doc-item--orange .doc-page{
    background-color: #FCF3ED;
}

.doc-item--split .doc-page--text{
    color: #159700;
}
.doc-item--orange .doc-page--text{
    color: #F06305;
}

.group-docs .doc-item{
    position: relative;
}

/* .doc-item--split::after{
    content: '';
    background-image: url(../img/img-17-08-2023/doc-item--split-line.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.doc-item--split::before{
    content: '';
    background-image: url(../img/img-17-08-2023/doc-item--split-line.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
} */


.group-docs .doc-item:hover::before{
    content: '';
    background-image: url(../img/img-17-08-2023/doc-item--split-line.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.group-docs .doc-item.active-group::before{
    content: '';
    background-image: url(../img/img-17-08-2023/doc-item--split-line.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.doc-item{
    margin-bottom: 5px;
}

.decor-line{
    position: relative;
}

.widget-page-editor-doc{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.widget-page-editor-doc ul{
    padding-left: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.widget-page-editor-doc li{
    margin-bottom:  22px;
}

.widget-page-editor-doc h4{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 22px;
}

.widget-page-editor-doc.h-auto li{
    list-style: disc;
}


@media (max-width: 992px){
    .border-right-mobail .border-right{
        border-right: none;
    }

    .lg-mb-20{
        margin-bottom: 20px;
    }

}
