.scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8 url(/img/v2/to_top.svg) no-repeat center;
    background-size: 70%;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}

.scroll_to_top.active {
    opacity: 0.6;
    visibility: visible;
}

.scroll_to_top.active:hover {
    opacity: 1;
}



.dropdown--body{
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(26, 32, 36, 0.4), 0px 4px 8px rgba(91, 104, 113, 0.24);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header  .dropdown--body{
    left: 0;
    width: calc(100vw - 80px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    display: none;
}
.header  .active--dropdown .dropdown--body{
    display: flex;
}
.tool-list{
    display: flex;
    flex-direction: column;
}
.tool-list .tool-lis--head{
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    color: #7C4DFF;
    padding: 0 20px;
    font-family: 'Raleway';
}
.ico-20{
    width: 20px;
    height: 20px;
}
.ico-24{
    width: 24px;
    height: 24px;
}
.ico-28{
    width: 28px;
    height: 28px;
}
.ico{
    display:flex;
    align-items: center;
    justify-content: center;
}
.columns{
    display: flex;
    flex: 0 0 100%;
}
.columns .col-my-6{
    flex: 0 0 50%;
    width: 50%;
}
.columns.columns-20{
    margin-right: -20px;
    margin-left: -20px;
}
.columns.columns-20 > *{
    padding-left: 20px;
    padding-right: 20px;
}

.columns{
    display: flex;
    flex-wrap: wrap;
}
.columns.columns-30{
    margin-right: -15px;
    margin-left: -15px;
}
.columns.columns-30 > *{
    padding-left: 15px;
    padding-right: 15px;
}
.columns.columns-10{
    margin-right: -5px;
    margin-left: -5px;
}
.columns.columns-10 > *{
    padding-left: 5px;
    padding-right: 5px;
}
.columns.columns-8{
    margin-right: -4px;
    margin-left: -4px;
}
.columns.columns-8 > *{
    padding-left: 4px;
    padding-right: 4px;
}
.columns > .col-6{
    flex: 0 0 50%;
    width: 50%;
}
.columns > .col-8{
    flex: 0 0 66.6667%;
    width: 66.6667%;
}
.columns > .col-4{
    flex: 0 0 33.3333%;
    width: 33.3333%;
}
.columns > .col-7{
    flex: 0 0 58.3333%;
    width: 58.3333%;
}
.columns > .col-5{
    flex: 0 0 41.6667%;
    width: 41.6667%;
}
.--list{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex: auto;
}
.--list--item--link:hover{
    color: #7C4DFF;
}
.mb-7{margin-bottom:7px;}
.--list--item--link{
    color: #2A2831;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    white-space: nowrap;
    font-family: 'Raleway';
}
.mr-12{
    margin-right: 12px;
}
.--lists{
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
.--lists::-webkit-scrollbar{
    display: none;
}

.tools--lists{
    display: flex;
    flex: 0 0 100%;
}
.tool-list{
    flex: auto;
}
.tools--lists .tool-list:not(:last-child){
    border-right: 1px solid #DCDBDB;
}
.mb-30{margin-bottom:30px;}

.header__nav{
    margin-top: -8px;
    margin-bottom: -18px;
}
.header__nav .header__nav-link{
    padding-top: 8px;
    padding-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: -14px;
    margin-left: -14px;
    transition: none;
}
.header .dropdown-el.active--dropdown .header__nav-link::after{
    width: 100%;
    height: 10px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    z-index: 2;
    left: 0;
    transition: none;
}
.header .--lists{
    max-height: calc(100vh - 220px);
}
.header .dropdown-el .header__nav-link{
    border-radius: 10px 10px 0px 0px;
    position: relative;
}
.header .dropdown-el.active--dropdown .header__nav-link{
    background: #FFFFFF;
    color: #7C4DFF;
    box-shadow: 0px 0px 2px rgb(26 32 36 / 40%), 0px 0px 0px rgb(91 104 113 / 24%);
    transition: none;
}
.header .dropdown-el.active--dropdown .header__nav-link .header__nav-link-icon{
    transform: rotate(-180deg);
}

.search-input{
    border: 1.5px solid #DCDBDB;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    
}
.search-input input{
    padding: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(42, 40, 49, 1);
    font-family: 'Raleway';
    padding-left: 0px;
}
.dropdown--body .header--search{
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}
.dropdown--body .header--search .search-input{
    margin: 0 15px;
}
.search-input input::placeholder{
    color: rgba(42, 40, 49, 0.5);
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.search-input .ico{
    margin: 10px;
    pointer-events: none;
}
.mb-10{margin-bottom:10px;}
.pb-10{padding-bottom:10px;}
.mb-12{margin-bottom:12px;}


.header__mob-menu .--list .--list--item:last-child .--list--item--link{
    padding-bottom: 0;
}
.header__mob-menu.--mob .header__nav{
    width: 100%;
    padding: 0;
}
.header__mob-menu.--mob .header__btns{
    padding: 20px;
    border-top: 1px solid #ccc;
}
.header__mob-menu.--mob .header__btns .btn{
    margin-left: 0;
}
.header__mob-menu.--mob .header__btns .btn:not(:last-child){
    margin-right: 10px;
}
.header__mob-menu.--mob .header__nav-link{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.header__mob-menu.--mob .dropdown-el{
    width: 100%;
}
.header__mob-menu.--mob .dropdown--body{
    width: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}
.header__mob-menu.--mob{
    gap: 0;
}
.header__mob-menu.--mob .--lists{
    max-height: 100%;
}
.header__mob-menu.--mob{
    overflow: hidden;
}
.header__mob-menu.--mob .tools--lists{
    flex-direction: column;
}
.header__mob-menu.--mob .--lists{
    flex-direction: column;
}
.header__mob-menu.--mob .tools--lists .tool-list:not(:last-child){
    border-right: none;
    margin-bottom: 20px;
}
.header__mob-menu.--mob .header__nav{
    gap: 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header__mob-menu.--mob .header__nav-link{
    border-radius: 0;
}
.header__mob-menu.--mob .header__nav::-webkit-scrollbar{
    display: none;
}
.header__mob-menu.--mob{
    padding: 0;
}
.header__mob-menu.--mob .header__nav .header__nav-link{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}
.header__mob-menu.--mob .header__nav .header__nav-link:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.header__mob-menu.--mob .--list--item--link{
    padding: 12px 20px;
}
.header__mob-menu.--mob .--list .--list--item:not(:last-child) .--list--item--link{
    border-bottom: 1px solid #ccc;
}
.menu-open{
    overflow: hidden;
}
.header__mob-menu.--mob .dropdown--body .header--search .search-input{
    margin: 0;
}
.header__mob-menu.--mob .dropdown--body .header--search{
    width: 100%;
    padding: 0px 20px;
}

.dropdown-el.pos-reletive{
    position: relative;
}
.header .dropdown--body.dropdown--convert{
    width: 400px;
}
.header .dropdown--convert .--lists{
    max-height: calc(100vh - 155px);
}





.fw-700{font-weight:700;}
.fw-500{font-weight:500;}
.--perl-black{color: #2A2831;}
.ttu{text-transform:uppercase;}
.mt-10{margin-top:10px;}
.mt-30{margin-top:30px;}
.mt-12{margin-top:12px;}
.mt-50{margin-top:50px;}
.heading-block{
    display: flex;
    flex-direction: column;
}

.heading {
    font-style: normal;
    font-family: var(--fotnFamilyRaleway);
    display: flex;
    align-items: center;
}
.text-default{
    font-style: normal;
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    color: #2A2831;
    opacity: 0.7;
}
h1.heading{
    font-size: 36px;
    line-height: 40px;
}
h1.heading > *:not(:last-child){
    margin-right: 14px;
}
.r-300{border-radius:300px;}
.widget{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.widget.widget-50{
    width: 50px;
    height: 50px;
}
.widget.widget--pink{
    color: #7C4DFF;
    background: rgba(124, 77, 255, 0.06);
}

.align-items-center{
    align-items: center;
}
/* .upload-form-wrapper.--stiky {
    position: fixed;
    
} */
.upload-form-wrapper {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    z-index: 10;   
}
/* .upload-form-wrapper.--stiky + section {
    animation:  padAnim .5s .1s linear  forwards;
}
@keyframes padAnim {
    0% {
        padding-top: 425px;
    } 100% {
        padding-top: 70px;
    }
} */
.upload-form{
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #7C4DFF;    
    font-family: var(--fotnFamilyRaleway);
    position: relative;
    height: 355px;
    display: flex;
    align-items: flex-end;
    background: rgba(247, 244, 255, 0.2);
    backdrop-filter: blur(2.5px);    
    transition: all .5s;
    pointer-events: all;
}
.upload-form-wrapper.--stiky .upload-form{
    height: 64px;
}
.upload-form-wrapper.--stiky .content {
    pointer-events: none;
}
.upload-form::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(86.4deg, #7C4DFF 0%, #501CE1 100%);
    opacity: 0.01;
    top: 0;
    pointer-events: none;
}
.upload-form::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/img/v2/repeat-line.svg") repeat center top / cover;
    top: 0;
    opacity: 0.04;
    pointer-events: none;
}
.upload-form .content{
    position: relative;
    z-index: 1;
    justify-content: flex-end;
}
.upload-form .content-footer .info{
    font-size: 14px;
    line-height: 20px;
    color: #B4ACCA;
}
.upload-form .content-footer{
    display: flex;
    align-items: center;
    transition: all .5s;
}
.upload-form .upload-input{
    display: none;
}
.upload-form .purple{
    font-size: 14px;
    line-height: 20px;
    color: #7C4DFF;
    transition: all .5s;
}
.upload-form, .upload-form .content, .upload-form .content .content-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.upload-form .content .content-body{
    max-width: max-content;
}
.upload-form .image-file{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .5s;
}
.btn--multiple{
    display: flex;
    align-items: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
    transition: .5s;
}
.upload-form-wrapper.--stiky .image-file,
.upload-form-wrapper.--stiky .content-footer,
.upload-form-wrapper.--stiky .upload-form .purple  {
    opacity: 0;
    visibility: hidden;    
}
.upload-form-wrapper.--stiky:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    background-color: white;
}
.btn--multiple:hover{
    opacity: 1;
}
.upload-form-wrapper.--stiky .btn--multiple {
    border-color: transparent;
    pointer-events: all;
    
} 
.upload-form-wrapper .dropdown-file {
    transition: .5s;
}
.upload-form-wrapper.--stiky .dropdown-file{
    transform: translateY(-124px);
    pointer-events: all;
}
/* .before-upload {
    position:relative;
} */
/* .before-upload:after {
    content: '';
    height: 355px;
    position: absolute;
    width: 100%;
    top: 126px;
} */
.upload-form-wrapper.--stiky .btn--multiple .info {
    padding: 8px 24px;
}
.btn--multiple .info{
    padding: 14px 24px;
    transition: .5s;
}
.btn--multiple .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-left: 1px solid rgba(256, 256, 256, 0.2);
    height: auto;
}
.btn--multiple .arrow img, .btn--multiple .arrow svg{
    width: 28px;
    height: 28px;
}
.dropdown-file{
    position: relative;
}
.dropdown-file .dropdown-body{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 10px;
    margin-top: 5px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
}
.dropdown-file .list-link{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--fotnFamilyRaleway);
    transition: all, 0.3s;
    border-radius: 8px;
}
.dropdown-file .list-link:hover{
    background: #F2F2F2;
}
.dropdown-file .lists{
    display: flex;
    flex-direction: column;
}
.dropdown-file .lists .list:not(:last-child){
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DCDBDB;
}
.dropdown.active--dropdown .dropdown-body{
    display: block;
}
.dropdown.active--dropdown .btn--multiple .arrow svg, .dropdown.active--dropdown .btn--multiple .arrow img{
    transform: rotate(-180deg);
}
.dropdown .dropdown-body{
    display: none;
}


















.form{
    display: flex;
    flex-direction: column;
}
.input input{
    width: 100%;
}
.input{
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    overflow: hidden;
}
input, .input, .input::placeholder, input::placeholder{
    font-family: var(--fotnFamilyInter);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    
}
.input::placeholder, input::placeholder{
    color: rgba(42, 40, 49, 0.5);
}
.input.input--search{
    display: flex;
    padding: 0;
}
.input.input--search > *{
    padding: 9px 12px;
}
.input.input--search input{
    padding-right: 0;
}
.input.input--search .btn{
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 0;
    background: transparent;
}

.uploaded-section{
    display: flex;
    height: calc(100vh - 100px);
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 25px;
}
.uploaded-content{
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.uploaded-content::-webkit-scrollbar{
    display: none;
}
.sidebar{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.15);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.sidebar .sidebar--header{
    padding: 10px;
}
.sidebar .sidebar--body{
    padding: 10px 20px 10px 20px;
    overflow: auto;
}
.sidebar .sidebar--body::-webkit-scrollbar{
    display: none;
}
.uploaded-section > *{
    padding-left: 20px;
    padding-right: 20px;
}
.uploaded-section .uploaded-sidebar{
    flex: 0 0 290px;
    width: 290px;
    transition: all, 0.3s;
}
.uploaded-section .section-content{
    flex: auto;
}
.bg-grey{
    background: #F9F9F9;
}
/*
.header{
    display: none;
}*/
.ml-12{margin-left:12px;}
.mt-8{margin-top:8px;}
.list-menu, .menu{
    display: flex;
    flex-direction: column;
}

.menu .menu-head{
    display: flex;
    align-items: center;
}

.label-text{
    letter-spacing: 0.12em;
    color: rgb(42,40,49,0.3);
    font-family: var(--fotnFamilyInter);
    font-size: 12px;
    line-height: 14px;
}

.sidebar .link-sidebar{
    padding: 8px 10px;
}
.sidebar .menu-body{
    margin-left: -10px;
    margin-right: -10px;
}
.link-sidebar{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--fotnFamilyInter);
    color: #2A2831;
    border-radius: 8px;
    transition: all, 0.3s;
}
.link-sidebar.active{
    background: #F2F2F2;
}
.link-sidebar.active .info{
    opacity: 1;
} 
.link-sidebar:hover{
    background: #F2F2F2;
}
.link-sidebar:hover .info{
    opacity: 1;
}
.link-sidebar .info{
    opacity: 0.7;
}
.sidebar .list li:not(:last-child){
    margin-bottom: 5px;
}
.list-menu .menu:not(:last-child){
    margin-bottom: 20px;
}




/*---------------------*/
.workflow{
    display: flex;
    flex-direction: column;
    font-family: var(--fotnFamilyInter);
    flex: auto;
}
.workflow .workflow-body{
    flex: auto;
    display: flex;
    flex-direction: column;
}
.workflow .workflow-head{
    align-items: center;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #D2D2D2;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 6;
}
.workflow .wokflow-head--item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.workflow .wokflow-head--item:not(:last-child){
    margin-right: 20px;
}
.workflow .wokflow-head--item > *{
    margin-bottom: 10px;
}
.workflow .wokflow-head--item > *:not(:last-child){
    margin-right: 19px;
}
.category-name, .category-desc{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.category-desc{
    opacity: 0.5;
}
.dbl-btns, .dbl-btns .dbl-btns-item{
    display: flex;
}
.btn--filter{
    color: #7C4DFF;
}
.btn-24{
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
}
.mb--5{margin-bottom: -5px;}
.dbl-btns.dbl-btns-18 .dbl-btns-item:not(:last-child){
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #D2D2D2;
}
.dbl-btns.dbl-btns-18 .dbl-btns-item .btn:not(:last-child){
    margin-right: 18px;
}
.view-btns .btn--view{
    color: rgba(42,40,49,0.5);
}
.view-btns .btn--view.active{
    color: #7C4DFF;
}

.doc-columns{
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.doc-columns .doc-col{
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    width: 178px;
    flex: 0 0 178px;
    flex-direction: column;
}
.pt-20{
    padding-top: 20px;
}
.doc{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    font-family: var(--fotnFamilyInter);
    position: relative;
    overflow: hidden;
}
.doc:hover::after{
    background: rgba(242, 242, 242, 0.6);
}
.doc::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background: transparent;
    pointer-events: none;
    transition: all, 0.2s;
}
.doc .doc-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 20px 14px 20px;
    align-items: center;
}
.doc .doc-name{
    color: #2A2831;
    opacity: 0.7;
    white-space: nowrap;
    display: flex;
    width: 100%;
    justify-content: center;
}
.doc .doc-name .char1{
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc .doc-info{
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 20px;
    z-index: 1;
    position: relative;
    align-items: center;
    width: 100%;
}
.doc:hover .actions{
    opacity: 1;
    z-index: 3;
}
.doc .actions{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: all, 0.2s;
}
.doc .doc-image{
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #D2D2D2;
    max-width: max-content;
}
.btn-34{
    min-width: 34px;
    max-width: 34px;
    max-height: 34px;
    min-height: 34px;
}
.r-300{border-radius:300px;}
.btn--shadow{
    background: #fff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
}
.btn--shadow:hover{
    opacity: 1;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.50), 0px 1px 2px rgba(91, 104, 113, 0.50);
}
.doc .actions .btn:not(:last-child){
    margin-right: 8px;
}
.doc .actions .btn{
    margin-bottom: 8px;
}







.sidebar .hidden-widget{
    position: absolute;
    width: 45px;
    height: 100%;
    display: block;
    background: transparent;
    right: 0;
    display: flex;
    align-items: center;
    right: -45px;
    border-left: 8px solid #e7dff4;
    pointer-events: none;
}
.sidebar .hidden-widget .button{
    width: 100%;
    height: 45px;
    background: rgba(124, 77, 255, 1);
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    pointer-events:all;
}
.sidebar .hidden-widget .button .ico{
    transform: rotate(-90deg);
}
.sidebar .sidebar-action{
    transition: all, 0.3s;
}
.overlay{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}

.template-image{
    position: relative;
}
.template-image:hover .hover-preview{
    opacity: 1;
}
.hover-preview{
    position: absolute;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.15);
    border-radius: 10px;
    color: rgba(42, 40, 49, 0.5);
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: all, 0.3s;
}
/*---------------------*/





















.modal__content--container{
    width: 100%;
}
.show-template .--close{
    position: absolute;
    top: 0;
    right: 0;
}
.show-template.scroll--active .preview-doc .image-view-container{
    overflow: hidden;
}
.show-template.scroll--active .preview-doc-image{
    max-height: 0;
    min-height: 0;
    transition: all, 0.5s;
}
/*
.show-template.scroll--active .template-content{
    padding-top: 120px;
}*/

.show-template .modal__content{
    overflow: hidden;
}
.show-template .modal__content--container{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    height: calc(100vh - 50px);
}
.show-template .modal__content{
    height: 100%;
}
.modal__header--container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.show-template .modal__header{
    padding: 20px;
    border-bottom: 1px solid #E9E9E9;
    justify-content: space-between;
}
.show-template .modal__header--container{
    margin-bottom: -15px;
}
.show-template .modal__header--container > *{
    margin-bottom: 15px;
}
.show-template .modal__header--container > *:not(:last-child){
    margin-right: 15px;
}
.show-template .modal__body{
    padding: 0;
}
.btn--44{
    width: 35px;
    height: 35px;
}
.btn--blur{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    color: #060C32;
}
.btn--blur:hover{
    background: #fff;
}
.preview-doc{
    display: flex;
    flex-direction: column;
    font-family: var(--fotnFamily);
    border-bottom: 1px solid #E9E9E9;
}
.preview-doc .preview-doc-image{
    background: #F9F9F9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 400px);
    padding-bottom: 0;
    position: relative;
    padding-top: 0;
    min-height: 58px;
    transition: all, 0.5s;
}
.preview-doc .preview-doc-image .info-view{
    display: flex;
    letter-spacing: 0.05em;
    opacity: 0.3;
    color: #2A2831;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
}
.preview-doc .preview-doc-image .image-view{
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
}
.preview-doc .preview-doc-image .image-view img{
    width: 100%;
    height: 100%;
}
.preview-doc .preview-doc-image .image-view-bool{
    overflow: hidden;
    border: 1px solid #E6E6E6;
    border-bottom: none;
}
.preview-doc .image-view-container{
    overflow: auto;
    position: relative;
    z-index: 1;
}
.preview-doc .image-view-container::-webkit-scrollbar{
    display: none;
}
.show-template .slide-arrows{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;

    pointer-events: none;

}
.show-template .slide-arrows .btn{
    pointer-events: fill;
}
.show-template .template-content{
    padding: 0px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all, 0.5s;
    width: 100%;
}
.show-template .template-content .template-content--item{
    display: flex;
    flex-direction: column;
}
.show-template .template-content .template-content--item:not(:last-child){
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.show-template.scroll--active .template-content, .show-template.scroll--active .modal__body{
    animation: animOverflow 2s ease;
}
.show-template .template-content-container{
    /*animation: animOverflow 2.5s ease;*/
    overflow: visible;
    overflow-x: hidden;
    transition: all, 0.5s;
    padding-top: 60px;
    padding-top: 20px;
    
}

.show-template.start-pos .template-content-container{
    overflow-x: hidden;
    padding-top: 160px;
    scroll-behavior: smooth;
}
.show-template .template-content-container::-webkit-scrollbar{
    display: none;
}
.show-template .template-content-header{
    padding-bottom: 20px;
}
.show-template .template-content > .template-content-header{
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    padding-top: 20px;
    pointer-events: none;
    z-index: 1;
}
.show-template .template-content > .template-content-header button, .show-template .template-content > .template-content-header a{
    pointer-events: all;
}
.show-template .template-content-container{
    padding-top: 55px;
}
.start-pos .template-content > .template-content-header{
    background: #fff;
}
.show-template.start-pos .preview-doc-image{
    max-height: 0;
    min-height: 0;
}
/*
.show-template.scroll--active .template-content{
    animation: animOverflow 2s ease infinite;
}*/
@keyframes animOverflow{
    0%{
        overflow: hidden;
    }
    100%{
        overflow: auto; 
    }
}
.show-template .template-content, .show-template .modal__body{
    overflow: auto;
    scroll-behavior: smooth;
}
.time-pos, .time-pos .template-content, .time-pos .modal__body, .time-pos .template-content-container{
    overflow: hidden !important;
}
/*
.show-template .modal__body, .show-template .template-content{
    overflow: hidden;
}*/
.show-template{
    font-family: var(--fotnFamilyRaleway);
}
.show-template .modal__body::-webkit-scrollbar, .show-template .template-content::-webkit-scrollbar{
    display: none;
}
.template-content .list{
    font-size: 14px;
    line-height: 22px;
    font-family: var(--fotnFamily);
    display: flex;
    margin-bottom: -10px;
}
.template-content .list .list-item{
    margin-bottom: 10px;
    margin-right: 20px;
    color: #989898;
}
.template-content .list .link-default{
    color: rgba(124, 77, 255, 1);
    font-weight: 600;
}
.template-content .list .bold{
    font-weight: 600;
    color: #2A2831;
}
.template-content .default-text{
    font-size: 16px;
    line-height: 28px;
}
.template-content .template-content-footer{
    display: flex;
}
.justify-content-flex-end{
    justify-content: flex-end;
}

.heading{
    font-family: var(--fotnFamily);
    font-style: normal;
    color: #2A2831;
}
h3.heading{
    font-size: 24px;
    line-height: 30px;
}
.modal__dialog--870{
    max-width: 902px;
}
.modal__header-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.mt-20{margin-top:20px;}
.columns .template__item{
    width: 100%;
}
