@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}
body, html {
    background: #F4F6F9;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #202842;
}
h1 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
}
h4 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 12px;
}
span.delimiter {
    width: 1px;
    display: inline-block;
    height: 38px;
    background: #CECECE;
    margin: 0 18px;
}
span.delimiter.delimiter-sm {
    display: none;
}
span.i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background: #1879EE center url(../img/i.svg) no-repeat;
    vertical-align: -3px;
}
span.io {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 32px;
    background: center url(../img/ib.svg) no-repeat;
    border: 1px solid #1879EE;
    vertical-align: -2px;
    box-sizing: border-box;
}
.btn,
.btn-secondary {
    padding: 12px 44px 12px 44px;
    border-radius: 8px;
    border: 1px solid #1879EE;
    color: #202842;
    gap: 10px;
    background: #FFFFFF;
}
.btn:hover {
    border: 1px solid #1879EE;
    background: #FFFFFF;
    color: #202842;
}
.navbar .navbar-toggler-icon {
    background: center url(../img/burger.svg) no-repeat;
}
.navbar  {
    background: #FFFFFF;
}
.navbar-brand.logo {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}
.navbar-brand.logo > img.es {
    margin-right:18px;
}
/*
.navbar-brand.logo {
    margin-right: 18px;
}
*/
.navbar .menu {
    display: flex;
    align-items: center;
}
.navbar .menu > .login-info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.navbar .menu > .login-info > span {
    display: block;
    text-align: right;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
}
.navbar .menu > .login-info > span.name {
    font-weight: 700;
}
.offcanvas#hiddenMenu > .menu,
.col-menu > .menu {
    display: block;
    background: #FFFFFF;
    padding: 36px 36px 24px 36px;
    border-radius: 16px;
    gap: 16px;
    margin-top: 30px;
}
.col-menu > .menu > .btn-close {
    display: none;
}
.offcanvas#hiddenMenu > .menu {
    margin-top: 0;
}
.offcanvas#hiddenMenu > .menu > a.menu-link,
.col-menu > .menu > a.menu-link {
    display: flex;
    text-decoration: none;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    align-items: center;
    color: #202842;
}
.offcanvas#hiddenMenu > .menu > a.menu-link + a.menu-link,
.col-menu > .menu > a.menu-link + a.menu-link {
    margin-top: 20px;
}
.offcanvas#hiddenMenu > .menu > a.menu-link.link-home,
.col-menu > .menu > a.menu-link.link-home {
    margin-bottom: 24px;
    font-weight: 700;
}
.offcanvas#hiddenMenu > .menu > a.menu-link.disabled,
.col-menu > .menu > a.menu-link.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: pointer; 
}
.offcanvas#hiddenMenu > .menu > a.menu-link > img,
.col-menu > .menu > a.menu-link > img {
    margin-right: 12px;
}
.offcanvas#hiddenMenu > .menu > span,
.col-menu > .menu > span {
    display: block;
}
.offcanvas#hiddenMenu > .menu > span.menu-delimiter,
.col-menu > .menu > span.menu-delimiter {
    height: 1px;
    background: #CECECE;
    margin: 16px 0;
}
.offcanvas#hiddenMenu > .menu > span.menu-title,
.col-menu > .menu > span.menu-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7E8389;
    margin-bottom: 10px;
}
.offcanvas#hiddenMenu > .menu > div.menu-footer,
.col-menu > .menu > div.menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}
.offcanvas#hiddenMenu > .menu > div.menu-footer > a,
.col-menu > .menu > div.menu-footer > a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: .56;
    color: #202842;
    text-decoration: none;
}

.chat-container .chat-message {
    font-size: 15px;
}

.chat-container p {
    font-size: 15px;
}

/* .col-content {
    margin-top: 42px;
} */
.col-content > .content {
    display: block;
    background: #FFFFFF;
    padding: 36px 36px 24px 36px;
    border-radius: 16px;
    margin-top: 24px;
    position: relative;
    margin-left: 5px;
}

label.form-label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7E8389;
}
.form-text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    opacity: .65;
    color: #202842;
}
.form-control {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #202842;
}
.form-control::placeholder {
    opacity: .45;
}
.accordion.filters-accordion {
    --bs-accordion-border-width: 0;
}
.accordion.filters-accordion > .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion.filters-accordion > .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion.filters-accordion > .accordion-item {
    background: #F4F6F9;
    border: none;
}
.accordion.filters-accordion .accordion-button {
    background: none;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    border: none;
}
.accordion.filters-accordion .accordion-button:focus {
    box-shadow: none;
}
.accordion.filters-accordion .accordion-button > img {
    display: inline-block;
    margin-right: 16px;
}
.accordion.filters-accordion .accordion-button::after {
    background-image: url(../img/accordion.svg);
}
.accordion.filters-accordion .accordion-body {
    padding: 0 20px 20px 20px;
}
.accordion.filters-accordion .accordion-body > .box {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 4px;
    gap: 20px;
}
h4 + .form-check {
    margin-top: 16px;
}
.form-check + .form-check {
    margin-top: 20px;
}
.form-checks {
    padding: 0;
    margin: 0;
}
.form-checks > .form-check + .form-check {
    margin-top: 0;
}
h4 + .form-checks {
    margin-top: 16px;
}
.form-checks.highlighted {
    background: #F4F6F9;
    padding: 20px;
    border-radius: 10px;
    gap: 10px;
}
.btn.btn-primary {
    background: #1879EE;
    color: #FFFFFF;
}
input.form-control.input-date {
    background: 16px center url(../img/icon-calendar.svg) no-repeat;
    padding-left: 48px;
}


.col-form {
    margin-top: 42px;
    margin-bottom: 42px;
}
.col-form > .content {
    display: block;
    background: #FFFFFF;
    padding: 36px 36px 24px 36px;
    border-radius: 16px;
    margin-top: 24px;
    position: relative;
}

.form-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.form-page > footer {
    margin-top: auto;
    text-align: center;
    align-items: center;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 36px;
}
.form-page > footer > a {
    display: inline-block;
    color: #202842;
    opacity: .56;
    text-decoration: none;
}

.col-content > .workflow {
    display: flex;
    flex-direction: column;
}

.item {
    display: flex;
    flex-direction: row;
    padding: 24px 36px 24px 36px;
    border-radius: 16px;
    align-items: center;
    background: #FFFFFF;
    transition: .3s;
    cursor: pointer;
    justify-content: space-between;
}

.item > div.info {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-right: auto;
}

.col-content > .workflow > .item {
    display: flex;
    flex-direction: row;
    padding: 24px 36px 24px 36px;
    border-radius: 16px;
    align-items: center;
    background: #FFFFFF;
    transition: .3s;
    cursor: pointer;
    justify-content: space-between;
}
.col-content > .workflow > .item > div.info {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.col-content > .workflow > .item > div.kind {
    text-align: right;
    display: flex;
    align-items: center;
    flex: 0 0 160px;
    justify-content: flex-end;
}
.col-content > .workflow > .item > div.kind > span.badge {
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    border: 1px solid #1879EE;
    color: #202842;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02em;
}
.col-content > .workflow > .item > img {
    margin-right: 12px;
}
.col-content > .workflow > .item > button.btn.btn-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 6px;
    background: #E9F5FF center url(../img/arrow-blue.svg) no-repeat;
    border: none;
    padding: 0;
    transition: .5s;
}
.col-content > .workflow > .item span.delimiter {
    height: 20px;
    margin: 2px 4px;
}
.col-content > .workflow > .item > div.dt {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0 36px;
}
.col-content > .workflow > .item + .item {
    margin-top: 4px;
}
.col-content > .workflow > .item:hover {
    box-shadow: 0px 12px 24px 0px #3A57791C;
    z-index: 2;
    transform: translateY(-1px);
}
.col-content > .workflow > .item:hover button.btn.btn-arrow {
    background: #1879EE center url(../img/arrow-white.svg) no-repeat;
}
.modal .modal-header {
    padding-top: 36px;
    padding-bottom: 18px;
}
.modal .modal-header h5 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.modal.full-height .modal-body {
    max-height: calc(100vh - 14rem);
    overflow-y: auto;
}
.modal .modal-footer.full-width {
    display: flex;
}
.modal .modal-footer.full-width > * {
    flex: 1 1;
}
.checked-input {
    display: flex;
    gap: 12px;
    align-items: center;
}
.checked-input + .checked-input {
    margin-top: 20px;
}
.checked-input input[type=checkbox] {
    flex: 0 0 1em;
    margin: 0;
}
.checked-input input[type=text] {
    flex: 1 1;
}

input.form-control.custom-upload[type=file] {
    border: 1px dashed #CECECE;
    position: relative;
    padding: 15px 48px 15px 48px;
    border-radius: 10px;
    background: #F4F6F9 16px 16px url(../img/icon-upload.svg) no-repeat;
}
input.form-control.custom-upload[type=file]::file-selector-button {
    position: absolute;
    margin: 0;
    right: 3px;
    top: 3px;
    background: #1879EE;
    color: #FFFFFF;
    padding: 12px 44px 12px 44px;
    border-radius: 8px;
}
input.form-control.custom-upload[type=file]:hover::file-selector-button {
    background: #0d68d7 !important; 
    color: #FFFFFF;
}
.toaster {
    top: 16px;
    right: 12px;
}
.toaster .toast {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 280px;
    padding: 0 0 16px 41px;
    background: #FFFFFF 16px 19px no-repeat;
    border-radius: 8px;
    box-shadow: none;
}
.toaster .toast:not(:last-child) {
    margin-bottom: 16px;
}
.toaster .toast.toast-danger {
    background-image: url(../img/icon-warning.svg);
    border: 1px solid #F72B1E;
}
.toaster .toast.toast-success {
    background-image: url(../img/icon-ok.svg);
    border: 1px solid #28A67E;
}
.toaster .toast .toast-body {
    flex: 1 1;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px 0 0 0;
}
.toaster .toast .btn-close {
    flex: 0 0 16px;
    margin: 0;
    height: 16px;
    background-size: 8px 8px;
    opacity: .25;
}

input.form-control.valid {
    border-color: #1879EE;
}
input.form-control.invalid {
    border-color: #F72B1E;
}
.form-text.error-text {
    /* display: none; */
    color: #F72B1E;
}
.invalid + .form-text.error-text {
    display: block;
}


.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    transition: .5s;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 16px;
}
.overlay.show {
    visibility: visible;
    opacity: 1;
}
.overlay > .spinner-border {
    width: 96px;
    border-width: 3px;
    height: 96px;
    animation-duration: 1.5s;
    border-color: #1879EE #1879EE #1879EE transparent;
    top: 35%;
    left: 50%;
    margin: -96px 0 0 -48px;
    position: absolute;
}
.overlay > span.spinner-text {
    top: 35%;
    left: 0;
    right: 0;
    margin-top: 40px;
    position: absolute;
    display: block;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.col-content > .content.empty {
    background: 50% 60px url(../img/empty-log.svg) no-repeat;
    border: 1px dashed #CECECE;
    padding: 210px 275px 100px 275px;
}
.col-content > .content.empty > span {
    display: block;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    opacity: .65;
}

.col-content > .content.error {
    background: 50% 65px url(../img/empty-error.svg) no-repeat;
    border: 1px dashed #CECECE;
    padding: 190px 320px 120px 320px;
}
.col-content > .content.error > span {
    display: block;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    opacity: .65;
}

.navbar > .container-fluid {
    padding-right: 36px;
    padding-left: 36px;
}
.navbar-toggler {
    border: none;
    margin-right: 16px;
    margin-left: -18px;
}
.wiki-main {
    padding: 0;
}
.col-history {
    width: 380px;
    display: none;
}
.col-history.show {
    display: block;
}
.col-files {
    width: 380px;
    display: none;
}
.col-files.show {
    display: block;
}
.col-files .btn.btn-add-file-mobile {
    display: none;
}
.col-chat {
    background: #FFFFFF;
    padding: 60px 0 36px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1;
}
.col-chat > div {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.col-chat > div.messages {
    position: relative;
    flex: 1 1;
}
.col-chat > div.messages > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.thin-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.thin-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: #CECECE;
}
.col-chat > div.messages:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    z-index: 10;
    pointer-events: none;
}

.col-history {
    padding: 36px 0;
    position: relative;
}
.col-history  .day {
    padding: 0 36px;
}
.col-history  .day + .day {
    margin-top: 48px;
}
.col-history  .day > .title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #7E8389;
    text-transform: uppercase;
}
.col-history .day > .list > a {
    display: block;
    padding: 10px 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #202842;
    margin: 0 0 0 -20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    position: relative;
    transition: .3s;
}
.col-history .day > .list > a > button {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 10px;
    right: 10px;
    background: center url(../img/icon-close-red.svg) no-repeat;
    z-index: 5;
}
.col-history .day > .list > a:after {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(to right, transparent 0%, white 75%);
    content: "";
    display: block;
    width: 90px;
    z-index: 3;
}
.col-history .day > .list > a:hover {
    background: #FFFFFF;
}
.col-history .day > .list > a:hover > button {
    visibility: visible;
    opacity: 1;
}
.col-history .day > .list > a:hover:after {
    visibility: visible;
    opacity: 1;
}

.col-files {
    padding: 36px 0;
    position: relative;
}
.col-files .file {
    padding: 0 36px;
    position: relative;
    width: 380px;
}
.col-files .file:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;
    width: 54px;
    background: linear-gradient(to right, transparent, #F4F6F9 70%);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.col-files .file + .file {
    margin-top: 24px;
}
.col-files .file > .description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    color: #202842;
}
.col-files .file > .info {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #7E8389;
    text-transform: uppercase;
}
.col-files .file > .btn-file-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 36px;
    background: #F4F6F9 center url(../img/icon-dots.svg) no-repeat;
    padding: 0;
    margin: 0;
    z-index: 4;
    width: 24px;
    height: 24px;
    border: none;
}
.col-files .file:hover > .btn-file-menu,
.col-files .file:hover:after {
    visibility: visible;
    opacity: 1;
}
.col-files .file > .btn-file-menu > .file-actions {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    transition: .5s;
}
.col-files .file > .btn-file-menu:hover > .file-actions {
    visibility: visible;
    opacity: 1;
}
.col-files .file > .btn-file-menu > .file-actions > .btn {
    border: none;
    border-radius: 8px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 70px 8px 16px;
    white-space: nowrap;
}
.col-files .file > .btn-file-menu > .file-actions > .btn:hover {
    text-decoration: underline;
}
.col-files .file > .btn-file-menu > .file-actions > .btn + .btn {
    padding: 8px 70px 16px 16px;
}

.input-group.ask-copilot {
    position: relative;
}
.input-group.ask-copilot input.form-control {
    padding: 22.5px 70px 22.5px 24px;
    border-radius: 8px !important;
    background: #E9F5FF;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    border: none;
    
}
.input-group.ask-copilot textarea.form-control {
    padding: 22.5px 70px 22.5px 24px;
    border-radius: 8px !important;
    background: #E9F5FF;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    border: none;
    resize: none;
}
.input-group.ask-copilot > button.btn {
    position: relative;
    padding: 13px 16px 12px 16px;
    border: none;
    border-radius: 4px !important;
    z-index: 10;
}

.scroll-wrapper {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 36px 0;
    scrollbar-width: thin;
}

.datepicker-controls .next-button {
    border: none;
    border-radius: 0 6px 6px 0;
    line-height: 42px;
}
.datepicker-controls .prev-button {
    border: none;
    border-radius: 6px 0 0 6px;
    line-height: 42px;
}
.datepicker-controls .view-switch {
    border: none;
    line-height: 42px;
}

.subnav {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #FFFFFF;
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
}
.subnav-wiki {
    justify-content: space-between;
    display: flex;
    flex: 1 1;
    width: 100%;
    padding: 0 0 0 36px;
}
.subnav-wiki .title {
    font-weight: 700;
    padding: 12px 0;
}
.subnav-wiki .btn.btn-add-file {
    width: 192px;
}
.subnav-files {
    width: 380px;
    flex: 0 0 380px;
    position: relative;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
}
.subnav-files.show {
    display: flex;
}
.subnav-files.show:after {
    content: "";
    width: 1px;
    height: 46px;
    display: block;
    position: absolute;
    background: #CECECE;
    top: 4px;
    left: 0;
}
.btn.btn-history-pan {
    border: none;
    margin-left: 0;
    padding-left: 0;
}
.btn.btn-files-pan {
    border: none;
    margin-left: 42px;
    margin-right: 36px;
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-history-pan img,
.btn.btn-files-pan img {
    vertical-align: -6px;
}

.offcanvas#hiddenMenu {
    top: 96px;
    left: 36px;
    width: 295px;
    bottom: auto;
    border-radius: 16px;
}

.col-chat > div.messages > div {
    padding-bottom: 48px;
}
.col-chat > div.messages p.name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7E8389;
    margin-top: 48px;
}
.col-chat > div.messages p.title {
    font-weight: 700;
}
.col-chat > div.messages p.name:first-child {
    margin-top: 0;
}
.col-chat > div.messages p a {
    color: #1879EE;
}
.col-chat > div.messages p.file-link a {
    color: #7E8389;
}

.start-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.start-wrapper > strong {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 8px;
}
.start-wrapper > span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 24px;
}

.col-chat > div.messages .toaster {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}
.col-chat > div.messages .toaster > .toast {
    width: auto;
}

.col-chat > div.messages .toaster.toaster-inline {
    top: unset;
    left: unset;
    right: unset;
    position: relative;
}
.col-chat > div.messages .toaster.toaster-inline > .alert {
    margin-right: 36px;
    padding: 16px 16px 16px 41px;
    background: #FFFFFF 16px 19px no-repeat;
    border-radius: 8px;
    box-shadow: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    border-color: #CECECE;
    color: #202842;
    pointer-events: auto;
}
.col-chat > div.messages .toaster.toaster-inline > .alert + .alert {
    margin-top: 18px;
}
.col-chat > div.messages .toaster.toaster-inline > .alert.alert-danger {
    background-image: url(../img/icon-warning.svg);
    border: 1px solid #F72B1E;
}
.col-chat > div.messages .toaster.toaster-inline > .alert.alert-success {
    background-image: url(../img/icon-ok.svg);
    border: 1px solid #28A67E;
}
.col-chat > div.messages .toaster.toaster-inline > .alert .btn-close {
    height: 16px;
    background-size: 8px 8px;
    opacity: .25;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}

.col-content > .workflow.wiki {
    margin-top: 32px;
}
.col-content > .workflow.wiki > .item > img {
    margin-right: 36px;
}
.col-content > .workflow.wiki > .item > div.info {
    padding-right: 36px;
}

.col-content > .workflow.wiki > .item::after {
    content: none !important;
}

.delete-chat-room-form > button.btn.btn-delete {
    border-radius: 6px;
    background: #E9F5FF;
    border: none;
    padding: 12px 18px 12px 12px;
    transition: .5s;
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    visibility: hidden;
    opacity: 0;
}

.item:hover > .delete-chat-room-form > .btn-delete {
    visibility: visible;
    opacity: 1;
}

.col-content .small-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 420px;
    margin-top: 36px;
}

.modal-error > .modal-dialog > .modal-content {
    justify-content: center;
    align-items: center;
    padding: 60px;
}
.modal-error > .modal-dialog > .modal-content > h4 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
}
.modal-error > .modal-dialog > .modal-content > img {
    margin-bottom: 36px;
}
.modal-error > .modal-dialog > .modal-content > p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    opacity: .65;
    margin-bottom: 24px;
}





.notification-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000; 
}

.notification {
    background-color: #f4f4f4;
    border-left: 5px solid #2196F3;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    transition: all 0.5s ease;
    opacity: 1;
}




.navbar .menu > .btn.btn-mobile-menu {
    display: none;
}

.mobile-footer {
    display: none;
}

.offcanvas#hiddenMenu > .menu > .btn-close {
    display: none;
}

@media (max-width: 1199px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    main {
        margin-top: 74px;
    }
    main > .container > .row {
        position: relative;
    }
    .navbar .menu > .btn.btn-mobile-menu {
        display: inline-block;
        border: none;
        box-shadow: none;
        width: 48px;
        height: 48px;
        background-size: 24px 24px;
        padding: 0;
    }
    .navbar .menu > .btn-logout {
        display: none;
    }
    .navbar .menu > span.delimiter {
        margin: 0 12px 0 12px;
        height: 40px;
    }
    .navbar-brand.logo > img {
        /* width: 65px; */
        height: 44px;
    }
    .navbar-brand.logo > img.es {
        margin:0 18px;
    }
    .navbar-brand.logo > span.delimiter {
        height: 40px;
        /* margin: 0 18px; */
        margin: 0 3px 0 18px !important;
    }
    .col-menu > .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: #000;
        visibility: hidden;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
    }
    .col-menu > .menu.show, #menu.hiding, #menu.showing {
        visibility: visible;
    }
    .col-menu > .menu.show:not(.hiding), #menu.showing {
        transform: none;
    }
    .col-menu > .menu.offcanvas-start {
        top: 0;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
    }
    .col-menu > .menu > .btn-close {
        display: inline-block;
        position: fixed;
        top: 24px;
        right: 24px;
    }
    .offcanvas#hiddenMenu > .menu > a.menu-link + a.menu-link,
    .col-menu > .menu > a.menu-link + a.menu-link {
        margin-top: 10px;
    }
    .offcanvas#hiddenMenu > .menu > a.menu-link.link-home,
    .col-menu > .menu > a.menu-link.link-home {
        margin-bottom: 12px;
    }
    .offcanvas#hiddenMenu > .menu > span.menu-delimiter,
    .col-menu > .menu > span.menu-delimiter {
        margin: 8px 0;
    }
    .offcanvas#hiddenMenu > .menu > span.menu-title,
    .col-menu > .menu > span.menu-title {
        margin-bottom: 5px;
    }
    .offcanvas#hiddenMenu > .menu > div.menu-footer,
    .col-menu > .menu > div.menu-footer {
        display: none;
    }
    .d-block-md {
        display: block;
    }
    .mt-4-md {
        margin-top: 1.5rem !important;
    }
    .mt-3-md {
        margin-top: 1rem !important;
    }
    .mt-2-md {
        margin-top: .5rem !important;
    }
    .col-content {
        position: relative;
        margin-bottom: 120px;
    }
    .mobile-footer {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        opacity: .56;
    }
    .mobile-footer a {
        text-decoration: none;
        color: #202842;
        display: inline-block;
    }
    .mobile-footer a + a {
        margin-left: 20px;
        padding-bottom: 24px;
    }

    .navbar > .container-fluid {
        padding-right: 12px;
        padding-left: 20px;
    }
    .navbar-toggler {
        display: none;
    }

    .subnav {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .subnav-files.show {
        display: none;
    }
    .btn.btn-files-pan {
        margin-right: 20px;
    }
    .btn.btn-history-pan > span,
    .btn.btn-files-pan > span {
        display: none;
    }
    .subnav-wiki {
        padding: 0 0 0 20px;
    }
    .subnav-wiki .btn.btn-add-file {
        display: none;
    }
    .subnav-wiki > div:first-child {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row;
    }
    .subnav-wiki .title {
        display: block;
        text-align: center;
        flex: 1 1 auto;
    }

    /*.wiki-main {
    }*/

    .col-chat {
        padding: 0 0 16px 0;
        margin-top: 48px;
    }
    .col-chat > div {
        max-width: calc(100% - 120px);
    }
    .col-chat > div.messages .toaster.toaster-inline {
        margin-top: 44px;
        z-index: unset;
    }
    .col-chat > div.messages .toaster.toaster-inline > .alert {
        margin-right: 2px;
    }
    .col-files {
        position: fixed;
        left: 0;
        top: 120px;
        right: 0;
        bottom: 0;
        z-index: 20;
        width: auto;
        background: rgba(32, 40, 66, 0.65);
    }
    .col-files > .scroll-wrapper {
        left: calc(100% - 382px);
        background: #F4F6F9;
    }
    .col-files.collapsing.collapse-horizontal {
        width: inherit;
        height: inherit;
        transition: opacity .35s ease;
        opacity: 0;
    }
    .col-files .btn.btn-add-file-mobile {
        display: block;
        width: calc(100% - 40px);
        margin: 0 20px 36px 20px;
    }
    .col-files .file {
        padding: 0 20px;
        width: 380px;
    }
    .col-history {
        position: fixed;
        left: 0;
        top: 120px;
        right: 0;
        bottom: 0;
        z-index: 20;
        width: auto;
        background: rgba(32, 40, 66, 0.65);
    }
    .col-history > .scroll-wrapper {
        right: calc(100% - 382px);
        background: #F4F6F9;
    }
    .col-history.collapsing.collapse-horizontal {
        width: inherit;
        height: inherit;
        transition: opacity .35s ease;
        opacity: 0;
    }
    .thin-scrollbar::-webkit-scrollbar {
        width: 2px;
    }
    .offcanvas#hiddenMenu {
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 0;
        overflow-y: auto;
    }

    .col-content > .workflow > .item {
        position: relative;
        padding: 16px 16px 40px 16px;
    }
    .col-content > .workflow > .item > div.dt {
        position: absolute;
        bottom: 16px;
        left: 52px;
        margin: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .col-content > .workflow > .item > button.btn.btn-arrow {
        display: none;
    }
    .col-content > .workflow > .item span.delimiter {
        height: 12px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    main {
        margin-top: 58px;
    }
    form .btn {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }
    .navbar > .container-fluid {
        padding-right: 20px;
    }
    .navbar .menu > .btn.btn-mobile-menu {
        display: inline-block;
        border: none;
        box-shadow: none;
        width: 32px;
        height: 32px;
        padding: 0;
        margin-right: -6px;
    }
    .navbar .menu > .btn-logout {
        display: none;
    }
    .navbar .menu > span.delimiter {
        margin: 0 10px 0 12px;
        height: 32px;
    }
    .navbar .menu > .login-info > span {
        font-size: 10px;
        line-height: 14px;
    }
    .navbar .menu > .login-info > span > span.i {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        vertical-align: -3px;
    }
    .navbar-brand.logo {
        font-size: 14px;
        line-height: 24px;
    }
    .navbar-brand.logo > img {
        width: 36px;
        height: 24px;
    }
    .navbar-brand.logo > img.es {
        margin:0;
    }
    .navbar-brand.logo > span.title {
        width: 80px;
        white-space: normal;
        line-height: 15px;
    }
    .navbar-brand.logo > span.delimiter {
        height: 24px;
        margin: 0 9px;
    }
    .offcanvas#hiddenMenu > .menu,
    .col-menu > .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: #000;
        visibility: hidden;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
        margin: 0;
        border-radius: 0;
        overflow-y: scroll;
    }
    .offcanvas#hiddenMenu > .menu {
        visibility: visible;
        width: 100%;
    }
    .col-menu > .menu.show, #menu.hiding, #menu.showing {
        visibility: visible;
    }
    .col-menu > .menu.show:not(.hiding), #menu.showing {
        transform: none;
    }
    .col-menu > .menu.offcanvas-start {
        top: 0;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
    }
    .offcanvas#hiddenMenu > .menu > .btn-close,
    .col-menu > .menu > .btn-close {
        display: inline-block;
        position: fixed;
        top: 24px;
        right: 24px;
    }
    .offcanvas#hiddenMenu > .menu > a.menu-link + a.menu-link,
    .col-menu > .menu > a.menu-link + a.menu-link {
        margin-top: 10px;
    }
    .offcanvas#hiddenMenu > .menu > a.menu-link.link-home,
    .col-menu > .menu > a.menu-link.link-home {
        margin-bottom: 12px;
    }
    .offcanvas#hiddenMenu > .menu > span.menu-delimiter,
    .col-menu > .menu > span.menu-delimiter {
        margin: 8px 0;
    }
    .offcanvas#hiddenMenu > .menu > span.menu-title,
    .col-menu > .menu > span.menu-title {
        margin-bottom: 5px;
    }
    .offcanvas#hiddenMenu > .menu > div.menu-footer,
    .col-menu > .menu > div.menu-footer {
        display: none;
    }

    .col-content > .content {
        padding: 12px;
    }
    h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    label.form-label {
        font-size: 10px;
        line-height: 16px;
    }
    span.io {
        vertical-align: -3px;
    }
    .form-control {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 10px;
    }
    .accordion.filters-accordion .accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 11px;
    }
    .form-checks.highlighted {
        padding: 8px 10px;
        border-radius: 8px;
    }
    .form-checks.highlighted .form-check {
        margin-bottom: 0;
    }
    .accordion.filters-accordion .accordion-body {
        padding: 2px 12px 12px 12px;
    }
    .d-block-sm {
        display: block;
    }
    .mt-4-sm {
        margin-top: 1.5rem !important;
    }
    .mt-3-sm {
        margin-top: 1rem !important;
    }
    .mt-2-sm {
        margin-top: .5rem !important;
    }
    main .content {
        margin-bottom: 120px;
    }
    .toaster {
        position: relative;
        top: unset;
        right: unset;
    }
    .toaster .toast {
        width: 100%;
        position: relative;
    }
    .col-form > .content {
        margin-top: 16px;
    }
    span.delimiter.delimiter-sm {
        display: inline-block;
    }
    .menu > .btn-login {
        display: none;
    }
    .menu > .btn-register {
        padding: 6px 24px;
        font-size: 14px;
        line-height: 22px;
    }
    .col-form {
        margin-top: 32px;
    }
    .offcanvas#hiddenMenu {
        right: 0;
        width: auto;
    }
    .subnav {
        top: 50px;
    }
    .col-chat {
        margin-top: 45px;
    }
    .col-chat > div {
        max-width: 100%;
        padding: 0 20px;
    }
    .col-chat > div.messages > div {
        left: 0;
        width: 100%;
        padding: 0 20px;
    }
    .col-files {
        top: 103px;
    }
    .col-files > .scroll-wrapper {
        left: 0;
    }
    .col-files .file {
        width: 100%;
    }
    .col-history {
        top: 103px;
    }
    .col-history > .scroll-wrapper {
        right: 0;
    }
    .col-history .day {
        padding: 0 20px;
    }
    .col-history .day > .list > a {
        padding: 10px 10px;
        margin: 0 -10px;
    }

    input.form-control.custom-upload[type=file] {
        padding: 10px 48px 50px 48px;
        font-size: 16px;
        background-position: 16px 10px;
    }
    input.form-control.custom-upload[type=file]::file-selector-button {
        font-size: 14px;
        line-height: 22px;
        top: auto;
        bottom: 3px;
        left: 3px;
        text-align: center;
        padding: 8px 0;
    }
    .modal .modal-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .modal .modal-footer.full-width {
        flex-direction: column;
        align-items: stretch;
    }
    .modal .modal-footer.full-width > * {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }
    .col-content > .content.empty {
        background-position: 50% 40px;
        padding: 140px 15% 60px 15%;
        background-size: 94px 72px;
    }
    .col-content > .content.error {
        background-position: 50% 44px;
        padding: 140px 15% 60px 15%;
        background-size: 56px 56px;
    }

    .col-content > .workflow > .item {
        padding: 12px 12px 56px 12px;
        align-items: flex-start;
    }

    .col-content > .workflow.wiki > .item {
        padding: 12px !important;
    }

    .col-content > .workflow > .item:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 46px;
        left: 12px;
        right: 12px;
        height: 1px;
        background-color: #CECECE;
        opacity: .5;
    }

    /* .col-content > .workflow.wiki > .item:after {
        content: none;
        display: none;
    } */

    .col-content > .workflow > .item > div.dt {
        left: auto;
        right: 12px;
        bottom: 14px;
    }
    .col-content > .workflow > .item > div.kind {
        left: 12px;
        bottom: 12px;
        position: absolute;
    }
    .col-content > .workflow > .item > div.info {
        font-size: 14px;
        line-height: 22px;
    }
}