.activeItem {background-color: #b4c5f0;}
.remove-cell {display: none;}
.tooltip_templates { display: none; }
.left280 {


}


.mobile-bottom-menu{
    display: none !important;
}
body {
    position: relative;
}
.remodal {text-align: left;}
.showTaskWindow {cursor: pointer;}
.checklistCompleted {
    text-decoration: line-through;
    color:silver;
}
.taskRightColumnsHeader {
    color: #707070;
    font-size:0.8rem;
    margin-bottom:3px;
    font-weight: bold;

}
.taskBlock {

}
.moovix__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.moovix__grid-item {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 16px;
    padding: 0px;
    position: relative;
    transition: ease .3s;
}
.moovix__grid-item.sticked-task {
    border: none;
}

.moovix__grid-item-hover {
    transition: ease .3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 55px -1px #00000017;
}
.moovix__grid-item-hover .moovi-edit{
    margin-top: 0;
    font-size: 17px !important;
    gap: 4px;
}
.comment-span {
    bottom: 6px;
    right: 50%;
    font-size: 10px;
    transform: translateX(50%);
}
.tooltipstered.tooltip-start, .tooltipstered.tooltip-end {
    font-size: 12px !important;
    cursor: pointer;
}

.moovix__grid-item-wrap {
    padding: 20px;
}

.moovix__grid-item-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    border-radius: 16px;
    transition:  ease .3s;
}
.moovix__grid-item:hover .moovix__grid-item-hover {
    opacity: 1;
    visibility: visible;
}
.moovix__grid-item:hover .moovix__grid-item-wrap{
    box-shadow: 0 0 1px rgba(28,41,61,.1), 0 36px 36px rgba(28,41,61,.04);
}

.moovix__grid-item .showTaskWindow {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #101828;
}
.moovix__grid-item-status {
    position: absolute;
    top: -8px;
    left: 0;
    width: 96px;
    height: 4px;
    border-radius: 20px 8px 0 0;
    cursor: pointer;
}

.moovix__grid-item-status::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: -1;
    background-color: inherit;
}
.moovix__grid-item-status.lis {
    top: -4px;
}
.moovix__grid-item-status.table-secondary {
    background-color: #9466FFFF !important;
}
.moovix__grid-item-status.table-success {
    background-color: #3ac47d;
}
.moovix__grid-item-status.table-info{
    background-color: #16aaff;
}
.moovix__grid-item-status.color-new{
    background-color: #e4b248;
}
.moovix__grid-item-status.table-danger{
    background-color: #ccc;
}
.moovix__grid-item .moovi-status {
    margin-top: 0;
    height: auto;
}
.moovix__grid-item .badge {
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 17px !important;
    padding: 2px 6px !important;
    border-radius: 4px;
}
.moovix__grid-item .badge span {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.moovix__grid-item .projectcategory {
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    line-height: 17px;
}

.moovix__grid-item .moovi-status .color-success, .moovix__grid-item .moovi-status .color-process, .moovix__grid-item .moovi-status .color-new, .moovix__grid-item .moovi-status .color-cancel, .moovix__grid-item .moovi-status .color-focus {
    text-transform: none;
}
.table-secondary {
    background-color: transparent !important;
}
.moovix__grid-item .moovi-status .color-new {
    background-color: rgba(255, 182, 8, 0.15);
}.moovix__grid-item .moovi-status .color-success {
    background-color: rgb(58 196 125 / 15%);
}.moovix__grid-item .moovi-status .color-process {
    background-color: rgba(22, 170, 255, 0.15);
}
.moovix__grid-item .moovi-status .color-focus {
    background-color: rgba(148, 102, 255, 0.15);
    color: #9466FFFF;
}
.moovix__grid-item .moovi-status .color-cancel {
    background-color: rgba(115, 120, 130, 0.15);
}
.moovix__grid-item .moovi_users {
    position: unset;
    margin-top: auto;
}
.moovix__grid-item .mo-tags {
    flex-wrap: wrap;
    margin-bottom: -7px;
}.moovix__grid-item .moovi_tags {
     margin-bottom: 7px;
}
.moovix__grid-item .custom-checkbox .custom-control-label::before {
    width: 16px;
    height: 15px;
}
.moovix__grid-item .custom-control-label::after {
    width: 16px;
    height: 15px;
}
.moovix__grid-item .task-title {
    margin-top: 0;
    margin-bottom: 12px;
    word-break: break-word;
}
.moovix__grid-item .moovi-edit-span {
    font-size: 14px !important;
    color: #101828;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.moovix__grid-item-info {
    color: #797e8b;
    font-size: 12px;
}
.moovix__grid-item-info span{
    color: #101828;
}
.moovix__grid-item-info span i{
    font-size: 18px;
}

 .moovix__grid-item-people {
     font-size: 14px;
     color: #101828;
     font-weight: 600;
     margin-bottom: 0px;
 }
.moovix__grid-item .stick {
    position: unset;
    width: auto;
    height: auto;
    margin-right: 0 !important;
}
.moovix__grid-item .moovi_users-second, .moovix__grid-item-people .moovi_users-main {
    margin-right: 0;
}

.status-block-item.color-new {
    background-color: #e4b248;
    padding: 4px 10px;
    font-size: initial;
    line-height: 1;
    border: none;
    color: #fff !important;
}
.status-block-item.active-item.color-new {
    border: 1px solid #796c50;
    color: rgba(0, 0, 0, 1);
    background-color: #e4b248;
}
.status-block-item.color-new:hover {
    background-color: rgba(228, 178, 72, 0.65);
}
.status-block-item.active-item.color-new:hover {
    background-color: rgba(228, 178, 72, 0.65);
}


.status-block-item.table-info {
    background-color: #16aaff;
    padding: 4px 10px;
    font-size: initial;
    line-height: 1;
    border: none;
    color: #fff !important;
}
.status-block-item.active-item.table-info {
    border: 1px solid #796c50;
    color: rgba(0, 0, 0, 1);
    background-color: #16aaff;
}
.status-block-item.table-info:hover {
    background-color: rgba(22, 170, 255, 0.65);
}
.status-block-item.active-item.table-info:hover {
    background-color: rgba(22, 170, 255, 0.65);
}

.status-block-item.table-success {
    background-color: #3ac47d;
    padding: 4px 10px;
    font-size: initial;
    line-height: 1;
    border: none;
    color: #fff !important;
}
.status-block-item.active-item.table-success {
    border: 1px solid #796c50;
    color: rgba(0, 0, 0, 1);
    background-color: #3ac47d;
}
.status-block-item.table-success:hover {
    background-color: rgba(58, 196, 125, 0.65);
}
.status-block-item.active-item.table-success:hover {
    background-color: rgba(58, 196, 125, 0.65);
}


.status-block-item.table-secondary{
    background-color: #9466FFFF !important;
    padding: 4px 10px;
    font-size: initial;
    line-height: 1;
    border: none;
    color: #fff !important;
}
.status-block-item.active-item.table-secondary {
    border: 1px solid #796c50;
    color: rgba(0, 0, 0, 1);
    background-color: #9466FFFF !important;
}
.status-block-item.table-secondary:hover {
    background-color: rgba(148, 102, 255, 0.65);
}
.status-block-item.active-item.table-secondary:hover {
    background-color: rgba(148, 102, 255, 0.65);
}


.status-block-item.table-danger{
    background-color: #ccc !important;
    padding: 4px 10px;
    font-size: initial;
    line-height: 1;
    border: none;
    color: #fff !important;
}
.status-block-item.active-item.table-danger {
    border: 1px solid #796c50;
    color: rgba(0, 0, 0, 1);
    background-color: #ccc !important;
}
.status-block-item.table-danger:hover {
    background-color: rgba(204, 204, 204, 0.65);
}
.status-block-item.active-item.table-danger:hover {
    background-color: rgba(204, 204, 204, 0.65);
}



.comment__actions-files, .comment__actions-files a{
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.comment__actions-files a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.hidden-elem-text {
    max-width: 300px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.checklists {
    width: 50%;
}
.tags {
    width: 50%;
    margin-bottom: 1rem;
}
.sale-tasks {
    width: 100%;
}
.sale-tasks label {
    border-bottom: 1px solid #ddd;
    padding-bottom: .25rem;
    margin-bottom: .5rem;
    width: 100%;
}
.logText {
    color: #cfcfcf;
    font-size:0.7rem;
}
.loader {
    position: absolute;
    width:100%;
    height:100%;
    z-index:1000;
    background-color: #fff;
    opacity:0.8;
    left:0px;
    top:0px;
    display: none;
}
.loaderAnimation {
    font-size: 1.8rem;
    color:silver;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cancelCommentWindow {
    position: absolute;
    top:80px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width:80%;
    background-color: #fff;
    z-index: 1000000;
    border:1px solid silver;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.63);
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.63);
    padding:15px;
}
.cancelCommentWindow {
    display: none;
}
.block2img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity:0.7;
}
.taskBlock2 {
    margin-top:20px;
}
.startJobWrapper {
    position: absolute;
    width:100%;
    height:100vh;
    background-color: #fff;
    z-index: 1000000;

}
.actions {
    width:100%;
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important;
    overflow-y: auto;
}

.folder-active {
    color: #000;
    background: #fff;
    font-weight: bold;
    margin: 5px 0;
    border-radius: 10px;
    box-shadow: 0px 7px 15px rgb(185 185 185 / 20%);
}
.openMail {
    cursor: pointer;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote p {
    display: inline;
}

.msgText {
    color:#222222;font-family:'-apple-system' , 'system-ui' , 'segoe ui' , 'arial' , sans-serif;font-size:16px
}
.register-form {
    margin-top: 24px;

}
.reg-row {
    margin-left:0px !important;
    margin-right:0px !important;
}
.verify-sms{
    margin-left:0px !important;
    margin-right:0px !important;
}
.reg-col {
    padding-left:0px !important;
    padding-right:0px !important;
}
.register-form input {
    width:100% !important;
}
.register-content {
    padding-left:10px;
    padding-right:20px;
}
.register-content input[type=button], .register-content input[type=submit] {
   margin-left:5px;
}
.recaptcha-block {
    margin-left:5px;
    margin-top:10px;
}
.domain-validate-errors {
    display: none;
    text-align: left;
    color: #ff0000;
    margin-bottom:10px;
}
.verify-sms {
    margin-bottom:12px;
    display: none;
}
.register-form input:disabled {
    opacity:0.4;
    color:silver;
}
.reg-loader {
    display: none;
    font-size:1.4rem;
    margin-bottom:20px;
}
.success-box {
    padding:10px;
    background-color: #d7ecd7;
    margin-bottom:15px;
}
.error-box {
    padding:10px;
    background-color: #ecd7d7;
    margin-bottom:15px;
}
.sales-cat {text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.board-container {overflow-x: auto;padding: 20px 0; }
.catRow {}
.info {
    background: #2A92BF;
    color: #fff;
}
.card-item .dropdown-toggle::after {
    content: none !important;
}
.kanban-container footer {
    background-color: #e2e4e6;

    text-align: center !important;
    font-weight: normal;
}
.kanban-board {

}
.addTaskToBoard {
    font-size:1.2rem;
    color: #c6c6c6;
}
.addTaskToBoard:hover {
    color: #adadad;
}
.hiddenLink {display: none}
.btnTaskAction {
    color: #c6c6c6;
}
.btnTaskAction:hover {
    color: #adadad;
}
.boardItemContent {
    cursor: pointer;
}
.boardItemContent:hover {
    color: #a7a7a7;
}
.addTaskToBoard {
    margin:5px;
    display: inline-block;
}
.addTaskFormContainer {
    display: none;
    background-color: #fff;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    padding:5px;
}
.addTaskFormRow {
    margin-bottom:2px;
}
.board-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
}
.board-container  input, .board-container select {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
}
.board-container .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    outline: 0;
}
.board-container .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0px !important;
}
.board-container .btn-info.disabled, .board-container .btn-info:disabled {
    color: #fff;
    background-color: #16aaff;
    border-color: #16aaff;
    opacity: 0.3 !important;
}
.timerTask {
    color:silver;
    font-size:0.8rem;
    vertical-align: middle;

}
.taskActions {
    float: right;
}
.deadlineStr {
    color: #ff0000;
}
.clear {clear: both}
.taskFooterRow {
    margin-top:4px;
}
.colorPreview {
    width:100px;
    height:35px;
    border-radius: 4px;
}
.app-sidebar {
    z-index: 110 !important;
}
.salesSubmenu {
    padding:20px;
    position: absolute;
    left: -330px;
    z-index: 100;
    height: 100vh;
    width: 280px;
    background-color: #fff;
    -webkit-box-shadow: 17px 2px 14px 1px rgba(34, 60, 80, 0.17);
    -moz-box-shadow: 17px 2px 14px 1px rgba(34, 60, 80, 0.17);
    box-shadow: 17px 2px 14px 1px rgba(34, 60, 80, 0.17);

}
.taskContainer  {
    display: -webkit-box;
    max-width: 230px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.incoming_msg {
    margin-bottom:10px;
    align-items: center !important;
    gap: 13px;
}
.outgoing_msg {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    justify-content: flex-end;
}
.app-sidebar {
    overflow-y: auto;
}
.trumbowyg-fullscreen-button {
    display: none !important;
}
.page-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000000;
    text-align: center;
}
.loader-spinner {
    font-size: 1.8rem;
    color: silver;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.app-main__inner {
    display: flex;
    flex-direction: column;
    position: relative;
}

body.disable-scroll {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
.crm-opener {
    position: inherit;
}
.crm-opener i.metismenu-icon {
    position: inherit;
    top: 5px;
    cursor: pointer;
}
.massActions {
    display: none;
}

.dropbtn:hover {
    opacity: 0.8;
}

.dropbtn {
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background: #9658fe;
    background: -moz-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
    background: -webkit-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
    background: linear-gradient(135deg,#3a8ffe 0,#9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    transition: 0.4s;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdownWrp {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.showdropBtn {display: block;}
.moovix-crm-logo {
    height: 50px;
    padding-top:3px;
    padding-bottom:3px;
}
.openClientChat {
    font-size:1.3rem;
    vertical-align: 1px;
    float: right;
    padding-right:4px;
    padding-left: 4px;
    border-radius: 3px;
}
.taskRightSide a:hover {
    text-decoration: none;
}

.company-logo-wrapper{
    text-align: center;
    margin-bottom: 30px;
}

.company-logo{
    width: 150px;
}

.toolbar-date {
    width: fit-content;
    text-align: center;
    margin: 0px auto 15px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.button-toolbar-date {
    background: rgba(0, 0, 0, 0);
    color: #222;
    border: none;
    border-radius: 2px;
    padding: 4px 17px;
    cursor: pointer;
}

.button-toolbar-date.active {
    color: #000;
    background: #eef5ff;
    border-radius: 20px;
}

.button-toolbar-date:focus {
    outline: 0;
}
.diagrams-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.diagrams-wrapper>div{
    width: 50%;
}

.dates-choose{
    text-align: center;
}

.task-side-menu .moov-sub-name-menu-create {
    float:right;
    margin-right:6px;
}
.task-side-menu .moov-sub-name-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
    width: 115px;
    text-align: left;
}
.moovix-opened-sub-menu .active-menu-item {
    color: #0093e0;
}
.table-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(2px);
    z-index:100;
}
.tasks-list-container {
    margin-top:25px;
}
.tasks-search-input {
    width:100%;
    font-size: 1.3rem;
    color: #797979;
    background-color: #fff;
    border:0px solid #d3d3d3;
    border-radius: 10px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
}
.filter-block {
    margin-top:10px;
}
.project-block-item {
    padding: 3px 10px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #ffffff;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    cursor: pointer;
    border:1px solid #ececec;
    color: rgba(0, 0, 0, 0.5);




}
.project-block-item:hover {
    background: #eaeaea;
}
.project-block-item.active-item {
    background: #c7c7c7;
    border:1px solid #b9b9b9;
    color: rgba(0, 0, 0, 1);
}
.project-block-item.active-item:hover {
    background: #b9b9b9;
}

.status-block-item {
    padding: 3px 10px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #16aaff;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    cursor: pointer;
    border:1px solid #16aaff;
    color: #fff;
}
.status-block-item:hover {
    background: rgba(141, 213, 255, 0.8);
}
.status-block-item.active-item {
    background: #8dd5ff;
    border:1px solid #a3c8cc;
    color: rgba(0, 0, 0, 1);
}
.status-block-item.active-item:hover {
    background: rgba(141, 213, 255, 0.8);
}

.role-block-item {
    padding: 3px 10px;
    border-radius: 10px;
    background: #f0ffe5;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    cursor: pointer;

    color: rgba(0, 0, 0, 0.5);
}
.role-block-item:hover {
    background: #e6f3d7;
}
.role-block-item.active-item {
    background: #cddebd;
    border:1px solid #bdd0ac;
    color: rgba(0, 0, 0, 1);
}
.role-block-item.active-item:hover {
    background: #bdd0ac;
}

.tasks-reset-filter {
    padding: 3px 10px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    margin-left:20px;
}
.tasks-reset-filter:hover {
    background: #ececec;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
a.tasks-select-all:hover {
    background-color: rgb(0, 133, 219);
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}
.tasks-select-all {

    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    margin-right:5px;
    margin-bottom:5px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);

    transition: .4s;
}
.tasks-select-all:hover {
    background-color: rgb(0, 133, 219);
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

.tasks-select-all.active-item {
    background-color: rgb(0, 133, 219);
    border:1px solid #b9b9b9;
    color: rgba(0, 0, 0, 1);
}
.tasks-select-all.active-item:hover {
    background: #b9b9b9;
}

.filter-block-item input {
    display: none;
}

.border-widget-domains {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
}

.border-widget-domains a {
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 4px 10px;
    justify-content: space-between;
    border-radius: 10px;
    gap: 15px;

}
.border-widget-domains li {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    border-top: 10px solid #b4cfff;
    font-size: .88rem;
    letter-spacing: 2px;
    transition: 0.3s all linear;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}


.feedback-wrap-btn {
    background-color: #eaeaea;
    border-radius: 0 0 5px 5px ;
}

.brd-name {
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}

.setting-instructions div, #feedback-forms-updating div{
    font-family: 'Mulish', sans-serif !important;
    letter-spacing: normal;
}

.setting-instructions strong {
    font-family: 'Mulish', sans-serif;
}

.container-fdbk {
    margin-bottom: 10px;
}

.test-form {
    display: flex;
    flex-direction: column;
    padding: 10px ;
    box-shadow: 0px 0px 20px -1px #3c547638;
    background-color: #fff;
}

.test-input {
    background-color: #fff;
    border: 1px solid #000;
}

.test-form-wrap p {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.test-form-wrap {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#feedback_form_body .feedback-row {
    padding-right: 30px;
}
.feedbackRowDelete {
    font-size: 32px;
    cursor: pointer;
}
#feedback_form_body .form-check-label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.test-submit {
    background-color: #F0F0F0;
    border: 1px solid #777;
}
.feedback-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Mulish', sans-serif;
}

.fdbk-form {
    font-family: 'Mulish', sans-serif;
}


.cl-btn-7 {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 2px;
}
.cl-btn-7:before {
    content: '+';
    color: #00a4fe;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 33px;
    line-height: 1;
    top: -8px;
    left: 1px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.cl-btn-7:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: linear-gradient(90deg, #00e2d0, #00a4fe);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
.cl-btn-7:hover:after {
    transform: scale(1);
}
.cl-btn-7:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}

.delete-form {
    cursor: pointer;
}

.delete-form:hover {
    color: #3f6ad8 !important;
}

.btn-add-widget-domains{
    cursor: pointer;
    float: left;
    margin-left: 1%;
    width: 9%;
    height: calc(2.25rem + 2px);
    border-radius: 0.25rem;
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.input-add-widget-domains{
    float: left;
}

.tooltip-add-domain{
    position: absolute;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    width: 45%;
    height: auto;
    line-height: 15px;
    background: #05F2AE;
    top: 187px;
    left: 40%;
    font-weight: 700;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tooltip-add-domain-cms{
    position: absolute;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    width: 45%;
    height: auto;
    line-height: 15px;
    background: #05F2AE;
    top: -10px;
    left: 40%;
    font-weight: 700;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tooltip-add-domain:before, .tooltip-add-domain-cms:before{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid #05F2AE;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tooltip-add-domain-reject{
    position: absolute;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    width: 45%;
    height: auto;
    line-height: 15px;
    background: red;
    top: 171px;
    left: 40%;
    font-weight: 700;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tooltip-add-domain-reject-cms{
    position: absolute;
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    width: 45%;
    height: auto;
    line-height: 15px;
    background: red;
    top: -25px;
    left: 40%;
    font-weight: 700;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.tooltip-add-domain-reject:before, .tooltip-add-domain-reject-cms:before{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid red;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


#delete-mass-action::before{
    margin-top: 0 !important;
    top: 0 !important;
}

#delete-mass-action::after{
    height: 1rem !important;
}

.setting-title{
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
}


.item-menu-block {
    background-color: #fff;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:6px;
    padding-top:6px;
    position: absolute;
    right: 33px;
    display: none;
    z-index:1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.item-menu-link {
    text-decoration: none;
    color: #adadad;
}
.item-menu-container {
    text-align: right;
}
.item-menu-block a {
    color: #696969;
    display: block;
    text-align: left;
}
.item-menu-block a:not(:last-child) {
    margin-bottom:5px;
}
.item-menu-block a:hover {
    text-decoration: none;
    color: #2a2a2a;
}
.task-edit-menu {
    display: none;
    position: absolute;
    right: -20px;
    z-index: 100;
    background-color: #fff;
    font-size: 12px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    padding: 12px;
    min-width: 118px;
    bottom: 22px;
}
.moovi-edit {
    position: relative;
}
.task-edit-menu a:not(:last-child) {
    margin-bottom:2px;
}
.task-edit-menu a {
    display: block;
    color:#000;
}
.moovi_users-main img, .moovi_users-second img {
    width: 30px;
    height:30px;
    border-radius: 50%;
}
.app-main__outer {
    margin-bottom: 75px;
}

.action-button-outer img {
    width:32px;
    opacity:1;
    margin-top: 13px;
    margin-left: 13px;
}
.action-button-outer {
    z-index: 1000;
    position: fixed;
    right: 0px;
    bottom: 100px;
    cursor: pointer;
    z-index: 20;
    background: #fefefe;
    width: 60px;
    height: 60px;
    border: 1px solid #f2f2f2;
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    transition: 0.4s;
}
.action-button-outer:hover {
    transition: 0.4s;
    opacity: 0.7;
}
.action-button-outer:hover .action-button-title {
    opacity:1;
}
.action-button-title {
    opacity:0;
    position: absolute;
    top: 20px;
    bottom: 0px;
    left: -120px;
    width: 113px;
    height: 18px;
    border-radius: 10px;
    font-size:11px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color:#fff;
    background-color: rgb(127, 180, 250);
    transition: all 0.5s ease;
}


@media screen and (min-width: 390px) and (max-width: 767px) {
    .chat-cite {
        position: absolute !important;
        bottom: 100% !important;
    }
    .button-toolbar-date {
        padding: 4px 12px;
    }
    .action-button-outer {
        bottom:65px;
    }
    .checklists {
    width: 100%;
}
.tags {
    width: 100%;
}

}

@media screen and (max-width: 389px) {
    .chat-cite {
        position: absolute !important;
        bottom: 100% !important;
    }
    .button-toolbar-date {
        padding: 3px 6px;
    }
    .toolbar-date {
        width: 100%;
    }
    .action-button-outer {
        bottom:65px;
    }
    .checklists {
    width: 100%;
}
.tags {
    width: 100%;
}
}
.select2-container {
    z-index: 100000 !important;
}
.quick-task-add .select2 {
    width:100% !important;
}
.edit-card-title {
    cursor: pointer;
    display: inline-block;
    margin-right:4px;
}
.card-tf {
    display: inline-block;
    width: calc(100% - 30px);
}


.click-to-call img {
    vertical-align: -1px;
}
.click-to-call {
    cursor: pointer;
    display: block;
}
.click-to-call:hover {
    color: #757575;
}
.fade-half {
    opacity:0.4;
}
.phone-calls-log {
    margin-top:20px;
    font-size: 0.8rem;
}
.call-log .control {
    cursor: pointer;
}

.call-log {
    padding:10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-bottom:4px;
}

.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-bottom:3px;
    padding: 0 24px;
    /*width: 100%;*/
    height: 35px;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 4px;
    background: #fff;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}

.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #0059FF;
}

.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}

.audioplayer-time-current {
    margin-left: 24px;
}

.audioplayer-time-duration {
    margin-right: 24px;
}

.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}

.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}

.audioplayer-volume {
    display: flex;
    align-items: center;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: 1px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}

/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }

}

.ZebraDialog_Body {
    height: auto !important;
}

.task_comment {width:calc(100% - 30px);}

.ZebraDialog_NoScroll {
    position: fixed;
    left: inherit !important;
    top: inherit !important;
    height: 100%;
}

.notifyjs-corner {
    z-index:1050000 !important;
}

.tag-edit-cont {
    display: none;
}
.tag-add-cont {
    display: none;
}
.moovi_plus_tag {

}

.moovi_plus_tag_rounded_button {
    border-radius: 50% !important;
    width: 25px;
    cursor: pointer;
}

.tag-title-add {
    margin: 0 auto;
}

.tag-edit-cont-card {
    display: none;
}
.tag-add-cont-card {
    display: none;
}

.tag-title-add-card {
    margin: 0 auto;
}

#tag_filter .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px !important;
    outline: 0 !important;
}

#tag_filter .select2-container--default .select2-selection--multiple {
    border: none !important;
}

#tag_filter .select2-container .select2-selection--multiple {
    min-height: 29px !important;
}

#tag_filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 19px !important;
    line-height: 17px !important;
    font-size: 13px !important;
}

.input-add-cms-domains{
    width: 79%;
    transition: none !important;
}

.opencart-api-name{
    width:12%;
}

.opencart-api-key{
    width:26%;
}

.cms-type-select{
}

.opencart-help-wrapper {
    font-size: 24px;
    display: none;
    line-height: initial !important;
}

.opencart-help-icon-wrapper {
    font-size: 24px;
    display: none;
}

.opencart-version-select,  #opencart-version-selects{
    display: none;
}


.project-select {
    display: none;
}

#should-sales-add {
    display: none;
    margin-top: 1%;
    margin-left: 1%;
}

.sale-select {
    display: none;
}

.choose-project-label {
    display: none;
    line-height: 38px;
}

.should-sale-add-label, #project-selects {
    display: none;
}

.choose-sale-label {
    display: none;
    margin-top: 1%;
    line-height: 38px;
    margin-left: 1%;
}

.download-opencart-archieve{
    display: none;
    color: #0056b3;
    margin-bottom: 1rem;
}

#tag_filter .select2.select2-container.select2-container--default {
    margin-top: 5px;
}

.showWallpapersWindow {
    position: absolute;
    right: 0px;
    top: 200px;
    cursor:pointer;
    z-index:20;
    background: #fff;

    width: 60px;
    height: 60px;
    border: 1px solid #f2f2f2;

    transition: 0.4s;

    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.showWallpapersWindow:hover{
   transition: 0.4s;
   background: #f1f1f1;
}
.showWallpapersWindow:hover img{

}
.showWallpapersWindow:hover .action-button-title {
    opacity:1;
    transition: 0.4s;
}


.showWallpapersWindow img {
    position: relative;

    margin-top: 15px;
    margin-left: 15px;
}

.showSettingsWindow {
    position: absolute;
    right: 0px;
    top: 270px;
    cursor:pointer;
    z-index:20;
    background: #fff;

    width: 60px;
    height: 60px;
    border: 1px solid #f2f2f2;

    transition: 0.4s;

    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.showSettingsWindow:hover{
   transition: 0.4s;
   background: #f1f1f1;
}
.showSettingsWindow img{
    width: 35px;
}
.showSettingsWindow:hover .action-button-title {
    opacity:1;
    transition: 0.4s;
}


.showSettingsWindow img {
    position: relative;

    margin-top: 12px;
    margin-left: 15px;
}

.wallpaperContent {
    padding: 30px;
    max-height: 430px;
    overflow-y: auto;
}

.wallpaperContent img {
    width: 100%;
    border-radius: 10px;
}

.wallpaperContent .wallpaper-container:hover {
    transition: 0.2s all;
    transform: scale(1.2);
    border-radius: 10px;
    z-index:20
}

.wallpaperContent .wallpaper-container:hover img {
    filter: brightness(60%);
}

.wallpaper-container {
    position: relative;
    float: left;
    width: 19%;
    margin: 0 1% 1% 0;
}

.wallpaper-change {
    background: #000;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    width: fit-content;
    border-radius: 15px;
    padding: 0 10px;
    display: none;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

@media (max-width: 1800px) {
    .moovix__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1500px) {
    .moovix__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .moovix__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wallpaper-container {
        float: none;
        width: 80%;
        margin: 5px auto;
    }
    .moovix__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .wallpaperContent {
        text-align: center;
        padding: 10px;
        height: 430px;
        overflow-y: auto;
    }

    .wallpaperContent .wallpaper-container {
        margin-top: 5% !important;
    }

    .wallpaperContent img {
        width: 100%;
        border-radius: 10px;
    }

    .wallpaperContent .wallpaper-container:hover {
        transition: 0.2s all;
        transform: scale(1.2);
        border-radius: 10px;
    }

    .wallpaper-change {
        background: #fff;
        height: 30px;
        line-height: 30px;
        width: fit-content;
        border-radius: 15px;
        padding: 0 10px;
    }

}

.popupTitle {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.received_withd_msg, .sent_msg {
    position: relative;
}
.popupButtons {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.popupButtons a {
    padding: 10px;
    background-color: #2683b6;
    color: #fff;
    border-radius: 6px;
}

.popupButtons a:hover {
    text-decoration: none;
}
.send-form {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 5px;
    padding: 0 15px;
    position: relative;
}
.send-form .chat-box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.send-form .chat-box .chat-input {
    flex: 1;
}
.send-form svg {
    position: inherit !important;
    left: inherit !important;
}
.msg_send_btn {
    position: inherit !important;
    left: inherit !important;
}
.chat-cite {
    display: none;
    background-color: #dbebff;
    padding: 10px;
    flex: 1;
    width: 100%;
    border-radius: 5px;
    color: #4975a9;
    border-top: 2px solid #749ac7;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.hidden-elem {
    display: none !important;
}
.cancel-cite {
    color: #a60000;
    position: absolute;
    top: 0;
    right: 7px;
}
.sent_msg .message-text {
    background: #4588fc;
    border-radius: 15px 12px 0 15px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 7px 45px 7px 12px;
    width: auto;
    position: relative;
    max-width: 550px;
}
.received_withd_msg .message-text {
    background: #fff;
    border-radius: 12px 15px 15px 0;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 7px 50px 7px 12px;
    width: auto;
    border: 1px solid #d7e4ea;
    position: relative;
    word-break: break-word !important;
}
.message-text blockquote {
    background-color: rgba(243, 243, 243, 0.39);
    border-left: 10px solid rgba(204, 204, 204, 0.49);
    margin-left: 0 !important;
    margin-bottom: 5px !important;
}
.comment-cite {
    margin-bottom: 5px;
}
.comment-text blockquote {
    margin-left: 0;
    margin-bottom: 5px !important;
}

.stick {
    opacity: 0.2;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.moovix__grid-item .stick {
    opacity: 1;
}

.sticked.stick {
    opacity: 1 !important;
    color: red;
}
.sticked-task {
    box-shadow: rgb(50 50 93 / 15%) 0px 3px 12px -2px, rgb(0 0 0 / 15%) 0px 0px 7px -3px !important;
    position: relative;
    border: 0px solid #fff;
}
.moovix-more-box {
    display: none;
    position: absolute;
    width: 140px;
    height: auto;
    background-color: #fff;
    z-index: 40;
    right: 0;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.moovix-more-box a {
    font-size: 16px;
}
.moovi_more {
    position: relative;
}


[aria-current=page] span{
    color: white !important;
    background-color: var(--primary) !important;
}
.ring-gray-300, .border-gray-300 {
    border-radius: 50% !important;
}
.rounded-md {
    gap: 5px;
}
.leading-5 {
    transition: .3s;
    padding: 5px 11px !important;
}
}
.leading-5:hover {
    background-color: #ddd !important;
    text-decoration: none;
}

.private-chats-avatar {
    flex-shrink: 0;
}

.top__nav-btn {
    border: none;
    background: transparent !important;
    color: #99B2C6 !important;
}
.flex-start {
    justify-content: flex-start !important;
}

.inn-box {
    background-color: #f3f3f3;
    padding: 10px 10px 14px;
    border-radius: 6px;
}
.inn-box label {
    font-weight: bold;
}
.card-body h6 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
}
.product-category-title {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
}
.product-category-title svg {
    width: 20px;
}
.has-sub-categories svg {
    width: 23px;
}
.has-sub-categories {
    font-weight: bold;
}
.product-size-box {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
}
.prop h5 {
    font-weight: bold;
}
.prop-row {
    display: flex;
    gap: 5px;
    align-items: center;
}
.prop-row input {
    flex: 1;
}
.prop-row a {
    width: 40px;
    text-align: center;
}
.prop-block {
    margin-top: 10px;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.add-prop {
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 7px;
    display: flex;
    gap: 4px;
    align-items: center;
}
.add-prop:hover {
    text-decoration: none;
}
.cat-item-box {
    display: flex;
    gap: 4px;
    align-items: center;
}
.cat-item-box svg {
    width: 20px;
}
.cat-item ul {
    margin-left: 18px;
}

.cat-item-box {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 4px;
    border: 1px solid #fff;
}
.cat-box-scroll {
    max-height: 300px;
    overflow: auto;
}
.photo-list {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}
.photo-list li {
    position: relative;
}
.photo-list img {
    height: 80px !important;
    border-radius: 6px;
}
.del-photo {
    position: absolute;
    top: 2px;
    right: 2px;
}
.filter-inp-box {
    margin-bottom: 10px;
    display: flex;
    gap: 4px;
    align-items: stretch;
}
.store-header {
    margin-top: 15px;
    margin-bottom: 1px;
    display: flex;
    /*gap: 2px;*/
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}
.store-header .header-store {
    width: 250px;
    /*text-align: left !important;*/
}
.store-header .header-title {
    flex: 1;
}
.store-header .header-code {
    width: 120px;
}
.store-header .header-unit {
    width: 120px;
}
.store-header .header-price {
    width: 120px;
}
.store-header .header-amount {
    width: 350px;
}
.store-header .header-quantity {
    width: 200px;
}
.store-header div {
    background-color: #d2dffb;
    /*border-radius: 4px;*/
    padding: 4px;
}

.category-prod-box, .store-product-row {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.store-product-row:is(:last-child) {
    border-bottom: 0px solid #000 !important;
}

.store-product-row {
    .row-title, .row-store, .row-code, .row-unit, .row-price, .row-quantity {
        border-right: 1px solid #000;
    }
}

.store-categories {
    display: flex;
    flex-direction: column;
    /*gap: 4px;*/
}
.store-category-row {
    display: flex;
    /*gap: 2px;*/
    flex-direction: column;
    width: 100%;
}
.store-product-row {
    display: flex;
    /*gap: 2px;*/
    width: 100%;
    /*background-color: #f3f3f3;*/
    /*border-radius: 4px;*/
    padding: 4px 4px 4px 20px;
    transition: all 0.3s ease;
}
.store-product-row:hover {
    background-color: #f3f3f3;
}
.store-category-row .row-store {
    width: 250px;
    /*text-align: left !important;*/
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-title {
    flex: 1;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-code {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-unit {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-price {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-amount {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-category-row .row-quantity {
    width: 100px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}

.store-product-row .row-store {
    width: 250px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden;
    text-align: center;
}
.store-product-row .row-title {
    flex: 1;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden;


    a {
        font-size: 17px !important;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        overflow: hidden;
    }
}
.store-product-row .row-code {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-product-row .row-unit {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-product-row .row-price {
    width: 120px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-product-row .row-amount {
    width: 350px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
.store-product-row .row-quantity {
    width: 200px;
    text-overflow:ellipsis;
    /*white-space:nowrap;*/
    overflow:hidden
}
/*.store-product-row div {*/
/*    background-color: #f3f3f3;*/
/*    border-radius: 4px;*/
/*    padding: 4px;*/
/*}*/
.products-block {
    margin-bottom: 2px;
}
.row-title {
    display: flex;
    gap: 5px;
    align-items: center;
}
.row-title svg {
    width: 15px;
}
.store-sub-categories-container {
    background-color: #e1e1e1;
    /*border-radius: 4px;*/
}
.store-category-row .full-category-row {
    flex: 1;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    background-color: #e1e1e1;
    /*border-radius: 4px;*/
    padding: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.4s ease;
    width: 100%;
    font-size: 17px !important;

}
.full-category-row:hover {
    cursor: pointer;
    background-color: #f3f3f3;
}
.full-category-row svg {
    width: 20px;
}
.store-sub-categories-container {
    /*margin-left: 15px;*/

    text-align: left;
}
.store-sub-categories-container .store-category-row {
    padding-left: 15px;
}
.sub-cat {
    display: none;
}
.cat-products {
    margin-bottom: 8px;
    margin-left: 20px;
}
.cat-products li {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;

    /*padding: 4px;*/
}
.cat-products li label {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
}
.cat-products li input[type=text] {
    width: 100px;
    text-align: center;
}
.cat-products li label svg {
    width: 15px;
}
.cat-products ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.half-opacity {
    opacity: 0.4;
}
.prod-quant {
    padding: 4px;
    background-color: #f3f3f3;
    border-radius: 5px;
}
.cat-products {
    display: none;
}
.inv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inv-header .inv-period {
    display: flex;
    gap: 5px;
    align-items: center;
}
.inv-header .inv-period {
    font-size: 1.1rem;
    font-weight: 500;
}
.inv-header .inv-period .inv-select-period {
    font-weight: 300;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.4s ease;
    cursor: pointer;
}
.inv-header .inv-period .inv-select-period:hover {
    text-decoration: none;
    border-bottom: 1px solid #d7d7d7;
}
.inv-header .inv-actions a:not(.kp-template) {
    background-color: #23c465;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #17af55;
    transition: all 0.4s ease;
}
.inv-header .inv-actions a:not(.kp-template):hover {
    background-color: #32d976;
    border-bottom: 2px solid #23c464;
    text-decoration: none;
}
.kp-template {
    background-color: #ececec;
    color: #646464 !important;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #d7d7d7;
    transition: all 0.4s ease;
}
.kp-template:hover {
    background-color: #e0e0e0;
    border-bottom: 2px solid #c4c4c4;
    text-decoration: none;
    color: #646464 !important;
}
.inv-header-form {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.inv-header-form ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    background-color: #f3f3f3;
    padding: 2px 2px;
    border-radius: 10px;
}
.inv-header-form ul li {
    width: auto;
    display: flex;
}
.inv-header-form ul li a {
    font-weight: 500;
    color: #8d8d8d;
    padding: 4px 15px;
    /*transition: all 0.4s ease;*/
}
.inv-header-form ul li a:hover {
    text-decoration: none;
    color: #fff;
    border-radius: 9px;
    background-color: #c5c5c5;
    -webkit-box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
}
.inv-header-form ul li a.active {
    text-decoration: none;
    color: #fff;
    border-radius: 9px;
    background-color: #c5c5c5;
    -webkit-box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 4px 4px 6px -1px rgba(34, 60, 80, 0.2) inset;
}
.inv-header-form input {
    flex: 1;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
}
.inv-table {
    margin-top: 15px;
    border-radius: 4px;
    border: 2px solid #f3f3f3;
}
.inv-table .inv-table-header {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 13px;
    padding-right: 13px;
    font-weight: 600;
    border-bottom: 3px solid #f3f3f3;
    gap:5px;
}
.inv-table-header-title {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.inv-table-header-title .inv-info {
    font-weight: 400;
    font-size: 0.8rem;
    opacity: 0.7;
}
.inv-table-header-status {
    width: 100px;
}
.inv-table-header-action {
    width: 30px;
}
.inv-table-header-amount {
    width: 120px;
}
.inv-table-header-shipment {
    flex: 1;
}
.inv-table-header-manager {
    /*flex: 0.7*/
    max-width: 140px;
    width: 100%;
}
.inv-table-body {
    display: flex;
    flex-direction: column;
}
.inv-table-body-block-header {
    cursor: pointer;
    background-color: #f5fafa;
    padding-left: 13px;
    padding-right: 13px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.inv-table-body-block-header .block-toggle {
    cursor: pointer;
    color: #1cbd1c;
}
.inv-table-body-block-header .block-counter {
    background-color: #ebedec;
    color: #afafaf;
    font-weight: 400;
    padding: 1px 3px;
    border-radius: 1px;
}
.inv-table-body-block-row {
    display: flex;
    align-items: center;
    /*height: 47px;*/
    padding-left: 13px;
    padding-right: 13px;
    transition: all 0.4s ease;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    gap: 5px;
}
.inv-table-body-block-row:hover {
    background-color: #f5fafa;
    cursor: pointer;
}
.inv-table-body-block-row:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;

}
.inv-table-body-block-header:not(:last-child) {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.opened-block {border-bottom: 1px solid #f3f3f3;}
.inv-table-body-block-row-title {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.inv-table-body-block-row-title .inv-info {
    font-weight: 400;
    font-size: 0.8rem;
    opacity: 0.7;
}
.inv-table-body-block-row-status {
    width: 100px;
}
.inv-table-body-block-row-action {
    width: 50px;
    text-align: right;
}
.inv-table-body-block-row-amount {
    width: 200px;
}
.inv-table-body-block-row-manager {
    flex: 0.7
}
.plus {
    color: #1cbd1c;
}
.minus {
    color: #ad0000;
}
.status-paid {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #23c465;
    padding: 3px 5px;
    border-radius: 3px;
}
.status-not-paid {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #9f9f9f;
    padding: 3px 5px;
    border-radius: 3px;
}
.status-def {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #6b3f3f;
    padding: 3px 5px;
    border-radius: 3px;
}
.status-shipped {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #325d8a;
    padding: 3px 5px;
    border-radius: 3px;
}
.status-shipping-delay {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #4493e8;
    padding: 3px 5px;
    border-radius: 3px;
}
.status-expired {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    background-color: #c42323;
    padding: 3px 5px;
    border-radius: 3px;
}
.inv-table-body-block-row-title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    flex: 1;
    display: flex
;
    flex-direction: column;
}
.inv-info, .inv-client, .inv-table-body-block-row-manager {
    text-overflow:ellipsis;
    white-space:normal;
    overflow:hidden;
}


/** create invoice **/
.inv-body {
    max-width: 90%;
}
.inv-header-create {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.inv-header-create .inv-title {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    flex: 1;

}
.inv-title .title {
    width: 120px;
}
.inv-number {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 300 !important;
}
.inv-date {
    width: 200px;
}
.inv-number {
    width: 100%;
    margin-right: 0 !important;
}
.inv-header-create .input-title {
    font-size: 0.8rem;
    opacity: 0.5;
}
.inv-my-company {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.inv-my-company .title {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}
.inv-requisites {
    background-color: #f3f3f3;
    color: #7a7a7a;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #c2c2c2;
    transition: all 0.4s ease;
}
.inv-requisites:hover {
    background-color: #dadada;
    color: #7a7a7a;
    border-bottom: 2px solid #c0c0c0;
    text-decoration: none;
}
.my-requisites {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}
.inv-form-row {
    flex: 1;
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    margin-bottom: 20px;
    .full-width-column {
        padding-left: 10px;
        padding-right: 10px;
    }

}
.invoices-box {
    .inv-form-row {
        .full-width-column {
            padding-left: 0;
            padding-right: 0;
        }
    }
}

.full-width-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sign-column {
    width: 130px;
    height: 130px;
    display: flex;

}
.sign-column .file-img-selector {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 1px dashed #b9b9b9;
    padding: 10px;
    text-align: center;
    font-size: 0.7rem;
    color: #9a9a9a;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
}
.sign-column .file-img-selector:hover {
    background-color: #f3f3f3;
}
.sign-column .file-img-selector svg {
    width: 35px;
    opacity: 0.3;
}
.full-width-column .input-title {
    font-size: 0.7rem;
    opacity: 0.7;
}
.emails-block .input-title {
    font-size: 0.7rem;
    opacity: 0.7;
}
.full-width-column input, tr input {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400 !important;
    color: #000;
    width: 100%;
}
.full-width-column textarea, tr textarea {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400 !important;
    min-height: 100px;
    resize: vertical;
    color: #000;
    width: 100%;
}
.full-width-column select, tr select {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400 !important;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/assets/images/down_select.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    color: #000;

    width: 100%;
}
.full-width-column select:focus, tr select:focus {
    outline: 0;
}
.requisite-text {
    font-size: 0.8rem;
}
.requisite-text .company-name {
    font-size: 0.8rem;
}
.requisite-text span {
    opacity: 0.5;
}
.inv-items-box {
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /*border-radius: 4px;*/
}
.inv-items-box li:not(.cat-item) {
    padding: 0px 17px;
    transition: all 0.4s ease;
    position: relative;
}

.inv-items-box li:hover .delete-inv-item {
    opacity: 0.7;
    color: #c50606;
}
.inv-items-box li:not(.cat-item) .inv-form-row {
    /*margin-bottom: 7px;*/
}
.delete-inv-item {
    position: absolute;
    top: 5px;
    right: 7px;
    opacity: 0.3;
}
.item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    opacity: 0.7;
}

.inv-items-box ul:not(.cat-list) {
    display: flex;
    flex-direction: column;
    /*gap: 13px;*/
    overflow: hidden;
}

.invoices-box {
    gap: 13px;
}

.inv-items-box ul li:not(.cat-item) {
    opacity: 1;
}
.inv-items-box ul li:not(.cat-item):last-child {
    margin-bottom: 8px;
}
.inv-items-box ul li:not(.cat-item):hover {
    opacity: 1;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;*/
}
.add-inv-item, .add-inv-multiple-item {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #46cc46;
    transition: all 0.4s ease;
    text-decoration: none;
    margin-left: 17px;
    height: 33px;
}
.add-inv-item:hover, .add-inv-multiple-item:hover {
    color: #31ab31;
    text-decoration: none;
}
.inv-add-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.inv-comment-box, .inv-otv-box {
    margin-top: 15px;
}
.autoComplete_wrapper {
    width: 100% !important;
}
.autoComplete_wrapper input {
    width: 100% !important;
}
.selected-image {
    width: 90%;
    max-height: 75px;
}
.selected-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-selector {
    display: none;
}
.inv-totals {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 15px;
    height: 145px;
    align-items: flex-end;
    .discount {
        display: inline-flex;
        align-items: center;
        gap: 6px;

    }
    .custom-block {
        display: inline-flex;
        align-items: center;
        gap: 6px;

    }
    .custom-block-check {
        label {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        input {
            width: 13px!important;
        }
    }

    span {
        /*width: 140px;*/
    }
}
.inv-totals .vat, .inv-totals .total, .inv-totals .total-raw, .inv-totals .total-margin {
    display: flex;
    align-items: center;
    gap: 15px;


}
.row-inv-title {
    flex: 1;
}
.total-discount-input, .custom-block-input {
    width: 60px !important;
    text-align: center;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 300 !important;
}
.inv-form-actions {
    margin-top: 25px;
}
.inv-form-actions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.inv-save, .kp-save, .contract-save {
    background-color: #23c465;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #17af55;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.inv-save:hover, .kp-save:hover, .contract-save:hover {
    background-color: #32d976;
    border-bottom: 2px solid #23c464;
    text-decoration: none;
    color: #fff;
}
.act-save {
    background-color: #23c465;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #17af55;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.act-save:hover {
    background-color: #32d976;
    border-bottom: 2px solid #23c464;
    text-decoration: none;
    color: #fff;
}
.inv-process-send, .kp-process-send {
    background-color: #23c465;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #17af55;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.inv-process-send:hover, .kp-process-send:hover {
    background-color: #32d976;
    border-bottom: 2px solid #23c464;
    text-decoration: none;
    color: #fff;
}
.inv-download {
    background-color: #f3f3f3;
    color: #808080;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #cccccc;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.inv-download:hover {
    background-color: #e3e3e3;
    border-bottom: 2px solid #b7b7b7;
    text-decoration: none;
    color: #808080;
}
.inv-send {
    background-color: #f3f3f3;
    color: #808080;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #cccccc;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.inv-send:hover {
    background-color: #e3e3e3;
    border-bottom: 2px solid #b7b7b7;
    text-decoration: none;
    color: #808080;
}
.inv-default {
    background-color: #f3f3f3;
    color: #808080;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #cccccc;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
}
.inv-default:hover {
    background-color: #e3e3e3;
    border-bottom: 2px solid #b7b7b7;
    text-decoration: none;
    color: #808080;
}
.inv-select-period {
    position: relative;
}
.inv-period-block {
    display: none;
    z-index: 10000;
    position: absolute;
    background-color: #fff;
    padding: 7px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    top: 24px;
    width: 400px;
}
.inv-period-inputs {
    display: flex;
    gap: 3px;
    align-items: center;
}
.inv-period-inputs input {
    flex: 1;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    padding: 4px;
    margin: 0 !important;
    font-size: 1rem;
}
.inv-period-inputs span {
    width: 30px;
    text-align: center;
}
.inv-period-templates {
    margin-top: 6px;
    display: flex;
    gap: 4px;
    flex-direction: column;
    font-size: 0.8rem;
}
.inv-period-templates a {
    color: #076a9a;
}
.inv-period-templates a:hover {
    color: #0b5072;
    text-decoration: none;
}

.inv-period-block button {
    background-color: #f3f3f3;
    color: #808080;
    border: 0;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #cccccc;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
    margin-top: 10px;
}
.inv-period-block button:hover {
    background-color: #e3e3e3;
    border-bottom: 2px solid #b7b7b7;
    text-decoration: none;
    color: #808080;
}
.client-card {
    font-weight: 600;
}
.client-card:hover {
    text-decoration: none;
}
.inv-item-actions {
    text-align: right;
    display: inline-block;
    position: relative;
}
.inv-item-action-button {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    text-align: center;
}
.inv-item-menu {
    display: none;
    position: absolute;
    padding: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    width: 150px;
    right: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 10000;
}
.inv-item-menu ul .divider {
    margin-top: 1px;
    margin-bottom: 1px;
}
.inv-item-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.inv-item-menu ul li {
    display: flex;
    align-items: center;
    text-align: left;
}
.inv-item-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 10px;
    transition: all 0.3s ease;
    width: 100%;
}
.inv-item-menu ul li a:hover {
    text-decoration: none;
    background-color: #0a3d62;
    color: #fff;

}
.inv-item-menu ul li a.text-danger:hover {
    text-decoration: none;
    background-color: #0a3d62;
    color: #fff !important;

}
.emails-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.emails-block ul li {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    width: 100%;
}
.emails-block ul li input {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 300 !important;
    flex: 1;
}
.emails-block ul li a {
    width: 30px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.add-email-inv {
    margin-top: 12px;
    display: inline-block;
}
.act-items-type-box {
    margin-top: 20px;
}
.act-counter {
    background-color: #7693c7;
    color: #fff;
    font-weight: 400;
    padding: 1px 6px;
    border-radius: 2px;
}
.act-counter-zero {
    background-color: #ebedec;
    color: #afafaf;
    font-weight: 400;
    padding: 1px 6px;
    border-radius: 2px;
}
.client-acts ul {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 5px;
}
/** end of create invoice **/
.tel-service {
    margin-bottom: 20px;
}
.tel-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}
.tel-service ul li {
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    color: #a9a9a9;
}
.tel-service ul li.active {
    background-color: #d9d9d9;
    border: 1px solid #c0c0c0;
    color: #000;
}
.tel-service ul li input {
    display: none;
}
.mtt-reg {
    padding: 7px;
    border-radius: 4px;
    background-color: #0a3d62;
    color: #fff;
}
.mtt-reg:hover {
    text-decoration: none;
    background-color: #196094;
    color: #fff;
}
.chat-nav li.active {
    background-color: #f3f3f3;
}
.app-inner-layout .app-inner-layout__wrapper .app-inner-layout__sidebar.card {
    background: #fff !important;
}
.file-selector-box .fileuploader-input {
    display: none;
}
.file-selector-box .fileuploader {
    padding: 0;
}

.chat-phrase-container {
    display: flex;
}
.chat-phrase-container-hidden, .chat-phrase-reply-option-container-hidden {
    display: none !important;
}
.chat-phrase-container .form-control {
    flex: 1;
}
.chat-phrase-chat-phrase-reply-options-container {
    display: none;
    flex-direction: column;
    flex: 1;
}
.chat-phrase-reply-option-container {
    display: flex;
}
.chat-delete-phrase, .chat-phrase-reply-option-delete {
    transform: rotate(45deg);
    height: 30px;
    width: 70px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}
.btn-add-chat-phrase, .btn-chat-phrase-reply-option {
    margin: 20px 0;
}
.task-column-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.task-column-actions a {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 2px;
}
.edit-users-block .select2-container--default .select2-selection--multiple {
    padding-left: 3px !important;
}
.save-users-block, .save-event-users-block {
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 15px;
    background: #9658fe;
    background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
    background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
    background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    transition: 0.4s;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.save-users-block:hover, .save-event-users-block:hover {
    color: #fff;
}
.custom-modal {
    position: fixed !important;
    max-width: 700px;
    width: 100%;
    max-height: calc(100vh - 100px);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    z-index: 1000000;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow-x: hidden;
}
@media only screen and (min-width: 641px) {
    .custom-modal {
        max-width: 80%;
    }
}
.header .title {
    font-weight: 600;
}
.custom-modal-body {
    margin-top: 14px;
}
.client-nav-tabs {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;

    border-bottom: 1px solid #eee;
    width: 100%;
}
.client-nav-tabs li {
    cursor: pointer;
    padding: 15px 25px;
}
.client-nav-tabs li.active {
    border-bottom: 2px solid blue;
    color: blue;
}

.custom__show {
    background-color: #F2F6FF;
    border-radius: 2px;
    padding: 15px;
    border-left: 1px solid #6192FF;

}

.flex-three-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 40px;
}
.flex-three-columns > div {
    flex: 1;
}
.client-sales-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.client-sales-box .kanban-board header::before {
    background-color: #fff;
}
.client-sales-box .kanban-board header::after {
    background-color: #fff;
}
.client-tabs-box {
    height: 100% !important;
}
.client-form {
    height: 100vh;
}
.client-card {
    height: 100vh;
}
.sales-color {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sales-color-row {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sales-color-row .colorPreview {
    width: 40px;
    height: 15px;
    border-radius: 5px;
}
.popup-has-read {
    color: #2ea85f;
    font-weight: bold !important;
}
.showEventWindow {
    cursor: pointer;
}
.event-result-block {
    margin-top: 10px;
}
.event-result-block .event-result {
    font-style: italic;
}
.clients-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clients-filter input, .clients-filter select {
  flex: 1;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    padding: 4px;
    margin: 0 !important;
    font-size: 0.9rem;
    height: 33px !important;
    background: #f3f3f3;
}
.home-events-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 7px;
}
.home-events-filter select {
    width: auto;
    height: 25px;
    border-radius: 4px;
}
.home-events-filter .period-filter {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.home-events-filter .period-filter input {
    height: 33px;
    -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding: 0px 21px;
    background-color: #fff;
    margin-right: 0;
}
.client-files-box {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    max-width: 350px;
    margin-bottom: 10px;
}
.file-uploader-multi {}
.client-file-item {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.client-file-item .file-link {
    flex: 1;
}
.client-file-item .delete-client-file {
    width: 15px;
}
.table-view-sales {
    margin-bottom: 10px;
}
.flex-full-width {
    flex: 1 !important;
    max-width: 100% !important;
}
.sales-top-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;

    a {
        display: flex;
        align-items: center;
        gap: 3px;
    }
}
.task-suppliers-list {
    display: flex;
    flex-direction: column;
    gap: 5px;

    li {
        display: flex;
        align-items: center;
        gap: 4px;

        input {
            text-align: center;
        }


    }

    .delete-task-supplier-list {
        width: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.add-multiple-block {
    margin-left: 17px;
    margin-top: 12px;
    margin-right: 12px;
}
.inv-cat-item {
    cursor: pointer !important;
    font-size: 15px;
}

.cat-prod-list {font-size:15px;}
.cat-prod-list {
    display: flex;
    flex-direction: column;
    gap: 6px;

    .prod-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 2px 3px;

        .code {
            color: #b0b0b0;
            width: 70px;
        }

        .price {
            font-weight: bolder;
            width: 90px;
            text-align: right;
        }

        .quantity {
            width: 95px;

            input {
                border: 1px solid #d0d0d0;
                border-radius: 4px;
                text-align: center;
            }
        }

        .check {
            width: 24px;
            display: inline-flex;
            align-items: center;
            /*justify-content: center;*/
        }

        .prod-title {
            flex: 1;
        }
    }

    .prod-item:hover {
        background-color: #f3f3f3;
    }
}
.tooltip {
    z-index: 1000000;
}
.client-acts {
    display: flex;
    flex-direction: column;

    justify-content: flex-start;
    align-items: flex-start;
}
.visible-discount {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.showtask-modal {
    font-size: 18px;
}

.inv-wrapper {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 13px;
}

.inv-wrapper .inv-period-templates{
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
}
.inv-wrapper .inv-period-templates a{
    font-size: 12px;
    padding: 2px 8px !important;
    border-radius: 0 12px 0 12px !important;
    background: #fff !important;
    border: 1px solid #ececec;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 600;

}
.inv-wrapper .inv-period-templates a.inv-active{
    border: 1px solid #989898;
    color: #989898;
}

.inv-wrapper button{
    background-color: #23c465;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 4px;
    border-bottom: 2px solid #17af55;
    transition: all 0.4s ease;
}

.comment__actions-file{
    display: flex;
    align-items: flex-end;
    gap: 5px;
    position: relative;
    transition: opacity .2s;
}

.comment__actions-file img{
    width: 120px;
    height: 67px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

.comment__actions-files {
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: opacity .3s;
    opacity: 0;
}

.comment__actions-files a {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 0 0 5px 0 #00000031;
}

.comment__actions-file-rar {
    background-color: #EBEBEB;
    border-radius: 7px;
    word-break: break-all;
    max-width: 120px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    transition: background-color .3s;
    width: 100%;
}
.comment__actions-file-rar p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 30px;
}

.comment__actions-file-icon {
    display: flex;
    justify-content: space-between;
=======
}
.visible-discount {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media  (max-width: 576px) {
    .home-events-filter {
        flex-wrap: wrap;
    }
    .inv-table .inv-table-header {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
    .inv-table-body-block-row {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }
    .inv-table-body-block-row-status {
        display: flex;
    }
    .inv-table-header-action {
        position: absolute;
        right: 10px;
    }
    .inv-table-header-manager {
        max-width: none;
    }

}

.comment__actions-file-icon p{
    background-color: #000;
    color: white;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    min-height: auto;
}
.comment__actions-file-icon.red p{
    background-color: #d00;
}
.comment__actions-file-icon.green p{
    background-color: #070;
}
.comment__actions-file-icon.blue p{
    background-color: #33c;
}
.comment__actions-file-icon.unk p{
    background-color: #8100a3;
}

.comment__actions .comment__actions-file-icon a {
    color: #000045;
}

.comment__actions-file-icon a {
    opacity: 0;
    transition: opacity .3s;
}




.comment__actions-file > a {
    transition: opacity .3s;
}

@media (any-hover: hover) {
    .comment__actions-file:hover > a {
        opacity: .7;
    }
    .comment__actions-file:hover .comment__actions-files {
        opacity: 1;
    }

    .comment__actions-file-rar:hover {
        background-color: #f5f5f5;
    }

    .comment__actions-file-rar:hover a{
        opacity: 1;
    }
}


@media (max-width: 1280px) {
    .sales-top-actions {
        flex-direction: column;
    }
    .sales-top-actions a{
        line-height: 2;
    }
}

@media  (max-width: 576px) {
    .inv-header-form {
        flex-direction: column;
    }
    .inv-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .inv-wrapper {
        margin-top: 25px;
    }
    .inv-filter-tabs {
        flex-direction: column;
        width: 100%;
    }



    .home-events-filter {
        flex-wrap: wrap;
    }
    .hidden-elem-text {
        max-width: 190px;
    }
    .sales-top-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .sales-header h4{
        margin-left: 0;
        line-height: 3;
    }
    .border-widget-domains {
        grid-template-columns: repeat(2, 1fr);
    }
    .fdbk-form {
        padding: 10px;
    }
    .setting-instructions strong {
        font-size: 1.3rem;
    }
    .incomi .comment__actions-file > a {
        width: 100%;
    }
    .incomi .comment__actions-file img {
        width: 100%;
        height: 70px;
    }

    .incomi .comment__actions-file {
        width: 31%;
    }

    .incomi .comment__actions-file-rar {
        max-width: 31%;
    }

    .comment__actions-files, .comment__actions-file-icon a {
        opacity: 1;
    }
}
.duplicates-filter-header {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}
.mass-action-controls {
    display: flex;
    align-items: center;
    gap: 15px;

    .set-supp-box {
        display: flex;
        align-items: center;
        gap: 4px;
    }
}
.chart-filter {
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 3px;
}
.period-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;

    input {
        margin: 0;
    }
}
.chart-filter ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    text-transform: lowercase;
}
.loader-chart {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.w500-size {padding-right: 0.5%;}
/*.w500-size {width: 49%;padding-right: 0.5%;}*/
.fleex {display: flex;}
.w20w {width: 20%;}
.w50px {width: 50px !important; flex: none}
.w159px {width: 109px !important; flex: none}
.w160px {width: 160px !important; flex: none}
.w127px {width: 127px !important; flex: none}
.w12w {width: 12%;}
.w10w {width: 10%;}
.header-prev-label {padding: 0px 17px;
    transition: all 0.4s ease;
    position: relative;}
.sortable-chart-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    .mover-icon {
        cursor: move;
    }
    svg {
        width: 20px;

    }
}
.shipments-preview-box {
    display: flex;
    flex-direction: column;
}
.inv-shipment-row {
    height: auto !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
.shipment-toggle-preview-link, .shipment-all-preview-link, .act-toggle-preview-link {
    font-weight: 500;
}
.shipment-preview-item {
    color: #5c5c5c;
}
.shipment-row-item {
    display: flex;
    align-items: center;
    gap: 7px;

    .shipment-delete-item {
        svg {
            width: 15px;

            path {
                stroke: #9a0000;
            }
        }
    }
}
.template-vars {
    list-style: none;
    margin: 2px 0 6px;
    display: inline-flex;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
    flex-wrap: wrap;

    li {
        a {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #cde9ff;
            color: #184463;
            text-decoration: none;
            border-radius: 4px;
            padding: 2px 10px;
        }
        a:hover {
            background-color: #acd0ec;
            color: #0d324c;
        }
    }
}
.header-prev-label {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 55px;

}
.header-prev-label {
    border-bottom: 1px solid #000000 !important;
    .left-side {
        height: 55px;
        border-right: 1px solid #000000 !important;

    }
    .right-side {
        height: 55px;

        .full-width-column:not(:last-child) {

            border-right: 1px solid #000000 !important;

            .input-title {
                height: 55px;
                display: flex;
                align-items: center;
            }
        }
    }
}

.inv-items-box:not(.invoices-box) {
    .items-list {
        li {
            /*height: 52px;*/
            border-bottom: 1px solid #000000;
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            /*padding-bottom: 7px;*/


            .fleex {

                .inv-form-row {
                    margin-bottom: 0px !important;
                }
                .left-side {
                    /*height: 55px;*/
                    border-right: 1px solid #000000 !important;

                    .full-width-column {
                        height: 45px;
                    }
                }

                .right-side {
                    /*height: 55px;*/

                    .full-width-column {
                        /*height: 55px;*/
                    }

                    .full-width-column:not(:last-child) {
                        height: 49px;
                        border-right: 1px solid #000000 !important;

                        .input-title {
                            height: 55px;
                            display: flex;
                            align-items: center;
                        }
                    }
                }
            }

            li:not(:last-child) {
                border-left: 1px solid #000000;
                border-right: 1px solid #000000;
            }
        }

        .item-footer {
            .position {
                padding-left: 10px;
            }
        }

        .item-sum {
            text-align: right;

            font-size: 0.7rem;
            opacity: 0.7;

            margin-bottom: 5px;
        }
    }
}
.invoices-box {
    .item-sum {
        text-align: right;

        font-size: 0.7rem;
        opacity: 0.7;

        margin-bottom: 5px;
    }
    .title-row {
        height: 45px;
    }
    .desc-row {
        height: 65px;
        margin-bottom: 12px !important;
    }

    .inv-form-row {
        margin-bottom: 0;
    }
}


.kp-table-box {
    table {
        overflow: hidden;
        thead {
            font-size: 0.7rem;
            opacity: 0.7;
        }
    }

    .table-bordered th, .table-bordered td {
         border: 1px solid #000;
    }
}
.ui-autocomplete {
    max-width: 650px !important;
}

tr {
    .item-sum {
        text-align: right;

        font-size: 0.7rem;
        opacity: 0.7;

        margin-bottom: 5px;
    }

    .delete-inv-item {
        position: initial !important;
        opacity: 0.7;
        color: #c50606;
    }

}
.chart-container canvas {
    width: 100% !important;
    height: 270px !important;
}
.chart-box-cont canvas {
    width: 100% !important;
    height: 270px !important;
}

#searchResult {
    position: absolute;
    top:65px;
    background: #fff;
    display: none;
    max-width: 400px;
    width: 100%;
    flex-direction: column;
    z-index: 1000000 !important;
    padding: 10px 10px 10px 10px;
    box-shadow: rgba(37, 83, 185, 0.1) 0px 2px 6px;
    border-color: rgb(229, 234, 239) rgb(229, 234, 239) rgb(229, 234, 239);
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}

#searchResult span{
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
}

#searchResult span:last-child{
    border: none !important;
}
