@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
    font-family: 'Inter', sans-serif !important;
    background-color: var(--body-color-white) !important;
    color: var(--body-color-black);
    font-size:0.82rem;
}
body { min-height:100.05vh !important; }
.card-body {
    background-color: var(--color-white);
}
.filter {

}
.hidden-elem {
    display: none !important;
}
a {
    transition: all 0.4s ease;
}
.width-680 {
    max-width: 1240px !important;
    /*padding-right: 0px !important;*/
    /*padding-left: 0px !important;*/
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.page-container {
    max-width: 1240px !important;
    /*padding: 0px !important;*/
    margin: 0px !important;
    /*border-radius: 16px;*/
    /*background: var(--color-white);*/
}
.page-container-clean {
    max-width: 944px !important;
    border-radius: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
h6 {
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    margin-bottom: 5px !important;
}
.text-right {
    text-align: right;
}
.filter a {
    overflow: hidden;
    color: var(--color-primary);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
    text-decoration: none;
}
.filter a:hover {
    opacity: 0.6;
}
select {
    background-color: var(--color-white) !important;
    border-radius: 12px !important;
    border: 1px solid var(--color-border-medium) !important;
}
label {
    margin-bottom: 5px;
}
.mail-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mail-box {
    margin-top: 20px;
}
.mail-box ul li {
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--color-background-light);
    padding: 10px;
}
.item-head-row {
    display: flex;
    justify-content: space-between;
}
.app-name {
    overflow: hidden;
    color: var(--color-primary);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
}
.mail-status-label-unread {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--color-primary);
    text-align: right;
    justify-content: flex-end;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.mail-status-label-read {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--color-secondary);
    text-align: right;
    justify-content: flex-end;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.mail-status-label-answered {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-success);
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
li h5 {
    margin-top: 2px;
    margin-bottom: 5px;
}
li .message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--color-text-light);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
li .message-full {
    color: var(--color-text-light);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
li a {
    text-decoration: none;
}
.mail-footer {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.mail-footer .avatar {
    width: 25px;
}
.mail-footer .actions {
    width: 105px;
}
.mail-footer .name {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.user-name {
    overflow: hidden;
    color: var(--color-text-dim);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.mail-date {
    color: var(--color-text-muted);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 14.3px */
}
.act-button {
    border: 0;
    border-radius: 8px;
    background: var(--color-68);
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--color-primary);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.no-messages {
    text-align: center;
    color: var(--color-text-muted);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 14.3px */
}
.pagination-center .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-form {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.filter-btn {
    width: 110px;
}
.filter-1 {
    flex: 1;
}
.filter-2 {
    flex: 1;
}
.filter-btn button {
    width: 100%;
}
.write-head {
    margin-top: 40px;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-family: Inter;
    font-style: normal;
    line-height: 130%; /* 20.8px */
}
.write-message-textarea {
    width: 100%;
    min-height: 80px;
    resize: vertical;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--color-35);
    background: var(--color-background-light);
}
.bg-2 {
    background-color: var(--color-primary);
    color: var(--color-white);
}
h5 {
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--color-black);
    font-size: 36px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
h5 a {
    font-size: 13.12px;
    font-weight: normal;
    text-decoration: none;
}
.navbar {
     border-bottom: 0px !important;
 }

.navbar, .navbar a {
    color: var(--color-black);
}
.dropdown-toggle::after {
    color: var(--toggler-after-color) !important;
}
.add-template {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: var(--color-background-primary);
    transition: all 0.4s ease;
}
.add-template a {
    color: var(--add-template-color);
}
.add-template:hover {
    background: var(--color-link-hover);
}
.add-template a:hover {
    color: var(--add-template-color);
}
.add-app {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: var(--add-template-color);
    transition: all 0.4s ease;
}
.add-app a {
    color: var(--color-white);
}
.add-app:hover {
    background: var(--add-app-color);
}
.add-app a:hover {
    color: var(--color-white);
}
.navbar-nav {
    gap: 8px;
}
.table {
    /*margin-top: 16px !important;*/
}
.row-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.row-actions-right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}
li .row-actions {
    justify-content: center;
}
/*.row-actions a:not(:last-child) {*/
/*    margin-right: 3px !important;*/
/*}*/
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    opacity: 1;
    background-color: var(--color-black2);
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 10px !important;
    box-shadow: none;
}
.jconfirm-title {
    color: var(--color-black);
    font-family: Inter, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.064px;
}
.jconfirm-buttons {
    display: flex !important;
    gap: 3px;
    align-items: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
    flex: 1;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: inherit !important;
}

.brand-name {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}
.country-name {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}
.table tr {
    /*height: 40px;*/
}
.table td {
    vertical-align: middle;
}
.templates-row-1 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.form-row-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
form {
    margin-top: 16px;
}
.form-row-column label {
    color: var(--color-black);
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-row-column input:not(.skip-file-style), .form-row-column select {
    width: 100%;
    background: var(--color-white);
    padding: 12px !important;
    border: 0 !important;
}
.custom-form input, .custom-form  select {
    width: 100%;
    background: var(--color-white) !important;
    padding: 7px !important;
    border: 0 !important;
}

.border-box {
    width: 100%;
    overflow: hidden;
    border-radius: 12px !important;
    border: 1px solid var(--color-border-light) !important;
    background: var(--color-white) !important;
}
/*.form-row-column input:focus ~ .border-box {*/
/*    border: 1px solid blue !important;*/
/*}*/
textarea:focus, input:focus, select:focus {
    outline: none;
}
.form-row-column select {
    border-right: 10px solid transparent !important
}
.brand-logo-box {
    display: flex;
    align-items: center;
    gap: 7px;
}
.brand-logo-box a {
    text-decoration: none;
}
.w-155 {
    width: 155px !important;
}
.w-448 {
    width: 448px !important;
}
.flex-1 {
    flex: 1;
}
.w-140 {
    width: 140px;
}
.search-ico {
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 32px;
}
.table-country-list {
    margin-top: 3px !important;
}
.row-actions input[type=checkbox] {
    scale: 1.4;
}
.form-check-input:checked {
    background-color: var(--add-template-color) !important;
    border-color: var(--add-template-color) !important;
}
.form-check-input:focus {
    -webkit-box-shadow: none!important;
    outline: -webkit-focus-ring-color auto 0px!important;
}
.btn-process {
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    background: var(--add-template-color);
    transition: all 0.4s ease;
    border: 0;
    color: var(--color-white);
}
.btn-process.disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}
.country-box {
    width: 130px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}
.country-box input {
    margin-top: 0;
    width: 80px;
}
.country-box input {
    margin-top: 0;
    width: 105px;
}
.country-check {
    width: 15px !important;
    height: 15px !important;
}
.country-rate {
    text-align: center;
    padding: 3px 12px;
    border-radius: 8px;
    border: var(--color-border-light);
    background: var(--vertical-progress-color);
}
.scroll-table {
    margin-top: 6px;
    max-height: 352px;
    overflow: auto;
}
.scroll-table2 {
    margin-top: 6px;
    height: 100%;
    max-height: 303px;
    overflow: auto;
}
.scroll-table2 table thead {
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.brand-logo-box img {
    width: 40px;
    border-radius: 10px;
}
.img-box {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.w-216 {
    width: 216px;
}
.w-312 {
    width: 312px;
}
h4 {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-family: Inter, serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: -0.28px !important;
    margin: 0 !important;
    padding: 0 !important;
}
h4 .app-number {
    color: var(--h4-app) !important;
    display: inline-block;
}
h4 .brand-name {
    display: inline-block;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
h4 .app-title {
    display: inline-block;
}
.all-apps-stat-row {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
/*@property --progress-value {*/
/*    syntax: "<integer>";*/
/*    inherits: false;*/
/*    initial-value: 0;*/
/*} */
.progress-bar {
    margin: 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    /* to center the percentage value */
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar::before {
    overflow: hidden;
    color: var(--color-black);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.html {
    -webkit-animation: html-progress 2s 1 forwards;
    animation: html-progress 2s 1 forwards;
}

.html::before {
    -webkit-animation: html-progress 2s 1 forwards;
    animation: html-progress 2s 1 forwards;
}
progress {
    visibility: hidden;
    width: 0;
    height: 0;
}
.chart-label {
    margin-top: 8px;
    color: var(--color-black);
    text-align: center;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.all-vertical-box {
    display: flex;
    flex-direction: column;
}
.all-vertical-box .stat-val {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.app-stat-box {
    margin-top: 40px;
}
h4 .brand-name {
    width: 180px !important;
    flex: inherit !important;
    text-align: right;
}
h4 .app-title {
    flex: 1;
}
h4 .app-act {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.period-selector .dropdown {
    font-size: 13px;
}
.period-selector .dropdown-toggle {
    color: var(--add-template-color);
    text-align: right;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.period-selector .dropdown-menu {
    border-radius: 16px;
    border: 1px solid var(--color-border-light);
    background: var(--color-white);
    box-shadow: 0px 4px 8px 0px var(--dropdown-period-selector);
}
.single-apps-stat-row {
    display: flex;
    gap: 16px;
}
.mt-16 {
    margin-top: 16px;
}
.single-apps-stat-row h4 {
    font-size: 20px !important;
}
.chart-box {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.chart-box-column {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.vertical-chart {
    display: flex;
    justify-content: space-between;
}
.vertical-chart .vc-col {
    height: 128px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    /*border-radius: 4px;*/
    /*background-color: var(--vertical-progress-color);*/
}
.vertical-chart .vc-col .vertical-progress {
    width: 12px;
    flex: 1;
    border-radius: 4px;
    background-color: var(--vertical-progress-color);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.vertical-chart .vc-col .vertical-progress .vertical-progress-value {
    background-color: var(--add-template-color);

}
.vertical-label {
    color: var(--vertical-label-color);
    text-align: center;
    font-family: Inter, serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-period {
    color: var(--color-black);
    text-align: center;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.horizontal-progress {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
}
.progress-bg {
    flex: 1;
    background-color: var(--vertical-progress-color);
    border-radius: 4px;
    overflow: hidden;
    height: 8px;
    display: flex;
}
.progress-value {

}
.progress-percent {
    color: var(--vertical-label-color);
    font-family: Inter, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-table-value {
    overflow: hidden;
    color: var(--vertical-label-color);
    text-align: right;
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.edu-page-box  {
    font-size: 16px;
}
@media screen and (max-width: 700px) {
    .edu-page-box  {
        font-size: 15px;
    }
    .page-container-clean {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }
    .navbar {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h4 .app-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h4 .brand-name {
        width: 140px !important;
    }
    .single-apps-stat-row {
        flex-wrap: wrap;
    }

    .table-country-list th, .table-country-list td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .templates-row-1 {
        flex-wrap: wrap;
    }
    .w-312 {
        width: 100% !important;
    }
    .w-216 {
        width: 100% !important;
    }
    input, select {
        /*height: 45px !important;*/
    }
    .delivery-order-link {
        display: block !important;
    }
}

.head-link {
    text-decoration: none;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.clickId {
    color: var(--add-template-color);
}
.users-btn {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    background-color: var(--users-btn-bg);
    color: var(--users-btn-color);
    text-decoration: none;
    text-align: center;
    min-width: 75px;
    transition: 0.4s all ease;
}
.users-btn:hover {
    background-color: var(--users-btn-hover);
}
.app-user {
    text-decoration: none;
}
.user-info-steps {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.user-info-steps li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--users-btn-steps-li);
}
.user-info-steps li .icon {
    width: 15px;
}
.user-info-steps li .fa-circle-check {
    display: none;
}
.user-info-steps li .step-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.user-info-steps li .step-description {
    font-weight: bold;
    text-transform: uppercase;
}
.user-info-steps li.completed {
    color: var(--step-completed-color);
}
.user-info-steps li.completed .fa-circle {
    display: none;
}
.user-info-steps li.completed .fa-circle-check {
    display: inherit;
}
.table pre {
    display: none;
}
.show-log {
    display: inline-block;
    cursor: poInter;
    transition: all 0.4s ease;
    color: var(--show-log-color);
}
.show-log:hover {
    color: var(--show-log-color);
}
.push-app-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.push-app-list li a {
    color: var(--color-black);
}
.push-app-list li {
    display: flex;
    gap: 10px;
    padding: 6px 15px 6px 6px;
    border-radius: 5px;
    background-color: var(--smoke-color);
    color: var(--color-black);
    transition: all 0.4s ease;
    height: 35px;
}
.push-app-list li .flex-btn {
    display: none;
}
.push-app-list li:hover {
    background-color: var(--color-59);
}
.push-app-list li:hover .flex-btn {
    display: inherit;
}
.flex-icon {
    width: 20px;
    text-align: right;
}
.push-app-list li span {
    opacity: 0.5;
}
.push-rule-box .title {
    text-transform: uppercase;
    font-weight: bold;
}
.push-rule-container {
    margin-top: 17px;
}
.push-rule-box  .push-box-title {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    border-left: 2px solid var(--add-template-color);
    padding: 4px 10px;
    background-color: var(--smoke-color);
    border-radius: 3px;
}
.push-rule-box .push-box-title .action {
    width: 35px;
    text-align: right;
}
.push-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    padding: 12px;
    border: 1px solid var(--smoke-color);
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.push-box:hover {
    box-shadow: var(--color-shadow-medium) 0px 1px 2px 0px, var(--color-shadow-dark) 0px 1px 3px 1px;
    background-color: var(--color-background-hover);
}
.push-box-rules input {
    padding: 5px !important;
    border-radius: 4px !important;
}
.push-box-rules input:focus {
    background-color: var(--color-white) !important;
}
.delete-push {
    position: absolute;
    top: 0px;
    right: 5px;
}
.w-70p {
    width: 110px !important;
}
.flex-btn {
    display: flex;
    gap: 4px;
    width: auto !important;
}
.flex-btn .btn-success {
    color: var(--color-white);
}

.flex-btn a {
    display: block;
    width: 100%;
}
.del-flex {
    width: 50px;
}
option[value=""][disabled] {
    display: none;
}
select:required:invalid {
    color: var(--select-invalid-color);
}
.link-preview {
    color: var(--color-black2);
}
h6 {
    margin-top: 35px !important;
    margin-bottom: 5px !important;
}
.rules-box {
    display: flex;
    gap: 8px;
    height: 291px;
}
.rules-box .rule-list {
    width: 260px;
    padding: 10px;
    border-radius: 6px;
    background-color: var(--color-white);

}

.rules-box .rule-settings {
    flex: 1;
    padding: 10px 15px 10px 10px;
    border-radius: 6px;
    background-color: var(--color-white);
}
.empty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--color-black2);
    text-align: center;
}
.rule-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.footer-buttons {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.secondary-btn-blue {
    padding: 8px;
    border-radius: 6px;
    background: var(--color-background-primary);
    color: var(--add-template-color);
    text-decoration: none;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease;
}
.secondary-btn-blue:hover {
    background: var(--secondary-btn-blue-hover);
}
.secondary-btn-blue-bg {
    padding: 8px;
    border-radius: 6px;
    background: var(--add-template-color);
    color: var(--color-white);
    text-decoration: none;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease;
}
.secondary-btn-blue-bg:hover {
    background: var(--secondary-btn-blue-hover2);
    color: var(--color-white);
}
.secondary-btn {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--color-background-primary);
    color: var(--add-template-color);
    text-decoration: none;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease;
}
.secondary-btn:hover {
    background: var(--color-link-hover-light);
}
.secondary-btn-red {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--color-border-dark);
    color: var(--secondary-btn-red-hover);
    text-decoration: none;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease;
}
.secondary-btn-red:hover {
    background: var(--color-69);
    color: var(--secondary-btn-red-hover);
}
.secondary-link-btn {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 8px;
    color: var(--add-template-color);
    text-decoration: none;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    transition: all 0.4s ease;
}
.secondary-link-btn:hover {
    color: var(--add-template-color);
}
.disabled {
    cursor: default !important;
    opacity: 0.3 !important;
}
.modal .disabled {
    cursor: default !important;
    opacity: 0.2 !important;
}
.btn-process {
    margin-top: 40px;
}
.modal-content, .modal-header, .modal-footer {
    border: 0 !important;
}
.group-rows {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 240px;
    overflow: auto;
}
.group-row {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 8px 15px;
    background-color: var(--color-background-muted);
    border-radius: 6px;
    transition: all 0.4s ease;
}
.group-row:hover {
    background-color: var(--color-background-muted-dark);
}
.group-country-icon {
    width: 18px;
    display: flex;
    align-items: center;
}
.group-country-icon svg {
    width: 18px;
}
.group-title {
    flex: 1;
    display: flex;
    align-items: center;
}
.group-check {
    width: 16px;
    display: flex;
    align-items: center;
}
.group-check svg {
    width: 16px;
}
.group-check {
    width: 16px;
    display: flex;
    align-items: center;
}
.group-check input {
    width: 16px;
    height: 16px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 0 !important;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 0 !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}
.border-box .select2 {
    padding-left: 12px;
}
.option-img {
    /*display: flex;*/
    /*gap: 5px;*/
    /*align-items: center;*/
}
.option-img img {
    width: 15px;
    vertical-align: -3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0 !important;
    padding: 2px !important;
    background-color: var(--select2-cont-color) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
    right: 0 !important;
    left: inherit !important;
    position: inherit !important;
}
.select2-container--default .select2-selection--single .select2-selection__choice {
    border: 0 !important;
    padding: 2px !important;
    background-color: var(--select2-cont-color) !important;
}
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
    border-right: 0 !important;
    right: 0 !important;
    left: inherit !important;
    position: inherit !important;
}
.link-headers {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.link-headers .link {
    flex: 1;
}
.link-headers .percent {
    width: 90px;
}
.link-headers .del {
    width: 34px;
}
.label {
    color: var(--color-black);
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.group-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}
.group-links li {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}
.group-links li .link {
    flex: 1;
}
.group-links li .percent {
    width: 90px;
}
.group-links li .del {
    width: 34px;
    display: flex;
}
.group-links li .del a {
    /*margin-top: 1px;*/
    height: 35px !important
}
.app-group-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.app-group-header {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.app-group-header-container {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
}
.app-group-header .del {
    width: 12px;
    text-align: center;
    display: flex;
    align-items: center;
}
.app-group-header .title {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    color: var(--dark2-color);
    text-overflow: ellipsis;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.app-group-links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}
.app-group-country {
    border-radius: 6px;
    border: 1px solid transparent;
    background: var(--color-background-muted);
    padding: 8px 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    transition: background-color 0.4s ease;
}
.app-group-country .title {
    display: flex;
    align-items: center;
    flex: 1;
    text-transform: inherit !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-black);
}
.app-group-country .flag img {
    width: 16px;
    display: flex;
    align-items: center;
}
#scrollBar {
    position: relative;
}
#scrollBar2 {
    position: relative;
}
.ps__thumb-y {
    width: 4px !important;
}
.ps__rail-y {
    width: 8px !important;
}
.app-group-country.active {
    border-radius: 6px;
    border: 1px solid var(--add-template-color);
    background: var(--color-background-primary);

}
.app-group-country.active .title {
    color: var(--add-template-color) !important;
}
.app-group-country:hover {
    background: var(--dark3-color);
    cursor: poInter;
}
.no-country-title {
    color: var(--h4-app);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.country-with-del {
    display: flex;
    gap: 5px;
    width: 100%;
}
.country-with-del .del a {
    background-color: var(--color-background-danger-light);
}
.country-with-del .del a:hover {
    background-color: var(--color-background-danger-hover);
}
.country-with-del .del {
    width: 34px;
    display: flex;

}
.country-with-del .select2 {
    top: 4px;
}
.country-with-del .border-box {
    flex: 1;
}
.app-table a {
    text-decoration: none;
}
.app-stat-header {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.header-settings-btn {
    display: flex;
    gap: 6px;
    align-items: center;
}
.mt-20px {
    margin-top: 20px;
}
.mt-40px {
    margin-top: 40px;
}
.period-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

.period-selector ul li {
    padding: 4px 5px;
    background: var(--color-background-muted);
    color: var(--color-black3);
    border: 1px solid transparent;
    transition: background-color 0.4s ease;
    cursor: poInter;
}
.period-selector ul li.active {
    border: 1px solid var(--add-template-color);
    background: var(--color-background-primary);
    color: var(--add-template-color) !important;
}
.period-selector ul li:hover {
    background: var(--dark3-color);
    cursor: poInter;
}
.left-item {
    border-radius: 4px 0px 0px 4px;
}
.right-item {
    border-radius: 0px 4px 4px 0px;
}
li.custom {
    display: flex;
    gap: 8px;
    align-items: center;
}
.app-stat-header h5, .app-stat-header h6 {
    margin: 0 !important;
    padding: 0 !important;
}
.period-selector {
    position: relative;
}
.period-picker {
    position: absolute;
    border-radius: 6px;
    background: var(--color-white);
    box-shadow: 0px 3px 12px 0px var(--color-70);
    padding: 10px;
    width: 291px;
    height: 48px;
    right: 0;
    margin-top: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.period-picker input {
    border-radius: 6px;
    border: 1px solid var(--color-60);
    background: var(--color-white);
    padding: 7px 8px;
    color:var(--h4-app);
}
.period-picker input:focus {
    color: var(--color-black);
}
.hidden-elem {
    display: none;
}
.stat-table {
    margin-top: 15px;
}
.stat-table .group-title {
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.stat-table-headers {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--dark2-color);
    text-overflow: ellipsis;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}
.stat-table-headers .country-link {
    flex: 1;
}
.stat-table-headers .clicks {
    width: 140px;
    text-align: right
}

.stat-table-headers .percent {
    width: 105px;
    text-align: right;
}
.stat-countries {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.country-stat-block {
    border-radius: 6px;
    background: var(--color-white);
    padding: 15px;
}
.country-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-61);
    margin-bottom: 8px;
}
.country-row .country-name {
    flex: 1;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 5px;
    align-items: center;
}
.country-row .country-clicks {
    width: 125px;
    text-align: right
}
.country-row .country-percent {
    width: 75px;
    text-align: right;
}
.country-clicks span {
    border-radius: 6px;
    background: var(--color-background-primary);
    padding: 5px 6px;
    overflow: hidden;
    color: var(--color-black);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.country-percent span {
    border-radius: 6px;
    background: var(--color-background-muted);
    padding: 5px 6px;
    overflow: hidden;
    color: var(--color-black);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.link-row {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding-left: 20px;
}
.link-row .link-url {
    flex: 1;
    overflow: hidden;
    color: var(--color-text-light);
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 5px;
    align-items: center;
}
.link-row .link-clicks {
    width: 125px;
    text-align: right;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.link-row .link-percent {
    width: 75px;
    text-align: right;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.links-stat {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
}
.stat-table {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.stat-table-row {
    width: 100%;
}
.total-clicks span {
    color: var(--h4-app) !important;
}
.total-title {
    margin-bottom: 8px;
}
.total-stat-block {
    background: var(--color-background-primary);
}
.fallback-title {
    flex: 1;
    overflow: hidden;
    color: var(--color-black);
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.077px;
}
.fallback-box {
    margin-bottom: 50px;
}
.stat-box {
    position: relative;
}
.stat-box .loader {
    display: none;
    position: absolute;
    background-color: var(--stat-box-bg);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    top: -5px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border-radius: 10px;
}
/*.select2-results__option--selected {*/
/*    display: none;*/
/*}*/
.group-select-all-countries {
    text-decoration: none;
    font-size: 11px;
    margin-left: 10px;
    margin-top:3px;
}
.app-act {
    display: flex;
    gap: 3px;
    align-items: center;
}
.card {
    border-radius: 12px !important;
    overflow: hidden !important;
}
.card-header {
    background-color: var(--card-header-color) !important;
}
.breadcrumb {
    margin-top: 30px !important;
    --bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E&#34;);
}
.photo-preview svg {
    width: 50px;
}
.photo-preview img {
    height: 68px;
    border-radius: 8px;
}
.flex-bottom {
    display: flex;
}
.servers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servers-head a {
    padding: 11px 28px;
    border-radius: 15px;
    background: var(--servers-head-color);
    text-decoration: none;
    transition: all 0.4s ease;

    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */

}
.servers-head a:hover {
    /*background: #8121cb;*/
    color: var(--color-white);
}
.fast-edit, .fast-edit2, .inp {
    width: 100%;
    text-align: center;
    border: 1px solid var(--edit-inp-color);
}
.fast-edit-user {
    width: 100%;
    text-align: center;
    border: 1px solid var(--edit-inp-color);
    /*border: 0 !important;*/
}
.mass-action-form label {
    display: block;
}
.mass-action-form .btn-process {
    margin-top: 0;
    height: 30px;
    padding: 0;
}
.mass-action-form input {
    border: 1px solid var(--edit-inp-color);
    border-radius: 8px;
    text-align: center;
    height: 30px;
}
.user-selector {
    height: 30px;
}
.vertical-flex {
    display: flex;
    gap: 0;
    flex-direction: column;
}
/*.edu-sub-cat-list {*/
/*    flex-wrap: wrap;*/

/*    flex-direction: row !important;*/
/*}*/
/*.edu-sub-cat-list li {*/
/*    width: 50% !important;*/
/*    min-width: 500px !important;*/
/*    max-width: 50%;*/
/*    flex: 1 !important;*/
/*}*/
.sets {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.sets li {
    background: var(--sets-color);
    border: 1px solid var(--sets-border);
    /*padding: 6px;*/
    border-radius: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    min-height: 42px;
    justify-content: center;
}

.sets li:hover {
    background-color: var(--sets-li-hover);
    border: 1px solid var(--sets-li-border);
}
.sets li .icon {
    width: 40px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sets li .icon svg {
    height: 20px !important;
    width: 20px !important;
}
.sets li .title {
    flex: 1;
    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*display: inline-flex;*/
    /*flex-direction: column;*/
    /*gap: 4px;*/
}
.set-products ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3px;
    flex-direction: column;
    margin: 0;
}
li .set-products ul {
    margin: 0 0 0 30px !important;
}
.set-products li {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: var(--sets-color);
    padding-left: 6px;
    /*border-radius: 4px;*/
    transition: 0.3s;
    min-height: 32px !important;
}
.sets li .actions {
    width: 80px !important;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.set-products li:hover {
    background-color: var(--sets-li-hover);
}
.set-products li .check {
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.set-products li .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.set-products li .form-check-label {
    margin-bottom: 0;
    font-size: 12px !important;
}
.form-check-label {
    padding-left: 0 !important;
}
.mt-37 {
    margin-top: 37px !important;
}
.set-products li input {
    margin-top: 0;
}
.set-product-quantity {
    width: 100px;
    text-align: center;
    border: 0px;
    border-radius: 8px;
}
.set-products li.active {
    background-color: var(--sets-li-hover);
    border: 1px solid var(--sets-li-border);
}
.set-products-box {
    background-color: transparent !important;
    border: 0 !important;
}
.set-products {
    width: 100%;
}
.active-set {
    background-color: var(--sets-li-hover) !important;
    border: 1px solid var(--sets-li-border) !important;
}
.set-products-box li {
    cursor: default !important;
    height: 24px !important;
}
.set-products-box form {
    flex: 1;
    margin-top: 0 !important;
}
.sets .price {
    width: 90px;
    text-align: right;
}
.sets-row label {
    font-size: 15px;
    font-weight: 300;
    font-weight: 600;
}
.sets-row input {
    height: 30px;
    border: 1px solid var(--sets-li-hover) !important;
    border-radius: 6px;
}
.items {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.report:disabled {
    background-color: var(--card-header-color) !important;
}
.btn-process:disabled {
    opacity: 0.3 !important;
    background: var(--btn-disabled);
}
.alert ul {
    margin-bottom: 0 !important
}
.stat-card-item {
    /*text-align: center;*/
    padding: 10px;
    border-radius: 8px;
    border: 0;
    /*background-color: var(--color-white) !important;*/
    /*box-shadow: var(--color-shadow-light) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
    background-color: var(--stat-bg-1) !important;
    color: var(--stat-bg-2);
}
.stat-card-item .icon {
    width: 30px;
    font-size: 25px;
    text-align: center;
    opacity: 1 !important;
    color: var(--color-white) !important;
}
.stat-card-item .value-side {
    flex: 1;
    display: flex;
    gap: 0px;
    flex-direction: column;

}
.value-box {
    color: var(--color-white) !important;
}
/*.penalty-box {*/
/*    background-color: #ffe1e1;*/
/*    color: #6e2727;*/
/*}*/
/*.total-box {*/
/*    background-color: #e9ffe1;*/
/*    color: #36751b;*/
/*}*/
.stat-body {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.card {
    border: 0 !important;
    background-color: transparent !important
}
.card-header {
    border: 0 !important;
}
.card-body {
    background-color: transparent !important;
}
.stat-card-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}
.value-box {
    font-size: 18px;
    font-weight: 500;
}
.card {
    background-color: var(--color-white) !important;
}
.rep-filter .btn-process {
    height: 28px !important;
}
.rep-filter .select2 {
    border: 1px solid var(--edit-inp-color) !important;
    border-radius: 8px;
    overflow: hidden;
    width: 100% !important;
}
.show-report-details {
    color: var(--color-black);
}
.disable-hover {
    box-shadow: none !important
}
.scrollable-report-details {
    width: 100%;
    overflow-x: auto !important;
}
.scrollable-report-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 130px);
    /*justify-content: space-between;*/
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    /*gap: 22px;*/
    align-items: start;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.scrollable-report-details ul li {
    display: flex;
    gap: 0;
    flex-direction: column;
    width: 130px;
    background-color: var(--rep-color-1);
    border: 1px solid var(--rep-color-2);
    border-radius: 5px;
    padding: 5px;
}
.set-title {
    font-weight: 600;
    word-break: break-all;
}
.short-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.set-value {
    font-size: 18px;
    font-weight: 300;
}
.main-rep-row {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    border-top: 2px solid var(--rep-color-3) !important;
    border-left: 2px solid var(--rep-color-3) !important;
    border-right: 2px solid var(--rep-color-3) !important;
}
.rep-btns {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row;
}
.rep-btns button {
    flex: 1;
}
.btn-process2 {

}
.short-report {
    margin-top: 25px;
}
.short-report-small {
    margin-top: 10px;
}
.short-report h5 {
    font-weight: 400 !important;
}
.stat-body .card-header {
    background-color: var(--color-white) !important;
    padding-left: 0 !important;
}
.user-title h5 {
    margin-bottom: 0 !important;
}
.user-title {
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}
.item-photo {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: var(--smoke-color);

}
.header-top-image {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: var(--smoke-color);

}
.user-title svg {
    width: 80px;
    height: 80px;
}
.btn-set-zero {
    background-color: var(--btn-color-1);
    color: var(--btn-disabled);
}
.move {
    cursor: move;
}
.blue-background-class {
    background-color: var(--color-62);
}
.set-items-box {

}
.set-item {
    /*flex: 0.5 !important;*/
    /*width: 100% !important;*/
    display: flex;
    flex-direction: column;
}
.filled-box {
    background-color: var(--filled-1) !important;
    border: 1px solid var(--filled-2) !important;
}
.set-package-box {
    background-color: var(--sets-color);
    display: flex;
    flex-direction: column;
    padding: 10px;
    /*border-radius: 5px;*/
    /*border: 1px solid #f4e4ff;*/
    height: 100%;
    justify-content: center;
    gap: 3px;
    border-radius: 10px;
}
.set-package-box input {
    border-radius: 10px !important;
}
.set-item.active .set-package-box {
    background-color: var(--package-color-1);
    /*border: 1px solid #e2c4f1;*/
}
.set-item.active .filled-box {
    background-color: var(--filled-3) !important;
    border: 1px solid var(--filled-4) !important;
}
.set-item label {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    align-items: center;
}
.set-item input {
    height: 33px;
    margin-top: 6.55px;
    text-align: center;
    border: 0px !important;
    border-radius: 2px;
    padding-left: 5px;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .user-title h5 {
        margin-bottom: 0 !important;
        font-size: 15px !important;
    }
    .mob-title-cell {
        .cell-title {
            margin-top: 5px;
        }
        .cell-inp-box {
            margin-bottom: 5px;
        }
    }
}

/***********************/
.auth-box {
    display: flex;
    width:100%;
    height: 100vh;
    align-items: stretch;
    padding: 20px;
}
.auth-box .left-side {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.auth-box .right-side {
    display: flex;
    /*padding: 16px 16px 16px 0px;*/
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 50%;
}
.gradient-side {
    border-radius: 40px;
    background: linear-gradient(180deg, var(--servers-head-color) 0%, var(--grad-1) 100%);
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradient-side img {
    width: 100%;
    padding: 50px;
}
.auth-header {
    display: flex;
    align-items: center;
    height: 60px;
}
.auth-header img {
    height: 60px;
}
.side-content {
    flex: 1;
    display: flex;
    align-items: center;
}
.auth-box h1 {
    color: var(--label-color);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}
.auth-box form {

}
.auth-box .form-box {
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.auth-box label {
    color: var(--label-color);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.auth-box input[type=text], .auth-box input[type=email], .auth-box input[type=password] {
    border-radius: 20px !important;
    border: 1px solid var(--border-2)!important;
    background: var(--color-white);
    box-shadow: 0px 1px 2px 0px var(--color-border-light) !important;
    height: 48px;
    width: 100%;
}
.auth-box select {
    border-radius: 8px !important;
    border: 1px solid var(--border-2)!important;
    background: var(--color-white);
    box-shadow: 0px 1px 2px 0px var(--color-border-light) !important;
    height: 48px;
    width: 100%;
}
.auth-box input[type=text]::placeholder, .auth-box input[type=email]::placeholder, .auth-box input[type=password]::placeholder {
    color: var(--color-3);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.auth-box .form-group-item {
    display: flex;
    gap: 2px;
    flex-direction: column;
}
.form-check {
    display: flex !important;
    gap: 5px;
    align-items: center;
}
.form-check label {
    margin-bottom: 0;
    color: var(--label-color);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.form-check input {
    margin-top: 0;
}
.form-check .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}
.two-columns-box {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.forgot a {
    color: var(--label-color);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    text-decoration: none;
}
.form-check-input:checked {
    background-color: var(--servers-head-color) !important;
    border-color: var(--servers-head-color) !important;
}
.auth-box .btn-next {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    justify-content: center;
    border: 0;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: var(--servers-head-color);
    box-shadow: 0px 1px 2px 0px var(--color-border-light);
    color: var(--color-white);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.auth-box .btn-next-step {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    justify-content: center;
    border: 0;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: var(--servers-head-color);
    box-shadow: 0px 1px 2px 0px var(--color-border-light);
    color: var(--color-white);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.no-acc {
    margin-top: 15px;
    text-align: center;
}
.no-acc span {
    color: var(--label-color);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.form-header .no-acc {
    display: none;
}
.no-acc a {
    color: var(--color-4);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-decoration: none;
}
.minus-60m {
    margin-top: -60px;
}
.auth-footer .forgot {
    display: none;
}
.auth-footer p {
    margin-top: 15px;
    color: var(--color-3);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.auth-footer p a {
    color: var(--servers-head-color);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}
.invalid-feedback {
    color: var(--color-5);
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px !important;
}
.form-header p {
    color: var(--color-3);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.auth-box {
    /*min-height: 770px !important;*/
}
.two-columns-box-2 {
    display: flex;
    /*align-items: center;*/
    gap: 15px;
}
.two-columns-box-2 .row {
    flex: 1;
}
@media screen and (max-width: 1000px) {
    .auth-box .right-side {
        display: none !important;
    }
    .auth-box {
        padding: 0 !important;
    }
    .left-side {
        width: 100% !important;
    }
    .auth-header {
        margin-top: 30px;
        justify-content: center !important;
    }
    .auth-footer .forgot {
        display: block !important;
        text-align: center;
        margin-top: 20px;
    }
    .auth-footer .no-acc {
        display: none !important;
    }
    .form-header {
        text-align: center;
    }
    .form-header .no-acc {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .only-pc {
        display: none !important;
    }
    .auth-header img {
        height: 92px;
    }

    .auth-header {
        height: auto !important;
    }

    .auth-box .minus-60m {
        /*margin-top: inherit !important;*/
    }
    .auth-box {
        margin-bottom: 50px;
    }
}
.auth-footer .btn-next {
    margin-bottom: 20px !important;
}
@media screen and (max-height: 700px) and (max-width: 1000px) {
    .auth-box {
        height: auto !important;
    }
    .side-content {
        min-height: 582px;
    }
}
@media screen and (max-height: 560px) {
    .auth-box {
        min-height: 560px !important;
    }


}

.navbar {
}
.navbar-brand {
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 30px !important;
}
.navbar-brand img {
    height: 40px;
}
.user-menu {
    gap: 0;
    height: 57px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.user-menu li {
    background-color: var(--color-6);
    height: 57px;
    display: flex;
    align-items: center;
}
.user-menu li a {
    padding-right: 15px !important;
    padding-left: 15px !important;

    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: flex;
    gap: 6px;
    align-items: center;
}
.first-item {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.last-item {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.user-menu li:last-child:not(.send-report-item) {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.active-menu-item {
    background-color: var(--servers-head-color);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
}
.inactive-menu-item {
    width: 10px;
    height: 10px;
    display: inline-block;
}
.left-menu a svg {
    width: 20x;
}
.left-menu li {
    background-color: var(--color-6);
    height: 57px;
    width: 56px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb a {
    color: var(--servers-head-color);
    /*font-family: Raleway;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breadcrumb .active {
    color: var(--border-2);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.products .actions {

}
.products {}
.products .full-price {
    width: 100px;
    text-align: right;
}
.products .price {
    width: 70px;
    text-align: left !important;
}
.products .price input {
    text-align: center !important;
    border-radius: 8px;
}
.products .quantity {
    width: 70px;
    border-radius: 8px;
}
.products .title {
    flex: 1 !important;
}
.products-footer {
    background-color: var(--color-7) !important;
    font-weight: bold !important;
}
.products-footer .title {
    font-weight: bold !important;
}
.products-footer:hover {
    cursor: default !important;
    border: 1px solid var(--sets-border) !important;
}
.products-header, .products-header .title {
    background-color: var(--color-white) !important;
    border: 0px !important;

    color: var(--color-8) !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    cursor: default !important;
}
.products-header {
    min-height: 26px !important;
}
h4 {
    padding: 0 !important;
    margin: 35px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: var(--color-black);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: normal;
}
.product-services {
    margin-top: 10px !important;
}
.products .sort .full-price {
    color: var(--servers-head-color);
}
.list-mass-form {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.list-mass-form .mass-inp {
    width: 90px;
}
.list-mass-form .mass-inp input {
    border-radius: 15px;
    border: 1px solid var(--color-9);
    background: var(--color-white);
    height: 30px;
}
.mass-inp-search {
    max-width: 250px !important;
    width: 20% !important;
}
.mass-inp-search input {
    padding-left: 6px;
    width: 100%;
}
.mass-inp-zero input {
    text-align: center;
}
.list-mass-form input {
    height: 44px !important;
}
.mass-inp-button button {
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 44px;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.light-btn button {
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background: var(--sets-color);
    color: var(--label-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 44px;
}
.btn-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mass-inp-flex {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}
.mass-inp-flex a {
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.mass-inp-flex a:hover {
    color: var(--color-white);
}
.search-box {
    position: relative;
}
.search-box input {
    padding-left: 36px;
    padding-right: 36px;
}
.search-ico {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 7px;
    top: 10px;
}
.search-clear-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 7px;
    top: 10px;
    cursor: pointer;
}
.add-btn-prod, .btn-search-prod {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.form-product {
    margin-top: 37px;
    max-width: 695px;
}
.form-product label {
    color: var(--label-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*padding-left: 20px;*/
}
.form-product input[type=text]:not(.skip-styles),
.form-product input[type=number]:not(.skip-styles),
.form-product input[type=file]:not(.skip-styles),
.form-product input[type=password]:not(.skip-styles),
.form-product select:not(.skip-styles),
.form-product textarea:not(.skip-styles),
.form-product input[type=email]:not(.skip-styles)
{
    border-radius: 12px;
    border: 1px solid var(--color-9) !important;
    background: var(--color-white);
    padding: 10px 10px !important;
    color: var(--color-10);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-product select:not(.skip-styles) {
    /*border-right: 5px solid transparent !important;*/
}
.form-product button:not(.ce-inline-tool, .ce-popover-item) {
    border-radius: 15px;
    border: 0px;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 15px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 160px;
    min-height: 45px;
    margin-top: 60px !important;
}
.form-submit-btn {
    border-radius: 15px;
    border: 0px;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 15px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 160px;
    min-height: 45px;
    margin-top: 60px !important;
}
.form-back {
    display: none;
}
.form-quant-inp {
    margin-right: 3px !important;
}
.rep-filter {
    margin-top: 0 !important;
}
.report-header-actions .mass-action-form {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.report-header-actions .mass-action-form .employer {
    width: 183px;
}
.report-header-actions .mass-action-form .month {
    width: 123px;
}
.report-header-actions .mass-action-form .day {
    width: 100px;
}
.report-header-actions .mass-action-form .year {
    width: 100px;
}
.report-header-actions .mass-action-form .buttons button {
    width: 110px;
    height: 44px !important;
    border: 0 !important;
    font-weight: 500;
    font-size: 14px;
}
.mob-ver {
    display: none;
}
.report-header-actions .select2 {
    border-radius: 15px !important;
    border: 1px solid var(--color-9) !important;
    background: var(--color-white) !important;
    overflow: hidden;
    width: 100% !important;
    height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-63);
    line-height: 42px !important;
    padding-left: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*top: 8px !important;*/
    /*right: 20px !important;*/
    top: 10px !important;
    right: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 8px !important;
    margin-right: 40px !important;
    color: var(--servers-head-color) !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--servers-head-color) transparent transparent transparent !important;
}
.btn-rep {
    border-radius: 15px;
    border: 1px solid var(--color-9) !important;
    background-color: var(--sets-color) !important;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px !important;
}
.btn-display {
    border-radius: 15px;
    border: 0px !important;
    background-color: var(--servers-head-color) !important;
    color: var(--color-white);
    padding-left: 15px;
    padding-right: 15px;
    height: 44px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-top-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.rep-table .table-dark tr, .rep-table .table-dark th, .rep-table .table-dark td {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*border-bottom: 0 !important;*/
}
.reports-cont-table tr {
    height: 40px !important;
}
.rep-cell {
    color: var(--color-black);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--servers-head-color) !important;
    color: white;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--color-11) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--color-12) !important;
}
.select2-dropdown {
    border: 0 !important;
    border-radius: 0px 0px 8px 8px !important;
    overflow: hidden !important;
}

.rep-table thead tr, .rep-table thead th {
    background-color: var(--color-white) !important;
}
.form-switch label {
    color: var(--color-13);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
}
.form-switch .form-check-input:not(:checked) {
    background-color: var(--color-14) !important;
    border: 0 !important;
}
.form-switch .form-check-input:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e") !important;
}
.fw-100 {
    max-width: 100% !important;
}
table {
    caption-side: bottom;
    border-collapse: collapse !important;
}

/*table {*/
/*    border-collapse: separate;*/
/*    text-indent: initial;*/
/*    border-spacing: 1px !important;*/
/*}*/
.border-left-1 {
    border-left: 1pt solid var(--color-15) !important;
}
.border-right-1 {
    border-right: 1pt solid var(--color-15) !important;
}
.border-bottom-1 {
    border-bottom: 1pt solid var(--color-15) !important;
    /*border-spacing: 1px !important;*/
}
.form-switch {
    display: flex !important;
    gap: 12px;
    align-items: center;
}
.form-switch input {
    transform: scale(1.2);
}
.vertical-flex {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.custom-file-input {
    padding: 6px !important;
    /*border-radius: 2px;*/
    /*border: 1px solid var(--color-9);*/
    background: var(--color-white);
    /*height: 43px !important;*/
    width: 100%;
}
.custom-file-input::file-selector-button {
    background-color: var(--color-16) !important;
    color: var(--color-white)FFF !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 28px !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;

}
.inp-prod-filter {
    border-radius: 15px;
    border: 1px solid var(--color-9);
    background: var(--color-white);
    height: 40px;
}
.mob-prod-first-row {
    display: flex;
    gap: 6px;
    align-items: center;
}
.mob-prod-first-row .zero-btn {
    width: 100px !important;
}
.mob-prod-first-row .zero-btn button {
    width: 100%;
}
.mob-prod-first-row input:not(.inp-prod-filter) {
    flex: 1 !important;
}
.mob-prod-first-row .inp-prod-filter {
    width: 100%;
}
.mob-prod-first-row .fw-inp  {
    flex: 1;
}
.mob-prod-first-row .history-btn-prod  {
    width: 40px !important;
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background-color: var(--sets-color) !important;
    color: var(--label-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 44px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob-prod-first-row .history-btn-prod svg  {
    width: 20px !important;
}
.mob-prod-first-row .in-btn {
    width: 100px !important;
}
.mob-prod-first-row .in-btn button {
    width: 100%;
}
.mob-prod-first-row .light-btn button:not(.btn-with-icon) {
    width: 100px !important;
}
.mob-prod-second-row .btn-start-search button {
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
}
.mob-prod-second-row .btn-start-search {
    width: 100px !important;
}
.mob-prod-second-row .btn-start-search button {
    width: 100% !important;
}
.mob-prod-second-row .mass-inp {
    width: inherit !important;
}
.mob-prod-second-row .search-box {
    flex: 1 !important;
}
.mob-prod-second-row .search-box input {
    width: 100% !important;
}
.mob-prod-three-row {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.mob-prod-three-row .add-btn-prod {
    width: 100px !important;
    margin-top: 0;
    border-radius: 15px;
    border: 0px !important;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.page-title {
    color: var(--color-10);
    text-align: center;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 100px;
    /*flex: 1 !important;*/

}
.no-padding-box {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.mob-side-menu {
    position: fixed;
    left: -240px;
    width: 220px;
    top: 0;
    height: 100vh;
    border-radius: 0px 10px 10px 0px;
    background: var(--color-white);
    box-shadow: 4px 4px 9.4px 0px var(--color-17);
    z-index: 1000;
}
.menu-toggle-icon {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    margin-top: 35px;
    margin-left: 21px;
}
.menu-toggle-icon .navbar-toggler-icon {
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28168, 58, 253%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.menu-placeholder {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-18);
    box-shadow: 0 4px 30px var(--color-19);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
}
.menu-cont {
    display: none;
}
.mob-side-menu .user-avatar {
    margin-top: 24px;
    margin-left: 21px;
}
.user-nav-menu {
    margin-top: 5px;
    margin-left: 21px;
}
.user-nav-menu .name {
    color: var(--servers-head-color);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.user-nav-menu ul {
    margin-top: 25px;
    list-style: none;
    /*margin: 0;*/
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.user-nav-menu ul li {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 35px;
}
.user-nav-menu ul li a {
    color: var(--color-black);
    flex: 1;
    padding-top: 2px;
    padding-bottom: 2px;
}
.user-nav-menu ul li span {
    width: 19px;
    display: flex;
    justify-content: center;
}
.user-nav-menu ul li svg {
    width: 19px;
}
.user-nav-menu ul li.active a {
    color: var(--servers-head-color);
}
.fill-all {
    flex-grow: 1;
}
.menu-cont {
    height: calc(100vh - 320px);
}
.user-nav-menu, .user-nav-menu ul {
    height: 100%;
}
.user-nav-menu ul li a {
    color: var(--label-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
}
.add-btn-prod:active, .add-btn-prod:focus, .add-btn-prod:hover {
    color: var(--color-white) !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__arrow b  {*/
/*    border: solid black;*/
/*    border-width: 0 2px 2px 0;*/
/*    display: inline-block;*/
/*    padding: 2px;*/
/*    transform: rotate(45deg);*/
/*    -webkit-transform: rotate(45deg);*/
/*}*/
.line-eight-n a {
    line-height: 17px !important;
}
@media screen and (max-width: 676px) {
    .products-form-list .sets li {
        font-size: 11px !important;
    }

    .products-form-list .sets li .title {
        font-size: 11px !important;
        padding-left: 12px !important;
    }

    .products-form-list .products .quantity {
        width: 50px;
        border-radius: 8px;
    }

    .products-form-list .products .price {
        width: 50px;
        border-radius: 8px;
    }

    .products-form-list .products .full-price {
        width: 70px;
    }

    .products-form-list .sets li .actions {
        width: 50px !important;
        text-align: center;
    }

    .products-form-list .sets li svg:not(.skip1) {
        width: 15px !important;
    }

    .products-form-list .sets li .icon {
        width: 25px;
    }
    .products-form-list .sets li {
        gap: 4px;
    }
    .products-form-list .icon {
        display: none !important;
    }
    .mass-inp-flex {
        justify-content: left !important;
    }
    .mob-full-flex {
        flex: 1 !important;
    }
    .mob-full-flex button {
        width: 100%;
        justify-content: center;
    }
    .mob-full-flex a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    /*.mass-inp-search {*/
    /*    width: calc(100% - 90px) !important;*/
    /*}*/
    /*.mass-inp-search-btn-box {*/
    /*    width: 90px !important;*/
    /*}*/
    /*.mass-inp-search-btn-box {*/
    /*    !*min-width: 150px !important;*!*/
    /*}*/
    .zero-btn-box {
        width: 33.33% !important;
    }
    .zero-btn-box button {
        width: 100%;
    }
    .mass-add-btn-box, .mass-inp-zero {
        flex: auto !important;
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
        /*width: 100% !important;*/
    }
    .search-box .search-clear-btn {
        display: none !important;
    }
    .search-box input {
        padding-right: inherit !important;
    }
    .profile-edit {
        width: 100%;
    }
    .form-back:not(.form-back2) {
        display: inherit !important;
        text-align: center;
        margin-top: 20px;
    }
    .form-back a {
        color: var(--color-8);
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    .form-product button, .btn-save-rep {
        width: 100% !important;
    }
    .form-submit-btn {
        width: 100% !important;
    }
    li .set-products ul {
        margin-left: 0 !important;
    }
    .mob-empl-column {
        min-width: 175px !important;
    }
    .mob-packages-column {
        min-width: 100px !important;
    }
    .mob-profit-column {
        min-width: 120px !important;
    }
    .mob-penalty-column {
        min-width: 120px !important;
    }
    .mob-pay-column {
        min-width: 120px !important;
    }
    .mob-ost-column {
        min-width: 100px !important;
    }
    .user-profile-form .templates-row-1 {
        flex-wrap: wrap !important;
    }
    .user-profile-form .form-row-column {
        width: 100% !important;
        flex: inherit !important;
    }
    .user-profile-form .profile-photo {
        text-align: center !important;
        align-items: center !important;
    }
    .user-profile-form .form-check {
        margin-bottom: 12px !important;
    }
}
@media screen and (max-width: 670px) {
    .servers-head h5 {
        display: none;
    }
    .pc-ver {
        display: none;
    }
    .mob-ver {
        display: inherit !important;
    }
    .servers-head {
        width: 100%;
    }
    .report-header-actions {
        width: 100%;
    }
    .report-header-actions form {
        width: 100% !important;
    }
    .rep-filter-first-row {
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6px;
    }
    .rep-filter-second-row {
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6px;
        flex: 1;
    }
    .history-head .rep-filter-second-row {
        flex-wrap: wrap;
    }
    .rep-filter-first-row .employer {
        flex: 1;
    }
    .rep-filter-second-row .year, .rep-filter-second-row .month {
        flex: 1;
    }
    .rep-filter-first-row .btn-process {
        margin-top: 0 !important;
        padding: 0 15px;
        min-width: 110px;
    }
    .rep-filter-second-row .btn-process {
        margin-top: 0 !important;
        padding: 0 15px;
        min-width: 110px;
    }
    .btn-rep {
        color: var(--color-black);
        font-weight: 400;
        min-width: 110px;
    }
    .btn-display {
        color: var(--color-white);
        font-weight: 400;
        min-width: 110px;
    }
    .breadcrumb {
        display: none !important;
    }
    .navbar-brand {
        margin-right: 0 !important;
    }
    .page-container h5 {
        display: none;
    }
    .no-padding-mob {
        padding-top: 20px !important;
    }
    .navbar-toggler {
        border: 0 !important;
    }
    .user-avatar svg {
        width: 48px;
        height: 48px;
    }
    .user-avatar img {
        width: 58px;
        height: 58px;
        border-radius: 29px;
    }
}
.send-report-item {
    background-color: var(--servers-head-color) !important;
    border-radius: 20px;
    margin-left: 13px;
}
.send-report-item a {
    color: var(--color-white) !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.profile-stat {
    margin-top: 40px;
}
.profile-box {
    display: flex;
    gap: 15px;
}
.profile-box .left-side {
    flex: 1;
}
.profile-box .right-side {
    flex: 1;
    margin-top: 10px;
}
.profile-box .profile-name p {
    color: var(--color-20);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    opacity: 0.4;
    margin-bottom: 0 !important;
}
.profile-box .profile-name h5 {
    color: var(--color-20);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px !important;
}
.ava-rating {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.item-photo {
    width: 107px;
    height: 107px;
    border-radius: 22px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: var(--color-white);
}
.your-rating {
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: flex-end;
}
.your-rating .title {
    color: var(--color-21);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 0.4;
}
.your-rating .rating-box {
    width: 104px;
    height: 56px;
    border-radius: 15px;
    background: var(--sets-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-box {
    display: flex;
    gap: 7px;
    align-items: center;
}
.rating-box span {
    color: var(--servers-head-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.your-rating {
    flex: 1;
}
.ava-rating-buttons {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.ava-rating-buttons a {
    display: flex;
    width: 42px;
    height: 39px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid var(--color-9);
    background: var(--color-white);
}
.ava-rating-buttons a svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.balance-box {
    margin-top: 27px;
    border-radius: 23.339px;
    background: var(--sets-color);
    height: 173.403px;
    padding-top: 27px;
    padding-left: 31px;
    padding-right: 52px;
    display: flex;
    justify-content: space-between;
}
.balance-box .title {
    display: flex;
    gap: 6px;
    align-items: center;
}
.balance-box .title span {
    color: var(--color-22);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.balance-box .value-box .value {
    color: var(--label-color);
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.balance-box .icon-box svg {
    width: 126px;
    height: 126px;
    flex-shrink: 0;
}
.call-worker-box {
    height: 78px;
    border-radius: 20px;
    background: var(--color-23);
    display: flex;
    gap: 16px;
    align-items: center;
    /*margin-top: 15px;*/
    text-decoration: none;
    padding-left: 27px;
    padding-right: 5px;
}
.prop-box {
    background: var(--grad-1) !important;
    margin-top: 0 !important;
}
.call-worker-box span {
    flex: 1;
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.call-worker-box .prop-box {
    width: 46px !important;
}
.arrow-box {
    width: 78px;
    height: 78px;
    /*transform: rotate(50.63deg);*/
}
.profit-box {
    border-radius: 20px;
    background: var(--color-4);
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 12px;
    text-decoration: none;
    padding-left: 27px;
    /*padding-right: 5px;*/
    justify-content: space-between;
    padding-right: 37px;
    height: 173px;
}
.profit-box .title {
    display: flex;
    gap: 6px;
    align-items: center;
}
.profit-box .title span {
    color: var(--color-white);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.profit-box .value-box .value {
    color: var(--color-white);
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.profit-box .icon-box svg {
    width: 126px;
    height: 126px;
    flex-shrink: 0;
}
.period-info {
    margin-top: 24px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.period-info .title {
    color: var(--color-white);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.period-info .period-value {
    color: var(--color-white);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profit-stat-box {
    margin-top: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.profit-stat-box .box {
    flex: 1;
    border-radius: 23.339px;
    background: var(--sets-color);
    height: 173.403px;
    padding-top: 27px;
    padding-left: 31px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
}
.profit-stat-box .title {
    display: flex;
    gap: 6px;
    align-items: center;
}
.profit-stat-box .title span {
    color: var(--color-22);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.profit-stat-box .value-box {
    flex: 1;
}
.profit-stat-box .value-box .value {
    color: var(--color-black);
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.profit-stat-box .icon-box {
    width: 73px;
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 27px;
}
.profit-stat-box .icon-box svg {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}
.profit-stat-box-2 .box {
    background-color: var(--color-22) !important;
}
.profit-stat-box-2 {
    margin-top: 14px !important;
}
.profit-stat-box-2 .box span, .profit-stat-box-2 .box .value {
    color: var(--color-white) !important;
}
.profile-box-mob, .profile-mob-page {
    display: none;
}
.file-inp-box {
    border-radius: 12px;
    border: 1px solid var(--color-9);
    height: 39px !important;
}
.file-inp-box input {
    padding: 0 !important;
}
.file-inp-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
/*.stat-page .row> * {*/
/*    padding-right: 0 !important;*/
/*    padding-left: 0 !important;*/
/*}*/
@media screen and (max-width: 1400px) {
    .value-box .title span {
        font-size: 16px !important;
    }
    .value-box .value {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 1200px) {
    .icon-box {
        display: none !important;
    }
}
@media screen and (max-width: 993px) {
    .profile-stat, .width-680 {
        /*max-width: calc(100% - 50px) !important;*/
        max-width: 100% !important;
    }
    .value-box .title span {
        font-size: 16px !important;
    }
    .value-box .value {
        font-size: 25px !important;
    }

}
@media screen and (max-width: 910px) {
    .value-box .title span {
        font-size: 14px !important;
    }
    .value-box .value {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 847px) {
    .value-box .title span {
        font-size: 12px !important;
    }
    .value-box .value {
        font-size: 17px !important;
    }
    .send-report-item svg {
        display: none !important;
    }
    .user-menu li a {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .stat-page .profile-box {
        display: none !important;
    }


    .profile-stat, .width-680 {
        max-width: inherit !important;
    }

    .stat-page .no-padding-mob {
        margin-top: 0 !important;
        padding-top: 1px !important;
    }
    .stat-page .container-fluid {
        padding: 0 !important;
    }
    .stat-page .container {
        margin: 0 !important;
        padding: 0 0 18px !important;
    }
    .stat-page .profile-box-mob {
        padding-bottom: 18px;
    }
    .stat-page .profile-box-mob {

        margin: 0 !important;
        background-color: var(--color-24) !important;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .profile-box-mob {
        display: block !important;
        background: var(--color-64);
        background: -moz-linear-gradient(180deg, var(--color-65) 0%, var(--color-66) 100%);
        background: -webkit-linear-gradient(180deg, var(--color-65) 0%, var(--color-66) 100%);
        background: linear-gradient(180deg, var(--color-65) 0%, var(--color-66) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-24)",endColorstr="var(--color-26)",GradientType=1);
    }
    .stat-page .col-md-12 {
        padding: 0 !important;
    }
    .stat-page .user-avatar {
        margin-right: 0;
    }
    .stat-page .row {
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }
    .profile-box-mob {
        padding-left: 21px;
        padding-right: 21px;
    }
    .mob-header {
        padding-top: 5px;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .mob-header .left-side {
        flex: 1;
    }
    .mob-header .right-side {
        flex: 1;
    }
    .base-stat {
        display: flex;
        justify-content: space-between;
    }
    .balance-stat h4 {
        margin: 0 !important;
        padding: 0 !important;
        font-style: normal;

        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 14px;
        color: var(--color-27);
        flex: none;
        flex-grow: 0;
    }
    .balance-stat p {
        margin-top: 8px !important;
        line-height: normal;

        font-style: normal;
        font-weight: 700;
        font-size: 24px !important;
        line-height: 28px;
        color: var(--color-25);
    }
    .rate-stat h4 {
        margin: 0 !important;
        padding: 0 !important;
        font-style: normal;

        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 14px;
        color: var(--color-27);
        flex: none;
        flex-grow: 0;
    }
    .rate-stat p {
        display: flex;
        align-items: center;
        gap: 7px;
        justify-content: end;
        margin-top: 8px !important;
        color: var(--color-black);
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mob-header .right-side {
        display: flex;
        gap: 13px;
        align-items: center;
    }
    .mob-header .right-side .box {
        flex: 1;
        padding-left: 14px;
        padding-right: 8px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .mb-mob {
        margin-bottom: 5px;
    }
    .tp-1 {
        margin-top: 5px !important;
    }
    .mob-header .right-side .box {
        height: 118px !important;
        flex-shrink: 0;
        border-radius: 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    .mob-header .right-side .box .value {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .mob-header .right-side .box .value {
        color: var(--color-28);
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }
    .mob-header .right-side .box .title-value {
        color: var(--color-29);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        margin-top: 0px;
    }
    .color-darker {
        color: var(--color-28) !important;
    }
    .two-columns-box {
        display: flex;
        gap: 13px;
        width: 100%;
    }
    .two-columns-box .mob-page {
        flex: 1;
    }
    .mob-header .period-block {
        display: flex;
        gap: 5px;
    }
    .mob-header .period-block .title {
        /*flex: 1;*/
        color: var(--color-28);
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 45px;
    }
    .mob-header .period-block .title-value {
        flex: 1;
        color: var(--color-white);
        text-align: right;
        font-size: 9px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
    }
    .stat-page body, .stat-page  {
        background-color: var(--color-30) !important;
    }
    .profile-mob-page {
        /*margin-top: 20px;*/
        padding: 18px !important;
        display: flex !important;
        gap: 20px;
        flex-direction: column;
    }
    .mob-page {
        border-radius: 20px;
        background: var(--color-white);
        box-shadow: 0px 2px 48px 0px var(--dropdown-period-selector);
        padding: 17px;
    }
    .mob-page .title {
        color: var(--color-28);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }
    .mob-page .title-value {
        margin-top: 5px;
        color: var(--color-29);
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }
    .green-text {
        color: var(--color-31) !important;
    }
    .red-text {
        color: var(--color-32) !important;
    }

    .ext-stat {
        display: flex;
        gap: 10px;
    }
    .ext-stat .ext-stat-col {
        flex: 1;
        background: linear-gradient(180deg, var(--color-33) 0%, var(--color-34) 82.5%) !important;
        box-shadow: 2px 6px 6px var(--color-19);
        border-radius: 18px;
    }
    .ext-stat-col .title {
        color: var(--color-white);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 16px */
    }
    .empl-box {
        border-radius: 20px;
        background: var(--grad-1);
        box-shadow: 2px 6px 6px 0px var(--color-35);
        padding: 16px 0 0 16px !important;
        text-decoration: none;
    }
    .prop-box {
        height: auto !important;
        margin-top: 0 !important;
    }
    .ext-stat-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .icons .left-icon {
        display: flex;
        padding: 10px;
        align-items: flex-end;
        gap: 8px;
        border-radius: 22px;
        background: var(--color-white);
        width: 44px;
        height: 44px;

        /* Basic shadow */
        box-shadow: 1px 3px 6px 0px var(--color-35);
    }
    .box .value svg {
        width: 32px;
    }
    .stat-page .page-container {
        margin-top: -1px !important;
    }
    .rate-stat p {
        line-height: inherit !important;
    }
    .profile-photo-block {
        order: 2;

    }
    .profile-preview-block {
        order: 1;
        align-items: center;
    }
    .profile-preview-block .photo-preview {
        text-align: center;
    }
    .profile-preview-block label {
        display: none;
    }
    .file-inp-box input {
        padding: 0 !important;
    }
    .file-inp-box {
        width: 100%;
        padding-left: 20px;
        display: flex;
        align-items: center;
    }
    .form-product label {
        /*padding-left: 20px;*/
    }
    .stat-page .profile-stat {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .stat-page .page-container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .stat-page .rate-stat p {
        align-items: flex-end !important;
    }
    .stat-page .rate-stat p svg {
        margin-bottom: 6.5px;
    }
    .stat-page .row:not(.stop)>* {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.store-form {
    width: auto;
    margin-top: 0;

}
.btn-search-prod {
    font-weight: 400 !important;
    font-size: 13px !important;
}
.store-form .list-mass-form {
    width: 100%;
    flex: 1;
}
.store-form .list-mass-form .mass-inp-search {
    width: 226px !important;
}
.rep-items-set {
    flex-direction: column;
    gap: 3px;
}
.rep-form {
    width: 400px;

}
.rep-form .mass-inp-search {
    flex: 1 !important;
    max-width: 100% !important;
}
.rep-form .mass-inp-search input {
    padding-right: 15px;
}
.rep-form .mass-inp-search input::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58958 7.74408C5.26414 7.41864 4.73651 7.41864 4.41107 7.74408C4.08563 8.06951 4.08563 8.59715 4.41107 8.92259L9.41107 13.9226C9.73651 14.248 10.2641 14.248 10.5896 13.9226L15.5896 8.92259C15.915 8.59715 15.915 8.06951 15.5896 7.74408C15.2641 7.41864 14.7365 7.41864 14.4111 7.74408L10.0003 12.1548L5.58958 7.74408Z' fill='%23A83AFD'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}
.rep-form input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn-save-rep {
    border-radius: 15px;
    border: 0px;
    background: var(--servers-head-color);
    color: var(--color-white);
    font-size: 15px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 160px;
    min-height: 45px;
    margin-top: 60px !important;
}
input[type=date]::-webkit-datetime-edit-day-field:focus,
input[type=date]::-webkit-datetime-edit-month-field:focus,
input[type=date]::-webkit-datetime-edit-year-field:focus {
    background: var(--servers-head-color) !important;
    color: var(--color-white);
    outline: none;
}
@media screen and (max-width: 670px) {
    .store-form {
        width: 100% !important;
    }
    .store-form .list-mass-form .mass-inp-search {
        width: 100% !important;
        flex: 1;
        max-width: 100% !important;
    }
    .rep-form .list-mass-form .mass-inp-search {
        flex: 1 !important;
    }
    .rep-form .list-mass-form .mass-inp-search-btn-box {
        flex: 1 !important;
    }
    .rep-form .list-mass-form button {
        width: 100%;
    }
    /*.border-left-1 {*/
    /*    border-left: 2px solid var(--color-15) !important;*/
    /*}*/
    /*.border-right-1 {*/
    /*    border-right: 2px solid var(--color-15) !important;*/
    /*}*/
}
.table-responsive table {
    width: calc(100% - 1px) !important
}
.modal-confirm-delete, .modal-confirm-send {
    background: var(--servers-head-color) !important;
    color: var(--color-white);
    border: 0 !important;
}
.modal-cancel {
    border-color: var(--servers-head-color) !important;
    color: var(--servers-head-color) !important;
}
.row:not(.stop)>* {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.stat-page .row:not(.stop)>* {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media (min-width: 1200px) {
    .page-container .container, .page-container .container-lg, .page-container .container-md, .page-container .container-sm, .page-container .container-xl {
        max-width: 100% !important;
    }
}
.navbar .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navbar {
    padding-top: 23px !important;
}
@media (min-width: 992px) {
    .page-container .container, .page-container .container-lg, .page-container .container-md, .page-container .container-sm {
        max-width: 100% !important;
    }

}
.history-btn-prod.mob-ver {
    display: none;
}
.only-mobile {
    display: none;
}
@media (max-width: 700px) {
    .navbar .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-toggler {
        padding-left: 0 !important;
    }
    .stat-page .navbar-toggler {
        padding-left: 0px !important;
    }
    .row:not(.stop)>* {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }
    .store-list-form {
        flex-wrap: wrap;
    }

    .store-list-form .pc-ver {
        display: none !important;
    }
    .store-list-form .mass-inp-search {
        flex: 1;
    }
    /*.store-list-form .store-flex-side {*/
    /*    flex: 1;*/
    /*}*/
    .history-btn-prod.mob-ver {
        margin-top: 5px;
    }

    /* таблица юзеров */
    .admin-users-table {
        .only-mobile {
            display: table-cell !important;
        }

        .sub-acts {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .user-name-cell {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
    }

    .user-sets-search {
        width: 100%;

        .popup-title {
            display: none !important;
        }

        .vertical-flex {
            flex: 1;
        }

        .search-clear-btn {
            display: inherit !important;
        }
    }

    .right-set-side {
        flex: 1 !important;
        .list-mass-form {
            flex: 1;
        }
    }
}


.password-input {
    position: relative;
    width: 100%;
}
.password-input .show-password {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}
.form-group-item .password-input .show-password {
    top: 12px !important;
}
.list-mass-form-send {
    gap: 8px !important;
}
.password-input svg {
    opacity: 0.2;
}
.send-form-box {
    display: flex;
    gap: 8px;
    width: 100%;
}
.send-form-box .stop {
    flex: 1;
}
.users-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.users-row svg, .users-row img {
    width: 27px;
    border-radius: 13px;
}
.avatar-rate img {
    width: 27px !important;
    border-radius: 13px;
}

.avatar-rate svg {
    width: 31px !important;
    border-radius: 13px;
}

.users-row svg {
    opacity: 0.1;
}
.action-buttons-user-box {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-direction: column;
}
.first-row {
    display: flex;
    gap: 15px;
}
.first-row a {
    flex: 1;
}
.second-row a svg:first-child {
    width: 40px !important;
    height: 40px !important;
}
.ml-left-ico  {
    /*margin-left: -15px !important;*/
}
.sec-row-box {
    margin-top: -10px !important;
}
.toggle-row-eye i {
    opacity: 0.3;
    cursor: pointer;
}
.users-list-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 3px;
}
.users-list-items ul li {
    margin-bottom: 3px;
}
.users-list-items ul li span {
    background-color: var(--servers-head-color);
    color: var(--color-white);
    border-radius: 7px;
    padding: 4px 5px;
    display: flex;
    gap: 7px;
    align-items: center;
}
.users-top .pos-user {
    color: var(--color-black);
    font-size: 11px;
}

.users-top .first-pos .user-name,
.users-top .second-pos .user-name,
.users-top .third-pos .user-name {
    font-weight: 600;
}
/*.winner td, .winner span {*/
/*    color: var(--servers-head-color);*/
/*}*/
/*.users-top .first-pos .pos-user {*/
/*    background-color: var(--servers-head-color);*/
/*    color: var(--color-white);*/
/*}*/
/*.users-top .second-pos .pos-user {*/
/*    background-color: #c171ff;*/
/*    color: var(--color-white);*/
/*}*/
/*.users-top .third-pos .pos-user {*/
/*    background-color: #dcadff;*/
/*    color: var(--color-white);*/
/*}*/
.set-products-form1 input {
    opacity: 1 !important;
}
.set-products-form1 .amount {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-weight: 500;
}
.table-pink {
    background-color: var(--servers-head-color) !important;
    color: var(--color-white) !important;
}
.table-pink>:not(caption)>*>* {
    background-color: var(--servers-head-color) !important;
    color: var(--color-white) !important;
}
.short-report ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.short-report ul li {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 38px;
    background-color: var(--color-36);
    border-radius: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
.short-report li .pos {
    width: 20px;
    text-align: center;
}
.short-report li .avatar-rate {
    width: 31px;
}
.short-report li .name {
    flex: 1;
}
.short-report li .rate {
    width: auto;
    min-width: 40px;
    text-align: left;
    font-weight: 600;
    color: var(--color-37);
}
.short-report li.first {
    background: linear-gradient(180deg, var(--color-38) 0%, var(--color-39) 99.95%, var(--color-40) 99.96%, var(--color-41) 99.97%, var(--color-42) 99.98%, var(--color-43) 99.99%, var(--color-44) 100%);

}
.avatar-rate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-check-label {
    text-align: left !important;
    flex: 1 !important;
}
.form-switch input {
    width: 32px !important;
}
/***********************/
.penalty-box {
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px dashed var(--color-white);*/
    display: inline-block;
    position: relative;
    cursor: pointer ;
}
.profile-mob-page .penalty-box {
    /*padding-bottom: 3px;*/
    /*border-bottom: 1px dashed var(--color-black) !important;*/
    display: inline-block;
}
.penalty-box-details {

    position: absolute;
    background-color: var(--color-white);
    padding: 8px;
    border-radius: 6px;
    top: 46px;
    width: 300px;
    box-shadow: var(--color-67) 0px 2px 8px 0px;
}
.penalty-box-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    color: var(--color-black) !important;
    font-size: 13px;
}
.penalty-input, .bonus-input {
    border-radius: 8px;
}
.payout-sum {
    border-radius: 8px;
    padding-left: 6px;
}
.penalty-box-details ul li .info .date {
    color: var(--color-black) !important;
}
.penalty-box-details ul li .info .amount {
    color: var(--color-45) !important;
}
.penalty-box-details ul li .info .icon svg {
    width: 20px;
}
.penalty-box-details ul li {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.penalty-box-details ul li .info {
    display: flex;
    gap: 5px;
    align-items: center;
}
.penalty-box-details ul li .info svg {
    width: 15px;
}
.penalty-box-details .penalty-comment {
    font-weight: 300;
}
.table-red-highlight {
    background-color: var(--color-46) !important;
    border-color: var(--color-47) !important;
}
.store-in-cell {
    display: flex;
    align-items: center;
    gap: 0;
}
.store-in-cell button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-15);
    color: var(--color-48);
    height: 21px;
    width: 21px;
    border: 1px solid var(--color-15);
}
.store-in-cell input {
    flex: 1;
    background-color: var(--smoke-color) !important;
    height: 21px;
    border: 1px solid var(--color-15);
    border-radius: 0;
}
.penalty-value {
    display: flex;
    gap: 5px;
    align-items: center;
}
.penalty-value svg {
    width: 24px;
}
.store-in-cell input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.store-in-cell button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}
.store-in-cell button:hover {
    color: var(--color-48);
}
.save-store-in:not(.filled):focus {
    background-color: var(--color-49);
}
.store-in-cell button.filled {
    background-color: var(--color-49);
    color: var(--color-white);
    border-color: var(--color-49) !important;
}
.filled-inp {
    border-color: var(--color-49) !important;
    background-color: var(--color-50);
}
.penalty-value svg {
    transition: 0.1s;
}
.arrow-rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.profile-value {
    font-weight: 600;
    font-size: 17px;
    display: inline-flex;
    height: 39px;
    align-items: center;
    width: 100%;
    background-color: var(--color-51);
    padding: 10px;
    border-radius: 14px;
    color: var(--color-52);
}
.profile-edit {
    text-decoration: none;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 20px;
    /*font-size: 13px;*/
    /*border: 1px solid #d5d5d5;*/
    background-color: var(--servers-head-color);
    font-size: 15px;

    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 160px;
    min-height: 45px;
    margin-top: 60px !important;
}
.profile-edit:hover {
    color: var(--color-white);
}
.bank-acc {
    font-size: 10px;
    opacity: 0.5;
    margin-top: 4px;
}
.bank-acc span {
    opacity: 0.5;
}
.auth-box .form-back {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.auth-box .form-back a {
    color: var(--color-8);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.set-price-raw {
    color: var(--servers-head-color);
}
.prod-flex-row {
    gap: 5px;
}
.history-btn-prod {
    display: flex;
    gap: 8px;
    align-items: center;
}

.history-btn-prod svg {
    width: 20px;
    opacity: 0.5 !important;
}
.store-flex-side {
    display: flex;
    align-items: center;
    gap: 5px;
}
.user-profile-form select {
    border-radius: 12px !important;
}
.select2-results, .select2-search--dropdown {
    background-color: var(--color-55);
}
.mob-side-menu .user-nav-menu {
    margin-left: 0;
}
.mob-side-menu .user-nav-menu span.name {
    margin-left: 21px;
}
.mob-side-menu .user-nav-menu ul li a {
    transition: none !important;
}
.mob-side-menu .user-nav-menu ul li {
    padding-left: 21px;
    width: 100%;
    transition: 0.3s;
}
.mob-side-menu .user-nav-menu ul li:hover {
    background-color: var(--smoke-color);
}
.mob-side-menu .user-nav-menu ul li:active {
    background-color: var(--smoke-color);
}
.mob-side-menu .user-nav-menu ul li:hover a {
    color: var(--servers-head-color);
}
.mob-side-menu .user-nav-menu ul li:hover a:focus {
    color: var(--servers-head-color) !important;
}
/*.mob-side-menu .user-nav-menu ul li:hover svg {*/
/*    color: var(--servers-head-color) !important;*/
/*    fill: var(--servers-head-color) !important;*/
/*}*/
/*.mob-side-menu .user-nav-menu ul li:hover svg path {*/
/*    color: var(--color-white)fff !important;*/
/*    fill: var(--color-white)fff !important;*/
/*}*/
/*.mob-side-menu .user-nav-menu ul li:hover svg stroke {*/
/*    color: var(--servers-head-color) !important;*/
/*    fill: var(--servers-head-color) !important;*/
/*}*/
.mob-side-menu .user-nav-menu ul li.active {
    color: var(--servers-head-color) !important;
    background-color: var(--smoke-color);
}
.mob-side-menu .user-nav-menu ul li.active a {
    /*color: var(--servers-head-color) !important;*/
    fill: var(--servers-head-color) !important;
}
/*.mob-side-menu .user-nav-menu ul li.active svg {*/
/*    color: var(--servers-head-color) !important;*/
/*    fill: var(--servers-head-color) !important;*/
/*}*/
/*.mob-side-menu .user-nav-menu ul li.active svg path {*/
/*    color: var(--servers-head-color) !important;*/
/*    fill: var(--servers-head-color) !important;*/
/*}*/
/*.mob-side-menu .user-nav-menu ul li.active svg stroke {*/
/*    color: var(--servers-head-color) !important;*/
/*    fill: var(--servers-head-color) !important;*/
/*}*/
.select2-container--default .select2-selection--single .select2-selection__arrow svg {
    transition: 0.1s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow svg {
    /*border-width: 5px 4px 0 4px !important;*/
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.history-head {
    align-items: normal;
}
.history-head .rep-filter {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.history-head h5 {
    width: 200px;
}
.history-head .pc-ver .mass-action-form {
    flex: 1;
    justify-content: end;
}
.history-head .prod-search {
    width: 100%;
}
/*.history-head .prod-search .mass-inp-search {*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*}*/
/*.history-head .report-header-actions .mass-action-form .employer {*/
/*    flex: 1;*/
/*}*/
.history-head .mass-inp-search {
    flex: 1 !important;
    max-width: 100% !important;
}
.history-head .mass-inp-search input {
    padding-right: 35px;
    border-radius: 15px;
}
.history-head .mass-inp-search input::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.58958 7.74408C5.26414 7.41864 4.73651 7.41864 4.41107 7.74408C4.08563 8.06951 4.08563 8.59715 4.41107 8.92259L9.41107 13.9226C9.73651 14.248 10.2641 14.248 10.5896 13.9226L15.5896 8.92259C15.915 8.59715 15.915 8.06951 15.5896 7.74408C15.2641 7.41864 14.7365 7.41864 14.4111 7.74408L10.0003 12.1548L5.58958 7.74408Z' fill='%23A83AFD'/%3E%3C/svg%3E");
    width: 20px;
    height: 44px !important;
}
.history-head .mass-action-form input {
    height: 44px !important;
    min-width: 130px;
}
.history-head  .mass-inp-search {
    max-width: 250px !important;
    width: 100% !important;
}
.history-head .mob-ver .day {
    width: 110px;
}

.history-head .mob-ver .search-box input {
    width: 100%;
    min-width: 100%;
}
.history-head  .mob-ver .mass-inp-search {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1;
}
.history-head  .mob-ver .mass-action-form .employer {
    width: 100%;
}
.history-head  .mob-ver .buttons {
    width: 100%;
    flex: 1;
    min-width: 300px;
}
.history-head  .mob-ver .buttons button {
    width: 100%;
}
.history-search-input {
    text-align: left !important;
}
.schedule-user-tag-item {
    display: inline-flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.schedule-user-tag-delete {
    line-height: normal !important;
}
.schedule-user-tag-delete svg {
    path {
        stroke: var(--color-white)fff;
    }
}
.click-select-item-color {
    background-color: var(--color-56) !important;
    color: var(--color-57) !important;
    border: 0 !important;
}
@media screen and (max-width: 670px) {
    .list-mass-form {
        display: inline-flex !important;
    }
    .rep-search-item {
        order: 3;
        min-width: 300px;
    }

    .rep-date-item {
        order: 1;
        min-width: 200px;
    }

    .rep-btn-item {
        order: 2;
        min-width: 100px;
    }
}
.store-cell-inp:disabled {
    opacity: 1 !important;
    color: var(--color-58) !important;
    border-color: var(--color-58) !important;
    background-color: var(--color-50) !important;
}
.save-store-in:disabled {
    color: var(--color-58) !important;
    border-color: var(--color-58) !important;
    background-color: var(--color-50) !important;
    border-left: 0 !important;
}
.mode-switcher-box {
    .switch {
        transform: scale(1.6); /* начальный масштаб */
        transform-origin: center; /* точка масштабирования */
    }
    margin-bottom: 15px;
}
.mode-switcher-box:hover {
    background-color: transparent !important;
}
:root {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    --primary: hsl(var(--hue), 90%, 50%);
    --trans-dur: 0.3s;
    --trans-timing: cubic-bezier(0.76, 0.05, 0.24, 0.95);
    --trans-timing-in: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    --trans-timing-out: cubic-bezier(0.05, 0.76, 0.06, 0.86);
    /*font-size: calc(40px + (80 - 40) * (100vw - 320px) / (2560 - 320));*/
}
.mode-switcher-box {
    .switch {
        margin-top: 15px !important;
    }
    * {
        border: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    body,
    input {
        color: var(--fg);
        font: 1em/1.5 sans-serif;
    }
    body {
        background-color: var(--bg);
        display: flex;
        height: 100vh;
        transition: background-color var(--trans-dur), color var(--trans-dur);
    }
    body:has(.switch__input:checked) {
        background-color: var(--fg);
        color: var(--bg);
    }
    .switch {
        margin: auto;
        position: relative;
    }
    .switch__icon,
    .switch__input {
        display: block;
    }
    .switch__icon {
        position: absolute;
        top: 0.375em;
        right: 0.375em;
        width: 0.75em;
        height: 0.75em;
        transition: opacity calc(var(--trans-dur) / 2),
        transform calc(var(--trans-dur) / 2);
    }
    .switch__icon polyline {
        transition: stroke-dashoffset calc(var(--trans-dur) / 2);
    }
    .switch__icon--light,
    .switch__icon--light polyline {
        transition-delay: calc(var(--trans-dur) / 2);
        transition-timing-function: var(--trans-timing-out);
    }
    .switch__icon--dark {
        opacity: 0;
        transform: translateX(-0.75em) rotate(30deg) scale(0.75);
        transition-timing-function: var(--trans-timing-in);
    }
    .switch__input {
        background-color: hsl(210, 90%, 70%);
        border-radius: 0.75em;
        /*box-shadow: 0 0 0 0.125em hsla(var(--hue), 90%, 50%, 0),*/
        /*0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);*/
        outline: transparent;
        position: relative;
        width: 3em;
        height: 1.5em;
        -webkit-appearance: none;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
        transition: background-color var(--trans-dur) var(--trans-timing),
        box-shadow 0.15s linear;
    }
    .switch__input:focus-visible {
        box-shadow: 0 0 0 0.125em hsl(var(--hue), 90%, 50%),
        0.125em 0.125em 0.25em hsla(var(--hue), 90%, 10%, 0.2);
    }
    .switch__input:before,
    .switch__input:after {
        content: "";
        display: block;
        position: absolute;
    }
    .switch__input:before {
        background-color: hsl(50, 90%, 50%);
        border-radius: inherit;
        mask-image: linear-gradient(
            120deg,
            hsl(0, 0%, 0%) 20%,
            hsla(0, 0%, 0%, 0) 80%
        );
        -webkit-mask-image: linear-gradient(
            120deg,
            hsl(0, 0%, 0%) 20%,
            hsla(0, 0%, 0%, 0) 80%
        );
        inset: 0;
        transition: background-color var(--trans-dur) var(--trans-timing);
    }
    .switch__input:after {
        background-color: hsl(0, 0%, 100%);
        border-radius: 50%;
        box-shadow: 0.05em 0.05em 0.05em hsla(var(--hue), 90%, 10%, 0.1);
        top: 0.125em;
        left: 0.125em;
        width: 1.25em;
        height: 1.25em;
        transition: background-color var(--trans-dur) var(--trans-timing),
        transform var(--trans-dur) var(--trans-timing);
        z-index: 1;
    }
    .switch__input:checked {
        background-color: hsl(290, 90%, 40%);
    }
    .switch__input:checked:before {
        background-color: hsl(220, 90%, 40%);
    }
    .switch__input:checked:after {
        background-color: hsl(0, 0%, 0%);
        transform: translateX(1.5em);
    }
    .switch__input:checked ~ .switch__icon--light,
    .switch__input:checked ~ .switch__icon--light polyline {
        transition-delay: 0s;
        transition-timing-function: var(--trans-timing-in);
    }
    .switch__input:checked ~ .switch__icon--light {
        opacity: 0;
        transform: translateX(-0.75em) rotate(-30deg) scale(0.75);
    }
    .switch__input:checked ~ .switch__icon--light polyline {
        stroke-dashoffset: 1.5;
    }
    .switch__input:checked ~ .switch__icon--dark {
        opacity: 1;
        transform: translateX(-1.5em);
        transition-delay: calc(var(--trans-dur) / 2);
        transition-timing-function: var(--trans-timing-out);
    }
    .switch__sr {
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
    }

}
.pc-version {
    .switch {
        transform: scale(1) !important; /* начальный масштаб */
    }
}

.product-title-photo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    /*height: 100%;*/
    height: 38px !important;

    img {
        width: 27px;
        height: 27px;
        border-radius: 3px;
    }

    .show-photo {
        width: 27px;
        height: 27px;
    }

    svg {
        width: 27px !important;
        height: 27px !important;
        opacity: 0.2;
    }

    span {
        flex: 1;
    }
}
.lightbox .lb-image {
    border: 0 !important;
}
.user-sets-toggle {
    cursor: pointer;
}
.popup-sets-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;

    .checked-item {
        background-color: var(--sets-li-hover);
        border-color: var(--sets-li-border);

        .set-title {
            font-weight: 600 !important;
        }
    }

    li {
        padding-left: 10px;
        padding-right: 10px;
        .user-set-title-cell {
            display: flex;
            align-items: center;
            gap: 18px;
            height: 45px;
            width: 100%;
        }
        .justify-all-cont {
            justify-content: space-between;

        }
        .item-box {
            display: flex;
            align-items: center;
            gap: 18px;
            height: 45px;
            width: 100%;

            .form-check {
                gap: 10px;
                label {
                    height: 45px;
                    display: flex;
                    align-items: center;
                }
                input {
                    width: 20px;
                    height: 20px;
                }
            }

            .set-title {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;

                color: #404D61;
            }


        }

        .sub-items-box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: left;
            gap: 0;
            /*gap: 18px;*/
            width: 100%;

            .sub-item-row {
                /*flex: 1;*/
                height: 28px;
                width: 100%;
                display: flex;
                align-items: center;
                gap: 10px;

                img, svg {
                    width: 20px;
                    border-radius: 5px;
                }

                .sub-item-title {
                    font-style: normal;
                    font-weight: 300;
                    font-size: 13px;
                    line-height: 15px;

                    color: rgba(64, 77, 97, 0.78);
                }
            }
        }
    }
}
.border-bottom-line {
    border-bottom: 1px solid #E2E2E2;
}
.user-sets-search {
    .mass-inp-search {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.users-set-header {
    margin-top: 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .popup-title {
        margin-top: 0 !important;
    }
}
.user-list-sets {
    display: flex;
    align-items: center;
    gap: 18px;

    .icon {
        width: 20px;

        svg {
            width: 100%;
        }
    }
}

.light-mode {
    .users-set-active {
        td {
            background-color: var(--sets-li-hover) !important;
            background: var(--sets-li-hover) !important;
        }
    }

}
.users-set-active {
    .user-name-item {
        font-weight: 600 !important;
    }
}
.right-set-side {
    display: flex;
    align-items: center;
    gap: 10px;



    .list-mass-form .mass-inp {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.resp-box {
    position: relative;

    .resp-badge {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        background-color: #FB0F69;
        border-radius: 11px;
        color: #fff;
        font-weight: 500;
        right: -4px;
        top: -6px;
    }
}
.resp-box-mobile {
    .empl-box {
        height: 65px;
        padding: 0px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
.collect-inp {

    width: 70px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--edit-inp-color);
}
.ad-btn {
    height: 43px;
    padding: 2px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    svg {
        width: 28px;
        path {
            stroke: #fff;
        }
    }
}
.ad-block {
    margin-bottom: 15px;
    background-color: #fcf3ff;
    padding: 22px;
    border-radius: 12px;

    .ad-title {
        font-style: normal;
        font-weight: 600;
        font-size: 17px !important;
        line-height: 18px;
        text-align: center !important;
        margin-bottom: 13px;
    }

    p {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;

    }

    .ad-link {
        margin-top: 12px;

        text-decoration: none;
        color: var(--color-white);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 20px;

        background-color: var(--servers-head-color);
        font-size: 15px;

        font-style: normal;
        font-weight: 500;
        line-height: normal;
        min-width: 160px;
        min-height: 45px;
    }
}
.has-sub-menu {
    position: relative;
}
.sub-menu {
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 15px;

    border-radius: 4px;
    width: auto;
    height: auto !important;
    z-index: 10000;

    background: rgba(255, 255, 255, 0.63);
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    backdrop-filter: blur(15.1px);
    -webkit-backdrop-filter: blur(15.1px);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    .sub-menu-box {
        overflow: hidden;
        text-align: left;
        display: flex;
        flex-direction: column;
        /*gap: 2px;*/

        a {
            display: inline-flex;
            flex: 1;
            padding: 4px 13px;
            min-width: 140px;
            transition: 0.2s;
        }

        a:hover {
            background-color: #eeeeee;
            color: #000;
        }

        a:active, a:focus {
            background-color: #eeeeee;
            color: #000;
        }
    }

}
.mob-sub-menu-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
@media screen and (max-width: 700px) {
    .sub-menu {
        top: 30px;
        min-width: 230px;

        .sub-menu-box {
            a {
                padding: 8px 13px;
                white-space: nowrap;
            }

            a:hover {
                background-color: #eeeeee;
                color: #000;
            }

            a:active, a:focus {
                background-color: #eeeeee;
                color: #000;
            }
        }
    }
}
.nav-link, .mob-menu-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.edu-cat-title {
    cursor: default !important;
    padding-left: 12px;
    height: 40px;
    display: flex;
    align-items: center;
}
.edu-image {
    max-width: 100%;
    border-radius: 8px;
}
.file-block {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    border-radius: 5px;
    background-color: #f3f3f3;
    padding-left: 12px;
    padding-right: 12px;
    color: #494949;
}

.edu-page-box  {

}
.edu-page-box {
    a {
        color: #a83afd;
        /*font-weight: bolder;*/
        text-decoration: none;
    }

    a:hover {
        color: #a83afd !important;
    }

}
.users-head-btns {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.delivery-order-link {
    color: #fff !important;
    padding: 11px 28px;
    border-radius: 15px;
    background: var(--servers-head-color);
    text-decoration: none;
    transition: all 0.4s ease;

    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */


}

