.form-error-report [class*=" icon-"], [class^=icon-] {
    top: 0 !important;
}

.form-error-report .file-caption-icon {
    line-height: 1.5385 !important;
}

.form-error-report .file-caption-name {
    line-height: 1.6 !important;
}

.form-error-report .file-input-new .glyphicon {
    line-height: 1 !important;
}

.form-error-report .glyphicon {
    line-height: 1.5385 !important;
}
*{
    outline:none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body{
    font-family: 'Satoshi', sans-serif;
    background-color:#E4E4E7;
    position: relative;
    padding:0;
    margin:0;
    display: block;
}
h1,h2,h3,h4,p{
    margin:0;
    padding:0;
}

ul{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    cursor:pointer;
}
img{
    max-width: 100%;
}


.container{
    max-width: 98%;
    margin: 0 auto;
    position:relative;
    display: block;
}

.wrapper-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width:100%;
    position: relative;
    min-width:1250px;
    gap:16px;
}
.sidebar{
    margin-top:20px;
    margin-bottom:20px;
    display: flex;
    position: sticky!important;
    top:20px;
    width: 64px;
    z-index: 80;
    min-height:calc(100vh - 40px);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease 0s;
}

.sidebar:hover a span{
    width:fit-content;
    overflow: visible;
    margin-left:8px;
}

.sidebar.active a span{
    width:fit-content;
    overflow: visible;
    margin-left:8px;
    display: block!important;
}
.sidebar.active .nav-sidebar{
    align-items: flex-start;
}
.sidebar.active .nav-item{
    width:100%;
}

.sidebar-xs .sidebar-main.active .nav-sidebar>.nav-item>.nav-link{
    justify-content: flex-start;
    padding-left:1.25rem;
    padding-right:1.25rem;
}

.sidebar-xs .sidebar-main.active .nav-sidebar>.nav-item>.nav-link i {
    margin-right: 1.25rem;
    margin-top: .12502rem;
    margin-bottom: .12502rem;
    top: 0;
}

.sidebar .sidebar-list a.active:before{
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    border-radius:16px;
    position:absolute;
    top:-10px;
    left:-10px;
    content:"";
    background:#DCFCE7;
    z-index:-1;
}
.sidebar:hover .sidebar-list a.active:before{
    width:260px;
}
.sidebar:hover{
    width:300px;
}

.sidebar:hover .sidebar-person{
    width:260px;
    justify-content: flex-start;

}

.sidebar.active .sidebar-list a.active:before{
    width:260px;
}
.sidebar.active{
    width:300px;
}

.sidebar.active .sidebar-person{
    width:260px;
    justify-content: flex-start;

}


.sidebar-person{
    padding:12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
}
.sidebar:hover .sidebar-person:before{
    position:absolute;
    right:20px;
    top:50%;
    transform: translate(0%, -50%);
    content:"";
    background:url('../images/sort.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:12px;
    height:12px;
}

.sidebar.active .sidebar-person:before{
    position:absolute;
    right:20px;
    top:50%;
    transform: translate(0%, -50%);
    content:"";
    background:url('../images/sort.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:12px;
    height:12px;
}


/*
.sidebar-ava-image-content{
    position:relative;
}

.sidebar:hover  .sidebar-ava-image-content:before{
    position:absolute;
    right:-40px;
    top:40%;
    transform: translate(0%, -50%);
    content:"";
    background:url('../images/sort.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:12px;
    height:12px;
}*/
.sidebar-ava-image{
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.sidebar-menu{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    position:relative;
    margin-bottom:16px;
    margin-top:16px;
}
.sidebar-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position:relative;
    margin-bottom:32px;
}
.sidebar:hover .sidebar-list{
    align-items: flex-start;
    margin-left:24px;
}
.sidebar.active .sidebar-list{
    align-items: flex-start;
    margin-left:24px;
}


.sidebar-list a{
    display:flex;
    align-items:center;
    justify-content: flex-start;
    position: relative;
}
.sidebar-list a p{
    color:#71717B;
    font-weight:500;
    font-size:14px;
    width:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-ava{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-ava img{
    width:40px;
    height:40px;
    object-fit: cover;
}
.sidebar-ava-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar:hover .sidebar-ava-image{
    gap:16px;
    justify-content: flex-start;
}

.sidebar.active .sidebar-ava-image{
    gap:16px;
    justify-content: flex-start;
}
.sidebar-ava-image-content{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar:hover .sidebar-ava-image-content{
    width:200px;
    overflow: visible;
}
.sidebar:hover .sidebar-ava{
    width:200px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left:24px;
}

.sidebar.active .sidebar-ava-image-content{
    width:200px;
    overflow: visible;
}
.sidebar.active .sidebar-ava{
    width:200px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left:20px;
}


.sidebar-ava-image-content h1{
    font-size:16px;
    font-weight:500;
    color:#000;
}
.sidebar-ava-image-content p{
    font-size:12px;
    font-weight:500;
    color:#71717B;
}




.sidebar-list:before{
    /* position: absolute;
     bottom:-8px;
     content:'';
     width:16px;
     height:1px;
     left:50%;
     margin-right:-50%;
     transform: translate(-50%, 0%);
     background:rgba(28, 28, 28, 0.30);*/
}
.sidebar:hover .sidebar-list:before{
    display: none;
}
.sidebar.active .sidebar-list:before{
    display: none;
}


.sidebar-list:nth-child(3):before{
    display: none;
}
/*
.sidebar-list a path{
    //stroke:#1C1C1C;
    fill-opacity:0.6;
}
*/

.sidebar-list a.active{
    stroke: #0D542B;
}

.main-screeen{
    margin-top:20px;
    width:calc(100% - 84px);
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.top-header{
    display: flex;
    width:100%;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 24px;
    background: rgba(48, 141, 85, 0.80);
}

.top-header-nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:32px;
}

.top-header-nav-front_back{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
}
.top-header-nav-back{
    cursor: pointer;
    width:32px;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.16);
}
.top-header-nav-front{
    cursor: pointer;
    width:32px;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    opacity:0.4;
    transform: rotate(180deg);
}



.top-header-bread{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:16px;
    color: rgba(255, 255, 255, 0.60);
}
.top-header-bread-ava{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.top-header-bread-ava img{
    width:32px;
    height:32px;
    border-radius:100px;
    object-fit: cover;
}

.top-header-bread-ava p{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.top-header-bread-ava svg{
    width:16px;
    height:16px;
    transition: all 1.5s ease 0s;
}
.top-header-bread-el{

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}

.top-header-bread-el p{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.top-header-bread-el svg{
    width:16px;
    height:16px;
    transition: all 0.3s ease 0s;
}
.top-header-bread-main-el{
    font-size:20px;
    color:#fff;
    font-weight:500;

}

.top-header-bread-main a{
    color:#fff;
    font-size:14px;
    font-weight:500;
}


.top-header-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.top-header-button{
    display: inline-block;
    position: relative;
}
.top-header-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 20px;
    color:#fff;
    font-weight:500;
    font-size:14px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.20);
}
.top-header-button svg{
    width:12px;
    height:12px;
    margin-right:8px;
}

.full-bottom-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    position:fixed;
    bottom:32px;
    left:50%;
    margin-right:-50%;
    transform: translate(-50%,0);
    z-index:5;
}

.bottom-nav{
    border-radius: 12px;
    background: var(--zinc-900, #18181B);
    display: flex;
    padding: 4px;
    align-items: center;
    transition: all 0.3s ease 0s;

}


.bottom-nav-menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:4px;
    padding:4px;
}
.bottom-nav-menu ul li{

    padding:8px 12px;
}
.bottom-nav-menu ul li.active{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
}
.bottom-nav-menu ul li a{
    color:#fff;
    font-size:14px;
    font-weight:500;
    opacity: 0.6;
    white-space: nowrap;
}
.bottom-nav-menu ul li.active a{
    opacity: 1;
}

.bottom-nav-button{
    padding-left:16px;
    position: relative;
    padding-right:4px;

}
.bottom-nav-button:before{
    height:16px;
    width:1px;
    position: absolute;
    content:"";
    left:0;
    top:50%;
    transform: translate(0%,-50%);
    background:#fff;
    opacity:0.6;
}
.bottom-nav-button a{
    color:#000;
    border-radius: 8px;
    background: #FFF;
    font-size:14px;
    font-weight:500;
    padding:8px 12px;
    display: flex;
    align-items: center;
}
.bottom-nav-button a svg{
    margin-right:5px;
}


.main-list{
    width:100%;
    min-height:calc(100vh - 130px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    margin-top:16px;
    padding:20px;
    padding-bottom:100px;
    margin-bottom:20px
}



.main-list-navigation{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.main-list-search{
    width:50%;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.main-list-search input{
    border:none;
    font-size:14px;
    padding-left:10px;
    background-color:transparent;
    color:#000;
    font-weight:400;
    width:100%;
}







.main-list-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.main-list-buttons-item{
    padding: 8px 20px 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;border-radius: 1000px;
    border: 1px solid #D4D4D8;
    cursor: pointer;
}

.main-list-buttons-item p{
    font-weight:600;
    font-size:14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}

.main-list-buttons-item svg{
    width:14px;
    height:14px;
}


.main-list-buttons select{

    gap: 6px;
    border-radius: 1000px;
    border: 1px solid #D4D4D8;
    cursor: pointer;
    padding: 8px 20px 8px 16px;
    width:70px;
}

select {
    cursor: pointer;
    appearance: none; /* убирает системную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/arrow.svg');
    background-size: 12px;
    background-position: 24px 0px;
    padding-right:10px;
    background-repeat: no-repeat;

}


.main-list-table-header{
    margin-top:24px;
    width:100%;
    padding:18px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #D4D4D8;
    border-bottom:1px solid #D4D4D8;
}
.main-list-table-header .table_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-list-table-header .table_item p{
    font-size:14px;
    font-weight:500;
    color:#71717B;
}

.main-list-table-header .table_item:nth-child(1){
    width:3%;

}
.main-list-table-header .table_item:nth-child(2){
    width:20%;
}
.main-list-table-header .table_item:nth-child(3){
    width:20%;

}
.main-list-table-header .table_item:nth-child(4){
    width:14%;
}
.main-list-table-header .table_item:nth-child(5){
    width:14%;
}
.main-list-table-header .table_item:nth-child(6){
    width:5%;
}
.main-list-table-header .table_item:nth-child(7){
    width:5%;
}



.main-list-table-item{
    width:100%;
    padding:18px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #D4D4D8;
}
.main-list-table-item .table_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-list-table-item .table_item p{
    font-size:14px;
    font-weight:500;
    color:#71717B;
}

.main-list-table-item .table_item:nth-child(1){
    width:3%;

}
.main-list-table-item .table_item:nth-child(2){
    width:20%;
}
.main-list-table-item .table_item:nth-child(3){
    width:20%;

}
.main-list-table-item .table_item:nth-child(4){
    width:14%;
}
.main-list-table-item .table_item:nth-child(5){
    width:14%;
}
.main-list-table-item .table_item:nth-child(6){
    width:5%;
}
.main-list-table-item .table_item:nth-child(7){
    width:5%;
}

.table_item a h1{
    font-size:14px;
    color:#000;
}
.table_name_person{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}
.table_name_person p{
    color:#000!important;
    font-weight:600!important;
}
.table_name_person a{
    color:#000!important;
    font-weight:600!important;
}
.table_item h2{
    font-size:16px;
}
.table_item svg{
    cursor:pointer;
}

.project-screen-header{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 24px;
}
.project-screen-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}


.project-screen-price{

    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.project-screen-price p{
    font-size:14px;
    font-weight:500;
    color:#767676;
}
.project-screen-price span{
    font-size:25px;
    color:#000;
    font-weight:600;
}


.project-table-header{
    margin-top:38px;
    display: flex;
    width:100%;
    padding:0px 24px;
    align-items: center;
    justify-content: space-between;
}
.project-table-header p{
    font-size:14px;
    color:#71717B;
    font-weight:500;
}

.project-table-header .project-table-item:nth-child(1){

    width:1%;
}

.project-table-header .project-table-item:nth-child(2){

    width:9%;
}

.project-table-header .project-table-item:nth-child(3){

    width:6%;
}

.project-table-header .project-table-item:nth-child(4){

    width:6%;
}

.project-table-header .project-table-item:nth-child(5){

    width:6%;
}

.project-table-header .project-table-item:nth-child(6){

    width:6%;
}

.project-table-header .project-table-item:nth-child(7){

    width:6%;
}

.project-table-header .project-table-item:nth-child(8){

    width:6%;
}

.project-table-header .project-table-item:nth-child(9){

    width:6%;
}

.project-table-header .project-table-item:nth-child(10){

    width:6%;
}

.project-table-header .project-table-item:nth-child(11){

    width:6%;
}

.project-table-header .project-table-item:nth-child(12){

    width:6%;
}

.project-table-header .project-table-item:nth-child(13){

    width:6%;
}

.project-table-header .project-table-item:nth-child(14){

    width:6%;
}

.project-table-header .project-table-item:nth-child(15){

    width:6%;
}

.project-table-header .project-table-item:nth-child(16){

    width:6%;
}

.project-table-header .project-table-item:nth-child(17){
    width:6%;
}


.project-table-item-big{
    margin-top:16px;
    width:100%;
    border-radius: 24px;
    background: #F4F4F5;
    padding:24px;
    position:relative;
}



.project-table-item-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-table-item-header h1{
    font-size:20px;
    font-weight:600;
}
.project-table-item-header p{
    padding:9px;
    background:#00A63E;
    border-radius:100%;
    cursor:pointer;
    width:30px;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-table-item-line{
    margin-top:16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.project-table-item-line-column:nth-child(1){

    width:1%;
    display: block;
}

.project-table-item-line-column:nth-child(2){

    width:9%;
}

.project-table-item-line-column:nth-child(3){

    width:6%;
}

.project-table-item-line-column:nth-child(4){

    width:6%;
}

.project-table-item-line-column:nth-child(5){

    width:6%;
}

.project-table-item-line-column:nth-child(6){

    width:6%;
}

.project-table-item-line-column:nth-child(7){

    width:6%;
}

.project-table-item-line-column:nth-child(8){

    width:6%;
}

.project-table-item-line-column:nth-child(9){

    width:6%;
}

.project-table-item-line-column:nth-child(10){

    width:6%;
}

.project-table-item-line-column:nth-child(11){

    width:6%;
}

.project-table-item-line-column:nth-child(12){

    width:6%;
}

.project-table-item-line-column:nth-child(13){

    width:6%;
}

.project-table-item-line-column:nth-child(14){

    width:6%;
}

.project-table-item-line-column:nth-child(15){

    width:6%;
}

.project-table-item-line-column:nth-child(16){

    width:6%;
    align-items: center;
    justify-content: flex-end;
    gap:8px;
}

.project-table-item-line-column:nth-child(17){
    width:6%;
}

.project-table-item-line-column{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.project-table-item-line-column input{
    width: 100%;
    height:32px;
    border-radius:12px;
    padding:8px 12px;
    border:none;
    background:#fff;
}
.project-table-item-line-column select{
    width: 100%;
    height:32px;
    border-radius:12px;
    padding:8px 12px;
    border:none;
    background:#fff url('../images/sort.svg');
    background-size: 6px;
    background-position: 82px 11px;
    padding-right:10px;
    background-repeat: no-repeat;
}

.project-screen{
    min-width:1730px;
    overflow-x:scroll;
}

.project-table-item-line-date{
    background-color:#7F22FE;
    color:#fff;
    padding:8px 16px;
    border-radius:12px;
    display: inline-block;
    font-size:12px;
    font-weight:600;
    margin-top:16px;
    margin-left:24px;

}

.project-table-item-line-group{
    width:100%;
    height:100%;
    background:rgba(127, 34, 254, 0.05);
    border-radius: 24px;
    border: 1px dashed #C4B4FF;
    padding:16px 24px 16px 24px;
    margin-top:-16px;

}

.project-table-item-big.payed{
    padding:0px;
}
.project-table-item-big.payed .project-table-item-header{
    padding:24px 24px 0px 24px
}


/* Сброс системного чекбокса */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 16px!important;
    height: 16px!important;
    border: 1.5px solid #D4D4D8;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    transition: all 0.2s ease;
    padding:0px!important
}

/* Состояние hover/focus */
input[type="checkbox"]:hover {
    border-color: #f1f1f1;
}
input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Отмечено (галочка) */
input[type="checkbox"]:checked {
    background-color: #000; /* зелёный как в твоём dashboard */
    border-color: #000;
}

/* Галочка (псевдоэлемент) */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

/* Чтобы немного приподнять span */
.checkbox span {
    margin-left: 8px;
    user-select: none;
}
select.status{
    background:#fff url('../images/arrow-white.svg');
    background-size: 7px;
    background-position: 85px 14px;
    padding-right:10px;
    background-repeat: no-repeat;
}
select.status{
    position:relative
}




.table_item select{
    width: 100%;
    height:32px;
    border-radius:12px;
    padding:8px 12px;
    border:none;
    background:#fff url('../images/arrow-white.svg');
    background-size: 6px;
    background-position: 95% 14px;
    padding-right:10px;
    background-repeat: no-repeat;
}

.table_item_select{
    width:100%;
}


.main-list-table-header .table_item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
}
.main-list-table-header .table_item svg{
    width:10px;
    height:10px;
}

.bottom-nav-active{
    padding:12px 20px;
    border-radius: 12px;
    border: 1px solid #D4D4D8;
    background: #FAFAFA;
    width:0;
    height:100%;
    overflow:hidden;
    visibility: hidden;
    transition: all 1.5s ease 0s;
}
.bottom-nav-active.active{

    width:100%;
    overflow:visible;
    visibility: visible;
}
.bottom-nav-menu-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding:5px;
}
.bottom-nav-menu-list li a{
    color:#000;
    font-size:14px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}
.bottom-nav-menu-list li.active{
    padding-right:16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bottom-nav-menu-list li.active:before{
    position: absolute;
    content:"";
    right:0;
    top:50%;
    transform: translate(0%, -50%);
    width:1px;
    height:100%;
    background-color:#dbdbdb;
}


.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

/* Скрытый checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Слайдер */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9ea;
    border-radius: 34px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Круг */
.slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Активное состояние */
.switch input:checked + .slider {
    background-color: #34c759; /* фирменный зелёный Apple */
}
.switch input:checked + .slider::before {
    transform: translateX(18px);
    box-shadow: 0 2px 8px rgba(52,199,89,0.4);
}
.main-list-button-item-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    margin-right:32px;
}
.main-list-button-item-toggle p{
    font-size:14px;
    font-weight:500;
}



.update_popup{
    width:100vw;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.update_popup.active{
    opacity:1;
    visibility: visible;
}
.background-popup{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity: 0.6;
}
.update-popup-content{
    position: absolute;
    z-index:2;
    background-color:#fff;
    right:20px;
    top:20px;
    width:30vw;
    padding:24px;
    height:calc(100vh - 40px);
    overflow-y:scroll;
    border-radius:40px;
}
.update-popup-header-flex{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.update-popup-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:12px;
}
.update-popup-header svg{
    border:1px solid #dbdbdb;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    padding:14px;
}
.update-popup-header h1{
    font-size:26px;
    font-weight:500;
}

.update-popup-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;      /* вертикальное центрирование */
    justify-content: center;  /* горизонтальное центрирование */
    border-radius: 50%;
    background: rgba(24, 24, 27, 0.04);
}

.update-popup-icon .close {
    padding: 0;               /* убираем стандартные отступы */
    margin: 0;
    line-height: 1;           /* убираем влияние line-height */
    border: none;
    background: transparent;  /* убираем фон кнопки */
    display: flex;
    align-items: center;
    justify-content: center;
}


.update-popup-form{
    margin-top:32px;
    width:100%;
}
.update-popup-form form{
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    gap:24px;
}

.update-form-label{
    width:100%;
}
.update-form-label label{
    font-size:12px;
    color:#71717B;
    font-weight:600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position:relative;
}
.update-form-label label input{
    width:100%;
    padding:10px 14px;
    border:1px solid #D4D4D8;
    border-radius:12px;
    font-size:16px;
    overflow: hidden;
}

.project-table-item-line-column-icon{
    cursor:pointer;
}
.input-icons{
    background-color:#fff;
    position: absolute;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    height: 30px;
}

.update-form-label label select{
    width:100%;
    margin-top:10px;
    padding:10px 14px;
    border:1px solid #D4D4D8;
    border-radius:12px;
    font-size:16px;
    background:#fff url('../images/sort.svg');
    background-size: 6px;
    background-position: 95% 13px;
    padding-right:10px;
    background-repeat: no-repeat;
}



.update-form-label-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
    width:100%;
}

.update-form-label-flex label input{
    width:100%;
    margin-top:10px;
    padding:10px 14px;
    border:1px solid #D4D4D8;
    border-radius:12px;
    font-size:16px;
}
.update-form-label label textarea{
    width:100%;
    resize: none;
    height:200px;
    margin-top:10px;
    padding:10px 14px;
    border:1px solid #D4D4D8;
    border-radius:12px;
    font-size:16px;
}
.update-form-label-flex label select{
    width:100%;
    margin-top:10px;
    padding:10px 14px;
    border:1px solid #D4D4D8;
    border-radius:12px;
    font-size:16px;

    background:#fff url('../images/sort.svg');
    background-size: 6px;
    background-position: 95% 13px;
    padding-right:10px;
    background-repeat: no-repeat;
}

.update-form-label-flex label{
    font-size:12px;
    color:#71717B;
    font-weight:600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width:calc(50% - 8px);
}

.update-popup-form form button{
    font-size:16px;
    font-weight:600;
    color:#fff;
    border-radius:24px;
    background-color:#000;
    border:none;
    margin-top:50px;
    padding:10px 28px;
}




.chat_popup{
    width:100vw;
    height:100vh;
    z-index:100;
    position: fixed;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.3s ease 0s;
    visibility: hidden;
}
.chat_popup.active{

    opacity:1;
    visibility: visible;
}

.chat-popup-content{
    width:30%;
    height:50%;
    position:absolute;
    top:50%;
    left:50%;
    margin-right:-50%;
    transform: translate(-50%,-50%);
    background-color:#fff;
    border-radius:24px;
    padding:24px;
}

.chat-body{
    width:100%;
    height:calc(100% - 120px);
    padding-top:32px;
    padding-bottom:32px;
    overflow-y:scroll;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
/* Сообщения */
.message {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    word-wrap: break-word;
}

.message .bubble {
    padding: 10px 14px;
    border-radius: 12px;
    line-height: 1.4;
    max-width: 75%;
}

.message.left .bubble {
    background: #F4F4F5;
    color: #18181b;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.message.right .bubble {
    background: #F0FDF4;
    color: #000;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

/* Ник и время */
.message .meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    opacity: 1;
    padding: 0 4px;
}

.message.left .meta {
    color: #18181b;
    justify-content: flex-start;
    gap: 8px;
}

.message.right .meta {
    color: #000;
    justify-content: flex-end;
    gap: 8px;
}
.message .meta .name{
    font-weight:600
}
.message .meta .time{
    opacity:0.6;
}

/* Поле ввода */
.chat-input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0px;
    background: #fff;
}

.chat-input input {
    flex: 1;
    border: 1px solid #D4D4D8;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
}

.chat-input input:focus {
    border-color: #000;
}

.chat-input button {
    background: #000;
    border: none;
    color: #fff;
    border-radius: 24px;
    padding:0px 24px;
    font-size:14px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}







.popup_upload {
    position: fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index: 1000;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease 0s;
}

.popup_upload.active{
    opacity:1;
    visibility: visible;
}

.upload-popup-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color:#fff;
    border-radius:24px;
    top:50%;
    left:50%;
    margin-right:-50%;
    transform: translate(-50%,-50%);
    width:30%;
    padding:24px;
}

.popup-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
}

/* Зона drag & drop */
.upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    margin: 16px 0px;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-area svg{
    width: 50px;
    height:50px;
    padding:18px;
    border-radius:50%;
    background-color:#F4F4F5;
}
.upload-area.dragover {
    background: #ecfdf5;
    border-color: #34c759;
}

.upload-area p {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
}

.upload-area span {
    font-size:12px;
    color: #71717B;
    cursor: pointer;
}

/* Информация о файле */
.file-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #D4D4D8;
    background: #fff;
    width:100%;
    border-radius:20px;
}

.file-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-details svg{
    width:50px;
    height:50px;
    background-color:#F4F4F5;
    padding:14px;
    border-radius:14px;
}
.file-meta p {
    margin: 0;
    line-height: 1.3;
}

.file-name {
    font-size:14px;
    font-weight: 500;
    color: #18181b;
}

.file-size {
    font-size: 12px;
    color: #71717B;
}

.file-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-actions button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.file-actions button:hover {
    transform: scale(1.1);
}

.hidden {
    display: none;
}

.file-info-close_button{
    margin-top:24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width:100%;
}

.file-info-close_button p{
    background-color:#000;
    color:#fff;
    font-size:14px;
    font-weight:600;
    padding:8px 28px;
    border-radius:24px;
}

.popup_notes{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.popup_notes.active{
    opacity:1;
    visibility: visible;
}


.popup_notes_content{
    position: absolute;
    top:50%;
    left:50%;
    margin-right:-50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    width:30%;
    height:50%;
    border-radius:24px;
    padding:24px;
}

.popup_notes_form{
    margin-top:24px;
    width:100%;
}
.popup_notes_form form{
    width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}
.popup_notes_form label{
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap:8px;
    font-size:14px;
    font-weight:600;
    color:#71717B;

}
.popup_notes_form textarea{
    width:100%;
    height:200px;
    resize: none;
    border-radius:12px;
    border:1px solid #D4D4D8;
    padding:10px 14px;
    font-size:16px;
}
.popup_notes_form button{
    margin-top:36px;
    background-color:#000;
    color:#fff;
    padding:12px 36px;
    border-radius:100px;
    border:none;
    font-size:14px;
    font-weight:600;
    cursor: pointer;
}




.sidebar_background{
    cursor: pointer;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    position: fixed;
    background:#000;
    opacity: 0;
    visibility: hidden;
    transition:all 0.3s ease 0s;
    z-index: 30;
}

.sidebar_background.active{

    opacity: 0.2;
    visibility: visible;
}


.siderbar_bottom_popup{
    position:absolute;
    left:320px;
    bottom:0;
    background-color:#fff;
    z-index: 100;
    padding:12px;
    width:300px;
    border-radius:24px;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.siderbar_bottom_popup.active{

    opacity: 1;
    visibility: visible;
}

.sidebar_bottom_popup_content_flex{
    margin-top:24px;
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap:32px;

}
.sidebar-xs .sidebar-main.active .nav-sidebar>.nav-item-header>div{
    display: block;
    padding: .75rem 1.25rem;
    margin-top: .5rem;
}
.sidebar-xs .sidebar-main.active .nav-sidebar>.nav-item-header>i{
    display: none;
}
.sidebar_bottom_popup_content_flex ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap:8px;
}
.sidebar_bottom_popup_content_flex ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:12px;
    color:#71717B;
}
.sidebar_bottom_popup_content_flex li a{
    color:#000;
    font-size:16px;
    font-weight:500;
}

.sidebar_bottom_popup_content_flex li a path{

    stroke:#71717B;
}

.sidebar_bottom_popup_exit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:12px;
    color:#C10007;
    font-size:16px;
    font-weight:600;
    margin-bottom:12px;
}


.sidebar_up_popup{

    position:absolute;
    left:320px;
    top:0px;
    background-color:#fff;
    z-index: 100;
    padding:12px;
    width:340px;
    border-radius:24px;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.sidebar_up_popup.active{

    opacity: 1 !important;
    visibility: visible!important;
    display: block!important;
}
.sidebar_up_popup_search{
    position:relative;
    width:100%;

}
.sidebar_up_popup_search input{
    width:100%;
    border-radius:16px;
    background-color:#F4F4F5;
    border:none;
    padding:12px 26px;
    padding-left:32px
}
.sidebar_up_popup_search svg{
    display: none;
    position:absolute;
    left:5px;
    top:50%;
    transform: translate(0%, -50%);
}

.sidebar_up_popup_list{
    width:100%;
    display:flex;
    align-items: flex-start;
    justify-self: center;
    flex-direction: column;
    max-height:550px;
    overflow-y: scroll;
    margin-top:30px
}

.sidebar_up_popup_list_item{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
    margin:5px 0px;
    padding:5px 0px;
    position: relative;
}
.sidebar_up_popup_list_item.active:before{
    position: absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    content:'';
    border-radius:16px;
    background-color:#DCFCE7;
    z-index: -1;
}

.sidebar_up_popup_create{
    width:100%;
    padding:12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color:#F4F4F5;
    border-radius:16px;
    margin-top:24px;
    cursor:pointer;
}

.sidebar_up_popup_create a{
    font-size:14px;
    font-weight:500;
    white-space: nowrap;        /* не переносить */
    overflow: hidden;           /* обрезать всё, что не влезает */
    text-overflow: ellipsis;    /* добавить ... */
    width: 210px;   
}
.sidebar_drag{
    padding-left:10px;
}

.sidebar_up_popup_create a h1{
    white-space: nowrap;        /* не переносить */
    overflow: hidden;           /* обрезать всё, что не влезает */
    text-overflow: ellipsis;    /* добавить ... */
    width: 210px;   
}

.create_popup{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:100;
    opacity:0;
    transition:all 0.3s ease 0s;
    visibility: hidden;
}
.create_popup.active{
    opacity:1;
    visibility: visible;
}

.update-form-button-new{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.update-form-button-new p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    display: inline-block;
    background-color:#F4F4F5;
    border-radius:16px;
    font-size:14px;
    font-weight:500;
    padding:8px 26px;
    cursor:pointer;
}
.update-form-button-newfield {
    width:100%;
    padding:24px 12px;
    background-color:#F4F4F5;
    border-radius:16px;
    display:none;
    height:0;
    overflow:hidden;
    transition: all 0.3s ease 0s;
}

.update-form-button-newfield.active{
    display: block;
    height:auto;
    overflow:visible;
}

.update-form-button-newfield-menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:12px;
    width:100%;
    position: relative;
}
.update-form-button-newfield-menu svg{
    position:absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    width:10px;
    height:10px;
}
.update-form-button-newfield-menu p{
    font-size:14px;
    padding:8px 12px;
    background-color:transparent;
    border-radius:16px;
    font-weight:500;
    cursor:pointer;
    color:#71717B;
}
.update-form-button-newfield-menu p.active{
    background-color:#D4D4D8;
    color:#000;
}
.update-form-button-newfield-form{
    margin-top:24px;
    display: none;
}
.update-form-button-newfield-form.active{
    display: block;
}
.update_apply_button{
    margin-top:24px;
    background-color:#000;
    padding:8px 20px;
    color:#fff;
    cursor: pointer;
    font-size:14px;
    font-weight:600;
    border-radius:24px;
    display: inline-block;
}


.add_on_notes{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index: 100;
    opacity:0;
    visibility: hidden;
    transition:all 0.3s ease 0s;
}
.add_on_notes.active{
    opacity:1;
    visibility: visible;
}

/*.update-form-label-flex{*/
/*    margin-top:20px;*/
/*}*/

.add_on-flex_buttons{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add_on-flex_buttons p{
    border:1px solid #C10007;
    color:#C10007;
    font-size:14px;
    font-weight:600;
    padding:12px 36px;
    margin-top:36px;
    border-radius:24px;
}



.deadlines_popup{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:100;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.deadlines_popup.active{
    opacity:1;
    visibility: visible;
}

.deadlines-content{
    position:absolute;
    top:50%;
    left:50%;
    margin-right:-50%;
    transform: translate(-50%, -50%);
    background-color:#fff;
    border-radius:24px;
    width:60%;
    height:auto;
    padding:24px;
    padding-bottom:36px;
}
.deadlines_form{
    margin-top:24px;
}
.deadlines_form h1{
    font-size:20px;
}
.deadlines_form_flex{
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}

.deadlines_form_flex.first{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px dotted #D4D4D8
}
.deadlines_form_flex label{
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    font-size:12px;
    font-weight:600;
    color:#71717B;
}
.deadlines_form_flex input{
    width:100%;
    border:1px solid #D4D4D8;
    border-radius:16px;
    padding:10px 14px;
    margin-top:5px;
}

.deadlines_form_flex select{
    width:100%;
    border:1px solid #D4D4D8;
    border-radius:16px;
    padding:10px 14px;
    margin-top:5px;

    cursor: pointer;
    appearance: none; /* убирает системную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/sort.svg');
    background-size: 6px;
    background-position: 92% 12px;
    padding-right:10px;
    background-repeat: no-repeat;
}
.deadline_form_drag{
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.deadline_form_drag p{
    opacity:0;
    visibility: hidden;
}

.deadlines_form button{
    background-color:#000;
    padding:12px 36px;
    border:none;
    border-radius:24px;
    color:#fff;
    cursor: pointer;
    font-size:14px;
    font-weight:600;
    margin-top:30px;
}


.summary_popup{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:100;
    opacity:0;
    visibility: hidden;
}
.summary_popup.active{
    opacity:1;
    visibility:visible;
}
.summary_content{
    width:40%;
    right:20px;
    height:calc(100vh - 40px);
    background-color:#fff;
    border-radius:24px;
    z-index: 3;
    position: absolute;
    top:20px;
    padding:24px;
}
.summary_content_table{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    width:100%;
}
.summary_content_table_header{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:16px;
    margin-top:40px;
    font-size:12px;
    color:#71717B;
    padding-bottom:12px;
    border-bottom:1px solid #000;
    text-align: right;
    text-transform: uppercase;
}
.summary_content_table_header span{
    text-transform: none;
}
.summary_content_table_line{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:16px;
    font-size:14px;
    color:#18181B;
    margin-top:12px;
    padding-bottom:12px;
    border-bottom:1px solid #dbdbdb;
    text-align: right;
}
.summary_content_table_column{
    width:100%;
}

.summary_content_table_line .summary_content_table_column:nth-child(1){
    text-align:left;
    font-weight:600;
}

.field-input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}






/*
Last update 14.11.2025
*/


.breadcrumb-item{
    display: flex!important;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:12px;
}
.breadcrumb-item .icon-home2:before{
    color:#fff;
}

.breadcrumb{
    color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}

.breadcrumb-item.active{
    font-size:20px;
    color:#fff;
}

.breadcrumb-item+.breadcrumb-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-content .nav-item a i{
    color:#71717B;
}
.sidebar-content{
    width:100%!important;
}
.nav-sidebar>.nav-item>.nav-link{
    color:#71717B;
    font-size:14px;
}
.sidebar:hover .sidebar-ava{
    margin-left:0;
}
.sidebar-xs .sidebar-main .sidebar-user .media{
    justify-content: center;
}

.sidebar-xs .sidebar-main:hover .sidebar-user .media{
    justify-content: flex-start!important;
}

.sidebar-xs .sidebar-main.active .sidebar-user .media{
    justify-content: flex-start!important;
}
.sidebar-ava-image{
    width:100%;
}
.sidebar{
    align-items: flex-start;
    margin-left:20px;
    transition:all 0.3s ease 0s!important;
}






.dtr-inline.collapsed tbody tr td:first-child, .dtr-inline.collapsed tbody tr th:first-child{
    padding-left:20px;
}

a{
    color: #000;
}
input[type="checkbox"]:checked::after{
    width:4px;
    height:8px;

}


.btn-group a{
    padding:8px 24px;
    font-size:12px;
    border-radius:16px;
}

.table-responsive input{
    font-size:12px!important;
}


.col-total{
    white-space: nowrap;        /* не переносить */
    overflow: hidden;           /* обрезать всё, что не влезает */
    text-overflow: ellipsis;    /* добавить ... */
    width: 83px;  
}

.media-body a{

    white-space: nowrap;        /* не переносить */
    overflow: hidden;           /* обрезать всё, что не влезает */
    text-overflow: ellipsis;    /* добавить ... */
    width: 118px;  
}

.icon-menu7:before{
    content: '\22EE';
    font-weight: 900; /* или 700 */
    font-size: 20px;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color:transparent;
}


.filters.odd{
    display: none;
}

.table_name_person{
    justify-content: flex-start;
}

.sidebar_up_popup_create a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    flex-direction: column;
}

.sidebar_bottom_popup_exit a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
    color:#C10007;
}

.sidebar_drag{
    display: none;
}

.nav-sidebar .nav-item:not(.nav-item-divider){
    margin-bottom:0px!important;
}

.nav-sidebar .nav-link{
    padding:0.75rem 1rem!important;
}

.sidebar .nav-sidebar .nav-item-header{
    margin-top:0px!important;
    padding-top:.75rem!important;
}

.nav-item-header .text-uppercase{
    margin-top:0px!important;
    padding-top:0px!important;
}
.sidebar.active .sidebar-ava{
    margin-left:0px!important;
}

.nav-item i{
    width:16px!important;
    height:15px!important;
}

.chats-icon-label{
    margin-left:8px!important;
}


.sidebar.active .nav-item-submenu>.nav-link:after{
    display: block!important;
}

[class^="ph-"]:before, [class*=" ph-"]:before{
    width:16px!important;
    height:15px!important;
}

.nav-link.active{
    background-color: #DCFCE7;
}

.sidebar.active .sidebar-person{
    width:100%;
    padding:1.25rem;
}
.sidebar:hover .sidebar-person{

    width:100%;
    padding:1.25rem;
}

.sidebar.active .sidebar-person img{
  
    margin-left:0px;
}
.sidebar:hover .sidebar-person img{

    margin-left:0px;
}

.card-body{
    padding:1.25rem 0.25rem!important;
}


.sidebar:hover .card-body{
    
    padding:1.25rem 1rem!important;
}

.sidebar.active .card-body{
    
    padding:1.25rem 1rem!important;
}
.col-type .dropdown{
    width:100%!important
}
.col-type .dropdown button{
    width:100%!important;
    min-width: 0 !important;
}

.col-type .dropdown button.dropdown-toggle::after{
    position:absolute!important;
    right:10px;
}
.dropdown-menu{
    padding:12px!important;
}

