::-webkit-scrollbar{
    display: none;
}
.content-body__info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
}
.aside-custom{height: 100% !important;}
.ui-resizable-s{
    display: none !important;
}
.header .select-custom .select-custom--body{
    left: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
}
.header .select-custom .select-custom--body .dropdown-list,
.header .select-custom .select-custom--body .dropdown-list > li,
.header .select-custom .select-custom--body .link-drp-btn{
    overflow: hidden;
}
.header .select-custom .select-custom--body .link-drp-btn span:not(.ico){
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.ui-resizable-se{
    display: none !important;
}
.chat-aside{
    left: auto !important;
}

.content-body__value-page{
    font-weight: 700;
    color: #7C4DFF;
}

.content-body__info-item + .content-body__info-item{
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(180, 172, 202, 0.5);
}

.upload-form-wrapper.--stiky .content-body__info{
    opacity: 0;
    visibility: hidden;
}

.btn--green{
    background: linear-gradient(92.31deg, #55D66A 0%, #2FB85D 100%);
    border-color: transparent;
    color: #fff;
}
.btn--border{
    border: 1px solid #DCDCDC;
    background-color: #F9F9F9;
    color: #060C32;
}

.info-card{
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.full-screen-86{
    min-height: calc(100vh - 86px);
}

.workflow-links{
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.workflow-link{
    font-weight: 500;
    font-size: 14px;
    color: #808295;
    padding: 6px 10px 6px 14px;
    border-radius: 10px;
    gap: 40px;
    max-width: 180px;
}

.workflow-link.active{
    background-color: #F2F2F2;
}

.swal2-popup .swal2-styled.swal2-cancel{
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 8px 23px !important;
    /* background-color: rgb(221, 51, 51) !important; */
    background-color: #fff !important;
    box-shadow: 0px 1px 2px 0px #5B687152, 0px 0px 1px 0px #1A202452;
    color: #060C32 !important;
}

.swal2-popup .swal2-close{
    font-size: 35px !important;
    width: 4rem !important;
    height: 4rem !important;
}

.swal2-popup .swal2-title{
    font-size: 22px !important;
    font-weight: 500 !important;
}

.drop-your-file-here.drop-your-file-canva-documents{
    position: fixed;
    font-size: 18px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
}

.drop-your-file-here{
    position: fixed;
    font-size: 18px;
    width: 100%;
    height: 100%;
    z-index: 999;

}

.full-screen-chat-active .chat-aside{
    --chat-size: 100%;
}

.full-screen-chat-active .full-screen-chat{
    background-color: #F9F9F9;
}

.copy_text-js .ico-size:last-child{
    display: none;
}

.copy_text-js.active .ico-size:last-child{
    display: flex;
}

.copy_text-js.active .ico-size:first-child{
    display: none;
}


.upload-form .dropdown.dropdown-open .btn, .dropdown .btn:hover{
    background-color: transparent;
}

.sidebar-left__new-document-drop .dropdown-new-document .btn-custom{
    min-height: 36px;
}

.modal__dialog--320{
    max-width: 352px;
}

.icon-action{
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0.81px 1.62px 0px rgba(91, 104, 113, 0.32), 0px 0px 0.81px 0px rgba(26, 32, 36, 0.32);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F5FF 50%, #FFFFFF 100%);
}

.btn--border-shadow{
    border: 1px solid transparent;
    background-color: #F9F9F9;
    box-shadow: 0px 1px 2px 0px #5B687152,0px 0px 1px 0px #1A202452;
    color: #060C32;
}

.icon-action-52x52{
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0.81px 1.62px 0px rgba(91, 104, 113, 0.32), 0px 0px 0.81px 0px rgba(26, 32, 36, 0.32);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F5FF 50%, #FFFFFF 100%);
}

/* ====== */
.export-modal .btn-20x20{
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.export-modal .btn--shadow .info{
    opacity: 1;
}

.modal__dialog--500{
    max-width: 532px;
}

.export-modal .btn--sm-3 {
    padding: 5px 11px;
    height: 36px;
    font-size: 13px;
}

.gap-8{
    gap: 8px;
}

.radius-16{
    border-radius: 16px;
}
/* ======= */
.mt-auto{margin-top: auto;}
.mt-10{margin-top: 10px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-24{margin-bottom: 24px;}
.mb-32{margin-bottom: 32px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.fs-20{font-size: 20px;}
.fw-500{font-weight: 500;}
.fw-700{font-weight: 700;}
.mw-full{max-width: 100%;}
.w-150{width: 150px;}
.w-230{width: 230px;}
.pt-107{padding-top: 107px;}
.flex-auto{flex: auto;}
.opacity-70{opacity: 0.7;}
.opacity-30{opacity: 0.3;}
.underline{text-decoration: underline;}

.gap-10{gap: 10px;}
.gap-20{gap: 20px;}

.color-primary-2{color: #427AE8;}
@media (max-width: 1200px){
    .aside-custom{
        width: var(--size-aside) !important;
    }
}
@media (max-width: 991.98px) {
    .content-body__info-item + .content-body__info-item{
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .content-body__info{
        flex-direction: column;
        text-align: center;
    }

    .upload-form-mobile{
        height: 410px;
    }
}


@media (max-width: 767.98px){
    .full-screen-86{
        min-height: calc(100vh - 54px);
    }

    .info-card{
        font-size: 14px;
        padding: 15px;
    }

    .group-arrow{
        flex-direction: column;
        width: 100%;
    }

    .group-arrow .otpion{
        margin-right: 0;
    }

    .group-arrow .otpion .arrow{
        transform: rotate(90deg);
    }
}
