body
{
    background-color:  rgb(250,250,250);
    position: relative;
    font-family: monospace;
    overflow: hidden;
}

.authorization-page
{
    height: 100%;
    max-height: 100% !important;
    background-image: url(../src/back3.png);
    /* background: no-repeat; */
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: cover;
    background-position-y: 100px;
    background-position-x: -250px;

}
.class-ex-list
{
    max-height: 340px;
    overflow: auto; 
}
.class-ex-list-1
{
    max-height: 300px;
}
.btn-add {
    min-width: auto;
    margin-top: -2rem;
}
.add-new-tag-btn
{
    border-radius: 25px;  
}
.add-new-tag-btn>span
{
    padding: 0.2rem;
    font-size: 19px;
    padding-left: 0.26rem;
    padding-top: 0.26rem;
}
.add-new-tag-btn:hover
{
    background: #cccccc60;
}
.add-new-tag-btn:active
{
    background: #cccccc80;
}
.first-i-c
{
    margin-top: 2rem;
}
.end-i-c
{
    margin-bottom: 0;
}
.checkbox-i-c
{
    margin-top: 0;
}
.md-nav-item
{
    max-height: 48px;
}
.md-button._md-nav-button
{
    max-height: 48px;
}
.input-container-password
{
    position: relative;
}
.input-container-password>button
{
    position: absolute;
    right: 0;
    top: -0.5rem;
}
.center
{
    text-align: center;
}
.btn-auth
{
    padding: 0.5rem 3rem;
}
.va
{
   
    padding-top: 1.5rem;
}
.panel-auth
{
    max-width: 100%;
}

.panel-left {
    width: 320px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}
.h1-auth
{
    font-size: 72px;
    color: #538434;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
}
.p-auth
{
    font-size: 20px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
}
.md-card-device
{
    width: 420px;
    float: left;
    min-height: 230px;
}

/*----------*/
/* Только для контейнера проектов */
.projects-masonry {
  column-width: 420px;   /* ширина колонки под твои карточки */
  column-gap: 20px;      /* расстояние между колонками */
  width: 100%;
  padding: 0 1rem;
}

/* Сами карточки */
.projects-masonry .md-card-device {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  float: none !important;
  break-inside: avoid;
}
/*----------*/


md-card-actions
{
    position: relative;
}
md-card md-card-title md-card-title-text .md-subhead
{
    line-height: 1.2;
}
.md-headline
{
    /* white-space
    .: nowrap; */
}
.time-item-menu-container
{
    position: absolute;
    left: 1rem;
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    font-family: monospace;
    /* bottom: 1rem; */
    margin-top: 0.3rem;
}
md-card md-card-title
{
    /* height: 140px; */
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1.5rem;
}
md-card md-card-content
{
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 31px;
    overflow: hidden;
}
.header-tags-c
{
    max-width: 100%;
}
.search-device-container
{
    max-width: 300px;
    margin: 0;
    margin-top: 2rem;
    margin-left: 1rem;
}

.tag-item-menu-container
{
    display: inline-block;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}
.md-card-actions-card-device
{
    margin-top: 0;
}
.tag-item-menu
{
    background: #37bd35;
    padding: 0.5rem 1rem;
    border-radius: 50rem;
    box-shadow: 0px 0px 2px 0px #ccc;
    font-size: 11px;
    font-family: monospace;
    position: relative;
}
#btn-edit-tag,#btn-delete-tag
{
    display: none;
}
.tag-item-menu:hover>#btn-edit-tag,.tag-item-menu:hover>#btn-delete-tag
{
    display: inline-block;
}
.task-number
{
    /* cursor: copy; */
    font-size: 12px;
    color: #757575;

}
.edit-button-tag
{
    top: 0.2rem;
    right: 0.3rem;
    z-index: 1;
    position: absolute;
    
    width: 20px !important;
    height: 20px !important;
    margin: 0.1rem !important;
    padding: 0.1rem !important;
    min-height: 20px;
    opacity: 0.8 !important;
}
.edit-button-tag,.edit-button-tag:hover
{
    background: white !important;
   
}
.edit-button-tag:hover
{
    opacity: 1 !important;
}
.edit-button-tag>md-icon>.material-symbols-outlined
{
    font-size: 14px;
    padding-right: 0.5rem;
    padding-top: 0.1rem;
}
#btn-edit-tag
{
    right: 2.5rem
}
#btn-cancel-tag
{
    right: 2.5rem
}
.edit-tag-input
{
    color: black;
}
.edit-name-input
{
    color: black;
    font-size: 14px;
    width: 100%;
    padding-right: 44px;
    /* max-width: 220px; */
}
.edit-card-title-input
{
    color: black;
    font-size: 14px;
    width: 100%;
    /* max-width: 220px; */
}
.edit-tag-container
{
    position: relative;
}
.edit-name-container
{
    position: relative;
    display: inline-block;
    width: calc(100% - 40px);
}
.edit-card-title-container
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.edit-tag-container>.edit-button-tag
{
    top: 0;
}
.md-headline
{
    font-size: 18px;
}
.id-md-headline
{
    color: #545454;
}
md-card md-card-title md-card-title-media
{
    margin-top: 0;
}
.backlog-tag
{
    display: inline-block;
    padding: 0rem 0.5rem;
    border-radius: 50px;
}
.backlog-tag-importance-low
{
    background-color: #545454;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.backlog-tag-importance-normal
{
    background-color: rgb(185, 246, 202);
    color: black;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.backlog-tag-importance-dead
{
    background-color: rgb(221, 44, 0);
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.money-tag-status-paid
{
    background-color: #37bd35;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.money-tag-status-awaiting
{
    background-color: rgb(221, 44, 0);
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.money-tag-new
{
    background-color: rgb(185, 246, 202);
    color: black;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.message_i
{
    cursor: pointer;
    z-index: 0;
}
.md-btn-mess
{
    position: absolute;
    right: 0;
    display: none;
    z-index: 1111;
}
.md-btn-mess-t
{
    top: 0rem;
}
.md-btn-mess-b
{
    bottom: 0rem;
}
.md-btn-mess-c
{
    top: 25%;
}
.message_text:hover>.md-btn-mess
{
    display: block;
}

.money-tag-state-onWay
{
    background-color: #FFA000;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.money-tag-state-arrived
{
    background-color: #37bd35;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.money-tag-state-other
{
    background-color: rgb(156, 190, 133);
    color: black;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.money-tag-state-new
{
    background-color: rgb(185, 246, 202);
    color: black;
    box-shadow: 0px 0px 2px 0px #ccc;
}


.backlog-tag-status-new
{
    background-color: rgb(185, 246, 202);
    color: black;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.backlog-tag-status-work
{
    background-color: #37bd35;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.backlog-tag-status-close
{
    background-color: #545454;
    color: white;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.add-backlog-button
{
    padding-right: 1.5rem;
}

.loader-section
{
    position: fixed;
    display: flex;
    z-index: 11111111111;
    width: 100%;
    height: calc(100% - 64px);
    background: white;
    align-items: center;
    justify-content: center;
}
.loader-container
{
    width: 80%;
}
.loader-container>img
{
    width: 100%;
}
.loader-section>img
{
    width: 30%;
}
md-progress-linear.md-default-theme.md-taiga .md-bar, md-progress-linear.md-taiga .md-bar
{
    color: #538434;
}
.md-sidenav-left-standart
{
    /* max-width: 50%; */
    width: auto;
    min-width: 450px;
    /* width: 50%; */
}
.btn-device-left-menu
{
    width: 100%;
    margin: 0;
    text-align: left;
    margin-bottom: 0.5rem;

    white-space: normal;
    word-wrap: break-word;
    border-bottom: 1px solid #ccc;

    line-height: 16px;
}
.btn-device-left-menu>span
{
    font-size: 12px;
}

.md-taiga
{

}
.close-left-panel-bt
{
    position: absolute;
    right: 0;
    top: 1rem;
}
.padding0
{
    padding: 0;
}
.pm0
{
    padding: 0 !important;
    margin: 0 !important;
}
.fotoramaDiv
{
    min-width: 280px;
    max-width: 280px;
    position: relative;
    display: block;
    float: left;

    /* background: forestgreen;
    border-radius: 4px; */
}

.card-panel-taiga
{
    padding: 1rem 1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    box-sizing: border-box;
    position: relative;
    margin: 1rem;
    background: white;
    background-color: rgb(255,255,255);
    border-radius: 2px;
    color: rgba(0,0,0,0.87);
    float: left;
    /* width: 560px; */
    height: 420px;
    width: calc(600px + 2rem );
    /* display: flex; */
}
.md-botton-kostil-1
{

}
.md-botton-kostil-1>md-icon
{
    display: inline-block;
}
.md-botton-kostil-1>p
{
    display: inline-block;
    margin: 0;
}
.header-panel-device-big
{
    min-width: calc(600px + 34rem );
    width: auto;
}
.card-panel-full
{
    width: calc(100% - 3rem);
}
.card-panel-min
{
    width: 600px;
}
.header-release
{
    font-size: 18px;
    color: #535353;
    margin: 0;
}
.header-panel-device
{
    padding: 1rem 1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    box-sizing: border-box;
    display: block;
    margin: 1rem;
    background: white;
    background-color: rgb(255,255,255);
    border-radius: 2px;
    color: rgba(0,0,0,0.87);
    float: left;
    overflow-y: hidden;
    /* width: auto; */
}
.file_storage_card
{
    width: calc(890px + 2rem );
}
.name-project-header
{
    color: #538234;
    line-height: 18px;
    padding-bottom: 0.5rem;
}
.content-panel-taiga
{
    display: block;
    width: 100%;
}
.textarea-sticker
{
    width: 100%;
    min-height: 150px;
}
.textarea-sticker-preview
{
    width: 100%;
    min-height: 150px;
}
.textarea-sticker-1
{
    min-height: 260px;
}
.sticker-control
{
    width: 100%;
    display: inline-block;
    /* text-align: center; */
}
.title_card
{
    font-size: 18px;
    position: relative;
}
.btn-edit-title-card
{
    
    display: none;
    right: 0;
    top:-0.9rem;
}
.title_card:hover>.btn-edit-title-card
{
    display: inline-block;
}
.markdown-edit
{
    width: 100%;
    float: left;
    height: 100%;
    padding-right: 1rem;
}

.markdown-preview
{
    width: 37%;
    float: left;
    padding-right: 1rem;
}
.markdown-spur
{
    width: 26%;
    float: left;
    font-size: 11px;
    white-space: nowrap;
}
.chat_card
{
    /* max-height: 307px; */
    /* overflow-y: auto; */
    width: 290px;
}
.user_card_big
{
    width: 300px;
}
.sec_card
{
    border: 2px solid #ccc;
    background: #0000000d;
}
.at_user_card
{
    max-height: 420px;
    overflow-y: auto;
}
.functions-user-container-control
{
    float: left;
    width: 100%;
}
.functions-key-container-control
{
    float: left;
    width: 100%;
    max-height: calc(100% - 30px);
    overflow-y: auto;
    overflow-x: hidden;
}
.functions-user-container
{
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.executions_card
{
    width: 100%;
}
.Money_card
{
    width: 290px;
}
.sticker_card
{
    width: 600px;
}
.checkbox_card
{
    width: 290px;
}
.history_card
{
    width: 290px;
}
.edit-index-btn-c 
{
    position: absolute;
    z-index: 111;
    top: 170px;
    display: none;
}
.card-panel-taiga:hover>.edit-index-btn-c
{
    display: block;
}
.active-header-btn
{
    background: #ffffff36;
}
.right-edit-index-btn
{
    right: -12px;
    
}
.left-edit-index-btn
{
    left: -12px;
    
}
.left-delete-btn
{
    top: -5px;
    left: -15px;

}
md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), md-list-item>md-icon:first-child:not(.md-avatar-icon)
{
    margin-right: 1rem;
}
.left-delete-btn>.edit-index-btn
{
    background-color: rgb(221, 44, 0) !important;
    
}
.left-delete-btn>.edit-index-btn>md-icon>span
{
    color: white !important;
}
.center-edit-index-btn
{
    left: 50%;
}
.edit-card-position
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(83 130 52 / 96%);
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 100;
}
.control-top
{
    height: 50px;
    background: #538234;
}

.edit-card-position>.center-edit-index-btn
{
    position: relative;
    left: calc(50% - 72px);
    top: calc(50% - 48px);
}
.edit-index-btn
{
    background-color: white !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0.2rem;
    margin: 0;
    min-height: 30px;
    padding-top: 0rem;
    padding-bottom: 3.1rem;
}
.edit-index-btn>md-icon
{

}
.edit-index-btn>md-icon>span
{
    color: #545454;
    font-size: 16px;
}
md-list-item.md-3-line:before, md-list-item.md-3-line>.md-no-style:before
{
    min-height: 24px
}
md-list-item.md-3-line, md-list-item.md-3-line>.md-no-style
{
    min-height: 24px
}
.menu-span-l
{
    margin-left: 1rem;        
    color: #b1b1b1;
}
.header-menu
{
    background: #538234;
    padding: 0.3rem;
    padding-left: 1rem;
}
.header-menu>button
{
    color: white;
}
.header-menu>md-menu
{
    /* float: right; */
}
.header-menu>md-menu>button
{
    color: white;
}
.header-menu>md-menu>button>md-icon
{
    color: white;
}
.select-header
{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; 
}
.header-searchbox
{
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}
.help
{
    cursor: help;
}
.selectSelectHeader md-content._md
{
    max-height: 240px;
    scroll-padding-top: 50px;
}
.header-menu>button>md-icon
{
    color: white;
}
.header-menu>md-switch
{
    color: white;
    margin: 0;
}
.header-menu>md-switch>.md-label
{
    margin-top: -0.5rem;
}
.control-container-user-permission
{
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
}
.history-item
{
    background: #f0f0f0;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-top: 0.2rem;
}
.history-item-decor
{
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 50%;
    z-index: -1;
}
.history-container
{
    max-height: 350px;
    overflow: auto;
}
.chat-message-list
{
    height: 260px;
    overflow: auto;
}
.composition-message-list
{
    height: auto;
    overflow: auto;
}
.sticker-container
{
    /* max-height: 370px; */
    overflow: auto;
}
.card-message-from
{
    opacity: 0.7;
    font-size: 12px;
}
.card-message-time
{
    opacity: 0.7;
    font-size: 12px;
}
.message_text
{
    background: rgb(204 204 204 / 25%);
    margin: 0.2rem;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    position: relative;
    /* padding-left: 1rem; */
}
.header-title
{
    font-size: 18px;
    position: relative;
}
#btn-edit-desc
{
    display: none;
    right: 0;
    top:-0.9rem;
}
#btn-cancel-desc
{
    /* display: none; */
    right: 2.5rem;
    /* top:-0.9rem; */
}
#btn-cancel-name
{
    /* display: none; */
    right: 2.5rem;
    /* top:-0.9rem; */
}
.btn-cancel-card-title
{
    /* display: none; */
    right: 2.5rem;
    /* top:-0.9rem; */
}
.edit-desc-container>textarea
{
    width: 100%;
    min-height: 250px;
}
.sticker-data
{
    position: relative;
    max-height: 340px;
}
.btn-edit-sticker-data
{
    display: none;
    right: 0;
    top:-0.9rem;
}
.sticker-data:hover>.btn-edit-sticker-data
{
    display: inline-block;
}
#btn-edit-name
{
    display: none;
    right: 0;
    top:-0.9rem;
}
#btn-edit-status
{
    display: none;
    right: 0;
    top:-0.9rem;
}
.header-title-name
{
    position: relative;
}
.header-title-name:hover>#btn-edit-name
{
    display: inline-block;
}
.header-title-status
{
    position: relative;
}
.header-title-status:hover>#btn-edit-status
{
    display: inline-block;
}
.header-desc:hover>#btn-edit-desc
{
    display: inline-block;
}
.header-title-article
{

}
.header-title-article>p
{
    font-size: 14px;
    font-weight: 300;
    font-family: monospace;
    width: 100%;
    margin: 0;
}
.header-tags
{
    display: block;
    padding-top: 1.5rem;
    float: left;
    padding-left: 0.5rem;
}
.header-b
{
    display: block;
    padding-top: 1.5rem;
    float: left;
    padding-left: 0.5rem;
    width: 100%;
}
.header-desc
{
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    position: relative;
    overflow-y: auto;
    max-height: 300px;
}
.header-left
{
    width: 280px;
    display: block;
    float: left;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 280px;
}
.header-right
{
    width: 280px;
    display: block;
    float: left;
    padding-left: 1.5rem;
}
.card-h-man
{

}
.infoOrderContainer
{
    max-height: calc(100% - 26px);
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: auto;
}
.table-infoOrderContainer
{
    width: 100%;
}
.tr-table-infoOrderContainer
{

}
.tr-table-infoOrderContainer:hover
{
    background: #53843428;
}
.td-tr-table-infoOrder
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0;
} 
.h_td-tr-table-infoOrder
{
    color: #538234;
    font-weight: 800;
}
.p-info-order
{

}
.span-header-info-order
{

}
.span-text-info-order
{

}

.header-right-executions
{
    display: block;
    float: left;
    padding-left: 1.5rem;
    overflow: auto;
    max-height: 100%;
}
.info-container-ex
{
    max-height: 240px;
    overflow: auto;
}
.header-right-panel
{
    display: block;
    float: left;
    padding-left: 1.5rem;
    width: auto;
    max-width: calc(100% - 780px);
    height: 100%;
    /* max-width: 867px; */
}
.header-right-panel-2
{
        min-width: 600px;
}

.header-nav-bar>.md-nav-bar
{
    height: auto;
}
.header-nav-bar>.md-nav-bar>nav>ul
{
    display: inline-block;
}
.header-nav-bar>.md-nav-bar>md-nav-ink-bar
{
    display: none;
}
.header-nav-bar>.md-nav-bar>nav>ul>li{
    float: left;
}
.header-time
{
    /* display: block; */
    color: rgba(0,0,0,0.54);
    /* float: left; */
    font-size: 13px;
    color: #ccc;
    font-weight: 300;
    font-family: monospace;
    /* margin-top: 0.3rem; */
    /* padding-left: 0.5rem; */
}
.execution-hardware-list
{
    /* max-height: 240px; */
    overflow: auto;
}
.composition-message-list
{
    max-height: 240px;
    overflow: auto;
}
.header-time-card
{
    /* display: block; */
    color: rgba(0,0,0,0.54);
    /* float: left; */
    width: 100%;
    font-size: 13px;
    color: #ccc;
    font-weight: 300;
    font-family: monospace;
    /* margin-top: 0.3rem; */
    /* padding-left: 0.5rem; */
}
.status-entity
{
    font-size: 14px;
    font-weight: 300;
    font-family: monospace;
    width: 100%;
    margin: 0;
}
.md-icon-button-f
{
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 34px !important;
    float: right;
}
.md-icon-button-f>md-icon
{
    
}
.md-icon-button-f>md-icon>span
{
    font-size: 20px;
}
.md-sidenav-right-standart
{
    max-width: 50%;
    width: auto;
    min-width: 500px;
    /* width: 50%; */
}

.md-sidenav-right-big
{
    max-width: 50%;
    width: 50%;
}
.w30-i-b
{
    display: inline-block !important;
    width: 30%;
}
.w50-i-b
{
    display: inline-block !important;
    width: 50%;
    width: calc(50% - 20px);
}
.td_manufacture_input_container
{
    padding: 0 1rem;
}
.message_input>md-input-container>.md-icon-button
{
    position: absolute;
}
.message_input>md-input-container>.md-errors-spacer
{
    display: none;
}
.remove-buttom-message
{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.copy-buttom-message
{

    right: 30px;
}
.switch-edit-mode
{
    font-size: 14px;
    line-height: 36px;
    vertical-align: middle;
    font-weight: 500;
    display: inline-block;
}
.content-card-container-checkbox
{
    position: relative;
}
.container-a-composition
{
    position: relative;
}
.container-a-composition>.remove-buttom-message
{
    top:-0.4rem;
}
.content-card-container-checkbox>.remove-buttom-message
{
    top:-0.7rem;
}
.content-card-container-checkbox:hover>.remove-buttom-message,.container-a-composition:hover>.remove-buttom-message
{
    display: block;
}
.message_text:hover>.copy-buttom-message
{
    display: block;
}
.message_text:hover>.remove-buttom-message
{
    display: block;
}
.remove-buttom-message>md-icon>.material-symbols-outlined
{
    font-size: 16px;
}
.edit-button
{
    z-index: 5555;
    position: absolute;
}
.container-avatar-user-big
{
    width: 200px;
    height: 200px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
}
.container-btn-user 
{
    width: 200px;
    float: left;
}
.container-user-left
{
     width: 200px;
    float: left;
}
.comment-container-user
{
    max-height: 400px;
    overflow: auto;
    padding-top: 20px;
    /* margin-top: -20px; */
    margin-top: 2rem;
}
.comment-container-user>label
{
    height: 20px;
    top: -10px;
}
.header-user-text
{
    font-size: 22px;
    text-align: center;
    color: #757575;
    padding-bottom: 0.5rem;
}
.table-permission {
    display: flex;
    flex-direction: column;
    width: max-content; 
    margin-bottom: 2rem;
}
.row-permission {
    display: flex;
}
.row-permission-archive {
    opacity: 0.6;
}
.row-header-permission {
    font-weight: bold;
    background-color: #70b146d9;
    color: white;  
}
.card-permission
{
    width: 620px;
    overflow-y: auto;
}
.cell-permission {
    flex-grow: 1;
    border: 1px solid #0000002e;
    padding: 5px;
    width: 150px;
    min-width: 150px;
    overflow: hidden;
  }
  .cell-permission-big
  {
    width: 220px;
    min-width: 220px;
  }
  .cell-permission-big-man
  {
    width: 410px;
    min-width: 410px;
    /* font-size: 10px; */
  }
  .cell-permission-min
  {
    width: 60px;
    min-width: 60px;
    padding: 0;
  }
  .cell-permission-small
  {
    width: 120px;
    min-width: 120px;
  }
  .cell-permission-superbig
  {
    width: 300px;
    min-width: 300px;
  }
  .text-cell-permission
  {
        padding: 1.3rem 0.5rem;
  }
  .cell-key-cal
  {
    font-size: 10px;
    padding: 1.6rem 0.5rem;
  }
  .cell-key-cal-b
  {
    font-size: 10px; 
    padding: 1% 0.5rem;
    overflow-x: auto;
  }
  .addPermKey
  {
    /* padding-right: 3.5rem;
    margin-left: 0;
    padding-left: 2rem; */
    padding-right: 1.5rem;
    /* margin-left: 0;
    padding-left: 2rem; */
  }
  .md-table-edit
  {
    max-width: 50px;
    width: 50px;
    min-width: 50px;
        margin: 4px;
    
  }
  .cell-permission>md-checkbox
  {
    margin-bottom: 0;
  }
  .cell-permission>ul
  {
    list-style: none;
    padding-inline: 0;
  }
  .row-header-permission .cell-permission:first-child {
    flex: 0 0 auto;
  }
  .row-body-permission .cell-permission:not(:first-child) {
    flex: 1;
  }
    .h-cell-permission
    {
        background-color: #70b146d9;
        color: white;
    }
.active-user-text
{

}
.noactive-user-text
{

}
.userinactiv
{
    opacity: 0.5;
}
.btn-user
{
    width: calc(100% - 15px);
}
.container-info-user
{
    width: calc(100% - 200px);
    float: left;
    padding-left: 1.5rem;
    max-height: 100%;
    overflow-y: auto;
}
.edit-button-img
{
    z-index: 5555;
    position: absolute;
    display: none;
    right: 0.5rem;
    top: 0.5rem;
    background: #ffffff7d;
}
.container-avatar-user-big:hover>.edit-button-img
{
    z-index: 5555;
    position: absolute;
    display: block;
}
.slider-editor
{

}
.slider-editor-list
{
    
}
.slider-editor-list-item
{
    height: 100px;
    overflow: hidden;
    margin:  0.2rem 0;
}
.slider-editor-row-controls
{
    position: relative;
}
.container-control-slider
{
    display: inline-block;
    position: relative;
    width: calc(100% - 150px);
    float: left;
}
#3d_viewer
{
    min-height: 250px;
}
.md-input-container-m0
{
    margin-bottom: 0;
}
.search-device-container
{
    display: inline-block !important;
}
.md-no-momentum
{
    
}
.page-app
{
    max-height: calc(100% - 64px);
    overflow: auto;
}
.button-back
{
        position: absolute;
    top: 0.5rem;
}




.page-app-100
{
    height: 100%;
    /* max-height: 100% */
}
.label-inpit-taiga
{
    font-weight: 800;
    color: #538234;
}
.page-app-withCT
{
    max-height: calc(100% - 114px);
}
.container-control-file
{
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: -3rem;
    display: inline-block;
}
.checkbox-list-container
{
    margin-top: 1rem;
    height: 280px;
    overflow: auto;
}
.delete-control-slider
{
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.btn-add-slider-item
{
    position: absolute;
    right: 0.5rem;
    top: -0.71rem;
}
.radio-control-slider
{
    margin-left: 2rem;
    /* margin-top: 1.5rem; */
    font-weight: 500;
}
.slider-editor-list-item-image
{
    height: 100%;
}
.slider-editor-list-item-image-usr
{
    display: inline-block;
}
.container-preview-slider
{
    width: 150px;
    height: 100px;
    position: relative;
    display: inline-block;
    float: left;
}
.container-preview-slider-usr
{
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    float: left;
}
.preview-slider-item
{
    width: 100%;
    height: auto;
}
.new-item
{
    opacity: 0.5;
}
.slider-editor-list-item-image>img
{
    
}
.slider-editor-list-item-image>md-button
{
    
}
md-list-item
{
    min-height: 24px;
}
md-list-item>.md-button
{
    min-height: 24px;
}
.version-item
{
    padding: 0.2rem 1rem;
    white-space: nowrap;
    margin-bottom:0.2rem;
    overflow: hidden;
}
.version-item:hover
{
    background-color: rgb(84,84,84,0.09)
}
.version-item:active
{
    background-color: rgb(84,84,84,0.05)
}
.active-list-item-filestorage
{
    background-color: rgb(84,84,84,0.1)
}
.md-list-item .md-list-item-inner:before, md-list-item:before
{
    min-height: 24px;
}
.backlog-archive
{
    opacity: 0.5;
}
.file-item
{
    padding: 0.2rem 1rem;
    margin-left: 1.5rem;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom:0.2rem;
    overflow: hidden;
}
.file-item-h
{
    padding: 0.2rem 1rem;
    margin-left: 1.5rem;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom:0.2rem;
    overflow: hidden;
}
.file-item:hover
{
    background-color: rgb(84,84,84,0.1)
}
.file-item:active
{
    background-color: rgb(84,84,84,0.3)
}

.btn-taiga
{
    background-color: rgba(83, 132, 52, 0.9);
    border-color: #538434;
    color: white;
    padding: 0.3rem 2rem;
    border-radius: 4px;
}
.btn-taiga:hover
{
    background-color: rgba(83, 132, 52, 0.95);
}
.btn-taiga:active
{
    background-color: rgba(83, 132, 52, 1) !important;
    border-color: #538434 !important; 
}
.btn-taiga:focus
{
    background-color: rgba(83, 132, 52, 1) !important; 
    border-color: #538434 !important;
}

.file-item-active
{
    background-color: rgb(84,84,84,0.1)
}
/* .active-list-item-filestorage>.md-button 
{
    background-color: rgb(84,84,84,0.4)
} */
.file-item>span
{
    display: inline-block;
    margin: -1rem;
}
.file-item-h>span
{
    display: inline-block;
    /* margin: -1rem; */
    margin-top: 0.5rem;
}

.file-item>md-icon
{
    height: 16px;
    min-height: auto;
    display: inline-block;
}
.file-item-h>md-icon
{
    height: 16px;
    min-height: auto;
    display: inline-block;
    /* margin-top: 0.5rem; */
}
.width100
{
    width: 100%;
}
.margin0
{
    margin: 0;
}
.sortable-list {
       position: relative;
       margin-top: 1rem;
       /* min-height: 50px; */
       /* cursor: move; */
   }
   .sortable-item {
       /* padding: 10px; */
       /* border: 1px solid #ddd; */
       /* margin-bottom: 5px; */
       /* background-color: #f9f9f9; */
       
       position: relative;
       z-index: 1;
       touch-action: none; /* Отключаем стандартное поведение сенсорных событий */
       margin-left:0;
   }
   .select_entity
   {
    float: left;
    width: calc(100% - 60px);
   }
   .add_btn_select_entity
   {
        margin-top: -0.5rem !important;
        margin-left: 1rem !important;
   }
   .sortable-item>span
   {
    margin-left: 1.5rem;
   }
   .sortable-item.ui-sortable-helper {
       opacity: 0.7;
       background-color: #e0e0e0;
       /* border: 1px solid #ccc; */
       z-index: 1000;
   }
   .sortable-item.ui-sortable-placeholder {
       background-color: #f0f0f0;
       visibility: visible !important;
       /* height: 40px; */
       /* border: 1px dashed #ccc; */
   }
   /* Отключаем возможные конфликты с другими библиотеками */
   .sortable-list, .sortable-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: auto;
        max-height: auto !important;
        overflow-x: hidden;
       /* min-height: 100%; */
   }
.sortable-point
{
    line-height: 24px;
    height: 24px !important;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px #c1c1c1;
    cursor: move;
}
.sortable-point>span
{
    font-size: 20px;
    padding-left: 2px;
    padding-top: 2px;
}
.not-sortable>.sortable-point {
  cursor: default !important;
}
.container-content-editor
{
    min-height: 10rem;
}
.preview-img-mark
{
    max-width: calc(100% - 2rem);
    padding: 2rem;
    border: 1px solid green;
    border-radius: 4px;
    background: #ccc;
}
.label-gray-ccc
{
    color: rgba(0,0,0,0.54)
}
.md-input-container-table
{
    width: calc(100% - 20px);
}
.count_days_input_container
{
    width: 150px;
}
.container-avatar-user
{
    height: 120px !important;
    width:  120px !important;
}

.container-avatar-user>img
{
    border-radius: 4px;
}
.file-item>.md-button
{

}
md-list-item>.md-button>button
{
    min-height: 24px;
}
.md-list-item-inner
{
    min-height: 24px !important;
}
.file-item>.md-button>button
{
    max-height: 24px;
}
.file-item-h>.md-button>button
{
    max-height: 24px;
}
.file-item>.md-button>.md-list-item-inner
{
    max-height: 24px;
}
.file-item-h>.md-button>.md-list-item-inner
{
    max-height: 24px;
}
.file-item>.md-button>.md-list-item-inner
{
    /* min-height: 20px; */
    white-space: nowrap;
}
.file-item-h>.md-button>.md-list-item-inner
{
    /* min-height: 20px; */
    white-space: nowrap;
}
.file-item>.md-button>.md-list-item-inner>md-icon
{
    margin: 0 !important;
    padding-bottom: 1rem
}
.file-item-h>.md-button>.md-list-item-inner>md-icon
{
    margin: 0 !important;
    padding-bottom: 1rem
}
.file-item>.md-button>.md-list-item-inner>p
{

}
.main-panel-filestorage>md-content
{
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header-right-panel>md-content
{
    margin-top: 0;
    padding-top: 0;
    height: calc(100% - 100px);
}
.header-right-panel>md-content>hr
{
    margin-top: 0;
    margin-bottom: 0; 
}
.main-panel-filestorage>md-content>hr
{
   margin-top: 0; 
   
}
.t_animated
{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.md-button-filestorage-expand
{
    transform: scale(0.75);
}
.nav-panel-filestorage
{
    max-width: 350px;
    display: inline-block;
    float: left;
    width: 100%;
}
.first-i-c-b0
{
    margin-bottom: 0;
}
.m-t-0
{
    margin-top: 0;
}
.m-rl-0
{
    margin-right: 0;
    margin-left: 0;
}
.summary_price
{
    position: absolute;
    right: 1.5rem;
}
.nav-panel-money
{
    max-width: 200px;
    display: inline-block;
    float: left;
    width: 100%;
    overflow: hidden;
}
.nav-panel-money>md-input-container
{
    /* margin: 0;
    margin-top: 1.5rem; */
    
}
.main-panel-filestorage
{
    width: auto;
    display: inline-block;
    float: left;
    width: calc(100% - 350px) ;
}

.price-span-money
{
    padding: 0rem 0.4rem;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #538234;
    font-weight: 600;
    color: #538234;
}
.name-span-money
{
    font-weight: 600;
}

.control-container-file
{
    white-space: nowrap;
}
.list-item-filestorage
{
    width: 100%;
    position: relative;
}
.list-item-filestorage-container
{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}
.list-item-filestorage-container>button
{
    margin: 0;
    width: 100%;
}
.filestorage-container
{
    overflow: auto;
    max-height: 360px;
}
#btn-edit-slider
{
    display: none;
}
.fotoramaDiv:hover>#btn-edit-slider
{
    display: inline-block;
}
.active-toggle-btn>span
{
color: #538234;
}
.edit-sticker
{
    width: 760px;
    max-width: 760px;
}
.wauto
{
    width: auto;
}
#container_plan,
#buttonGroup {
    /* max-width: 1200px;
    min-width: 320px; */
    margin: 1em auto;
    margin-top: 2rem;
}


.hidden {
    display: none;
}
.removeTask
{
    padding: 3px 6px;
    height: 24px;
    width: 24px;
    line-height: 14px;
    border-radius: 50%;
}
.addTask
{
    padding: 3px 6px;
    height: 24px;
    width: 100%;
    line-height: 14px;
    border-radius: 2px;
}
.main-container button {
    font-size: 12px;
    border-radius: 2px;
    border: 0;
    background-color: #ddd;
    padding: 13px 18px;
}

.main-container button[disabled] {
    color: silver;
}

.button-row button {
    display: inline-block;
    margin: 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0 0 0 / 30%);
    transition: opacity 500ms;
    z-index: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    position: relative;
}

.popup input,
.popup select {
    width: 100%;
    margin: 5px 0 15px;
}

.popup button {
    float: right;
    margin-left: 0.2em;
}

.popup .clear {
    height: 50px;
}

.popup input[type="text"],
.popup select {
    height: 2em;
    font-size: 16px;
}
.margintop0
{
    margin-top: 0;
}
.marginbottom0
{
    margin-bottom: 0;
}

.upload-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  /* cursor: pointer; */
  transition: all 0.3s;
}
.upload-area.dragover {
  background: #e1f5fe;
  border-color: #0288d1;
}
.files-container-list {
    display: flex; /* Flexbox для равномерного выравнивания */
    flex-wrap: wrap; /* Перенос на следующую строку */
    width: 100%;
    padding-inline-start: 0;
    list-style: none;
}

.files-container {
    background: #cccccc36;
    padding: 0.5rem 0;
    margin-top: 1rem;
}

.files-container > h4 {
    padding-left: 1.5rem;
    text-align: left;
}

.files-container-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    list-style: none;
    align-items: flex-start; /* Выравниваем элементы по верхнему краю */
}

.item-file-list {
    
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрируем по горизонтали */
    justify-content: flex-start; /* Иконки сверху */
    word-break: break-all;
}
.icon-item-file-list
{
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрируем по горизонтали */
    justify-content: flex-start; /* Иконки сверху */
    word-break: break-all;
    padding: 0.5rem 1rem;
    position: relative;
}
.item-file-list:hover {
    background: #5382344a;
}
.container-remove-button
{
    position: absolute;
    z-index: 1;
    background: #5382344a;
    width: 100%;
    height: 100%;
    display: none;
}
.item-file-list:hover>.container-remove-button
{
    display: inline-block
}
.remove-button-file
{
    background-color:rgb(83,130,52) !important;
}
.remove-button-file>md-icon
{
    margin-left: 3px;
}
.file-list-content
{
}
.icon-item-file {
    width: 50px;
    height: 50px; /* Фиксированная высота для всех иконок */
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 0.5rem; /* Отступ до текста */
}

.name-item-file {
    font-size: 12px;
    text-align: center;
    word-break: break-all; /* Перенос длинных имен */
    max-width: 80px; /* Ограничиваем ширину текста */
    line-height: 1.2; /* Контролируем высоту строк текста */
    /* cursor: default; */
}

.item-file-list>md-menu
{

}
.item-file-list>md-menu>md-menu-content
{

}
.item-file-list>md-menu>md-menu-content>md-menu-item
{

}
.item-file-list>md-menu>md-menu-content>md-menu-item>md-button
{

}
.md-menu-item-file-list
{

}
.error {
    color: red;
}
@media (min-width: 768px) 
{
    .va
    {
        padding-top: 20%;
    }
        .panel-auth
    {
        max-width: 400px;
        max-width: 400px;
        padding: 0.5rem 4rem;
        padding-bottom: 3rem;
    }
    .loader-container
    {
        width: 30%;
    }
}