/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #696cff;
    border-color: #696cff;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}

.form-check-input:focus {
    border-color: #696cff;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}


.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23696cff'/%3e%3c/svg%3e")!important;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
}

.form-floating > i.bx-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.875rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}


.form-floating > i.bx-x {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    right: 6rem;
    font-size: 1.5rem;
    height: 100%;
    padding: 1rem;
    cursor: pointer;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}


.form-floating > button {

    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    right: 1rem;
    padding: 1rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.form-floating > .btn-outline-secondary:hover,
.form-floating > .btn-outline-secondary:active,
.form-floating > .btn-outline-secondary:focus
{
    color: #8f91ff;
    background-color: #ffffff00;
    border-color:  #ffffff00;
    box-shadow: none;
    transform: translateX(3px);
}


/* Создайте класс для анимации */
.slide-in {
    animation: slide-in 0.5s ease forwards;
    display: none; /* Начально скрываем элемент */
}

/* Определите анимацию */
@keyframes slide-in {
    from {
        transform: translateY(-20px); /* Начальное положение элемента */
        opacity: 0; /* Начальная непрозрачность */
    }
    to {
        transform: translateY(0); /* Конечное положение элемента */
        opacity: 1; /* Конечная непрозрачность */
    }
}


.overflow {
overflow-x:auto;
}

.resultTable .form-select {
    background-clip: padding-box;
    min-width: 250px;
}

.input-group:focus-within {
box-shadow: none;
    /* box-shadow: 0 0 0.25rem 0.05rem rgba(105, 108, 255, 0.1); */
}

body .notion {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
            line-height: 1.6;
            padding: 20px;
        }
        h1, h2, h3, h4, h5, h6 {
            font-weight: 600;
            margin-top: 1.3em;
            margin-bottom: 1.3em;
        }
 .notion       p {
            margin-top: 1.2em;
            margin-bottom: 1.2em;
        }
  .notion      li {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
        }
  .notion      img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 15px 0;
        }
   .notion     .callout {
            background-color: #f3f4f6;
            border-left: 3px solid #d7d8db;
            padding: 10px;
            margin: 15px 0;
        }


  /* Стили для блока кода */
    .notion       pre {
            position: relative;
            border-radius: 6px;
            margin-bottom: 1.5em;
            
        }

      .notion     code {
            display: block;
            white-space: pre;
        }

        /* Стили для кнопки копирования */
      .notion     .copy-btn {
            position: absolute;
            top: 0.5em;
            right: 0.5em;
            background: #f6f8fa;
            border: none;
            cursor: pointer;
            padding: 0.25em 0.5em;
            border-radius: 4px;
        }




#themeBtn {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 30px;
  height: 30px;
}

#themeBtn:hover {
  opacity: 0.8;
}

#themeIcon {
    background-repeat: no-repeat;
    background-size: contain;
    background: url(sun.svg);
    background-size: contain;
    margin-left: 20px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
}

.form-floating > .form-control {
      padding-left: 60px;
}


.form-floating > label {
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  padding: 1rem 0.875rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.fa-spinner {
padding-right: 10px;
}

.mp-new-messages, .mp-moderation {
height: 400px;
overflow-y:auto;
padding-right: 25px;
}

.mp-new-messages::-webkit-scrollbar {
  display: none;
}

.mp-moderation .badge {
min-width: 150px;
}


.mp-moderation .mp-title
{
min-width: 200px;
}



    .star {
    font-family: "FontAwesome";
    position: absolute;
    right: -25px;
    cursor: pointer;
    color: #a3a4cc;
    transition: all 0.3s ease;

    }

    .star:hover {
    color: #ff5f00
    }

    .star.fa-star {
      color: #e6691f;
    }

.chat-list {
    padding: 0;
}

.chat-title {
    padding: 10px 15px;
    width: 100%;
}

.chat-list .badge {
    margin-right: 15px;
}

.chatDate {
font-size: 11px;
    padding-left: 5px;
}

.chatText {
    font-size: 14px;
}

.modal-content #result {
overflow: auto;
}

.modal-content .table td{
    padding: 5px 10px!important;
    font-size: 12px;
}


.rd-day-prev-month, .rd-day-next-month {
    color: #515062;
}

#console {
    max-height: 100px;
    overflow-y: auto;
    }




.ui-widget {
    font-family: inherit!important;
    font-size: 13px!important;

    border: none!important;
    border-radius: 0.5em!important;
    background-color: rgb(40 28 104 / 21%);
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #8080b0;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ccc0;
    background: none;
    font-weight: bold;
    color: #ffffff;
}






        #app {
            padding: 1rem;
            display: flex;
            height: 100%;
            box-sizing: border-box;
            justify-content: left;
            align-items: left;
            color: #54FE55;
            text-shadow: 0px 0px 10px;
            font-size: 6rem;
            flex-direction: column;
        }

        #app .txt {
            font-size: 1.8rem;
        }

        @keyframes blink {
            0% {
                opacity: 0;
            }

            49% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 1;
            }
        }

        .blink {
            animation-name: blink;
            animation-duration: 1s;
            animation-iteration-count: infinite;
        }


.form-control.amount {
    width: 70px;
    flex: none;
    text-align: center;
}

.constructor .tab-content {
    z-index: 0!important;
}

.step-picker { list-style-type: none; margin: 0;}
.step-picker li { margin: 0 5px 5px 5px; padding: 5px; }

#file-list li {
    padding-right: 50px;

}

#file-list li, #file-content li {
    cursor: pointer;
}

#file-list .active, #file-content .active {
    border-color: #696cff;
    background-color: #696cff;
}

.filecontent .card-body, .filelist .card-body {
    max-height: 600px;
    overflow-y:auto;
}

.share-coll {
    position: absolute;
    top: 35%;
    right: 25px;
}

.dell-coll {
    position: absolute;
    top: 35%;
    right: 5px;
    display: none;
}

/* Скрытый список по умолчанию */
ul.d-none {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Для папок и файлов */
.list-group-item {
    cursor: pointer;
    position: relative;
}

/* Класс для активного элемента */
.list-group-item.active {
    background-color: #d1ecf1; /* Установите желаемый цвет для активного элемента */
    font-weight: bold;
}

.subfold {
        transition: 0.3s ease;
}


.additional-inputs {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.5s ease-out;
        }

.additional-inputs.show {
            max-height: 210px; /* Установите максимальную высоту, подходящую для ваших элементов */
        }


.modal-backdrop.show {
    opacity: 1;
    background: #dfedd400;
    backdrop-filter: blur(5px);
    /* z-index: 10; */
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.modal-backdrop {
    background-color: #dfedd400!important;
}

.offcanvas-footer {
    background: #00000005;
    backdrop-filter: blur(5px);
    position: fixed;
    bottom: 0;
    width: inherit;
    border-top: 1px solid;
    border-color: #464663;
}

.offcanvas-body {
    padding-bottom: 150px;
}

.offcanvas-backdrop {
position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    /* background-color: #000000b0; */
    backdrop-filter: blur(1px);
}

.toast.bs-toast .toast-header {
    padding-bottom: 0rem;
}

.offcanvas.offcanvas-end {
    opacity: 0;
}

.offcanvas.show {
    opacity: 1;
}

body.modal-open{
    overflow: hidden; padding-right: 0px;
}