.post {
    font-family: var(--fotnFamilyRaleway);
}
.one_col{
    flex-direction: column;
    flex-wrap: nowrap !important;
}
.closeModal {
    font-family: 'Montserrat',sans-serif;
    font-size: 80px;
    padding: 5px 20px;
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 27px;
    left: 0;
    transition: 0.3s;
}
.section .how-it-works{
    max-width: 800px;
    margin: 0 auto;
}
.rating + .section{
    padding-top: 0;
}
.post p, .post p span{
    font-family: var(--fotnFamilyRaleway) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    margin-left: 0 !important;
}
.rating form{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fotnFamilyRaleway);

}
.rating form .rating-title{
    font-weight: 400 !important;
    font-size: 20px !important;
    padding: 0;
    font-family: var(--fotnFamilyRaleway) !important;
}
.rating form .votes{
    font-size: 14px;
}
.post a{
    color: #7C4DFF;
}
.post p strong span{
    font-family: var(--fotnFamilyRaleway);
    color: #2A2831;
    font-weight: 700;
}
.post p strong{
    font-family: var(--fotnFamilyRaleway);
    /*font-size: 24px;*/
    color: #2A2831;
    font-weight: 700;
    /*padding-bottom: 20px;*/
    display: inline-block;
    padding-right: 5px;
}
.post ul li span, .post ul li p{
    font-family: var(--fotnFamilyRaleway) !important;
}
.post img{
    border: 1px solid rgba(42, 40, 49, 0.5);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.post lottie-player{
    border: 1px solid rgba(42, 40, 49, 0.5);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.post ul li{
    display: flex;
}
.post ul li:before{
    font-family: var(--fotnFamilyRaleway) !important;
    counter-increment: section;
    content: counter(section) ". ";
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    margin-right: 5px;
}
.post ul{
    margin-top: 5px;
    margin-bottom: 20px;
    counter-reset: section;
    margin-left: 20px !important;
}






.bg--sec{background-color: rgba(249, 249, 249, 1);}
.bg--sec-2{background-color: #F2F2F2;}
.text-def-05{color:rgba(6, 12, 50, 0.5);}
.text-primary{color:#7C4DFF;}
.rounded-8{border-radius:8px;}
.rounded-300{border-radius:300px;}
.rounded-16{border-radius:16px;}


.mr-8{
    margin-right: 8px;
}
.mr--8{
    margin-right: -8px;
}
.px-16{
    padding-left: 16px;
    padding-right: 16px;
}
.py-14{
    padding-top:14px;
    padding-bottom:14px;
}
.py-10{
    padding-top:10px;
    padding-bottom:10px;
}
.py-4{
    padding-top: 4px;
    padding-bottom: 4px;
}
.mb-14{margin-bottom:14px;}
.text-white{color:#fff;}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.py-3{
    padding-top: 3px;
    padding-bottom: 3px;
}
.w-full{width:100%;}
.docs-header{
    display: flex;
    flex-direction: column;
    background-color: rgba(249, 249, 249, 1);
}
.ico-24{min-width:24px;}
.ico-20{min-width:20px;}
.options{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.options > .otpion:not(:last-child){
    margin-right: 15px;
}
.otpion{
    display: flex;
}
.def-text-1{
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
}

.flex{display:flex;}
.items-center{align-items:center;}
.justify-between{justify-content:space-between;}
.flex-wrap{flex-wrap: wrap;}
.flex-col{flex-direction:column;}
.items-end{align-items:flex-end;}
.mr-12{margin-right:12px;}
.mr-20{margin-right:20px;}
.mb-5{margin-bottom: 5px;}
.mb--5{margin-bottom: -5px;}
.mt-5{margin-top: 5px;}
.mt--5{margin-top: -5px;}
.mb--8{margin-bottom:-8px;}
.mb-8{margin-bottom:8px;}
.font-600{font-weight:600;}

.dbl-btns--24 > *:not(:last-child){
    margin-right: 24px;
}
.docs-header, 
.docs-body{
    padding-left: 40px;
    padding-right: 14px;
    margin-right: 20px;
}

.section-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn--32{
    min-width: 32px;
    max-width: 32px;
    height: 32px;
}
.btn--26{
    min-width: 26px;
    max-width: 26px;
    height: 26px;
}
.border-left{
    position: relative;
}
.dbl-btns--24 .border-left::before{
    left: -13px;
}
.border-left::before{
    content: "";
    height: 70%;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #E6E6E6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkers-btn{
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background: #F2F2F2;
    padding: 3px 1.5px;
    min-height: 32px;
}
.checkers-btn .check-l{
    display: flex;
    flex-direction: column;
    padding-left: 1.5px;
    padding-right: 1.5px;
}
.check-l input{display:none;}
.check-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(6, 12, 50, 0.5);
}
.check-l input:checked ~ .check-btn{
    background-color: #fff;
    color: #7C4DFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.section-catalog-docs{
    display: flex;
    height: 100%;
}
.section-catalog--editor{
    flex: 0 0 585px;
    max-width: 585px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
}
.documents_buffer_sidebar{
    max-width: 455px !important;
}
.section-catalog--editor--container{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.flex-1-options{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.flex-1-options .otpion{
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
}
.section-catalog--editor--header{
    border-bottom: 1px solid #E4E4E4;
    background-color: #F2F2F2;
    position: sticky;
    top: 0;
    z-index: 4;
    left: 0;
}
.section-catalog--editor .section-catalog--editor--header,
.section-catalog--editor .widget-page-editor{
    padding-left: 20px;
    padding-right: 20px;
}
.section-catalog--editor--body{
    overflow: auto;
}
.section-catalog--content{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.section-catalog--content .drop-your-file-here{
    z-index: 11;
}

.docs-header .options:not(:last-child){
    margin-bottom: 16px;
}
.docs-body .docs-header{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 27px;

    position: sticky;
    top: 0;
    z-index: 2;
}
.section-catalog-docs .docs-body{
    padding-top: 0px; /* 27px */
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}
.dropdown__body{z-index:5 !important;}
.catalog-docs{
    overflow: hidden;
}
.catalog-docs .wrapper{
    /*overflow: auto;*/
}
.tabs-body{
    display: flex;
    flex-direction: column;
    flex: auto;
}
.tabs-body .tab.active-tab{
    display: flex;
    flex-direction: column;
    flex: auto
}
.catalog-docs .header + .wrapper{
    height: calc(100% - 86px);
}
.list-docs,
.list-docs--header,
.list-doc{
    display: flex;
    flex-direction: column;
}
.line-name{
    font-family: var(--fotnFamilyRaleway);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.line-name::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(238, 238, 238, 1);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.bg--sec .line-name-text{
    color: rgba(6, 12, 50, 0.5);
    background-color: rgba(249, 249, 249, 1);
}
.line-name-text{
    position: relative;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
}
.list-docs--body{
    display: flex;
    flex-wrap: wrap;
}
.doc-item{
    flex: 0 0 14.28%;
}
.doc-page{
    font-family: var(--fotnFamilyRaleway);
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;

    padding: 20px 20px 14px 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #F9F9F9;
    position: relative;
    border: 1px solid transparent;

    transition: border 0.3s;
}
.documents_buffer_list .doc-page{
    background: none;
}
.doc-page--img{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    min-height: 180px;
}
.doc-page--img.no-border {
    border-color: transparent;
}
.doc-page--img img{
    width: 100%;
    height: 100%;
    /* flex: auto; */
}
.min-w-150 {
    min-width: 150px;
}
.doc-page .doc-page--text{
    color: #060C32;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}
.doc-page--controls{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 0%, #F2F2F2 100%); */
    padding: 15px;
    opacity: 0;
}

.doc-page--controls.bg-linear-gradient{
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 0%, #F2F2F2 100%); 
}
.list-doc .list-docs--header + .list-docs--body{
    margin-top: 13px;
}
.doc-page--controls{
    display: none;
}
.add-files-btn .label-btns{
    color: #427AE8;
}
.list-docs--body--25 .doc-item{
    flex: 0 0 25%;
}
@keyframes anim_display{
    0%{opacity:0;}
    100%{opacity:1;}
}
.doc-page:hover{
    background: #F2F2F2;
}
.doc-page:hover .doc-page--controls{
    display: flex;
    animation: anim_display 0.3s ease;
    opacity: 1;
}









.select-custom{
    display: flex;
    flex-direction: column;
}
.select-custom--btn{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    background: #F9F9F9;

    min-height: 36px;
    max-height: 36px;

    padding: 5px 5px 5px 12px;

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s;
}
.select-custom--btn:hover{
    border-color: #7C4DFF;
}
.select-custom--btn .select-title{
    margin-right: 6px;
}
.select-custom--btn > *{
    opacity: 0.6;
}
.dropdown-open .select-custom--btn{
    color: #060C32;
    border-color: #7C4DFF;
}
.dropdown-open .select-custom--btn *{
    opacity: 1;
}
.dropdown-open .select-custom--btn .ico-arrow{
    transform: rotate(180deg);
}
.drp-block{
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.drp-block--header{
    color: #060C32;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.5;

    padding: 5px;
}
.drp-block--body{
    padding: 5px;
}
.hidden{display:none;}
.check{
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    display: inline-flex;
    position: relative;
}
.check::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url("../../img/v2/img-17-08-2023/Done-Check.svg") no-repeat center center / 14px;
    opacity: 0;
    pointer-events: none;
}
.check-text{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.check-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}
.list--10 li:not(:last-child){
    margin-bottom: 10px;
}
.list--5 li:not(:last-child){
    margin-bottom: 5px;
}
.list li{
    display: flex;
}
.list{
    display: flex;
    flex-direction: column;
}

.check-item input:checked ~ .check{
    background-color: #7C4DFF;
    border-color: #7C4DFF;
}
.check-item input:checked ~ .check::after{
    opacity: 1;
}
.check-item input:checked ~ .check-text{
    color: #7C4DFF;
}
.check-item-2{
    justify-content: space-between;
    position: relative;
}
.check-item-2 .check-box-btn{
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.check-item-2 .check{
    background-color: transparent;
    border-color: transparent;
}
.check-item-2 input:checked ~ .check-box-btn .check::after{
    opacity: 1;
    background: url("../../img/v2/img-17-08-2023/Done-Check-2.svg") no-repeat center center / 14px;

}
.check-item-2 input:checked ~ .check-box-btn{
    background-color: #FAF8FF;
    color: #7C4DFF;
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-0{padding:0 !important;}
.bg-white{background-color:#fff !important;}

.controls--doc{
    position: relative;
    z-index: 1;
}


.content-full{
    display: flex;
    flex-direction: column;
    height: 100%;
}






















/* styles 21-08-2023 */
.tabs-header{
    display: flex;
    flex-wrap: wrap;
}
.text-13{
    font-size: 13px;
    line-height: 23px;
}
.capitalise{
    text-transform: capitalize;
}
.font-500{font-weight:500;}
.ml-8{margin-left:8px;}
.tabs-styles .all-free__btn{
    background: #F9F9F9;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    color: #060C32;
    border: 1px solid transparent;
}
.tabs-styles .all-free__btn > *{
    opacity: 0.6;
}

.tabs-styles .all-free__btn.active-tab{
    border-color:  #7C4DFF;
    background: #F9F9F9;
}
.tabs-styles .all-free__btn.active-tab > *{
    opacity: 1;
}
.doc-item--selected .doc-page{
    /* pointer-events: none; */
    background-color: #F1EDFC;
}
.doc-item--selected .doc-page--text{
    color: #7C4DFF;
    opacity: 1;
}
/* ::-webkit-scrollbar{display:none;} */
.section-20 .docs-body{
    margin-top: -20px;
}
.section-20 .docs-body .docs-header{
    padding-top: 20px;
}
.section-catalog--editor--body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.widget-page-editor{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.widget-page-editor--container{
    height: 100%;
    background-color: #D9D9D9;
    min-width: 456px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-height: 627px;
    max-width: 456px;
}




.widget-doc.widget--add .widget-redactor {
    padding: 0px;
}
.widget-doc.widget--active .widget-redactor {
    border: 1px dashed #7C4DFF !important;
}
.widget-doc .widget-redactor {
    border: 1px dashed transparent;
    padding: 10px 6px;
    position: relative;
}
.widget-doc.widget--active .widget-redactor .size-controls, .widget-doc.widget--active .widget-controls {
    display: flex !important;
}
.widget-doc {
    display: flex;
    flex-direction: column;
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
    cursor: pointer;
    z-index: 15;
}
.widget-doc.widget--add {
    position: absolute;
    margin: 0;
}
.widget-doc.widget--active {
    z-index: 3;
}
.widget-doc .widget-redactor .size-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: none;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:first-child {
    top: -3.5px;
    left: -3.5px;
}
.widget-doc .widget-redactor .widget-size-btn {
    position: absolute;
    min-width: 8px;
    min-height: 8px;
    display: flex;
    background: #474747;
    border: 1px solid #FFF;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(2) {
    bottom: -3.5px;
    left: -3.5px;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(3) {
    top: -3.5px;
    right: -3.5px;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(4) {
    bottom: -3.5px;
    right: -3.5px;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(5) {
    top: 50%;
    transform: translateY(-50%);
    right: -3.5px;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(6) {
    top: 50%;
    transform: translateY(-50%);
    left: -3.5px;
}

.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(7) {
    top: -3.5px;
    transform: translateX(-50%);
    left: 50%;
}
.widget-doc .widget-redactor .size-controls .widget-size-btn:nth-child(8) {
    bottom: -3.5px;
    transform: translateX(-50%);
    left: 50%;
}
.section-catalog--editor{position: relative;}
.btn-close-catalogeditor{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    left: -32px;
    background-color: #7C4DFF;
    height: 50px;
    min-width: 32px;
    max-width: 32px;
}
.btn-close-catalogeditor:hover, .btn-close-catalogeditor{
    opacity: 1 !important;
}
.btn-close-catalogeditor .ico{
    transform: rotate(180deg);
}

.btn--shadow-active{
    border-color: #7C4DFF;
}
/* styles 21-08-2023 */

.g-8 {
    margin-right: -4px;
    margin-left: -4px
}
.g-8 .col-6 {
    padding-right: 4px;
    padding-left: 4px;
}
.px-4 {
    padding-left: 4px;
    padding-right: 4px;
}
@media (max-width: 1439px){
    
    .section-catalog--editor{
        flex: 0 0 485px;
        max-width: 485px;
    }
    .doc-page{
        padding: 15px;
    }
  
}
@media (max-width: 1280px){

    .btn-close-catalogeditor{display:flex !important;}
    .show-widget .overlay{
        display: block;
    }
    .section-catalog--content{
        transition: all 0.5s;
    }
    
    .section-catalog--editor{
        position: fixed;
        right: -485px;
        bottom: 0;
        height: calc(100% - 86px);
        transition: all 0.5s;
        z-index: 100;
    }

    .section-catalog--editor.w-585{
        right: -585px;
    }

    .show-widget .section-catalog--editor{
        right: 0px;
    }

    .doc-item {
        flex: 0 0 20%;
    }
}

@media (max-width: 1199.98px){
    .wrapper {
        padding-top: 87px;
    }
}
@media (max-width: 992px){
    .doc-item {
        flex: 0 0 25%;
    }
}
@media (max-width: 768px){
    .list-docs--body--25 .doc-item{
        flex: 0 0 50%;
    }
    .section-catalog--editor{
        height: calc(100% - 54px);
    }
    .wrapper {
        padding-top: 57px;
    }
    .doc-item {
        flex: 0 0 33.3%;
    }
    .docs-header, .docs-body {
        padding-left: 20px;
        padding-right: 0px;
        margin-right: 14px;
    }
}

@media (max-width: 620px){
    .show-widget .section-catalog--editor.w-585{
        flex: inherit;
        max-width: 100%;
        width: 100%;
    }
    
    .show-widget .w-585 .btn-close-catalogeditor{
        left: 0;
        z-index: 4;
    }

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

}


@media (max-width: 568px){
    .flex-1-options .otpion{
        flex: 0 0 33.3%;
    }
    .doc-item {
        flex: 0 0 50%;
    }
    .docs-body .docs-header {
        position: static;
    }
}
@media (max-width: 480px){

    .show-widget .btn-close-catalogeditor{
        left: 0;
        z-index: 4;
    }
    .show-widget .section-catalog--editor{
        flex: inherit;
        max-width: 100%;
        width: 100%;
    }
    .widget-page-editor--container{
        min-width: inherit;
    }


    .doc-item {
        flex: 0 0 100%;
    }
    .list-docs--body--25 .doc-item{
        flex: 0 0 100%;
    }
    
    .doc-page .doc-page--controls {
		display: flex !important;
		animation: anim_display 0.3s ease !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1280px){
    .btn-close-catalogeditor{display:none !important;}
}
.doc-item--hover-block {
  opacity: 0;
}

.doc-page:hover .doc-item--hover-block {
    display: flex;
    animation: anim_display 0.3s ease;
    opacity: 1;
}

.btn--danger {
  background-color: #E55959;
  color: #fff;
}

.btn--sm-3 {
  height: 32px;
  padding: 0 12px;
}


