
.dashboard-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.team-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 6px;
}
.team-list a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    gap: 4px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;

    color: rgba(0, 0, 0, 0.8);
}
.team-list a:hover {
    color: rgba(0, 0, 0, 0.8);
}
.team-list a.active {
    background-color: #1434DB;
    color: #fff;
}
.stat-box {
    margin-top: 9px;
}
.dashboard-stat-block .stat-box-column-content-title  {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 13px !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9) !important;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}
.dashboard-stat-block .sub-stat-row  {
    justify-content: space-between !important;
}

.dashboard-stat-block .sub-stat-row .title  {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    flex: none;
    flex-grow: 1;
    height: 21px;
}
.dashboard-stat-block .sub-stat-row .value  {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.9);
    height: 21px;
    display: inline-flex;
    align-items: center;
}
.stage-stat {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}
.stage-stat .arrow-block {
    width: 61px;
}
.stage-stat .block {
    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 5px;

    background: #FFFFFF;
    border-radius: 8px;
    flex: none;
    flex-grow: 1;
}
.block h2 {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
    /* Разработано */

    height: 13px;

    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    flex: none;
    flex-grow: 0;
}
.block h2 svg {
    width: 16px;
}
.block .value-row {
    display: flex;
    gap: 5px;
    align-items: center;

    font-style: normal;
    font-weight: 500;
    font-size: 26px !important;
    line-height: 31px;

    color: #000000;

    flex: none;
    flex-grow: 0;
}
.block .apps-title {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;

    color: rgba(0, 0, 0, 0.4);
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    border-bottom: 1px solid #0B1B3C1A;
    padding-bottom: 8px;
}
.apps-title-sub {
    padding-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.brand-in-dev-team-row {
    justify-content: space-between !important;
    width: 100%;

}
.brand-in-dev-team-row:not(:first-child) {
    padding-top: 0;
}
.apps-title-sub span {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    display: flex;
    align-items: center;

    color: rgba(0, 0, 0, 0.4);
    flex: none;
    flex-grow: 1;
}
.apps-title-sub strong {

    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}
.arrow-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.arrow-block .arrow-amount {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    gap: 3px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 4px;
    flex: none;
    flex-grow: 0;
}
.arrow-block .arrow-amount span {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #000000;
    flex: none;
    flex-grow: 0
}
.arrow-block .percent-change {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    gap: 2px;
    border: 1px solid rgba(11, 27, 60, 0.1);
    border-radius: 4px;
    flex: none;
    order: 2;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    flex: none;
    flex-grow: 0;
}
.working-apps-box {
    margin-top: 9px;
}
.working-apps-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.working-apps-box ul li {
    display: flex;
    gap: 12px;
    /*align-items: center;*/
    padding: 12px;
    min-height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
}
.working-apps-box ul li .icon {
    width: 40px;
    height: 40px;
}
.working-apps-box ul li .type-icon {
    width: 16px;
    height: 40px;
    display: flex;
}
.working-apps-box ul li .type-icon-figma {
    width: 18px !important;
}
.working-apps-box ul li .type-icon-figma img {
    width: 18px;
    height: 18px;
}
.working-apps-box ul li .icon img {
    width: 100%;
}
.working-apps-box ul li .stat {
    flex: 1;
    /*display: flex;*/
    flex-direction: column;
    gap: 8px;
}
.working-apps-box ul li .stat .head-row {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 40px !important;
}
.working-apps-box ul li .stat .sub-head-row {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: center;
}
.working-apps-box ul li .stat .app-title-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.working-apps-box ul li .stat .app-title-column .title-row-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.4);
}
.working-apps-box ul li .stat .app-title-column .title-row-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;

}
.working-apps-box ul li .stat .app-status-column {
    width: 85px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.working-apps-box ul li .stat .app-status-column .title-row-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.4);
}
.working-apps-box ul li .stat .app-status-column .title-row-2 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.dynamic-cell .title-row-2 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.dynamic-cell .val-box {
    display: flex;
    align-items: center;justify-content: center;
}
.working-apps-box ul li .stat .app-status-column .title-row-2 .status {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 2px;

    width: 22px;
    height: 21px;
    background: #D01D48;
    border-radius: 4px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.007em;
    color: #FFFFFF;
}
.working-apps-box ul li .stat .app-status-column .title-row-2 .days {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #D01D48;
}
.working-apps-box ul li .stat .app-traffic-column {
    width: 98px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.working-apps-box ul li .stat .app-traffic-column .title-row-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.4);
}
.working-apps-box ul li .stat .app-traffic-column .title-row-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
    display: inline-flex;
    gap: 5px;
}
.working-apps-box ul li .stat .app-clicks-column {
    width: 85px;
}
.working-apps-box ul li .stat .app-conv-column {
    width: 85px;
}
.working-apps-box ul li .stat .app-sales-column {
    width: 85px;
}
.working-apps-box ul li .stat .app-amount-column {
    width: 85px;
}
.working-apps-box ul li .stat .app-arrow-column {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.expand-row {
    cursor: pointer;
}
.percent-changes {
    display: inline-flex;
    gap: 1px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.7);

    padding: 2px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 2px;
}
.changes-value {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.7);
}
.sub-head-row {
    border-top: 1px solid #0B1B3C1A;
    padding-top: 6px;
}
.no-bg {
    background-color: transparent !important;
}
.align-items-left {
    justify-content: flex-start;
}
.keywords-stat-box .app-actions {
    width: 140px !important;
}
.keywords-stat-box .country-title span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
}
.days-no-updates {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    height: 24px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;

    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.9);

}
.days-no-updates.negative-value {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    height: 24px;
    background: #D01D481F;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;

    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #D01D48;

}
.developers-list-box {
    margin-top: 19px;
}
.plan-list-box {
    margin-top: 19px;
}
.developers-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.developers-list-box ul li {
    background: #FFFFFF;
    border-radius: 8px;

    display: flex;
}
.plan-list-box ul li {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 16px;
    flex: 1;
    height: 100%;
    display: flex;
}
.developers-list-box ul li a {
    padding: 12px 16px;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.developers-list-box ul li a .dev-name {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    justify-content: center;
    flex: 1;
}
.developers-list-box ul li a .dev-name .name {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}
.developers-list-box ul li a .dev-name .pos {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;

    /* Labels 40 */
    color: rgba(0, 0, 0, 0.4);
}
.developers-list-box ul li a .dev-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.dev-info .row-1 {
    display: flex;
    gap: 4px;
    align-items: center;
}
.in-dev-title {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.55);
}
.in-dev-value {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
}
.in-dev-title-danger {
    color: #D01D48;
}
.row-2 .regulations-ok {
    width: auto !important;
    padding-left: 7px;
    padding-right: 7px;
}

.row-2 .regulations-failed {
    width: auto !important;
    padding-left: 7px;
    padding-right: 7px;
}
.in-dev-value-danger {
    color: #D01D48;
    font-weight: 500;
}
.danger-bg {
    background-color: #D01D480A !important;
}
.dashboard-stat-block h5 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dashboard-stat-block h5 span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.4);
}
.developers-list-box .app-title-cell {
    width: 100%;
    gap: 7px;
}
.developers-list-box .app-title-cell span {
    flex: none;
}
.show-report-link {
    padding: 4px 6px;

    height: 21px;
    background: rgba(20, 52, 219, 0.1);
    border-radius: 6px;

    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #1434DB;
}
.plan-list-box ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.plan-list-box ul li img {
    width: 28px;
    height: 28px;
    border-radius: 14px;
}

.plan-list-box ul li .info-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.plan-text-required {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;

    color: #1434DB;
}
.plan-text {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;

    color: #000;
}
.info-row .brand-name {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
}
.status-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;

    width: 128px;
    height: 23px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 4px;
}
.inactive-plan-item {
    opacity: 0.4;
}
.dashboard-stat-block .percent-changes {
    /*margin-top: 2px;*/
}
.dashboard-stat-app-box .title-row-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.danger-clicks {
    color: #D01D48 !important;
    font-weight: 600 !important;
}
.danger-bg {
    padding-left: 3px;
    padding-right: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(208, 29, 72, 0.12) !important;
    border-radius: 4px;
}
.keywords-mini {
    display: flex;
    gap: 8px;
}
.country-kw img {
    width: 16px;
}
.country-kw, .country-kw-more {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}
.keywords-mini .total {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.country-kw span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.kw-link {
    margin-top: 6px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 6px;
    border-radius: 8px;
    height: 31px;
    background-color: #1434DB1A;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #1434DB;
}
.brand-box-flex {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.team-figma-icon {
    width: 20px !important;
    height: 20px !important;
}
.team-brand-icon {
    width: 18px;
    height: 18px;
    border-radius: 9px;
}
.team-status {
    width: 100% !important;
    border-radius: 4px !important;
}
.working-on-release-box {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    height: 48px;
    background: rgba(208, 190, 29, 0.12);
    border-radius: 12px;
}
.working-on-release-box label {
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;

    color: #000000;
}
.developer-header span {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.55) !important;
}
.figma-icon-column {
    width: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-table .head-1 {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    display: block;
    color: #000000;
}
.dynamic-table .head-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    display: block;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 3px;
}
.dynamic-table .head-1-bold {
    font-weight: 700;
    display: block;
    text-align: center;
}
.text-left {
    text-align: left !important;
    justify-content: flex-start !important;
}
.brands-team-flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.brands-team-flex .border-box {
    flex: 1;
    width: 100%;
}
.brands-team-flex .border-box select {
    width: 100%;
}
.type-selector {
    width: 195px !important;
}
.type-selector li span {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}
.type-selector li span svg {
    width: 15px;
}
.type-selector {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;

    /* Frame 365 */

    box-sizing: border-box;
    width: 106px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #E7E8EA;
    border-radius: 6px;
}
.type-selector li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px 4px 4px;
    gap: 5px;

    flex: 1;
    height: 23px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.type-selector li.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px 4px 4px;
    gap: 5px;

    background: rgba(5, 9, 18, 0.03);
    border-radius: 6px;
}
.type-selector li input {
    display: none;
}
.brand-charts {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.brand-charts .chart-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 9px;
}
.chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chart-head .title {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    align-items: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
}
.chart-period-selector {
    width: calc(100% + 50px) !important;
    max-width: 210px;
}
#chart1 {
    margin-top: 14px;
}
.chart-title-labels {
    display: inline-flex;
    align-items: center;
    gap: 16px;

    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
}
.chart-title-labels .item-flex {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.active-apps-box {
    margin-top: 12px;
}
.active-apps-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 16px;
}
.active-apps-box ul li {
    padding: 12px;
    min-height: 110px;
    flex-grow: 1;
    width: 32%;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

.active-apps-box .app-icon-item {
    width: 52px;
    height: 52px;
}
.active-apps-box .app-icon-item img {
    width: 52px;
    height: 52px;
}
.active-apps-box .app-icon-figma {
    width: 18px;
    height: 18px;
}
.active-apps-box .app-icon-figma img {
    width: 18px;
    height: 18px;
}
.active-apps-box .app-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.active-apps-box .app-info .title {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
    margin-bottom: 6px;
}
.active-apps-box .tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}
.active-apps-box .tags .title {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0 !important;
}
.active-apps-box .tags .value {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #000000B2;
}
.active-apps-box .tags .tag {
    display: inline-flex;
    gap: 3px;
    align-items: center;
    padding: 2px 6px;
    height: 18px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 100px;
}
.brand-app-history .app-traffic-column {
    width: auto !important;
    min-width: 115px;
}
.brand-app-history .app-traffic-column .app-status {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.brand-app-history .keyword-date {
    width: 170px !important;
}
.brand-app-history .app-status {
    padding-left: 7px !important;
    padding-right: 7px !important;
    width: auto !important;
    display: inline-flex !important;
}
.default-app-status {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.007em;
    color: rgba(0, 0, 0, 0.7);
}
.brand-app-date {
    width: 120px !important;
    flex: none !important;
}
.brand-app-type {
    flex: 1 !important;
}
.brand-app-date .show-keyword-top, .brand-app-type .pos-stat {
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #000000;
}
.profile-box {
    display: flex;
    gap: 16px;

}
.profile-box .settings {
    width: 350px;

    /*padding: 16px;*/

    /*background: #FFFFFF;*/
    /*border-radius: 16px;*/
}
.profile-box .settings .content-section {
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 16px;
}
.profile-name-block {
    display: flex;
    gap: 14px;
}
.profile-name-block .avatar {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #1434DB1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.profile-name-block .info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.profile-name-block .info .position {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #1434DB;
}
.profile-name-block .info .name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.profile-name-block .info .surname {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.profile-edit {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.profile-edit .form-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.profile-edit .form-item label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;

}
.profile-edit .form-item input {
    box-sizing: border-box;
    padding: 10px 15px;

    height: 34px;
    background: #FFFFFF;
    /* line */
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.007em;
    color: #000000;
}
.save-profile-btn {
    margin-top: 4px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 32px;
    background: #1434DB;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    border: 0;
}
.profile-box .profile-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.profile-box .profile-content .content-section {
    width: 100%;

    padding: 16px;

    background: #FFFFFF;
    border-radius: 16px;
}
.app-block-profile {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-block-profile {

    .row-1 {
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.9);
    }
    .row-2 {
        display: inline-flex;
        gap: 6px;
        align-items: flex-end;


        .part-1 {
            font-style: normal;
            font-weight: 500;
            font-size: 26px;
            line-height: 31px;
            color: #000000;
        }
        .part-2 {
            font-style: normal;
            font-weight: 400;
            font-size: 17px;

            color: rgba(0, 0, 0, 0.4);
        }
    }
    .row-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .left-side {
            display: flex;
            align-items: center;
            gap: 6px;

            .num {
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                color: rgba(0, 0, 0, 0.55);
            }
            .title {
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                color: #000000;
            }
        }

        .goto-bot {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px 12px;
            gap: 4px;
            height: 32px;

            /* Primary */
            background: #1434DB;
            border-radius: 8px;
            text-decoration: none;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 16px;
            color: #FFFFFF;
        }
    }
}

.salary-block-profile {
    .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .left-side {
            display: flex;
            align-items: center;
            gap: 6px;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.9);
        }
        .right-side {
            display: flex;
            align-items: center;
            gap: 6px;


            .salary-profile-toggle {
                display: inline-flex;
                gap: 2px;
                align-items: center;
                text-decoration: none;
                font-style: normal;
                font-weight: 400;
                font-size: 11px;
                line-height: 13px;
                color: #1434DB;
                width: 83px;

                svg {
                    transition: 0.2s;
                }
            }
        }
    }

    .row-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 8px 12px;
        height: 53px;
        background: rgba(5, 9, 18, 0.03);
        border-radius: 6px;

        .title {
            font-style: normal;
            font-weight: 400;
            font-size: 10px;
            line-height: 12px;
            text-align: right;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.55);
        }
        .value {
            font-style: normal;
            font-weight: 600;
            font-size: 21px;
            line-height: 25px;
            color: #000000;
        }
    }

    .row-3 {
        display: flex;
        flex-direction: column;
        gap: 8px;

        margin-top: 14px;

        .salary-main-table thead th {
            width: auto !important;
            padding-right: 18px;
        }

        .salary-main-table tbody td {
            padding-right: 18px;
        }
    }
}
.text-color-red {
    color: #D01D48 !important;
}
.closed-title {
    display: inherit;
}
.opened-title {
    display: none;
}

.opened .closed-title {
    display: none !important;
}

.opened .opened-title {
    display: inherit !important;
}
.info-block-profile {
    .row-1 {
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.9);
    }
    .content {
        margin-top: 12px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.7);
    }
}
.regulations-block-profile {
    .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .left-side {
            display: flex;
            align-items: center;
            gap: 6px;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.9);
        }
        .right-side {
            display: flex;
            align-items: center;
            gap: 6px;


            .regulations-profile-toggle {
                display: inline-flex;
                gap: 2px;
                align-items: center;
                text-decoration: none;
                font-style: normal;
                font-weight: 400;
                font-size: 11px;
                line-height: 13px;
                color: #1434DB;
                width: 83px;

                svg {
                    transition: 0.2s;
                }
            }
        }
    }

    .row-2 {
        margin-top: 16px;
    }

    .row-2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 8px;

        li {
            padding: 12px;
            height: 54px;
            background: rgba(5, 9, 18, 0.03);
            border-radius: 6px;
        }

        li a {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;

            .doc-icon {
                width: 24px;
            }

            .info {
                flex: 1;

                display: flex;
                flex-direction: column;
                gap: 2px;

                .title {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 14px;
                    letter-spacing: -0.007em;
                    color: #000000;
                }
                .value {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 11px;
                    line-height: 14px;
                    letter-spacing: -0.007em;
                    color: rgba(0, 0, 0, 0.7);
                }
            }

            .status {
                width: 125px;

                display: flex;
                align-items: center;
                gap: 5px;


            }

            .success {
                font-style: normal;
                font-weight: 600;
                font-size: 11px;
                line-height: 14px;
                letter-spacing: -0.007em;
                color: #36BE3B;
            }

            .danger {
                font-style: normal;
                font-weight: 600;
                font-size: 11px;
                line-height: 14px;
                letter-spacing: -0.007em;
                color: #D01D48 !important;
            }

            .date {
                width: 67px;
                font-style: normal;
                font-weight: 400;
                font-size: 11px;
                line-height: 14px;
                letter-spacing: -0.007em;
                color: rgba(0, 0, 0, 0.7);
            }

            .arrow {
                width: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}

.errors-block-profile {
    .row-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .left-side {
            display: flex;
            align-items: center;
            gap: 6px;
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.9);
        }
        .right-side {
            display: flex;
            align-items: center;
            gap: 6px;


            .errors-profile-toggle {
                flex: 1;
                display: flex;
                gap: 8px;
                align-items: center;
                justify-content: flex-end;
                text-decoration: none;
                font-style: normal;
                font-weight: 400;
                font-size: 11px;
                line-height: 13px;
                color: #1434DB;
                width: 83px;

                svg {
                    transition: 0.2s;
                }
            }
        }
    }
}

.docs-categories {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex-wrap: wrap;

    li {
        width: 100%;
        padding: 16px;
        background: #FFFFFF;
        border-radius: 8px;

        .title {
            font-style: normal;
            font-weight: 600;
            font-size: 11px;
            line-height: 13px;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.9);
        }

        .docs {
            margin-top: 19px;
            display: flex;
            flex-direction: column;
            gap: 8px;

            a {
                display: flex;
                align-items: center;
                gap: 4px;;
                padding: 12px;
                height: 48px;
                background: rgba(5, 9, 18, 0.03);
                border-radius: 6px;

                .doc-icon {
                    width: 24px;
                }

                span {
                    flex: 1;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 14px;
                    letter-spacing: -0.007em;
                    color: #000000;
                }

                .arrow-icon {
                    width: 20px;
                }
            }
        }
    }
}
.docs-content {
    margin-top: 18px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 16px;
}
.half-opacity {
    opacity: 0.3;
}
.app-danger {
    color: #D01D48 !important;
}
.dashboard-stat-block {
    margin-top: 16px !important;
}
.no-selected-app {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 0px;
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #D01D48 !important;
}
.many-apps {
    .message-text {
        color: #D01D48 !important;
    }

    .message-apps-list {
        color: #000 !important;
    }
}
