@charset "utf-8";
/*@import url('/assets/css/.kit.css?v=1.0.1');*/
body, html {
    /*height: 100%;*/
    scrollbar-color: auto;
    scrollbar-width: thin;

}

body {
    --top-header-height: 64px;
    --navigation-width : 270px;
    --dashboards-width : 75px;
    --dashboards-icon-size : 40px;
    --padding : 24px;
    --breakpoint-margin : 40px;

    position: relative;
    margin: 0;
    padding: 0;
    font-family: var(--font-light-en),monospace;
    background-color: var(--color-body);
    color: var(--color-body-txt);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    -webkit-align-items: stretch;
    align-items: stretch;
    overflow-y: scroll;
    direction: ltr;
}

.ck-content{
    width: 100%;
    min-height: calc(100vh - var(--top-header-height) - 150px);
}
.ck-sticky-panel__content{

}
.ck.ck-font-size-dropdown .ck-dropdown__panel .ck-list{
    max-height: 50vh;
    overflow: auto;
    scrollbar-color: auto;
    scrollbar-width: thin;
}

.ck.ck-font-size-dropdown .ck-dropdown__panel .ck-list__item .ck-button .ck-button__label{
    line-height: unset;
}
#dashboards{
    position: sticky;
    top: 0;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: var(--dashboards-width);
    height: 100vh;
    background: #fff;
    z-index: 2;
    padding: 14px 0;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
    overflow: auto;
    scroll-behavior: smooth;
}
#dashboards > .container{
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
}

#dashboards > .container.scroll{
    scrollbar-color: auto;
    scrollbar-width: thin;
    overflow: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scrollbar-gutter: stable both-edges;
    scrollbar-color: var(--color-gray) transparent;
}
#dashboards > .container .item{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    width: var(--dashboards-icon-size);
    height: var(--dashboards-icon-size);
    line-height: var(--dashboards-icon-size);
    padding: 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    scroll-snap-align: start;
}
#dashboards > .container .item.checked{

    border: 1px solid var(--color-primary);
}
#dashboards > .container .item img,
#dashboards > .container .item i{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    line-height: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
#dashboards > .container .item img{
    width: 100%;
    height: 100%;
}
#navigation {
    --navigation-row-padding:14px;
    position: sticky;
    top: 0;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: var(--navigation-width);
    height: 100vh;
    background: #fff;
    z-index: 2;
    border-left: 1px solid var(--color-body-border);
    border-right: 1px solid var(--color-body-border);
    direction: rtl;
}
#navigation > .container{
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    scrollbar-color: auto;
    scrollbar-width: none;
    padding: 0 var(--navigation-row-padding);
}

#navigation > .container:hover {
    scrollbar-width: thin;
}

#navigation > .container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
#navigation > .container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
}
#navigation > .container::-webkit-scrollbar-button {
    display: block;
    background-color: transparent;
    width: 4px;
    height: 4px;
}
#navigation > .container::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    box-shadow: inset 0 0 0 3px #fff;
}
#navigation > .container:hover::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
}
#navigation .nav-row,
#navigation .footer,
#navigation .header{
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 var(--navigation-row-padding);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
}

#navigation .footer,
#navigation .header{
    -webkit-align-items: center;
    align-items: center;
}
#navigation .nav-row{
    padding: var(--navigation-row-padding);
}
#navigation .nav-row.none-padding{
    padding: var(--navigation-row-padding) 0;
}
#navigation .header{
    height: var(--top-header-height);
    -webkit-box-shadow: inset 0 -1px 0 0 var(--color-body-border);
    -moz-box-shadow: inset 0 -1px 0 0 var(--color-body-border);
    box-shadow: inset 0 -1px 0 0 var(--color-body-border);
}
#navigation .footer{
    -webkit-box-shadow: inset 0 1px 0 0 var(--color-body-border);
    -moz-box-shadow: inset 0 1px 0 0 var(--color-body-border);
    box-shadow: inset 0 1px 0 0 var(--color-body-border);
}
#navigation .nav-row-group .nav-row{
    padding: 0;
}

#navigation.docked .logo img{

}
#navigation-dock i{
    color: #989c9f;
}

#navigation .menu{
    --menu-li-size:24px;
    display: block;
    width: 100%;
    position: relative;
    display: block;
    color: #000;
}
#navigation .menu li,
#navigation .menu ul{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
    gap: 14px;
}
#navigation .menu > ul{
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    gap: 24px;
}
#navigation .menu .case[href='']{
    pointer-events: none;
}
#navigation .menu > ul > li:has(ul) > .case{
    font: 13px var(--font-regular-en);
}
#navigation .menu li > ul{
    margin-top: 7px;
}

#navigation .menu li li ul{
    padding-right: var(--menu-li-size);
    margin-bottom: 7px;
}
#navigation .menu li ul .case{
    padding-right: var(--menu-li-size);
}
#navigation .menu li .case:after,
#navigation .menu li > ul:after{
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% + 12px);
    left: calc(100% - (var(--menu-li-size) / 2));
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
#navigation .menu li > ul:after{
    opacity: 1;
    visibility: visible;
    border-left: 1px solid #DCDDDF;
}
#navigation .menu li ul .case:after{
    border-left: 1px solid var(--color-primary);
    height: 90%;
}
#navigation .menu li ul .case.activated:after,
#navigation .menu li li:hover > .case:after{
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
#navigation .menu .case{
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
    text-decoration: none;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    font: 12px var(--font-light-en);
}
#navigation .menu li > .case.activated,
#navigation .menu li:hover > .case{
    background: #F7F8F9;
    -webkit-box-shadow: 0 0 0 6px #F7F8F9;
    -moz-box-shadow: 0 0 0 6px #F7F8F9;
    box-shadow: 0 0 0 6px #F7F8F9;
}
#navigation .menu .case > .title{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    line-height: var(--menu-li-size);
}
#navigation .menu .case > .icon{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    width: var(--menu-li-size);
    height: var(--menu-li-size);
    line-height: var(--menu-li-size);
}
#navigation .menu .case > .icon i,
#navigation .menu .case > .icon img{
    display: block;
    line-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.user-account-box{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 0;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
}
.user-account-box .avatar{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    background: transparent;
}

.user-account-box .avatar i,
.user-account-box .avatar img{
    display: block;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #000;

}
.user-account-box .avatar i,
.user-account-box .avatar img{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.user-account-box > .container{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}
.user-account-box > .container .name{
    display: block;
    width: 100%;
    font: 13px/24px var(--font-bold-en);
}
.user-account-box > .container .username{
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
    font: 11px var(--font-ultra-light-en);
}
.user-account-box > .container .username span{
    display: inline-block;
    vertical-align: middle;
}
.user-account-box > .container .userID{
    background: #f1f1f1;
    padding: 3px 4px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
#body {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: inherit;
    /*height: 100%;*/
    /*overflow-y: auto;*/
    z-index: 1;
    direction: rtl;
    font-size: 12px;
    max-width: 100%;
}
#navigation + #body{
    max-width: calc(100% - var(--navigation-width) - var(--dashboards-width));
}
#dashboards + #body{
    border-right: 1px solid var(--color-body-border);
}

#body > .container{
    width: 100%;
    height: 100%;
    padding:  var(--padding);
    /*padding-bottom: 0;*/
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content:  flex-start;
    align-content:  flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    gap: 24px;

}
#body > .container.no-padding{
    padding: 0;
}
#body > .container.middle{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;

}
#body > .header{
    position: relative;
    width: 100%;
    height: var(--top-header-height);
    min-height: var(--top-header-height);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--color-body-border);
    padding: 4px var(--padding);

}

#body > .header > .container{
    width: auto;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
}
#body > .header > .container img,
#body > .header > .container > i{
    justify-self: center;
    align-self: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
#body > .header > .container .detail{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#body > .header > .container .title{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font: 14px var(--font-regular-en);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
#body > .header > .container .title:empty{
    display: none;
}
#body > .header > .container .description{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font: 11px/24px var(--font-light-en);
}
#body > .header > .container .description:empty{
    display: none;
}


#body > .header > .tools{
    width: auto;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;

}

.info-box{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
}
.info-box > img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}



.content-intro{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
}
.content-intro > .image{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 85px;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 6px;
    gap: 6px;

}
.content-intro > .image img{
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.content-intro > .image img:nth-child(n + 2){
    width: calc(33.33333333% - (6px / (3/2)));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.horizontal-step{
    --horizontal-step-background: #ffffff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    counter-reset: step;

}

.horizontal-step > .step{
    --step-board-width: 40px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
    counter-increment: step;
}
.horizontal-step > .step > .board{
    position: relative;
    width: var(--step-board-width);
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

}
.horizontal-step > .step > .board:before{
    content: counter(step);
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: var(--step-board-width);
    height: var(--step-board-width);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--horizontal-step-background);
    -webkit-box-shadow: 0 0 0 8px var(--horizontal-step-background);
    -moz-box-shadow: 0 0 0 8px var(--horizontal-step-background);
    box-shadow: 0 0 0 8px var(--horizontal-step-background);
    border: 1px solid #000;
    font: 18px var(--font-bold);
    z-index: 1;
}
.horizontal-step > .step > .board:after{
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed #000;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.horizontal-step > .step > .container{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    gap: 24px;
    padding-bottom: 40px;

    
    min-height: 400px;
}
.horizontal-step > .step > .container > .head{
    width: 100%;
    background: var(--horizontal-step-background);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
    z-index: 1;
}
.horizontal-step > .step > .container > .head.sticky{
    position: sticky;
    top: 0;
    padding: 12px 0;

}
.horizontal-step > .step > .container  > .head > .detail{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;
}

.horizontal-step > .step > .container > .head > .detail .title{
    font: 16px var(--font-medium-en);
}
.horizontal-step > .step > .container > .head > .detail .description{
    font: 12px var(--font-light-en);
}



.order-details{
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    gap: 24px;
    counter-reset: order-details;
}
.order-details ~ .empty-order-details{
    display: none;
}
.order-details:empty ~ .empty-order-details{
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
}
.order-details:empty ~ .empty-order-details img{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.order-details:empty ~ .empty-order-details .title{
    display: block;
    font: 15px/40px var(--font-medium-en);
    margin: auto;
    text-align: center;
}
.order-details:empty ~ .empty-order-details .description{
    display: block;
    font: 13px var(--font-light-en);
    margin: auto;
    text-align: center;
}



.order-details > .item{
    --order-detail-item-border-radius : 14px;
    --order-detail-item-border-color : #dcdcdc;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: calc(50% - (24px * (1/2)));
    background: #fff;
    border: 1px solid var(--order-detail-item-border-color);
    -webkit-border-radius: var(--order-detail-item-border-radius);
    -moz-border-radius: var(--order-detail-item-border-radius);
    border-radius: var(--order-detail-item-border-radius);
    counter-increment: order-details;

}
.order-details > .item > .title{
    position: relative;
    display: block;
    width: 100%;
    background: #f1f1f1;
    font: 15px/40px var(--font-medium-en);
    text-align: center;
    -webkit-border-top-right-radius: var(--order-detail-item-border-radius);
    -moz-border-radius-topright: var(--order-detail-item-border-radius);
    border-top-right-radius: var(--order-detail-item-border-radius);
    -webkit-border-top-left-radius: var(--order-detail-item-border-radius);
    -moz-border-radius-topleft: var(--order-detail-item-border-radius);
    border-top-left-radius: var(--order-detail-item-border-radius);
}
.order-details > .item > .title:after{
    content: counter(order-details);
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 24px;
    height: 24px;
    font: 10px/24px var(--font-medium);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.06);

}

.order-details > .item > ul{
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}


.order-details > .item > ul li{
    position: relative;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: 150px 1fr;
    line-height: 40px;
    border-bottom: 1px solid var(--order-detail-item-border-color);
}

.order-details > .item > ul li:last-of-type{
    border-bottom: none;
}
.order-details > .item > ul li .title{
    padding: 0 12px;
    grid-column: 1;
    line-height: inherit;
    font-family: var(--font-regular-en);
    border-left: 1px solid var(--order-detail-item-border-color);
    -ms-flex-order: 1;
    order: 1;
}
.order-details > .item > ul li .value{
    padding: 0 12px;
    grid-column: 2;
    line-height: inherit;
    -ms-flex-order: 2;
    order: 2;
}

.order-details > .item > ul li .value input,
.order-details > .item > ul li .value select,
.order-details > .item > ul li .value textarea{
    --input-border-color: transparent;
    line-height: 24px;
}

.order-details > .item > ul li .value input:active,
.order-details > .item > ul li .value select:active,
.order-details > .item > ul li .value textarea:active,
.order-details > .item > ul li .value input:hover,
.order-details > .item > ul li .value select:hover,
.order-details > .item > ul li .value textarea:hover,
.order-details > .item > ul li .value input:focus,
.order-details > .item > ul li .value select:focus,
.order-details > .item > ul li .value textarea:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.website-info{
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
    gap: 12px;

}

.website-info.mode-intro{
    width: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.website-info > .website-logo{
    --logo-bg-color:#f1f1f1;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 4px;
    background: var(--logo-bg-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.website-info.mode-intro > .website-logo{
    width: 85px;
    height: 85px;
}
.website-info > .website-logo img{
    display: block;
    width: 100%;

}
.website-info > .container{
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;
}


.website-info.mode-intro > .container{
    -webkit-align-items: center;
    align-items: center;
}
.website-info > .container .website-name{
    font: 15px var(--font-regular-en);
}
.website-info > .container .website-name.xl{
    font-size: 24px;
}
.website-info > .container .website-name.xl[lang="en"]{
    letter-spacing: 2px;
}

.website-info > .container .website-server{
    font: 10px var(--font-ultra-light-en);
    letter-spacing: 2px;
}
.tabs-container{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--color-body-border);
    border-top: 1px solid var(--color-body-border);
    background: #fff;

}

.tabs-container > a{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 14px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    gap: 8px;

}

.tabs-container > a:active,
.tabs-container > a:hover{
    background: rgba(0, 0, 0, 0.04) !important;
}
.tabs-container > a.select{
    background: rgba(0, 0, 0, 0.06);
}

.staged-header{
    position: relative;
    display: flex;
    width: 100%;
}

.staged-header > .container{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;

}

.staged-header > .container > .info{
    display: inline-flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.staged-header > .container > .info .title{
    font: 14px var(--font-bold);
    text-align: right;
}
.staged-header > .container > .stage-container{
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
}
.staged-header > .container > .stage-container a{
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 250ms;
    line-height: 32px;
    padding: 0 8px;
    gap: 4px;

}
.staged-header > .container > .stage-container a i{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}
.staged-header > .container > .stage-container a.selected i{
    background: #121212;
    color: #fff;
}
.staged-header > .container > .stage-container a.selected,
.staged-header > .container > .stage-container a:hover{
    background: #f1f1f1;
}
.staged-header > .container > .stage-container .dash{
    display: inline-block;
    width: 12px;

    height: 0;
    border-bottom: 1px solid #444;
}
.staged-header > .container > .stage-container a:last-of-type + .dash{
    display: none;
}

.editorjs-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 400px;
    justify-content: space-between;
}


.editorjs-wrapper > .dynamic-variables-container{
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #000;
    position: sticky;
    bottom:  0;
}
.step-block:has(.button-container.sticky) .editorjs-wrapper > .dynamic-variables-container{
    bottom:  64px;
}

.editorjs-wrapper .codex-editor__redactor{
    padding-bottom: 64px !important;
}
.ce-block .tc-wrap{
    direction: ltr;
}

.editorjs-wrapper > .dynamic-variables-container{
    z-index: 2;
}

.editorjs-wrapper > .codex-editor:has(.ce-popover--opened){
    z-index: var(--z-index-global-high-priority);
}



body.landing-body{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
body.landing-body #body .form-container,
body.landing-body #body > .container > form,
body.landing-body #body > .container{
    padding: 0;
    height: 100%;
}
