:root {
    --rk-block-color: #f1f1f1;
}

/*====================================================*/
/*    MENU */
/*====================================================*/
/*.Menu {*/
/*    display: flex;*/
/*    z-index: 55;*/
/*    !* position: sticky;*!*/
/*    top: 0;*/
/*    -webkit-backdrop-filter: blur(10px);*/
/*    margin: 0 auto;*/
/*    padding: 0px 20px;*/
/*    align-items: center;*/
/*    #border-bottom: 1px solid rgb(0 0 0 / 48%);*/
/*    !* box-shadow: 0 2px 12px rgb(0 0 0 / 15%);*!*/
/*}*/

.Menu {
    display: flex;
    z-index: 55;
    /* width: 630px; */
    /* background-color: #0c0c0c; */
    #margin: 5px auto;
    top: 0;
    /* border-radius: 12px; */
    -webkit-backdrop-filter: blur(10px);
    /* margin: 0 auto; */
    /* margin-top: 20px; */
    padding: 4px 5px;
    align-items: center;
    /* box-shadow: 0 2px 12px rgb(0 0 0 / 15%);*/
    /*background: linear-gradient(90deg, rgb(70 184 253 / 0%) 0%, rgb(70 184 253 / 8%) 40%, rgb(255 89 235 / 8%) 47%, rgb(210 99 237 / 8%) 55%, rgb(252 177 70 / 8%) 60%, rgb(252 177 70 / 0%) 100%);*/
}


.Menu {
    .logo {
        line-height: 22px;
        #margin: 20px 20px 22px 0;
        margin: 10px 15px 10px 0;
        font-weight: 600;
        font-size: 16px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        #color: #635bff;
        font-weight: bold;
    }

    .el {
        transition: all 180ms ease-in-out;
        position: relative;
        cursor: pointer;
        padding: 5px 8px 4px 8px;
        white-space: nowrap;
        border-radius: 6px;
        display: flex;
        gap: 5px;
        color: #0000007d;
        margin: 0 2px;
        align-items: center;
    }

    .el.select {
        color: #6459e5;
        /*background-color: #0000000f;*/
    }

    .el:hover {
        color: #6459e5;
        /*background-color: #0000000f;*/
    }

    .login {
        background-color: #cfcfcf;
        color: #000000fc;
    }

    .separate {
        flex: 1;
    }

    .Menu-el-user {
        z-index: 100;
        transition: all 180ms ease-in-out;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

    .Menu-user-role {
        padding: 1px 5px;
        margin: 0 5px;
        border-radius: 5px;
        /*font-weight: 600;*/
        text-align: center;
        color: #00000042;
    }

    .-user-role-0 {

    }

    .-user-role-1 {

    }

    .-user-role-2 {

    }

    .-user-role-3 {

    }

    .popup {
        text-align: left;
        visibility: hidden;
        position: absolute;
        z-index: 100;
        top: 16px;
        right: 0;
        border-radius: 8px;
        opacity: 0;
        min-width: max-content;
        max-width: 200px;
        padding: 12px 15px;
        background-color: rgb(255 255 255 / 51%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);
    }

    .el:hover .popup, .Menu-el-user:hover .popup {
        /*transform: scale(1);*/
        visibility: visible;
        -webkit-transition: visibility 200ms linear, opacity 150ms linear;
        transition: visibility 200ms linear, opacity 150ms linear;
        opacity: 1;
    }

    .Menu-avatar img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .Menu-popup-el {
        font-weight: 500;
        padding: 4px 0;
        display: block;
    }

    .Menu-popup-el:hover{
        color: #6459e5;
    }

    .Menu-separate-h {
        border-bottom: 1px dashed #00000014;
        margin: 7px -15px;
    }

    .Menu-avatar {
        width: 32px;
        height: 32px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #008cff30;
        background: linear-gradient(40deg, rgb(70 184 253 / 61%) 0%, rgb(255 89 235 / 28%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);
    }

    .Menu-avatar.big {
        width: 68px;
        overflow: hidden;
        height: 68px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}


/*====================================================*/
/*    Modal */
/*====================================================*/

.Modal-window-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(255 255 255 / 50%);*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.Modal-window-content {
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    overflow: auto;
    max-height: 80%;
    position: relative;
    background-color: rgb(255 255 255 / 88%);
    /*box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(0, 0, 0, 0.18) 0px 30px 60px -30px;*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 31px 30px -20px rgb(0 0 0 / 11%), 0 30px 60px -30px rgb(0 0 0 / 18%);
}

.Modal-window-header {

}

.Modal-window-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: #00000038;
}

.Modal-window-body {

}

.Modal-window-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.Modal-window-content.-small {
    width: 400px;
}


/*====================================================*/
/*    POPUP-INFO */
/*====================================================*/
.Popup-info {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #373737c7;
    color: #fbfbfb;
    border-radius: 6px;
    padding: 15px 20px;
    z-index: 99999;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.Popup-info-content {
    text-align: center;
}

.Popup-info-enter-active, .Popup-info-leave-active {
    transition: opacity 0.3s ease;
}

.Popup-info-enter, .Popup-info-leave-to /* .Popup-info-leave-active in <2.1.8 */
{
    opacity: 0;
}

.Popup-info-enter-to, .Popup-info-leave {
    opacity: 1;
}


/*====================================================*/
/*    MODAL */
/*====================================================*/
/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #000000;
    margin: 5% auto;
    padding: 20px;
    border-radius: 12px;
    #width: 80%;
    width: fit-content;
    position: relative;
}

.close {
    color: #aaa;
    font-size: 28px;
    #font-weight: bold;
    position: absolute;
    right: 2px;
    top: 0px;
    line-height: 0;
    padding: 20px 10px;
    cursor: pointer;
}

/*.close:hover,*/
/*.close:focus {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/

#videoPreview, #videoPlayback {
    width: 100%;
}


/*====================================================*/
/*    FIELD POPUP */
/*====================================================*/
/* Стили для всплывающего окна */
.Field-popup {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.93);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 10px;
    #margin-top: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.Field-popup ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Field-popup li {
    padding: 5px 0;
    cursor: pointer;
}

.Field-popup li:hover {
    background-color: rgba(255, 255, 255, 0.04);
}


/*====================================================*/
/*    RK */
/*====================================================*/

.Rk-page {
    margin: 0 5px;
}

.Rk-table {
    width: 100%;
}

.Rk-block {
    /* border-radius: 5px; */
    display: flex;
    align-content: center;
    align-items: center;
    /* background-color: #f1f1f1; */
    padding: 2px 0px 1px 4px;
    /* border-top: 1px solid #ebebeb; */
    /* border-bottom: 1px solid #ebebeb;*/
}

.Rk-hide-el {
    padding: 3px 7px;
    /* background-color: #d7e8fa; */
    margin: 0px 0;
    color: #000000b8;
    border-radius: 5px;
    cursor: pointer;
}

.Rk-hide-el:hover {
    background-color: #ededed;
}

.Rk-hide-el.-is-hide {
    /* background-color: #ededed; */
    color: #ababab;
    opacity: 0.5;
}

.Rk-hide-el-all {
    padding: 5px 10px;
    background-color: #9992ff;
    margin: 2px 0;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.Tables-block {
    overflow: auto;
    #height: 55%;
}

.Table-fields-block {
    /*background-color: var(--rk-block-color);*/
    #margin-top: 10px;
    height: 100vh;
    height: calc(100vh - 70px);
    border-radius: 4px;
    #padding: 15px;
    flex: 3;
    overflow: auto;
    display: flex;
    flex-direction: column;

}

.Rk-blocks {
    display: flex;
    margin-top: 6px;
    gap: 1px;
}

.Rk-left-block {
    flex: 2;
    border-radius: 4px;
    overflow: hidden;
}

.Rk-right-block {
    flex: 1;
    border-radius: 4px;
    max-width: 250px;
    display: flex;
    height: 100vh;
    height: calc(100vh - 70px);
    flex-direction: column;
    flex-wrap: nowrap;
}

.Rk-right-block.RESIZE, .Rk-left-block.RESIZE, .Field-info-block.RESIZE {
    flex: unset;
}

.Rk-menu-el {
    transition: all 180ms ease-in-out;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    padding: 4px 10px;
    border: 1px solid #00000000;
    border-radius: 4px;
    color: #0000007a;
    background-color: #00000008;
    text-align: center;
    display: inline-block;
}

.Rk-menu-el:hover {
    background-color: #00000014;
}

.Rk-menu-popup {
    /*transform: scale(0.5);*/
    text-align: left;
    /*display: flex;*/
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 25px;
    right: 0;
    border-radius: 6px;
    opacity: 0;
    /*box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);*/
    padding: 10px;
    /*background-color: rgb(255 255 255 / 83%);*/
    background-color: #0000000d;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.Rk-menu-el:hover .Rk-menu-popup {
    /*transform: scale(1);*/
    visibility: visible;
    -webkit-transition: visibility 200ms linear, opacity 150ms linear;
    transition: visibility 200ms linear, opacity 150ms linear;
    opacity: 1;
}

.Rk-menu-popup-el {
    transition: all 180ms ease-in-out;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 6px;
    color: #727272;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    white-space: nowrap;
}

.Rk-menu-popup-el:hover {
    color: #673AB7;
}


.Field-info-block {
    /* background-color: var(--rk-block-color); */
    border-radius: 4px;
    margin-top: 1px;
    overflow: auto;
    flex: 1;
    line-height: 1.28;
}

.Field-info-el {
    display: flex;
    /*font-size: 13px;*/
    /* background-color: #e9e9e9; */
    /* margin: 3px 0; */
    border-radius: 4px;
    /* border-bottom: 1px solid #d9d9d9; */
    /*justify-content: space-between;*/
    flex-wrap: wrap;

    /*border-bottom: 1px solid #0000000d;*/
    margin: 1px 0;
    padding-bottom: 1px;
}

.Field-info-el-title {
    /* font-weight: 700; */
    padding-right: 5px;
    /*font-weight: 500;*/
    color: #b3b3b3;
}

.Field-info-el-val {
    transition: all 180ms ease-in-out;
    border-radius: 4px;
    padding: 0px 8px;
    box-shadow: inset 0 0 0 1px #00000012;
}
.Field-info-el-val.hover:hover{
    background-color: #c8ecff;
}

.Map-block {
    height: 100vh;
    height: calc(100vh - 70px);
    background-color: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
}


.Table-list {

}

.Table-list-el {
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin-bottom: 6px;
    padding: 6px 10px;
    align-items: center;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
}

.Table-list-el .t_title {
    white-space: nowrap;
    display: flex;
    align-items: inherit;
}

.Table-type {
    /* border-radius: 3px; */
    display: inline;
    padding: 0px 4px 0 2px;
    /* background-color: #0000000f; */
    color: #00000045;
}

.Table-name {
    #font-weight: 500;
    #font-size: 13px;
    span {
        overflow-wrap: anywhere;
    }
}

.Table-body td {
    padding: 2px 8px;
}

.SELECTED_TABLE_FIELD {
    background-color: #91c8ff54 !important;
}

.PREVIEW_TABLE_FIELD {
    background-color: rgba(145, 200, 255, 0.12);
}

.SELECTED_TABLE {
    background-color: #91c8ff54 !important;
}


/*====================================================*/
/*    RK TABLE */
/*====================================================*/

.Table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    text-align: left;
    border-collapse: collapse; /* Убирает двойные линии между ячейками */
    table-layout: auto;

}
.Table th,
.Table td{
    word-wrap: break-word;  /* чтобы длинные слова переносились */
}


.Table-stripe tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.01);
}

.Table-stripe tr:nth-child(1) { /*background: #fff!important;*/
    background: transparent;
}

.Table-radius td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.Table-radius td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.Table-hover tr:hover:not(.title) {
    background-color: rgb(0 178 255 / 5%);
    cursor: pointer;
}

.Table-line td {
    box-shadow: inset 0 -1px 0px 0px #00000008;
}

.Table-vh-line td, .Table-vh-line th {
    box-shadow: inset 0 -1px 0px 0px #00000008, inset 1px 0 0px 0 #0000000d;
}

.Table-line-grey td {
    border-bottom: 3px solid rgb(249 249 249);
}

.Table-vertical-line td, .Table-vertical-line th {
    /*border-right: 1px solid rgb(0 0 0 / 7%);*/
    box-shadow: inset 1px 0 0px 0 #0000000d;
}

.Table-vertical-line td:last-child, .Table-vertical-line th:last-child {
    border-right: transparent;
}

.Table-header-sticky {
    vertical-align: top;
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index: 7;
}

.-tr-bg-color-grey {
    background-color: #f3f3f3fa !important;
}

.Table .body {
    color: rgba(0, 0, 0, 0.75);
    /*color: rgb(42 42 42);*/
}

.Table .body td {
    padding: 8px 10px;
}

.Table .title th {
    padding: 8px 8px 8px 6px;
    /* text-transform: uppercase; */
    color: rgb(123 123 123);
    line-height: 12px;
    font-weight: 400;
    /*border-bottom: 1px solid #00000005;*/
    position: relative;
    /*background-color: rgb(241 241 241);*/
}

.Table .body-big td {
    padding: 10px 12px;
}

.Table-header-no-wrap th {
    /*white-space: nowrap;*/
    /*width: fit-content;  !* Ширина по содержимому *!*/
    /*max-width: 100%;     !* Но не больше доступного пространства *!*/
    /*div{*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 2; !* Ограничение в 2 строки *!*/
    /*    -webkit-box-orient: vertical;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    white-space: normal; !* Разрешаем перенос *!*/
    /*}*/
}


.Table-body-no-wrap td {
    /*white-space: nowrap;*/
}

.Table .title-big th {
    padding: 10px 12px;
    /* text-transform: uppercase; */
    color: rgb(0 0 0 / 24%);
    line-height: 15px;
    font-weight: 400;
    /*border-bottom: 1px solid #00000014;*/
}

.Table .body-small td {
    padding: 6px 8px;
}

.Table .title-small th {
    padding: 6px 8px;
    /* text-transform: uppercase; */
    color: rgb(123 123 123);
    line-height: 15px;
    font-weight: 400;
    /*border-bottom: 1px solid #00000014;*/
}


.-nowrap {
    white-space: nowrap
}

.Table .header-sticky {
    position: sticky;
    top: 0;
    background-color: #f9f9f9f2;
}

.Table-hover tr:hover:not(.title) {
    background-color: rgb(113 201 255 / 14%);
    cursor: pointer;
}

.Table-first-field-sticky {

    td:first-child, th:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        background-color: rgb(248 248 248 / 90%);
    }

}


.Table-checkbox {
    width: 12px;
    height: 12px;
    border: 1.5px solid #00000026;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: -2px;
    transition: all 0.2s ease;
}

.Table-checkbox.-ACT {
    background-color: #82beff;
    border-color: #82beff;
}

/*.Table-checkbox.-ACT::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 4px;*/
/*    top: 1px;*/
/*    width: 5px;*/
/*    height: 9px;*/
/*    border: solid white;*/
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*}*/



.Form-field {
    border: transparent;
    width: 100%;
    height: fit-content;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px 12px;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
}

.Form-field-reg {
    /*background-color: #f5f5f5;*/
    background-color: #ebebeb;
    border: transparent;
    width: 100%;
    height: fit-content;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px 12px;
}

.Form-field-small {
    transition: all 180ms ease-in-out;
    width: 100%;
    height: 25px;
    background-color: transparent;
    border-radius: 4px;
    padding: 6px 6px;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    box-shadow: 0 0 0px 1px #0000000d;
    border: transparent;
    /* appearance: none;*/
}

select.Form-field-small {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 2px 6px;
}

.Form-field-small:hover {
    box-shadow: 0 0 0px 1px #5abbff;
}


.Form-btn-submit {
    white-space: nowrap;
    transition: all 180ms ease-in-out;
    #margin-top: 20px;
    padding: 12px 32px;
    #font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    border: transparent;
    display: inline-block;
    background: #2d2e2c;
    background-image: linear-gradient(120deg, #576fe7 0%, #635bff 100%);
}

.Rk-btn-load {
    white-space: nowrap;
    transition: all 180ms ease-in-out;
    padding: 6px 11px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    border: transparent;
    display: inline-block;
    background-color: #5f55ee;
}

.Rk-btn-load:hover {
    /*box-shadow: 0px 5px 20px -8px #0f00f3, 13px 1px 36px -11px #0043ff;*/
    background-color: #0099ff;
}

.Rk-btn-sub {
    white-space: nowrap;
    transition: all 180ms ease-in-out;
    padding: 6px 11px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    color: #00000070;
    border: transparent;
    display: inline-block;
    background: #0000000f;
}
.Rk-btn-sub:hover{
    background-color: #00000017;
}
.Rk-btn {
    white-space: nowrap;
    transition: all 180ms ease-in-out;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 6px;
    color: #a0a0a0;
    display: inline-block;
    border: 1px solid #bebebe;
    background-color: transparent;
}

.Rk-field-edit {
    border-radius: 4px;
    border: transparent;
    display: inline-block;
    padding: 3px 6px;
    /*width: fit-content;*/
    width: 100%;
    color: #000;
    background-color: #0000001a;
    font-weight: 600;
    /*box-shadow: 0 0 16px -9px #000000;*/
}

.Form-label {
    color: rgb(30 30 30 / 73%);
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}


.modal {
    transition: all 180ms ease-in-out;
    display: block;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*=================================================*/
.Filter-tables {
    position: sticky;
    z-index: 9;
    /* width: 100%; */
    /* right: 0; */
    /* left: 0; */
    top: 0;
    padding: 8px;
    background-color: rgba(241, 241, 241, 0.85);
    border-bottom: 1px solid #d9d9d9;
}

.Filter-fields {
    position: sticky;
    z-index: 9;
    /* width: 100%; */
    /* right: 0; */
    /* left: 0; */
    display: flex;
    top: 0;
    padding: 0px 0px 7px 1px;
    /* background-color: rgba(241, 241, 241, 0.85); */
    border-bottom: 1px solid #0000000d;
    align-items: center;
}

.Filter-search {
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 8px 4px 8px;
    width: 55px;
    box-shadow: 0 0 0px 1px #0000000d;
    border: transparent;
}
.Filter-search:focus{
    width: 140px;
    transition: all 180ms ease-in-out;
}

input[type='checkbox'] {
    opacity: 0.4;
    width: 12px;
    height: 12px;
}

.Field-net {
    /*background-color: #d3585812;*/
}

.Field-b {
    /*background-color: #ffc10729;*/
}


.Table-dots-filter-popup {
    position: absolute;
    z-index: 5;
    max-width: 130px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(219 219 219);
}

.Table-dots-filter-popup input {
    width: 100%;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-admetrix {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    position: relative;
    box-shadow: 3px 8px 11px rgb(0 0 0 / 8%);
    max-height: 90vh;
    overflow: auto;
}

.modal-admetrix-max {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    box-shadow: 3px 8px 11px rgb(0 0 0 / 8%);
}

.modal-admetrix-medium {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    position: relative;
    box-shadow: 3px 8px 11px rgb(0 0 0 / 8%);
}

.modal-admetrix-resize {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 85%;
    /*max-height: 600px;*/
    position: relative;
    /*box-shadow: 3px 8px 11px rgb(0 0 0 / 8%);*/
    /*box-shadow: 0px 5px 20px -8px #004bf352, 0px 20px 36px -20px #fa434b8f;*/
    box-shadow: 0 31px 30px -20px rgb(0 0 0 / 11%), 0 30px 60px -30px rgb(0 0 0 / 18%);
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.filter-btn {
    margin-top: 10px;
}


.Map-select-btn {
    padding: 6px 10px 7px 10px;
    border-radius: 3px;
    border: transparent;
    height: 28px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0px #00000036;
    margin-left: 5px;
}
.Map-select-block{
    border-radius: 3px;
    border: transparent;
    height: 28px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0px #00000036;
    margin-left: 5px;
}
.Map-circle-btn{
    border-radius: 3px;
    border: transparent;
    height: 28px;
    background-color: #fff;
}
.Map-circle-input{
    width: 45px;
    border-radius: 3px;
    padding: 2px 0;
    border: none;
    text-align: center;
    background-color: #f4f4f4;
}

.Popup-fields-visible {
    position: fixed;
    z-index: 9999;
    max-width: 370px;
    padding: 10px;
    overflow: hidden;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 83%);
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);
    backdrop-filter: blur(10px);
}

.Popup-fields-visible-list {
    overflow: auto;
    margin: 10px 0;
    max-height: 70vh;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 56%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
}

.modal-content {
    position: relative;
    max-width: 80vw;
    max-height: 80vh;
    width: fit-content;
    height: fit-content;
    background-color: white;
    padding: 0px;
    z-index: 9999999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.close-btn {
    position: absolute;
    top: 3px;
    right: 2px;
    border-radius: 3px;
    opacity: 0.5;
    background-color: #f1f1f1;
    font-size: 12px;
    /* background: none; */
    border: none;
    cursor: pointer;
}


.Popup-img {
    max-width: 100%;
    max-height: calc(80vh - 40px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}


.rk-window-options-btn {
    cursor: pointer;
}

.Rk-window {
    position: relative;
}

.rk-window-header {
    position: absolute;
    right: 0;
    max-width: 150px;
    text-align: right;
}

.minimized {
    display: none; /* Скрыть элемент */
}

.maximized {
    width: 100%; /* Занять всю ширину */
    height: 100%; /* Занять всю высоту */
}

.normalized {
    width: auto;
    height: auto;
}


.share-component {
    position: relative;
    display: inline-block;
}


.Map-el-info-popup {
    position: absolute;
    bottom: 7px;
    z-index: 20;
    border-radius: 4px;
    left: 8px;
    overflow: auto;
    box-shadow: -2px -2px 11px rgb(0 0 0 / 8%);
    background-color: rgb(255 255 255 / 95%);
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
}

.Map-photo-container{
    overflow: auto;
    display: flex;
}


.Btn-small {
    transition: all 180ms ease-in-out;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 4px;
    color: #999;
    background-color: #0000000a;
    text-align: center;
    display: inline-block;
    border: transparent;
}

.Btn-small:hover {
    background-color: #00000014;
    color: #666;
}

.Btn-sub {
    cursor: pointer;
    padding: 4px 10px;
    border: transparent;
    color: #999;
    border-radius: 4px;
    background-color: transparent;
}
.Btn-sub:hover{
    background: rgba(233, 233, 233, 0.83);
}
.Btn-delete {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 18px;
    cursor: pointer;
    height: 18px;
    vertical-align: bottom;
    /* background-color: transparent; */
    background: url(../icons/trash.svg) no-repeat center;
    background-size: 12px;
}


.Table-delete-btn {
    font-size: 10px;
    padding-top: 2px;
    opacity: 0.3;
    line-height: 12px;
}

.Separate-line {
    height: 2px;
    margin: 8px 0;
    border-top: 1px solid #0000000d;
}

.Photo-el {
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}

.Table-info-title {
    font-size: 14px;
    font-weight: 600;
}

.Table-info-city-stats {
    margin-bottom: 10px;
}

.Map-el-ico {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
}

.Map-el-info-block {
    display: flex;
    height: 130px;
    overflow: hidden;
}

.Map-el-info-img {
    height: 100%;
    max-width: 200px;
    overflow: hidden;

    img {
        width: auto;
        height: 100%;
        display: block;
    }
}

.Map-el-info-text {
    height: 100%;
    max-width: 200px;
    overflow: auto;
    margin: 0 0 0 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

td.Td-gray {
    background-color: #cdcdcd !important;
}

td.Td-yellow {
    background-color: #ffff00 !important;
}

td.Td-violet {
    background-color: #d86dcd !important;
}

td.Td-blue {
    background-color: #33ccff !important;
}

td.Td-red {
    background-color: rgb(255 135 135 / 100%) !important;
    #box-shadow: inset 5px 0 0 0px rgb(255 135 135 / 100%);
}

td.Td-green {
    #box-shadow: inset 5px 0 0 0px rgb(146, 208, 80);
    background-color: #92d050 !important;
}

td.Td-green-2 {
    #box-shadow: inset 5px 0 0 0px rgb(186, 235, 87);
    background-color: rgb(186, 235, 87) !important;
}

td.-rk-filed-status-ok {
    background-color: rgb(41 211 0) !important;
    #background: linear-gradient(40deg, rgb(70 184 253 / 61%) 0%, rgb(255 89 235 / 28%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);
}


.Admetrix-popup-body {
    max-height: 400px;
    overflow: auto;
}


.Admetrix-block {
    display: flex;
    /*gap: 15px;*/
    column-gap: 15px;
    /*max-width: 80%;*/
    max-height: 80vh;
    justify-content: center;
}

.Admetrix-block-left {
    overflow: auto;
    display: flex;
    flex-direction: column;
    max-width: 260px;
    /*flex: 1;*/
}

.Admetrix-block-right {
    width: 100%;
    /*max-width: 700px;*/
    height: 100%;
    overflow: auto;
    max-height: 500px;
}


.Admetrix-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.Admetrix-desc {
    color: #7e7e7e;
    margin-bottom: 18px;
    margin-top: -2px;
}

.Admetrix-field {
    border: transparent;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 8px 10px;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
}

.Admetrix-label {
    color: rgb(30 30 30 / 73%);
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.Admetrix-field-block {
    margin-bottom: 5px;
}

.Admetrix-inline {
    display: flex;
    gap: 10px;
}

.Admetrix-block-bottom {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: sticky;
    bottom: 0;
    padding: 5px 0 0 0;
    background-color: #fff;
}

.Admetrix-btn {
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    background-color: #4da5ff;
    border: transparent;
    cursor: pointer;
    width: 100%;
    /* background: linear-gradient(90deg, rgb(70 184 253 / 88%) 0%, rgb(0 158 255) 100%);*/
}

.Admetrix-save-btn {
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    background-color: #8864ff;
    border: transparent;
    cursor: pointer;
    width: 100%;
}


.Admetrix-result-line {
    padding: 10px 0;
    border-bottom: 1px dashed #00000012;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Admetrix-result-line ._title {

}

.Admetrix-result-line ._val {
    font-weight: 700;
}

.Admetrix-inventory-results {
    overflow: auto;
    margin-top: 10px;
    max-height: 55vh;
}

.Admetrix-results {
    overflow: auto;
    margin-top: 10px;
    max-height: 55vh;
}

.Admetrix-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.Admetrix-menu-el {
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 4px;
}

.Admetrix-menu-el.active {
    border: 1px solid #0000007d;
}

.Admetrix-saved-el {
    line-height: 14px;
    cursor: pointer;
    margin-bottom: 6px;
    border-radius: 4px;
    padding: 8px;
    background-color: #00000008;

    ._info {
        opacity: 0.7;
        font-size: 12px;
        margin-top: 5px;
    }
}

.Admetrix-saved-el:hover {
    background-color: rgba(218, 239, 255, 0.99);
}


.Rk-divider {
    width: 4px;
    cursor: ew-resize;
    background-color: #f7f7f7;
    transition: background-color 0.3s;
    display: inline-block;
}

.Rk-history-delete-btn {
    transition: all 180ms ease-in-out;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 6px;
    color: #999;
    background-color: #0000000a;
    text-align: center;
    display: inline-block;
    border: transparent;
    margin-top: 8px;
    width: 100%;
}

.Rk-divider:hover {
    background-color: #3588cc;
}

.Rk-share-users {

}

.Rk-share-users-el {
    padding: 6px 10px;
    font-weight: 500;
    background-color: #f1f1f1;
    border-radius: 10px;
    display: flex;
    margin: 4px 0;
    column-gap: 8px;
    align-items: center;
}

.Rk-share-users-el .sh-avatar {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #008cff26;
    /*background: linear-gradient(40deg, rgb(70 184 253 / 61%) 0%, rgb(255 89 235 / 28%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);*/
    cursor: pointer;
    transition: all 180ms ease-in-out;
}

.Rk-share-users-el .sh-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Rk-share-users .RK_VISIBLE_TO {
    background-color: #d7d6ff;
    background: linear-gradient(40deg, rgb(70 184 253 / 61%) 0%, rgb(255 89 235 / 28%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);
}

.-rk-table-field-manager_status {
    #background-color: rgb(91 170 255 / 7%) !important;
}

.-rk-table-field-manager_comment {
    #background-color: #635bff21 !important;
}

.-rk-table-field-client_status {
    #background-color: rgba(200, 255, 91, 0.07) !important;
}


.Rk-table-el-img {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}

.Rk-table-el-img-block {
    position: relative;
}




.Rk-table-el-img-btn {
    transition: all 180ms ease-in-out;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    color: #484848;
    background-color: #d3d3d3c2;
    text-align: center;
    display: inline-block;
    border: transparent;
    position: absolute;
}


td.-rk-table-field-manager_status span {
    padding: 1px 6px;
    border: 1px solid #00000017;
    color: #00000063;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

td.-rk-table-field-client_status span {
    padding: 1px 6px;
    border: 1px solid #00000017;
    color: #00000063;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

td.-rk-table-field-buyer_status span {
    padding: 1px 6px;
    border: 1px solid #00000017;
    color: #00000063;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.-rk-table-field-buyer_status, .-rk-table-field-manager_status, .-rk-table-field-client_status {
    white-space: nowrap;
}

.-rk-table-field-buyer_status {
    .-val--1 {
        background-color: rgb(255 135 135);
        color: #fff;
        border: none;
    }

    .-val-1 {
        background-color: #33ccff;
        color: #fff;
        border: none;
    }

    .-val-2 {
        background-color: #ebdc00;
        color: #fff;
        border: none;
    }

    .-val-3 {
        background-color: rgb(122 177 11);
        color: #fff;
        border: none;
    }
}

.-rk-table-field-manager_status {
    .-val-4 {
        background-color: #d86dcd;
        color: #fff;
        border: none;
    }

    .-val-3 {
        background-color: rgb(122 177 11);
        color: #fff;
        border: none;
    }

    .-val-2 {
        background-color: #ebdc00;
        color: #fff;
        border: none;
    }

    .-val-1 {
        background-color: #33ccff;
        color: #fff;
        border: none;
    }

    .-val--1 {
        background-color: rgb(255 135 135);
        color: #fff;
        border: none;
    }
}

.-rk-table-field-client_status {
    .-val-2 {
        background-color: #d86dcd;
        color: #fff;
        border: none;
    }

    .-val-1 {
        background-color: rgb(122 177 11);
        color: #fff;
        border: none;
    }

    .-val--1 {
        background-color: rgb(255 135 135);
        color: #fff;
        border: none;
    }
}

.Table-header-popup-options {
    font-weight: normal;
    border-radius: 4px;
    color: rgb(72 72 72);
    top: 100%;
    position: absolute;
    z-index: 150;
    padding: 12px;
    text-align: left;
    max-width: max-content;
    left: 0;
    right: unset;
    overflow: auto;
    min-width: 150px;
    background-color: rgb(249 249 249);
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
    box-shadow: 0px 10px 17px -10px rgb(0 0 0 / 9%), 0 30px 60px -30px rgb(0 0 0 / 1%)
}

.Table-header-popup {
    cursor: pointer;

    .p-sort {
        #display: flex;
    }

}



.upload-photo-modal .Modal-window-content {
    max-width: 500px;
    width: 90%;
}

.Rk-upload-method-tabs {
    display: flex;
    border-bottom: 1px solid #00000024;
    margin-bottom: 15px;
    margin-top: 15px;
    justify-content: center;
}

.Rk-upload-form-input{
    border: transparent;
    padding: 10px 12px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.03);
}
.Rk-upload-file-input{
    width: 100%;
    margin-bottom: 10px;
    border: transparent;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 8px 12px;
    border-radius: 4px;
}

.Rk-upload-tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
}

.Rk-upload-tab-btn.active {
    border-bottom-color: #6459e5;
    color: #6459e5;
    font-weight: 600;
}


.Filter-table-header-separate {
    border-bottom: 1px dashed #00000014;
    margin: 10px -10px;
}

.Popup-filter-btn {
    cursor: pointer;
    border: transparent;
    border-radius: 5px;
    color: #0000009e;
    margin: 2px 0;
    text-align: left;
    display: block;
    font-weight: 500;
    padding: 4px 0px;
    width: 100%;
    background-color: transparent;
}

.Popup-filter-input {
    padding: 2px 6px;
    border: 1px solid #0000002e;
    border-radius: 5px;
    margin: 2px 0;
    width: 100%;
    background: transparent;
}

.Filter-table-header-el {
    padding: 3px 0;
    /* background-color: #00000009; */
    margin: 5px 0;
    border-radius: 4px;
    color: #747474;
    cursor: pointer;
}

.Filter-table-header-list {
    overflow-y: auto;
    max-height: 200px;
}

.Filter-add {
    font-weight: 600;
    color: #fff;
    padding: 4px 4px;
    border-radius: 3px;
    background-color: #2a30e5a6;
}


.Table-info-states {
    /*border-bottom: 1px solid #0000000d;*/
    margin: 2px 0;
    padding-bottom: 2px;
}

.Table-info-state-title {
    font-weight: 700;
}

.Table-info-state-val {
    margin: 2px;
    /* font-weight: 700; */
    border-radius: 3px;
}



.Rks-status {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #18caff2e;
    color: #03A9F4;
    display: inline-block;

}
.Rks-status.status-draft{background-color: #acacac1a;color:#06060682;}
.Rks-status.status-frozen{background-color:#acacac29;color:#06060652;}
.Rks-status.status-archived{background-color:#acacac29;color:#06060652;}

.Rks-status.status-fine{background-color:#ff05054f;color:#06060682;}
.Rks-status.status-adjustment{background-color:#ffc0004f;color:#513910c2;}
.Rks-status.status-confirmed{background-color:#1fdf004f;color:#186903;}
.Rks-status.status-completed {background-color: #d0f6dabd;color: #156e187a;}
.Rks-status.status-cancelled {background-color: rgb(124 122 122 / 31%);color: #06060682;}

.Rks-menu-block {
    position: relative;
}

.Rks-menu-popup {
    text-align: left;
    /* visibility: hidden; */
    position: absolute;
    z-index: 100;
    right: 0;
    border-radius: 8px;
    padding: 12px;
    background-color: rgb(185 185 185 / 26%);
    /* background-color: #fff; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 17px 20px 0px rgb(0 0 0 / 3%);
}

.Rks-menu-popup-el {
    transition: all 180ms ease-in-out;
    cursor: pointer;
    margin: 6px 0;
    font-weight: 500;
}

.Rks-menu-popup-el:hover {
    color: #635bff;
}

.Rks-menu-btn {
    cursor: pointer;
    color: #4c4c4c;
    padding: 5px 10px;
    /*background-color: #0000001f;*/
    border-radius: 5px;
}

.Rks-no-list {
    text-align: center;
    background-color: #e0f4ff;
    font-size: 14px;
    color: #1a7eb5;
    padding: 20px;
    font-weight: 600;
    margin: 20px 0;
    border-radius: 10px;
}

.-stripe {
    /*background: repeating-linear-gradient(-45deg, #2196f340, #2196f340 5px, #ffffff 5px, white 10px);*/
    background: repeating-linear-gradient(-45deg, #2196f340, #2196f340 2px, #ffffff 2px, white 4px);
    /*background: repeating-linear-gradient(45deg, black, black 10px, #444 10px, #444 11px);*/
    /*background: repeating-linear-gradient(-45deg, black, black 4px, #444 5px, #444 5px);*/
}

.-gradient-rainbow {
    background-image: linear-gradient(
            45deg,
            #ff8c00 0%,
            #ff8c00 20%,
            #ff6b2d 20%,
            #ff6b2d 40%,
            #ff4f58 40%,
            #ff4f58 60%,
            #ff2f8e 60%,
            #ff2f8e 80%,
            #ff007f 80%,
            #ff007f 100%
    );
}

/*====================================================*/
/*    FILTER */
/*====================================================*/

.Filter-block {
    display: flex;
    align-items: center;
    column-gap: 8px;
    /*border-top: 1px dashed #d3d3d3;*/
    /*padding: 10px 0;*/
    margin-bottom: 15px;
    /*border-bottom: 1px dashed #d3d3d3;*/
}

.Filter-field {
    transition: all 180ms ease-in-out;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #00000021;
}

.Filter-field:hover {
    border: 1px solid #5abbff;
}

.Filter-field::placeholder {
    color: rgba(10, 10, 10, 0.55);
    background-color: transparent;
}

.Filter-separate {
    flex: 1;
}

.Filter-btn {
    display: inline-block;
    padding: 4px 10px;
    background-color: #ffa50008;
    border-radius: 5px;
    border: 1px solid #ff9900;
    color: #ff9900;
    cursor: pointer;
}


.star-icon {
    cursor: pointer;
    color: #ccc; /* Gray for non-favorite */
    font-size: 20px;
}

.star-icon-active {
    color: gold; /* Gold for favorite */
}


/*.Popup-field-edit {*/
/*    #display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    gap: 5px;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    position: absolute;*/
/*    padding: 5px;*/
/*    background-color: rgb(69 69 69 / 51%);*/
/*    box-shadow: 1px 9px 20px -10px rgb(0 0 0 / 33%);*/
/*    backdrop-filter: blur(10px);*/
/*    z-index: 99;*/
/*    border-radius: 7px;*/
/*}*/

/*.Popup-field-edit-input {*/
/*    display: block;*/
/*    padding: 5px;*/
/*    width: 200px;*/
/*    height: 80px;*/
/*    border-radius: 4px;*/
/*    background-color: #ffffff94;*/
/*    border: transparent;*/
/*}*/
/*.Popup-field-edit-select{*/
/*    border-radius: 4px;*/
/*    background-color: #ffffff94;*/
/*    padding: 5px 10px;*/
/*    border: transparent;*/
/*    width: 100%;*/
/*}*/
/*.Popup-fields-edit-btn{*/
/*    border-radius: 4px;*/
/*    background-color: #25ff8694;*/
/*    border: transparent;*/
/*    padding: 5px 10px;*/
/*    cursor: pointer;*/
/*    font-weight: 500;*/
/*}*/
/*.Popup-fields-edit-btn.cancel{*/
/*    background-color: #00000026;*/
/*}*/
/*.Popup-fields-edit-btn.ok{*/
/*    background-color: #8BC34A;*/
/*    flex: 1;*/
/*    text-align: center;*/
/*}*/
/*.Popup-field-edit-block{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 7px;*/
/*    padding-top: 5px;*/
/*    justify-content: space-between;*/
/*}*/


@keyframes Animation_banner {
    /*0%{background-size: 100%}
    50%{background-size: 200%}*/
    100% {
        background-position: 1000px;
    }
}


.Fl-block {
    /* background-color: #ff857b; */
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    border-top: 1px solid rgb(0 0 0 / 6%);
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.Fl {
    transition: all 180ms ease-in-out;
    border-radius: 6px;
    color: #262626;
    padding: 6px 10px;
    background-color: #00000008;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}
.Fl:hover{
    background-color: #0000000f;
}
.Fl-small .Filter {
    margin: 0 0px;
    padding: 4px 8px;
    border-radius: 6px;
}

.Fl-title {
    color: #727272;
}

.Fl-value {
    /*padding-left: 6px;*/
    font-weight: 600;
    color: rgb(6 6 6);
    white-space: nowrap;
}

.Fl-value.hide {
    display: none;
}


.Fl-input-search {
    margin: 0;
    padding: 0;
    background-color: transparent;
    background: url(../icons/search.svg) no-repeat right;
    background-size: 12px;
    border: transparent;
    font-weight: 500;
    /* min-width: 180px;*/
}

.Fl-input-range {
    margin: 5px 0;
    padding: 8px 8px;
    #background-color: #e3e3e3;
    background-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    max-width: 100px;
    text-align: center;
    border: transparent;
}

.Fl-inline {
    display: flex;
    align-items: center;
}


.Fl-list {
    box-shadow: 3px 8px 20px rgb(0 0 0 / 2%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: normal;
    border-radius: 6px;
    color: rgb(72 72 72);
    top: 100%;
    position: absolute;
    z-index: 150;
    width: 300px;
    background-color: #0000000d;
    margin-top: 4px;
    padding: 8px 14px;
    text-align: left;
    max-width: max-content;
    left: unset;
    right: 0;

    max-height: 450px;
    overflow: auto;
}


.Fl-list-el {
    padding: 2px 0;
    margin: 2px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.Fl-list-el span {
    /*background-color: #00000012;*/
    border-radius: 4px;
    color: #0000005c;
    margin-left: 5px;
}

.Fl-list-el.active {
    margin: 2px -8px;
    padding: 2px 8px;
    background-color: #00000014;
}

.Fl-el-close {
    display: none;
    transition: all 180ms ease-in-out;
    cursor: pointer;
    background: url(../icons/x.svg) no-repeat center;
    background-size: 12px;
    width: 20px;
    height: 16px;
    margin-left: -6px;
    opacity: 0.5;
}

.Fl-el-close.active {
    display: block;
}

.Fl-el-close:hover {
    transform: scale(1.2);
}

.Fl-inside-search {
    position: sticky;
    top: 0;
    border-radius: 5px;
    border: transparent;
    padding: 5px 10px;
    width: 100%;
    box-sizing: content-box;
    margin: 0 -10px;
}

.Fl-ico-arrow {
    cursor: pointer;
    background: url(../icons/chevron-down.svg) no-repeat center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: -3px;
    opacity: 0.5;
    transition: all 180ms ease-in-out;
}

.Fl-ico-arrow.open {
    transform: rotate(180deg);
}


/*====================================================*/
/*    PROFILE */
/*====================================================*/
.Profile-page {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
}

.Profile-avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #008cff30;
    background: linear-gradient(40deg, rgb(70 184 253 / 61%) 0%, rgb(255 89 235 / 28%) 50%, rgb(210 99 237 / 12%) 75%, rgb(252 177 70 / 16%) 100%);
    cursor: pointer;
    transition: all 180ms ease-in-out;
}

.Profile-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.Profile-header {
    display: flex;
    margin-bottom: 36px;
    align-items: center;
    flex-direction: column;
}


.Profile-header-text {
    margin-top: 12px;
}

.Profile-label {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    color: #999;
}

.Profile-username {
    font-weight: 800;
    font-size: 32px;
    color: #333;
    #margin-top: 25px;
    #margin-bottom: 15px;
    text-align: center;
}


/*====================================================*/
/*    FORM */
/*====================================================*/
.Font-size-normal {
    font-size: 14px;
}

.Form-avatar-text {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.Form-separate {
    height: 2px;
    /*border-bottom: 2px dashed #9999992b;*/
    padding-top: 10px;
    margin-bottom: 20px;
}

.Form-label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #585858b8;
}

.Form-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #00000012;
    display: block;
}

.Form-avatar-small {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #00000012;
    display: block;
}

.Form .field, .Form-field {
    margin-bottom: 20px;
    border: transparent;
    padding: 10px 12px;
    width: 100%;
    color: #222;
    font-weight: 500;
    height: fit-content;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.03);
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
}
select.Form-field {
    padding: 8px 12px;
}

.Form-field-hover {
    transition: all 180ms ease-in-out;
}

.Form-btn-block {
    position: sticky;
    bottom: 0;
    text-align: right;
    display: flex;
    padding: 10px 0;
    background-color: #f9f9f9d1;
    align-items: center;
}

.Form-btn-submit {
    /*width: 100%;*/
    white-space: nowrap;
    transition: all 180ms ease-in-out;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    border: transparent;
    background: #2d2e2c;
    background-image: linear-gradient(120deg, #576fe7 0%, #635bff 100%);
}

.Form-btn-submit:hover {
    transform: scale(1.03);
}

.Form-title-small {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0px 10px;
    line-height: 26px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.Form-group.inline{
    display: flex;
    gap: 20px;
    align-content: center;
    align-items: baseline;

    .Form-label{
        text-align: right;
        width: 140px;
    }
}

.Form-popup {
    box-shadow: 3px 8px 20px rgb(0 0 0 / 13%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: normal;
    border-radius: 10px;
    color: rgb(72 72 72);
    position: absolute;
    z-index: 150;
    width: 270px;
    background-color: #ffffffb3;
    padding: 15px;
    text-align: left;
    max-width: max-content;
    left: unset;
    right: 0;
    max-height: 450px;
    overflow: auto;
}

.Btn-form-small {
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 12px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #515151;
}

.Btn-form-2 {
    font-size: 14px;
    border: transparent;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
}

.Btn-form-2.-cancel {
    opacity: 0.7;
}

.Btn-form-2.-submit {
    background-color: #46e399;
    color: #000000cc;
}

.Btn-login-as{
    white-space: nowrap;
    transition: all 180ms
    ease-in-out;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    color: #5d77ff;
    border: 1.5px solid #5d77ff;
    display: inline-block;
    background-color: transparent;
}

.Form-tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.Form-tag {
    padding: 8px 12px;
    background-color: #0000000d;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    /* border: 1px solid #00000033; */
    /* box-shadow: 0 3.5px 3.5px #00000002, 0 2px 2px #00000002, 0 0 1px #00000002;*/
}

.Form-tag-main {
    margin-bottom: 8px;
}

.Form-tag.selected {
    /*border: 1px solid #55bb4c;*/
    background-color: #38b72e7d;
    /*box-shadow: 0px 5px 20px -8px #a2d89a, 13px 1px 36px -11px #a2d89a;*/
}

.-rk-table-field-total_side_gross,
.-rk-table-field-total_side_net {
    background-color: #f4bcff26 !important;
}

.-rk-table-field-discount_percent_b,
.-rk-table-field-placement_net_b,
.-rk-table-field-placement_tax_b,
.-rk-table-field-installation_net_b,
.-rk-table-field-installation_tax_b,
.-rk-table-field-reinstallation_net_b,
.-rk-table-field-reinstallation_tax_b,
.-rk-table-field-photo_monitoring_net_b,
.-rk-table-field-photo_monitoring_tax_percent_b,
.-rk-table-field-print_net_b,
.-rk-table-field-print_tax_b,
.-rk-table-field-installation_count_b,
.-rk-table-field-print_count_b,
.-rk-table-field-delivery_net_b,
.-rk-table-field-delivery_tax_percent_b,
.-rk-table-field-total_side_gross_b,
.-rk-table-field-total_side_net_b {
    background-color: #9191910f !important
}


.Small-popup {
    text-align: left;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    border-radius: 8px;
    opacity: 0;
    padding: 15px;
    text-align: left;
    background-color: rgb(255 255 255 / 65%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);
}

.Small-popup-opener {
    position: relative;
}

.Small-popup-separate {
    border-bottom: 1px dashed #00000014;
    margin: 10px -15px;
}

.Small-popup-opener:hover .Small-popup {
    /*transform: scale(1);*/
    visibility: visible;
    -webkit-transition: visibility 200ms linear, opacity 150ms linear;
    transition: visibility 200ms linear, opacity 150ms linear;
    opacity: 1;
}

.Block-selected-elements {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 99;
    padding: 5px 10px;
    /* border: 1px solid #91c8ff; */
    background-color: #91c8ff59;
    border-radius: 4px;
    /* background-color: rgb(255 255 255 / 51%); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);

    .-se-remove-btn {
        cursor: pointer;
        padding: 0 4px;
        font-weight: 600;
    }
}


.Yandex-placemark-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    background: white;
    border: 2px solid blue;
    border-radius: 50%;
}

.Yandex-placemark-dot.CF{
    border-radius: 3px;
}
.Yandex-placemark-dot.DBB{
    border-radius: 3px;
}
/*.Yandex-placemark-poi {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-left: -10px;*/
/*    margin-top: -10px;*/

/*    background: url(../icons/map-pin.svg) no-repeat center;*/
/*    border: 3px solid transparent;*/
/*    background-size: 20px;*/
/*    border-radius: 50%;*/

/*    !*background: #ffc46b;*!*/
/*    !*clip-path: polygon(50% 100%, 0 0, 100% 0);*!*/
/*}*/

.Ymap-svg-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    /*width: 20px;*/
    /*height: 20px;*/
    margin-left: -10px;
    margin-top: -10px;

    color: #aaa;
    stroke: #000;
    stroke-width: 2.2;
}

.Ymaps-svg-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;

    cursor: pointer;
    transition: transform 0.2s;
    color: #aaa;
    /*color: #ffc000;*/
    /*fill: #ffc000;*/
    stroke: #000;
    stroke-width: 1.5;
}


.Table-scroller-pages {
    display: flex;
    gap: 2px;
    align-items: center;
    /* margin-right: 10px; */
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
}

.Table-scroller-page {
    width: 18px;
    height: 26px;
    border-radius: 3px;
    /*background-color: #ededed;*/
    box-shadow: inset 0 0 0 1px #00000014;
    cursor: pointer;
    transition: background-color 0.2s;
}

.Table-scroller-page:hover {
    background-color: rgba(218, 227, 252, 0.7);
}

.Table-scroller-page.-view {
    #background-color: #dae3fc;
    background-color: #e8e8e8;
    #transform: scale(1.2);
}

.Th-handle{ cursor:move; height:100%; }
.Th-handle.drag {
    background-color: #ff37a3;
    color: #fff;
    border-radius: 2px;
}
.Col-resizer{
    position:absolute; top:0; right:0; width:6px; height:100%;
    cursor:col-resize;
}






.filter-manager {
    position: relative;
    display: inline-block;


    .filter-current {
        display: flex;
        align-items: center;
        padding: 5px 5px;
        /*background: #f5f5f5;*/
        border-radius: 4px;
        cursor: pointer;
        color: #999;
        user-select: none;
        margin-right: 5px;
    }

    .filter-current:hover {
        background: rgba(233, 233, 233, 0.83);
    }

    .filter-name {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .filter-name-input {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        font-size: inherit;
    }

    .filter-changes-indicator {
        color: #ff6b6b;
        font-weight: bold;
        margin-left: 4px;
    }

    .filter-dropdown-arrow {
        margin-left: 8px;
        font-size: 10px;
        transition: transform 0.2s;
    }

    .filter-dropdown-arrow.active {
        transform: rotate(180deg);
    }

    .filter-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-radius: 4px;
        z-index: 1000;
        min-width: 180px;
        max-height: 300px;
        overflow-y: auto;
        padding: 10px;
        background-color: rgb(255 255 255 / 60%);
        box-shadow: 0 50px 100px -20px rgb(50 50 93 / 0%), 0 30px 60px -30px rgb(0 0 0 / 18%);
        backdrop-filter: blur(10px);
    }

    .filter-dropdown-item {
        padding: 6px 12px;
        cursor: pointer;
        border-radius: 4px;
    }

    .filter-dropdown-item:hover {
        background: #f0f0f0;
    }

    .filter-dropdown-item.active {
        background: #e3f2fdc9;
        color: #2d97ff;
        font-weight: 500;
    }

    .filter-dropdown-separator {
        border-bottom: 1px dashed #00000014;
        margin: 10px -10px;
    }

    .filter-dropdown-action {
        padding: 6px 12px;
        cursor: pointer;
        color: #666;
        border-radius: 4px;
    }

    .filter-dropdown-action:hover {
        background: #f0f0f0;
        color: #333;
    }

    .filter-dropdown-action:last-child {
        border-bottom: none;
    }

    .filter-dropdown-item.with-delete {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-name-clickable {
        flex: 1;
        cursor: pointer;
    }

    .filter-delete {
        color: #999;
        font-size: 10px;
        padding: 0 0px;
        cursor: pointer;
    }

    .filter-delete:hover {
        color: #d33;
    }
}


.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 0 auto;
    padding: 8px;
    flex-wrap: wrap;
    border-radius: 10px;
    width: fit-content;
    background-color: #f8f8f8b3;
    bottom: 0;
    position: sticky;
    gap: 10px;
    flex-direction: column;
    /* padding-bottom: 20px; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pagination-info {
    font-size: 12px;
    color: #c5c5c5;
    margin-top: -5px;
}

.per-page-selector label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.per-page-selector select {
    width: auto;
    min-width: 70px;
}

.pagination-buttons {
    display: flex;
    gap: 5px;
}

.btn-pagination {
    padding: 6px 10px;
    border: transparent;
    background: #0000000a;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.btn-pagination:hover:not(.disabled):not(.ellipsis):not(.active) {
    background: rgba(0, 123, 255, 0.1);
}

.btn-pagination.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.btn-pagination.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-pagination.ellipsis {
    cursor: default;
    pointer-events: none;
    border: none;
    background: transparent;
}

@media (max-width: 768px) {
    .pagination-container {
        flex-direction: column;
        align-items: stretch;
    }

    .pagination-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-pagination {
        font-size: 12px;
        padding: 6px 10px;
    }
}




.Version-block{
    margin-bottom: 35px;
    display: flex;
    gap: 22px;
    line-height: 18px;
}
.Version-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
.Version-description{

}


.Rks-sides-stats{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap:5px;
    column-gap:8px;

    .Rks-total{}
    .Rks-stat-item{
        background: #e8e8e8;
        padding: 0px 3px;
        border-radius: 2px;
        cursor: help;
        display: inline-block;
    }
    .Rks-buyer,
    .Rks-manager,
    .Rks-client {
        border: 1px solid #0000001f;
        border-radius: 4px;
        display: flex;
        gap: 3px;
        padding: 2px;
        flex-wrap: nowrap;
        align-items: center;
    }
    /*user*/
    .Rks-client .-status-2{background-color: #d86dcd;color: #fff;}
    .Rks-client .-status-1{background-color: rgb(122 177 11);color: #fff;}

    /*all*/
    .-status--1{background-color: rgb(255 135 135); color: #fff;}
    .-status-3{background-color: rgb(122 177 11);color: #fff;}
    .-status-2{background-color: #ffa409;color: #fff;}
    .-status-1{background-color: #33ccff;color: #fff;}
    .-status-4{background-color: #d86dcd;color: #fff;}
}