@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

body {
    color: #212121;
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0
}

body * {
    user-select: none
}

body header {
    align-items: center;
    background: #474e6b;
    display: flex;
    gap: 10px;
    height: 50px;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%
}

body header a {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-decoration: none
}

body header a.active {
    background: #fff;
    color: #212121
}

body section {
    display: block;
    position: relative
}

body section#login-page {
    align-items: center;
    background: #537183;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%
}

body section#login-page #login-page-form {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 40px;
    position: relative;
    width: 300px
}

body section#login-page #login-page-form #login-btn {
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    position: relative;
    text-align: center
}

body section#login-page #login-page-form span {
    display: block;
    font-size: 30px;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

body section#login-page #login-page-form input {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 10px;
    outline: none;
    padding: 0 10px;
    position: relative;
    width: 100%
}

body section#presentations {
    background: #1c1f3830;
    box-sizing: border-box;
    display: block;
    height: calc(100% - 50px);
    left: 0;
    overflow-y: scroll;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 220px
}

body section#presentations a {
    border-radius: 4px;
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-decoration: none
}

body section#presentations a.active {
    background: #fff;
    color: #212121
}

body section#scenarios {
    background: #1c1f3830;
    box-sizing: border-box;
    display: block;
    height: calc(100% - 50px);
    left: 0;
    overflow-y: scroll;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 300px
}

body section#scenarios .scenarios-list {
    display: block;
    position: relative
}

body section#scenarios .scenarios-list .scenarios-list-title {
    background: #474e6b;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 3px 6px;
    position: relative
}

body section#scenarios .scenarios-list .scenarios-list-items {
    display: none;
    margin-bottom: 10px
}

body section#scenarios .scenarios-list.active .scenarios-list-items {
    display: block
}

body section#scenarios a {
    border-radius: 4px;
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    text-decoration: none
}

body section#scenarios a.active {
    background: #fff;
    color: #212121
}

body section#product-supitems {
    align-items: center;
    background: #d6cfff63;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    height: 50px;
    justify-content: flex-start;
    left: 220px;
    padding-left: 20px;
    position: fixed;
    top: 50px;
    width: calc(100% - 220px)
}

body section#product-supitems.scenarios-subitems {
    left: 300px;
    width: calc(100% - 300px)
}

body section#product-supitems .generate, body section#product-supitems .generate-scenario {
    background: #474e6b;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 10px
}

body section#product-supitems .upload {
    background: #474e6b;
    right: 140px
}

body section#product-supitems .save-button, body section#product-supitems .upload {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute
}

body section#product-supitems .save-button {
    background: #52aa0c;
    right: 236px
}

body section#product-supitems a {
    border-bottom: 1px dotted #212121;
    color: #212121;
    font-size: 16px;
    position: relative;
    text-decoration: none
}

body section#product-supitems a.active {
    border-color: #d6cfff63;
    color: red
}

body section#product-page {
    box-sizing: border-box;
    display: block;
    height: calc(100% - 100px);
    left: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    position: fixed;
    top: 100px;
    width: calc(100% - 220px)
}

body section#product-page .products-chapter {
    display: block;
    margin-bottom: 30px;
    position: relative
}

body section#product-page .products-chapter .products-chapter-title {
    background: #474e6b;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

body section#product-page .products-chapter .products-chapter-title .add-scheme-slide {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 0
}

body section#product-page .products-chapter .products-chapter-items {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    position: relative
}

body section#product-page .products-chapter .products-chapter-items .products-chapter-item {
    align-items: center;
    border: 1px dashed #000;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 90px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 120px
}

body section#product-page .products-chapter .products-chapter-items .products-chapter-item .remove-slide {
    background: red;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 5px
}

body section#product-page .products-chapter .products-chapter-items .products-chapter-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%
}

body section#product-page .product-slide {
    background: #dae7ea;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 170px;
    position: relative
}

body section#product-page .product-slide .save-slide {
    background: #2a8d36;
    top: 10px
}

body section#product-page .product-slide .save-slide, body section#product-page .product-slide .update-slide {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 130px
}

body section#product-page .product-slide .update-slide {
    background: #474e6b;
    top: 39px
}

body section#product-page .product-slide .download-slide {
    background: #83211c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 68px;
    width: 130px
}

body section#product-page .product-slide .product-slide-num {
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 10px;
    line-height: 20px;
    position: absolute;
    top: 10px
}

body section#product-page .product-slide .product-preview {
    left: 40px;
    position: absolute;
    top: 10px
}

body section#product-page .product-slide .product-preview img {
    width: 110px
}

body section#product-page .product-slide .input-fields {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

body section#product-page .product-slide .input-fields .input-field {
    display: flex;
    font-size: 14px;
    height: 23px;
    justify-content: flex-end;
    line-height: 23px;
    margin-bottom: 7px;
    position: relative;
    width: calc(50% - 10px)
}

body section#product-page .product-slide .input-fields .input-field:last-child {
    margin-bottom: 0
}

body section#product-page .product-slide .input-fields .input-field span {
    left: 0;
    position: absolute
}

body section#product-page .product-slide .input-fields .input-field b {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    width: calc(100% - 100px);
    user-select: all;
}

body section#product-page .product-slide .input-fields .input-field input {
    border: none
}

body section#product-page .product-slide .input-fields .input-field input, body section#product-page .product-slide .input-fields .input-field select {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    outline: none;
    padding: 0 6px;
    position: relative;
    width: calc(100% - 100px)
}

body section#product-page .product-slide .input-fields .input-field select {
    border: none
}

body section#product-page .add-slide {
    align-items: center;
    border: 1px dashed #000;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 100%
}

body section#scenarios-page {
    box-sizing: border-box;
    display: block;
    height: calc(100% - 100px);
    left: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    position: fixed;
    top: 100px;
    width: calc(100% - 300px)
}

body section#scenarios-page .scenarios-chapter {
    display: block;
    margin-bottom: 30px;
    position: relative
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-title {
    background: #474e6b;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-title .minus-chapter {
    margin-left: 10px
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-title .minus-chapter, body section#scenarios-page .scenarios-chapter .scenarios-chapter-title .plus-chapter {
    background: #ffffff33;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-title .add-scheme-slide {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: calc(50% - 54px);
    top: 0
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-title .remove-scheme-list {
    color: red;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 0
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-items {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    position: relative
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-items .scenarios-chapter-item {
    align-items: center;
    border: 1px dashed #000;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 90px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 120px
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-items .scenarios-chapter-item .remove-slide {
    background: red;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 5px
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-items .scenarios-chapter-item .edit-slide {
    background: #52aa0c;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: 5px
}

body section#scenarios-page .scenarios-chapter .scenarios-chapter-items .scenarios-chapter-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%
}

body section#scenarios-page .scenarios-slide {
    background: #dae7ea;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 170px;
    position: relative
}

body section#scenarios-page .scenarios-slide .save-slide {
    background: #2a8d36;
    top: 10px
}

body section#scenarios-page .scenarios-slide .save-slide, body section#scenarios-page .scenarios-slide .update-slide {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 130px
}

body section#scenarios-page .scenarios-slide .update-slide {
    background: #474e6b;
    top: 39px
}

body section#scenarios-page .scenarios-slide .download-slide {
    background: #83211c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 68px;
    width: 130px
}

body section#scenarios-page .scenarios-slide .scenarios-slide-num {
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 10px;
    line-height: 20px;
    position: absolute;
    top: 10px
}

body section#scenarios-page .scenarios-slide .scenarios-preview {
    left: 40px;
    position: absolute;
    top: 10px
}

body section#scenarios-page .scenarios-slide .scenarios-preview img {
    width: 110px
}

body section#scenarios-page .scenarios-slide .input-fields {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

body section#scenarios-page .scenarios-slide .input-fields .input-field {
    display: flex;
    font-size: 14px;
    height: 23px;
    justify-content: flex-end;
    line-height: 23px;
    margin-bottom: 7px;
    position: relative;
    width: calc(50% - 10px)
}

body section#scenarios-page .scenarios-slide .input-fields .input-field:last-child {
    margin-bottom: 0
}

body section#scenarios-page .scenarios-slide .input-fields .input-field span {
    left: 0;
    position: absolute
}

body section#scenarios-page .scenarios-slide .input-fields .input-field b {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    width: calc(100% - 100px)
}

body section#scenarios-page .scenarios-slide .input-fields .input-field input {
    border: none
}

body section#scenarios-page .scenarios-slide .input-fields .input-field input, body section#scenarios-page .scenarios-slide .input-fields .input-field select {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    outline: none;
    padding: 0 6px;
    position: relative;
    width: calc(100% - 100px)
}

body section#scenarios-page .scenarios-slide .input-fields .input-field select {
    border: none
}

body section#scenarios-page .add-visit {
    align-items: center;
    border: 1px dashed #000;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 100%
}

body #modal {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

body #modal.active {
    display: flex
}

body #modal .empty-modal {
    height: 50px
}

body #modal .modal-slides-filed {
    background: #fff;
    border-radius: 10px;
    display: block;
    height: auto;
    padding: 60px 30px 30px;
    position: relative;
    width: 800px
}

body #modal .modal-slides-filed #close-modal {
    background: #000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 30px
}

body #modal .modal-slides-filed .modal-slides .modal-presentations {
    display: block;
    position: relative
}

body #modal .modal-slides-filed .modal-slides .modal-presentations .modal-presentations-title {
    background: #333;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

body #modal .modal-slides-filed .modal-slides .modal-presentations .modal-presentations-list {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative
}

body #modal .modal-slides-filed .modal-slides .modal-presentations.active .modal-presentations-list {
    display: flex
}

body #modal .modal-slides-filed .modal-slides .modal-slide {
    border: 1px dotted #000;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    width: calc(25% - 10px)
}

body #modal .modal-slides-filed .modal-slides .modal-slide img {
    width: 100%
}

body #modal .modal-slides-filed .modal-slides .modal-slide-empty {
    display: block;
    position: relative;
    width: calc(25% - 10px)
}

body #modal-edit {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

body #modal-edit.active {
    display: block
}

body #modal-edit .empty-modal {
    height: 50px
}

body #modal-edit .modal-edit-filed {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    min-height: 200px;
    padding: 30px;
    position: relative;
    width: 800px
}

body #modal-edit .modal-edit-filed .modal-edit-image {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    width: 300px
}

body #modal-edit .modal-edit-filed #close-edit-modal {
    background: #000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 30px
}

body #modal-edit .modal-edit-filed .modal-edit-slides {
    display: block;
    margin-bottom: 30px;
    position: relative
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-title {
    background: #474e6b;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-title .add-modal-edit-slide {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 0
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-items {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    position: relative
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-items .modal-edit-slide-item {
    align-items: center;
    border: 1px dashed #000;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 90px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 120px
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-items .modal-edit-slide-item .remove-slide {
    background: red;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 5px
}

body #modal-edit .modal-edit-filed .modal-edit-slides .modal-edit-slide-items .modal-edit-slide-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%
}

body #progress {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    color: #212121;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

body #progress.active {
    display: flex
}

body #progress span {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 20px;
    position: relative
}

/*# sourceMappingURL=style.bundle.css.map*/
