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

body, html {
    font-family: 'Inter', sans-serif !important;
    background-color: #f9fafc !important;
    color: #000;
    font-size:0.82rem;
}

.card-body {
    background-color: #fff;
}
.filter {

}
.hidden-elem {
    display: none !important;
}
a {
    transition: all 0.4s ease;
}
.width-680 {
    max-width: 1325px !important;
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
}
.page-container {
    max-width: 944px !important;
    /*padding: 0px !important;*/
    /*margin: 0px !important;*/
    /*border-radius: 16px;*/
    /*background: #FFF;*/
}
.page-container-clean {
    max-width: 944px !important;
    border-radius: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
h6 {
    overflow: hidden;
    color: #000;
    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: #224DE3;
    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: #fff !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !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: rgba(233, 235, 240, 0.35);
    padding: 10px;
}
.item-head-row {
    display: flex;
    justify-content: space-between;
}
.app-name {
    overflow: hidden;
    color: #224DE3;
    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: #224DE3;
    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: #9300D9;
    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: #0FA54B;
    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: rgba(0, 0, 0, 0.70);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
li .message-full {
    color: rgba(0, 0, 0, 0.70);
    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: rgba(0, 0, 0, 0.90);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.mail-date {
    color: rgba(0, 0, 0, 0.50);
    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: rgba(34, 77, 227, 0.15);
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #224DE3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 15.6px */
}
.no-messages {
    text-align: center;
    color: rgba(0, 0, 0, 0.50);
    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: #000;
    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 rgba(0, 0, 0, 0.10);
    background: rgba(233, 235, 240, 0.35);
}
.bg-2 {
    background-color: #224DE3;
    color: #fff;
}
h5 {
    color: #000;
    font-family: Inter, serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h5 a {
    font-size: 13.12px;
    font-weight: normal;
    text-decoration: none;
}
.navbar {
     border-bottom: 1px solid #00000014;
 }
.navbar.bg-light {
    background-color: #fff !important;
}
.navbar, .navbar a {
    color: #000;
}
.dropdown-toggle::after {
    color: #1A34DB !important;
}
.add-template {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: rgba(20, 52, 219, 0.10);
    transition: all 0.4s ease;
}
.add-template a {
    color: #1434DB;
}
.add-template:hover {
    background: rgba(20, 52, 219, 0.07);
}
.add-template a:hover {
    color: #1434DB;
}
.add-app {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: #1434DB;
    transition: all 0.4s ease;
}
.add-app a {
    color: #fff;
}
.add-app:hover {
    background: #334fe5;
}
.add-app a:hover {
    color: #fff;
}

.add-app-light {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    transition: all 0.4s ease;
}
.add-app-light a {
    color: #1434DB;
}
.add-app-light:hover {
    background: #1434DB1A;
}
.add-app-light a:hover {
    color: #1434DB;
}

.navbar-nav {
    gap: 8px;
}
.table {
    margin-top: 16px !important;
}
.row-actions a:not(:last-child) {
    margin-right: 3px !important;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    opacity: 1;
    background-color: #00000066;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 10px !important;
    box-shadow: none;
}
.jconfirm-title {
    color: #000;
    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;
}
.modal-cancel {
    text-transform: inherit !important;
    border-radius: 4px;
    border: 1px solid #0057FF !important;
    color: #0057FF !important;
    font-family: Inter, serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.044px !important;
}
.modal-confirm-delete {
    text-transform: inherit !important;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #F00 !important;
    font-family: Inter, serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.044px !important;
    background-color: #F00 !important;
}
.modal-confirm-archive {
    text-transform: inherit !important;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #1434DB !important;
    font-family: Inter, serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: -0.044px !important;
    background-color: #1434DB !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 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: #000;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-row-column input:not(.skip), .form-row-column select, .form-row-column textarea:not(.select2-search__field) {
    width: 100%;
    background: #fff !important;
    padding: 7px !important;
    border: 0 !important;
}
.custom-form input, .custom-form  select {
    width: 100%;
    background: #fff !important;
    padding: 7px !important;
    border: 0 !important;
}

.border-box {
    width: 100%;
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
}
.border-box-static {
    width: 100%;
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #f1f1f1 !important;
    padding: 7px;
    color: #9d9d9d;
}
.border-box2 {
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !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: #1434DB !important;
    border-color: #1434DB !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: #1434DB;
    transition: all 0.4s ease;
    border: 0;
    color: #fff;
}
.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: rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
}
.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: #000;
    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: #000;
    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: rgba(0, 0, 0, 0.40) !important;
    display: inline-block;
}
h4 .brand-name {
    display: inline-block;
    overflow: hidden;
    color: #000;
    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: #000;
    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: #000;
    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: #1434DB;
    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 rgba(0, 0, 0, 0.08);
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
}
.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: rgba(0, 0, 0, 0.03);*/
}
.vertical-chart .vc-col .vertical-progress {
    width: 12px;
    flex: 1;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.vertical-chart .vc-col .vertical-progress .vertical-progress-value {
    background-color: #1434DB;

}
.vertical-label {
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-family: Inter, serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-period {
    color: #000;
    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: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    overflow: hidden;
    height: 8px;
    display: flex;
}
.progress-value {

}
.progress-percent {
    color: rgba(0, 0, 0, 0.75);
    font-family: Inter, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stat-table-value {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-align: right;
    text-overflow: ellipsis;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
@media screen and (max-width: 700px) {
    .page-container-clean {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navbar {
        padding-left: 10px !important;
        padding-right: 10px !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;
    }

}

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

.clickId {
    color: #1434DB;
}
.users-btn {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    background-color: #e5f2ff;
    color: #12517a;
    text-decoration: none;
    text-align: center;
    min-width: 75px;
    transition: 0.4s all ease;
}
.users-btn:hover {
    background-color: #d2e8ff;
}
.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: #b7b7b7;
}
.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: #008800;
}
.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: #2727ff;
}
.show-log:hover {
    color: blue;
}
.push-app-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.push-app-list li a {
    color: #000;
}
.push-app-list li {
    display: flex;
    gap: 10px;
    padding: 6px 15px 6px 6px;
    border-radius: 5px;
    background-color: #f3f3f3;
    color: #000;
    transition: all 0.4s ease;
    height: 35px;
}
.push-app-list li .flex-btn {
    display: none;
}
.push-app-list li:hover {
    background-color: #d6ddff;
}
.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 #1434DB;
    padding: 4px 10px;
    background-color: #f3f3f3;
    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 #f3f3f3;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.push-box:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: rgba(238, 248, 255, 0.76);
}
.push-box-rules input {
    padding: 5px !important;
    border-radius: 4px !important;
}
.push-box-rules input:focus {
    background-color: #fff !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: #fff;
}

.flex-btn a {
    display: block;
    width: 100%;
}
.del-flex {
    width: 50px;
}
option[value=""][disabled] {
    display: none;
}
select:required:invalid {
    color: #8a8a8a;
}
.link-preview {
    color: #00000066;
}
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: #fff;

}

.rules-box .rule-settings {
    flex: 1;
    padding: 10px 15px 10px 10px;
    border-radius: 6px;
    background-color: #fff;
}
.empty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #000000;
    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: rgba(20, 52, 219, 0.10);
    color: #1434DB;
    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: rgba(20, 52, 219, 0.20);
}
.secondary-btn-blue-bg {
    padding: 8px;
    border-radius: 6px;
    background: #1434DB;
    color: #fff;
    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: #0924b2;
    color: #fff;
}
.secondary-btn {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(20, 52, 219, 0.10);
    color: #1434DB;
    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: rgba(20, 52, 219, 0.05);
}
.secondary-btn-red {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(208, 29, 72, 0.10);
    color: #D01D48;
    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: rgba(208, 29, 72, 0.05);
    color: #D01D48;
}
.secondary-link-btn {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 8px;
    color: #1434DB;
    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: #0b25ad;
}
.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: rgba(5, 9, 18, 0.04);
    border-radius: 6px;
    transition: all 0.4s ease;
}
.group-row:hover {
    background-color: rgba(5, 9, 18, 0.08);
}
.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: 8px;
}
/*.option-img {*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    align-items: center;*/
/*}*/
.option-img .title {
    flex: 1;
}
.option-img img {
    width: 15px;
    vertical-align: -3px;
}
/*.option-img2 {*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    align-items: center;*/
/*}*/
/*.option-img2 .title {*/
/*    flex: 1;*/
/*}*/
.option-img2 img {
    width: 15px;
    vertical-align: -3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0 !important;
    padding: 2px !important;
    background-color: #0509120A !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: #0509120A !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: #000;
    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: rgba(0, 0, 0, 0.55);
    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: rgba(5, 9, 18, 0.04);
    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: #000;
}
.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 #1434DB;
    background: rgba(20, 52, 219, 0.10);

}
.app-group-country.active .title {
    color: #1434DB !important;
}
.app-group-country:hover {
    background: rgba(20, 52, 219, 0.1);
    cursor: pointer;
}
.no-country-title {
    color: rgba(0, 0, 0, 0.40);
    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: #D01D481A;
}
.country-with-del .del a:hover {
    background-color: rgba(208, 29, 72, 0.18);
}
.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: rgba(5, 9, 18, 0.04);
    color: #000000B2;
    border: 1px solid transparent;
    transition: background-color 0.4s ease;
    cursor: pointer;
}
.period-selector ul li.active {
    border: 1px solid #1434DB;
    background: rgba(20, 52, 219, 0.10);
    color: #1434DB !important;
}
.period-selector ul li:hover {
    background: rgba(20, 52, 219, 0.1);
    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 {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.period-picker input {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 7px 8px;
    color:rgba(0, 0, 0, 0.40);
}
.period-picker input:focus {
    color: #000;
}
.number-status {
    display: inline-block;
}
.hidden-elem {
    display: none !important;
}
.stat-table {
    margin-top: 15px;
}
.stat-table .group-title {
    overflow: hidden;
    color: #000;
    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: rgba(0, 0, 0, 0.55);
    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: #FFF;
    padding: 15px;
}
.country-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E7E8EA;
    margin-bottom: 8px;
}
.country-row .country-name {
    flex: 1;
    overflow: hidden;
    color: #000;
    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: rgba(20, 52, 219, 0.10);
    padding: 5px 6px;
    overflow: hidden;
    color: #000;
    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: rgba(5, 9, 18, 0.04);
    padding: 5px 6px;
    overflow: hidden;
    color: #000;
    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: rgba(0, 0, 0, 0.70);
    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: #000;
    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: #000;
    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: rgba(0, 0, 0, 0.40) !important;
}
.total-title {
    margin-bottom: 8px;
}
.total-stat-block {
    background: rgba(20, 52, 219, 0.10);
}
.fallback-title {
    flex: 1;
    overflow: hidden;
    color: #000;
    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: rgba(255, 255, 255, 0.61);
    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;*/
}

/*.select2-container--default .select2-results__option--selected {*/
/*    background-color: #fff !important;*/
/*    color: #000 !important;*/
/*}*/
/*.select2-container--default .select2-results__option--selected:hover {*/
/*    background-color: #5897fb !important;*/
/*    color: #fff !important;*/
/*}*/
.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;
}
.white-box {
    padding: 16px !important;
    background-color: #fff;
    border-radius: 16px;
}
.white-box h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
}
.empty-data {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    color: #00000066;
    margin-top: 50px;
    margin-bottom: 40px;
}
.country-box-keywords {
    margin-top: 20px !important;
}
.country-box-keywords {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.country-box-keywords li {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.country-name-row {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 0;
}
.country-name-row .move-icon {
    width: 16px;
}
.country-name-row .hide-icon {
    width: 16px;
}
.country-name-row .country-flag {
    width: 16px;
}
.country-name-row .country-title {
    flex: 1;
    align-items: center;
}
.country-name-row .country-actions {
    width: auto;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
}
.country-name-row .country-actions a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.country-name-row .country-title {
    font-weight: 600;
}
.country-name-row span {
    align-items: center;
}
.keyword-input {
    width: 100%;
    background: #fff !important;
    padding: 12px !important;
    border: 0 !important;
}
.country-keywords-box {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.tags-select, .new-tags-select {
    width: 100%;
}
.country-flag img {
    width: 16px;
    height: 16px;
}
.blue-background-class {
    background-color: #e0e0ff;
}

.country-box-keywords li {
    padding: 5px;
}
.loading {
    opacity: 0.4;
}
.select2-dropdown {
    border: 0 !important;
    margin-top: 5px !important;
    border-radius: 6px !important;
    box-shadow: 0px 3px 12px 0px #04122D14;

}
.select2-search__field {
    border-radius: 5px !important;
    border-color: #cccccc !important;
}
.app-stat-col .title {
    color: #000;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.app-stat-col .app-val {
    font-size: 11px;
    font-weight: 400 !important;
    line-height: 14px;
    letter-spacing: -0.007em;
    text-align: left;

}
.app-stat-col {
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.stat-title {
    /*margin: 0 0 12px !important;*/
    margin-bottom: 8px !important;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}
.stat-app-box {

}
.max-w-960 {
    max-width: 560px !important;
    margin: 0 auto;
}
.act-btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1434DB;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
}
.act-btn-item:hover {
    color: #fff;
}
.last-update {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: right;

}
.app-actions {
    width: 120px !important;
}
.app-stat-column-title {
    width: 120px !important;
}
.pos-stat {
    display: flex;
    gap: 4px;
}
.pos-stat .pos-val {
    background-color: #1434DB1A;
    border-radius: 4px;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: right;

}
.pos-trend {
    display: flex;
    gap: 3px;
    align-items: center;
}
.pos-trend span {
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: right;
}
.pos-trend.success span {
    color: #36BE3B !important;
}
.pos-trend.success .failed-svg {
    display: none !important;
}
.pos-trend.failed span {
    color: #D01D48 !important;
}
.pos-trend.failed .success-svg {
    display: none !important;
}
.stat-table-header, .stat-table-row {
    display: flex;
    align-items: center;
    gap: 5px;
}
.stat-table-header .keyword-cell, .stat-table-header .keyword-pos, .stat-table-header .keyword-date {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #0000008C;
    text-transform: uppercase;
}
.stat-table-header .keyword-pos, .stat-table-header .keyword-date {
    width: 120px;
}
.stat-table-header .keyword-date {
    text-align: right;
}
.stat-table-header .keyword-cell {
    flex: 1;
}
.stat-table-row .keyword-cell {
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;

}
.stat-table-row .keyword-pos {

}
.stat-table-row .keyword-date {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
}
.stat-table-row .keyword-pos, .stat-table-row .keyword-date {
    width: 120px;
}
.stat-table-row .keyword-date {
    text-align: right;
}
.stat-table-row .keyword-cell {
    flex: 1;
}
.bottom-border-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #0B1B3C1A;
    margin-bottom: 5px;
}
.stat-table-header .keyword-cell {
    padding-left: 8px;
}
.stat-table-row .keyword-cell {
    padding-left: 8px;
}
.stat-table-row {
    background-color: #fff;
    height: 27px;
    border-radius: 6px;
}
.striped-rows-div {
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.striped-rows-div > div:nth-child(odd) { /* <-- changed */
    background-color: #05091208;
}
.app-keywords-list {
    display: flex !important;
    gap: 7px;
    flex-direction: column !important;
}
.app-keywords-list li {
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
}
.long-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 150px;*/
    white-space: nowrap;
}
.long-text a {
    text-decoration: none;
    color: #000;
}
.label-act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.label-act a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: right;
    color: #1434DB;
    display: flex;
    align-items: center;
    gap: 2px;
}
.app-toggle-country {
    cursor: pointer;
}
.kw-box .country-name-row {
    height: 20px;
}
.act-2-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.act-2-columns .confirm-delete {
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #d01d48;
}
.flex-full-width {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.flex-full-width a {
    flex: 1;
    text-align: center;
}
#team .modal-header {
    justify-content: center;
}
#team .modal-header h5 {
    font-size: 15px !important;
}
#team .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container .select2-selection--single {
    height: 31.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31.5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #777777 !important;
}
.first-form-row {
    margin-top: 40px;
}
.row-number {
    flex: inherit !important;
    width: 140px !important;
}
.success-page {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}
.success-page .info {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #00c985;
}
.success-page .info {
    display: none;
}
.developer-stat-row {
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 6px;
}
.salary-info ul, .stat-info ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.salary-info ul li {
    margin: 0 !important;
    padding: 2px 4px 2px 4px !important;
    font-size: 11px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: #1434DB1A;
}
.stat-info ul li {
    margin: 0 !important;
    padding: 2px 4px 2px 4px !important;
    font-size: 11px;
    border-radius: 4px;
    background-color: #1434DB1A;
    flex-direction: row !important;
    font-weight: 400;
}
.stat-reset-style {
    background-color: inherit !important;
}
.stat-info ul li strong {
    font-weight: 500;
}
.app-table-box {
    margin-top: 14px;
}
/*.app-table-box table {*/
/*    table-layout:fixed !important;*/
/*    width:100% !important;*/
/*}*/
.app-table-box ul:not(.pagination) {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
}
.app-table-box ul:not(.pagination) li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    font-size: 11px;
    border-bottom: 1px solid #E7E8EA;
    border-radius: 0;
}
.app-table-box ul:not(.pagination) li.header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    text-transform: uppercase;
    color: #0000008C;
    font-weight: 400;
}
.app-table-box ul li.header .title {
    flex: 1 !important;
    width: 100%;
    padding-bottom: 4px;
}
.app-table-box ul li.header .date {
    width: 115px;
    padding-bottom: 4px;
}
.app-table-box ul li.header .status {
    width: 135px;
    text-align: right;
    padding-bottom: 4px;
}
.app-table-box ul li.header .status-checklist {
    width: 165px;
    text-align: right;
    padding-bottom: 4px;
}

.app-table-box ul li.app {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    color: #0000008C;
    font-size: 12px;
}

.app-table-box ul li.app a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    color: #0000008C;
    font-size: 12px;
    width: 100%;
}
.app-table-box ul li.app .number {
    width: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.app-table-box ul li.app .title {
    flex: 1 !important;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    font-weight: 400;
}
.app-table-box ul li.app .date {
    width: 115px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.app-table-box ul li.app .status {
    width: 135px;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;
}
.app-table-box ul li.app .status-checklist {
    width: 165px !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.app .status {
    display: flex;
    justify-content: flex-end;
}
.app .status .active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #36BE3B1A;
    border-radius: 7px;
    color: #15AB1B;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: 65px !important;
    font-weight: 500;
}

.app .status .banned {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D01D481A;
    border-radius: 7px;
    color: #D01D48;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: 75px !important;
    font-weight: 500;
}

.app .status .waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8B0451A;
    border-radius: 7px;
    color: #CE6F16;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: auto !important;
    font-weight: 500;
}
li.empty-data {
    border-bottom: 0 !important;
}
li.empty-data span {
    padding-top: 6px !important;
    padding-bottom: 6px !important;

}

.developer-page-header {
    display: flex;
    justify-content: space-between;
}
.dev-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dev-name .title {
    color: #000;
    font-family: Inter, serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    padding: 0;
    margin: 0;
}
.dev-name .info-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000B2;
}
.dev-actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dev-actions .dev-action-links {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
}
.page-tabs {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-around;
    margin: 14px 0 0;

    /*overflow: hidden;*/
}
.page-tabs li {
    flex: 1;
    text-align: center;
    background-color: #05091208;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f2f5;
}
.page-tabs li:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.page-tabs li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.page-tabs li a {
    font-size: 11px;
    color: #000000B2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-tabs li.active {
    background-color: #1434DB1A !important;
    border: 1px solid #1434DB;
}
.page-tabs li.active a {
    color: #1434DB;
    font-weight: 500;
}
.attachment {
    display: none;
}
.file-uploader-big {
    height: 112px;
    background-color: #FFFFFF;
    border: 1px dashed #1434DB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.file-uploader-big .select-file-title {
    color: #1434DB;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected-file-info {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.selected-file-info a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}
.selected-file-info .filename {
    font-size: 12px;
    font-weight: 400;
}
.regulation-checklist {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    margin: 20px 0 0;
}
.regulation-checklist li {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.regulation-checklist li .checklist-item-header {
    display: flex;
    gap: 5px;
    align-items: center;
}
.regulation-checklist li .checklist-item-header .move-icon {
    width: 16px;
    display: flex;
    align-items: center;
}
.regulation-checklist li .checklist-item-header svg {

}
.regulation-checklist li .checklist-item-header .title {
    flex: 1;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
}
.regulation-checklist li .checklist-item-header .delete-item {
    width: 16px;
    display: flex;
    align-items: center;
}
.regulation-checklist li .checklist-input {
    width: 100%;
    background: #fff !important;
    padding: 7px !important;
    border: 0 !important;
}
.btn-process-light {
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    transition: all 0.4s ease;
    border: 0;
    color: #1434DB;
    font-weight: 500;
    font-size: 11px;
}
.btn-submit-form-regulation {
    font-weight: 500;
    font-size: 11px;
    margin-top: 0;
}
.btn-process-light.disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}
.form-buttons-box {
    margin-top: 2px;
    display: flex;
    gap: 45px;
    flex-direction: column;
}
.form-buttons-box .add-regulation-checklist-item {
    width: 130px !important;
}
.form-buttons-box .btn-submit-form-regulation {
    width: 77px !important;
}
.regulation-checklist {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px !important;
    flex-direction: column;
}
.regulation-checklist li {
    display: flex;
    gap: 8px;
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
}
.regulation-checklist li .header {
    display: flex;
    align-items: center;
    gap: 5px;
}
.regulation-checklist li .header .icon {
    width: 24px;
}
.regulation-checklist li .header .title-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2px;
}
.regulation-checklist li .header .title-box .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.007em;
    text-align: left;
}
.regulation-checklist li .header .title-box .filename {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.007em;
    text-align: left;
    color: #000000B2;
}
.regulation-checklist li .header .date {
    width: 75px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.007em;
    color: #000000B2;
    text-align: right;
}
.regulation-checklist li .header .app-actions {
    width: 45px !important;
    text-align: right;

}
.regulation-checklist li .header .arrow {
    width: 20px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regulation-checklist li .header {
    cursor: pointer;
}
.regulation-checklist-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.regulation-checklist-box li {
    margin: 0;
    border-top: 1px solid #E7E8EA;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 8px 0 8px 29px !important;
}
.hidden-block .visible-arrow {
    display: none;
}
.hidden-arrow {
    display: none;
}
.hidden-block .hidden-arrow {
    display: block;
}
.empty-file {
    opacity: 0.3 !important;
}
.filter-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-box .title {
    font-weight: 500;
    font-size: 12px;
}
.filter-box .clear a {
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: right;
    color: #1434DB;
    opacity: 0.3;
}
.dev-page {
    /*margin-top: 3px;*/
}
.dev-table {
    border-radius: 6px !important;
    /*overflow: hidden;*/
}
.dev-table thead tr th, .dev-table thead tr td {
    background-color: #05091208;
}
.dev-table th, .dev-table td {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.007em;
    text-align: left;
    padding-left: 8px !important;
}
.table tr {
    height: 29px !important;
    vertical-align: middle !important;

}
.app-table .status .active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #36BE3B1A;
    border-radius: 7px;
    color: #15AB1B;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: 65px !important;
    font-weight: 500;
}

.app-table .status .banned {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D01D481A;
    border-radius: 7px;
    color: #D01D48;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: 75px !important;
    font-weight: 500;
}

.app-table .status .waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8B0451A;
    border-radius: 7px;
    color: #CE6F16;
    font-size: 11px;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    width: 135px !important;
    font-weight: 500;
}
.checklist-inputs {
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.dev-checklist li {
    padding-left: 0 !important;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: start !important;
    gap: 15px;
}
.dev-checklist li .icon {
    width: 14px !important;
}
.last-update-tag {
    background-color: #1434DB1A;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: right;
}
h5 .number {
    color: #00000066 !important;
}
.no-flex {
    display: block !important;
}
.checklist-history {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 20px 0 0;
}
.checklist-history li {
    border-radius: 16px;
    background-color: #fff;
    padding: 16px;
}
.checklist-history .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.checklist-history .header .title {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.checklist-history .header .date {
    width: 120px;
    text-align: right;
}
.checklist-history .items {

    display: flex;
    flex-direction: column;
}
.items .item {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 1px solid #E7E8EA;
    padding-top: 7px;
    padding-bottom: 7px;
}
.attachment-box {
    display: flex;
    gap: 6px;
    align-items: center;
}
.attachment-box .icon {
    width: 15px;
}
.attachment-box .title {
    flex: 1;
}
.checklist-ans-box {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checklist-ans-box li {
    display: flex;
    gap: 9px;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #f3f3f3;
}
.checklist-ans-box li .question {
    font-size: 14px;
}
.checklist-ans-box li .confirm-btn {
    background-color: #f3f3f3;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    color: #000;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.checklist-ans-box li.answered {
    background-color: #36BE3B1A;
    border: 1px solid #b5eeb5;
}
.checklist-ans-box li.answered .confirm-btn {
    background-color: rgba(54, 190, 59, 0.16);
    color: #004f05;
}
.all-regulations {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.all-regulations li a {
    padding: 6px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #e0e0e0;
}
.secondary-text {
    opacity: 0.7;
}
.app-selector {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.app-selector li {
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.app-selector li .number {
    opacity: 0.7;
}
.app-selector li .title {
    font-weight: 500;
}
.app-selector .filled {
    background-color: #36BE3B1A;
    border: 1px solid rgba(54, 190, 59, 0.2);
}
.select-app-link {
    text-decoration: none;
}
.return-back {
    margin-bottom: 20px;
}
.return-back a {
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    transition: all 0.4s ease;
    border: 0;
    color: #1434DB;
    font-weight: 500;
    font-size: 11px;
}
.text-uppercase {
    text-transform: uppercase;
    opacity: 0.6;
}
.btn-process-light {
    text-decoration: none;
}
.btn-status {
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
}
.header-tabs {
    display: flex;
    gap: 2px;
    align-items: center;
    max-width:280px;
}
.header-tabs .sep, .header-tabs a {
    color: #000;
    font-family: Inter, serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 200 !important;
    text-decoration: none;
}
.header-tabs a.active {
    font-weight: 500 !important;
    color:#1434DB;
}
.app-title-cell {
    display: flex;
    gap: 4px;
    align-items: center;
}
.app-title-cell svg {
    width: 15px !important;
}
.app-title-cell span {
    flex: 1;
}

.checklist-controls {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    /*position: fixed;*/
    /*bottom: 10px;*/
    /*left: 10px;*/
    /*right: 10px;*/
}
.checklist-controls a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 30px;
    background-color: #1434DB;
    border-radius: 5px;
    color: #fff;
}
.checklist-controls a:hover {
    color: #fff;
}
.checklist-controls a.disabled:hover {
    color: #fff;
}
.check-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
}
.check-list-item a {
    display: flex;
    gap: 4px;
    align-items: center;
}
.regulations-ok {
    background-color: #36BE3B1A;
    height: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 174px;
    justify-content: center;
    color: #36BE3B;
    font-size: 11px;
    font-weight: 400;
}
.regulations-failed {
    background-color: #D01D4826;
    height: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    justify-content: center;
    color: #D01D48;
    font-size: 11px;
    font-weight: 400;

}
.date-cell {
    width: 220px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
}
.app-selector .active {
    font-weight: bold;
}
.date-reg {
    width: 235px !important;
}
.app-filter {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.app-filter .border-box {
    min-width: 150px;
}
.app-filter .dev-box {
    flex: 1;
}
.app-filter .brand-box {
    width: 230px !important;
}
.app-filter .status-box {
    flex: 1;
}
.app-filter .search-box {
    width: 280px !important;
}
.app-filter .search-box input {
    border: 0;
    height: 31.5px;
    width: 100%;
    padding-left: 8px;
}
.app-status {
    width: 120px;
    min-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: #f3f3f3;
    color: #9d9d9d;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 13px;
}
.app-status-selector {
    position: relative;
    cursor: pointer;
    width: auto !important;
}
.app-status-list {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 10000;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.app-status-list ul {
    gap: 3px;
}
.app-status-list ul li {
    border: 0;
    width: 100%;
}
.app-status-list ul li a {
    height: 23px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: #f3f3f3;
    color: #9d9d9d;
}
.app-status-list ul li a:hover {
    color: #000;
}
.app-status-0 {
    background-color: rgba(255, 255, 122, 0.6) !important;
    color: rgba(155, 155, 35, 0.85) !important;
}
.app-status-15 {
    background-color: #51ebd9 !important;
    color: #000 !important;
}
.app-status-20 {
    background-color: #e1eb51 !important;
    color: #000 !important;
}
.app-status-7 {
    background-color: rgba(255, 255, 122, 0.6) !important;
    color: rgba(155, 155, 35, 0.85) !important;
}
.app-status-1 {
    background-color: #ebaf51 !important;
    color: #000 !important;
}
.app-status-2 {
    background-color: #ffcfcf !important;
    color: #b64d4d !important;
}
.app-status-10 {
    background-color: #ffecec !important;
    color: #d06f6f !important;
}
.comp-statuses .app-status-2 {
    background-color: #e8c0c4 !important;
    color: #b64d4d !important;
}
.app-status-3 {
    background-color: #dbffcf !important;
    color: #6bb64d !important;
}
.comp-statuses .app-status-3 {
    background-color: #b8d5c8 !important;
    color: #49886d !important;
}
.app-status-4 {
    background-color: #f5cfff !important;
    color: #a34db6 !important;
}
.app-status-5 {
    background-color: #cfd9ff !important;
    color: #4d52b6 !important;
}
.app-status-6 {
    background-color: #fff7cf !important;
    color: #8a8468 !important;
}
.test-dev {
    font-weight: 300;
}
.keywords-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.keywords-box ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.keywords-box ul li input {
    background: #fff !important;
    padding: 7px !important;
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.keywords-box ul li .country {
    width: 200px;
}
.keywords-box ul li .keywords {
    flex: 1;
}

.keywords-box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.keywords-box2 ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.keywords-box2 ul li input {
    background: #fff !important;
    padding: 7px !important;
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.keywords-box2 ul li .country {
    width: 200px;
}
.keywords-box2 ul li .keywords {
    flex: 1;
}
.add-keyword, .add-keyword2, .add-app2, .add-kw, .add-plan-app, .edit-plan-btn {
    color:#1434DB !important;
    text-decoration: none;
    font-size: 11px;
    /*display: inline-block;*/
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    height: 24px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cont-status {
    width: auto !important;
}
.add-keyword:hover, .add-keyword2:hover, .add-app2:hover, .add-kw:hover, .add-plan-app:hover, .edit-plan-btn:hover {
    color:#1434DB !important;
    text-decoration: none;
    font-size: 11px;
    /*display: inline-block;*/
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    height: 24px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.screenshots-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
}
.screenshots-list img {
    width: 160px;
    border-radius: 8px;
}
li .country-selector, li .country-selector-new {
    height: 36px;
    background: #fff !important;
    padding: 7px !important;
    overflow: hidden;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.keywords-box .select2-selection--single {
    padding-left: 6px !important;
}
.keywords-box2 .select2-selection--single {
    padding-left: 6px !important;
}
.sortable-column {
    display: flex;
    align-items: center;
    gap: 6px;
    /*justify-content: space-between;*/
}
.sortable-column a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted gray;
    padding-bottom: 2px;
}
.active-sort a {
    color: #1434DB;
}
.active-sort i {
    color: #1434DB;
}
.settings-box {
    margin-top: 5px;
}
.dblockInline {
    display: inline-block;
}
.settings-box a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.show-columns-settings {
    display: flex;
    align-items: center;
    gap: 5px;
}
.settings-box ul {
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}
.settings-box .column1 {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    width: 300px;
}
.settings-box .column2 {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    width: 300px;
}
.settings-box .column1 li {
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 2px 2px 2px 7px;
    font-size:11px;
}
.settings-box .column2 li {
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 2px 2px 2px 7px;
    font-size:11px;
}
.settings-columns-wrp {
    display: inline-flex;
    gap: 12px;
    align-items: start;
}
.settings-box ul {
    width: 100%;
}
.settings-box ul li label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.btn-save-columns {
    padding: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    transition: all 0.4s ease;
    border: 0;
    color: #1434DB;
    font-weight: 500;
    font-size: 11px;

}
.app-status-list ul li {
    border-bottom: 0 !important;
}
.apply-status {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    margin-top: 14px;
    border-radius: 11px;
    color: #fff;
    background: #1434DB;
    transition: all 0.4s ease;
}
.apply-status:hover {
    color: #fff;
}
.app-status-list li.active a {
    color: #fff !important;
    background: #1434DB !important;
}
.show-app-history {
    width: auto !important;
}
.app-history-box {
    width: 350px !important;
}
.show-app-history ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto;
}
.show-app-history ul li {
    display: flex;
    align-items: center;
    gap:10px;
    width: auto;
}
.show-app-history ul li .title {
    font-weight: 600;
    width: 200px;
}
.clickable-style {
    display: inline-block;
    border-bottom: 1px dotted gray;
}
.app-icons {
    display: flex;
    gap: 2px;
    align-items: center;
    width: 54px;
}
.app-icons a {

}
.app-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}
.app-screenshot {
    width: 20px;
    height: 28px;
    border-radius: 4px;
}
.margin-right-5 {
    margin-right: 5px;
}
.app-url {
    margin-left: 0px;
}
.modal-app-icon img {
    width: 96px;
    height: 96px;
    border-radius: 19px;
}
.all-screenshots {
    margin-top: 8px;
    width: 100%;
}
.all-screenshots .scroll-area {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: auto;
}
.all-screenshots .scroll-area img {
    border-radius: 6px;
}
#screenshots .modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.store-link {
    background-color: #1434DB;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    color: #fff;
    margin-right: 12px;
}
.store-link:hover {
    color: #fff;
}
.columns-selector ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.columns-selector ul li .mover {
    opacity: 0.4;
    cursor: move;
}
.date-picker-bot {
    height: 33px !important;
    width: 100%;
}
.stat-box {
    margin-top: 5px;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.stat-box .stat-box-column {
    flex: 1;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    gap: 10px;
    min-width: 280px;
}
.stat-box-column-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.stat-box-column-content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000000;
}
.stat-box-column-icon {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-stat-row {
    display: flex;
    gap: 4px;
    align-items: center;
    font-style: normal;

    font-size: 12px;
    line-height: 15px;

    color: #000000;
}
.sub-stat-row .title {
    font-weight: 300;
}
.sub-stat-row .value {
    font-weight: 600;
}
.stat-box-column-content-sub {
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.main-app-table {
    border: 0 !important;
}
.main-app-table thead th {
    border-top: 0 !important;
}
.main-app-table th {
    border-bottom: 1px solid #0B1B3C1A !important;
    /*white-space: pre-wrap;*/
    word-break: keep-all;
}
.main-app-table td {
    border-bottom: 1px solid #0B1B3C1A !important;
}
.name-column {
    /*min-width: 100px !important;*/
}
.number-column {
    width: 48px;
}
.title-column {
    min-width: 150px;
}
.vendor-column {
    min-width: 100px;
}
.version-column {
    min-width: 60px;
}
.date-column {
    width: 105px !important;
}

.date-column .sortable-column {
    width: 80px !important;
}
.app-form-header {
    display: flex;
    gap: 16px;
    align-items: center;
}
.app-form-header .icon {
    width: 48px;
}
.app-form-header .url {
    width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-form-header .icon img {
    width: 48px;
    border-radius: 10px;
}
.app-form-header .title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app-form-header .action-title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.7);
}
.app-form-header .app-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}
.form-block-section {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
}
.two-columns-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.two-columns-justify .title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}
.form-block-section .toggle-block {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;

    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: #1434DB;
}
.app-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.block-container {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.block-container input[type=text], .block-container input[type=number], .block-container input[type=date], .block-container input[type=datetime-local], .block-container select {
    height: 32px !important;
}
.app-form h5 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0;
}
.two-columns-justify .value {
    display: flex;
    gap: 12px;
    align-items: center;
}
.block-container .country-selector {

}
.update-files-box {
    background-color: #05091208;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;

}
.update-files-box .head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.update-files-box .title {
    font-weight: 600;
    flex: 1;
}
.update-files-box .act a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: #1434DB;
}
ul.files {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
ul.files li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #838383;
}
ul.files li a {
    color: #838383;
}
ul.files li svg {
    width: 18px;
}
.screenshots-block {
    margin-top: 30px;
}
.app-stages th {
    font-weight: 300 !important;
    font-size: 11px !important;
}
.app-stages td {
    font-size: 11px !important;
}
.two-columns-justify .value a svg {
    transition: 0.1s;
}
.expand-row svg {
    transition: 0.1s;
}
.arrow-rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.border-box2 .select2 {
    width: 240px !important;
}
.ban-comments-block {
    background-color: #FFF5F5;
}
.release-comments-block {
    background-color: #3DFF0012;
}
.update-comments-block {
    background-color: #FFF5001F;
}
.half-opacity-block {
    opacity: 0.2;
}
.comments-request {
    text-decoration: none;
}
.main-table-responsive {
    position: relative;
}
.acc-apps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.acc-apps li {
    display: flex;
    gap: 5px;
    align-items: center;
}
.acc-apps li .select {
    flex: 1;
}
.acc-apps li .select2 {
    width: 100% !important;
}
.acc-apps li .delete-item {
    width: 30px;
}
.accs-table tbody td:not(.accs-table-bottom) {
    border-bottom: 0 !important;
}
.accs-table-bottom {
    border-bottom: 1px solid #0B1B3C1A !important;
}
.app-name-block {
    background-color: #f3f3f3;
    border-radius: 7px;
    padding: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.app-name-block a, .app-name-block .no-photo {
    width: 24px;
    height: 24px;
}
.app-name-block span {
    flex: 1;
}
.app-name-block img {
    width: 24px;
    height: 24px;
    border-radius: 6px;
}
.no-photo {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: #e5e5e5;
}
.accs-table tr td {
    padding: 5px !important;
}
.max-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.acc-app-status .app-status {
    height: 34px !important;
    border-radius: 7px;
}
.team-link {
    background-color: #f3f3f3;
    border-radius: 5px;
}
.team-link-active {
    background-color: #1434DB;
    color: #fff;
}
.team-link-active a {
    color: #fff;
}
.team-link-active a:hover {
    color: #fff;
}
.acc-filter {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}
.acc-filter .border-box {
    min-width: auto;
}
.acc-filter .brand-box {
    width: auto !important;
}
.acc-filter .search-box {
    width: auto !important;
}
@media screen and (max-width: 1440px) {
    .acc-filter {
        flex-wrap: wrap !important;
    }
    .acc-filter .border-box {
        min-width: 150px;
    }
    .acc-filter .brand-box {
        width: 230px !important;
    }
    .acc-filter .search-box {
        width: 280px !important;
    }
}
.comp-box {
    margin-top: 12px;
}
.comp-filter .border-box {
    flex: 1 !important;
}
.comp-brand-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.comp-brand-filter li {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(20, 52, 219, 0.2);
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
}
.comp-brand-filter li span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;

    color: rgba(0, 0, 0, 0.7);
}
.comp-brand-filter li.active {
    border: 1px solid #1434DB;
}
.comp-brand-filter li.active span {
    color: #1434DB;
}
.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;
}
.traffic-value, .asa-value {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
}
.template-link-row {
    color: #000;
    display: block;
}
.template-link-row:hover {
    color: #1434DB;
}
.add-kw-element {
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    gap: 5px;
    background-color: #1434DB1A;
    color: #1434DB;
    height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    width: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    margin-top: 2px;
}
.kw-element input {
    width: 100%;
}
.keyword-columns .kw-element {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row !important;
}
.keyword-input {
    width: 100%;
    background: #fff !important;
    padding: 12px !important;
    border: 0 !important;
}
.country-keywords-box {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.country-keywords-box input {
    background: #fff !important;
    padding: 12px !important;
    border: 0 !important;
    height: 34px;
}
.form-padding-top {
    margin-top: 20px;
}
.designs-table thead {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.4;
}
.table>:not(caption)>*>* {
    /*padding-left: 0 !important;*/
}
input[type=text], input[type=number], select {
    height: 33px;
}
.form-filter {
    display: flex;
    gap: 5px;
    align-items: center;
}
.form-filter .period {
    display: flex;
    gap: 5px;
    align-items: center;
}
.form-filter input, .form-filter select {
    height: 31px;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
}
.form-filter input {
    padding-left: 6px;
}
.form-filter .search {
    width: 200px;
}
.form-filter select {
    flex: 1;
}
.form-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 5px;
    padding-left: 6px;
}
.status-menu {
    position: absolute;
    top: 24px;
    width: 140px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.app-developer .status-menu {
    width: 250px ;
}
.app-developer {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #000;
    padding: 0;
}
.no-dev .dev-name {
    color: #858585;
}
.status-menu a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 28px;
    color: #858585;
    transition: 0.3s;
    gap: 6px;
}
.status-menu a:hover {
    background-color: #f3f3f3;
    color: #505050;
}
.arrow-rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.app-status svg {
    transition: 0.2s;
}
.menu-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: red;
}
.issue-link {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.5;
    transition: 0.3s;
}
.issue-link svg {
    width: 12px;
}
.issue-link:hover {
    opacity: 1;
    color: #000000;
}
.status-menu {
    max-height: 350px;
    overflow: auto;
}
.planning-form .select2-container .select2-selection--single {
    height: 33px !important;
}
.planning-form .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 31px;
}
.date-templates {
    margin-top: 6px;
}
.date-templates ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.date-templates ul li {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.date-templates ul li svg {
    width: 14px;
}
.designs-table {
    table-layout: fixed;
}
.issue-date-box {
    padding: 10px;
    width: 160px !important;
    display: flex;
    gap: 2px;
    align-items: center;
    flex-direction: row;
}
.apply-issued-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px !important;
    border-radius: 4px;
    border: 0 !important;
}
.issue-date-box input[type=date] {
    width: 100%;
    padding: 7px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background-color: #f3f3f3;
    height: 34px !important;
}
.open-design-link svg {
    width: 12px;
}


.designs-table .app-status {
    height: 23px;
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: #f3f3f3;
    color: #9d9d9d;
    padding-left: 15px;
    padding-right: 15px;
    gap: 6px !important;
    position: relative;
}
.plan-dev-table .app-status {
    width: 120px !important;
}
.designs-table .app-status-list ul li a:hover {
    color: #000;
}
.designs-table .app-status-1 {
    background-color: #dbffcf !important;
    color: #6bb64d !important;
}
.designs-table .app-status-2 {
    background-color: #ffedcf !important;
    color: #b6924d !important;
}
.designs-table .app-status-3 {
    background-color: #f5cfff !important;
    color: #a34db6 !important;
}
.designs-table .app-status-4 {
    background-color: #cfd9ff !important;
    color: #4d52b6 !important;
}
.designs-table .app-status-5 {
    background-color: #dbffcf !important;
    color: #6bb64d !important;
}
.designs-table .app-status-6 {
    background-color: #f3f3f3 !important;
    color: #656565 !important;
}
.designs-table .status-menu a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 28px;
    color: #858585;
    transition: 0.3s;
    gap: 6px !important;
}
.designs-table .app-status svg {
    transition: 0.2s;
}

.designs-table .app-status svg {
    width: 11px;
    opacity: 0.6;
}
.status-menu a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 28px;
    color: #858585;
    transition: 0.3s;
    gap: 6px;
}
.status-menu a:hover {
    background-color: #f3f3f3;
    color: #505050;
}
.app-title-link {
    display: inline-flex;
    flex-direction: column;

}
.app-title-link .title {
    font-weight: 600;
}
.app-title-link .company-text {
    font-weight: 400;
    font-size: 9px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.release-screens {
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
}
.release-screens .head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.release-screens .head span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.add-screen {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;

}
.add-screen span {
    font-weight: normal !important;
    font-style: normal;
    font-size: 11px !important;
    line-height: 13px !important;
    text-align: right;
    color: #1434DB !important;
}
.stage-screenshots {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.stage-screenshots li {
    width: 104px;
    height: 64px;
    border-radius: 4px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: #f3f3f3 !important;
    /*background-size: 104px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center center !important;
    object-fit: cover;
    background-size: cover !important;
}
.stage-screenshots li a {
    width: 100%;
    height: 100%;
}
.delete-stage-file {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px !important;
    height: 22px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00000066;
    border-radius: 4px;
}
.open-stage-file {
    position: absolute;
    bottom: 8px !important;
    left: 4px !important;
    width: 14px !important;
    height: 14px!important;
}
.open-stage-file {
    width: 14px !important;
    height: 14px!important;
}
.stage-file-selector {
    display: none;
}
.row-comment, .row-comment2 {
    background-color: #fff;
    border: 0;
    padding: 3px;
    font-size: 12px;
    height: 25px !important;
    width: 100%;
}
.country-keywords-box .border-box input {
    width: 100%;
}
.developer-disabled {
    background-color: #fff4f4 !important;
    opacity: 0.3;
}
.developer-disabled .app-table-box li {
    background-color: #fff4f4 !important;
}
.acc-type-form {
    padding-top: 3px;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.acc-type-form svg {
    width: 28px;
}
.main-app-table {
    width: auto !important;

}
.flex-table-column {

}
.from-tg {
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.from-tg span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;

    color: rgba(0, 0, 0, 0.4);

}
.comments-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px !important;
    height: auto !important;

    background: rgba(5, 9, 18, 0.03) !important;
    border-radius: 6px;
    border: 0 !important;
    padding-left: 16px;
    padding-right: 30px;
}
.comments-box img {
    position: absolute;
    top: 11px;
    right: 10px;
}
.bot-comments-box label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.width-100 {
    width: 100% !important;
}
.clear-light {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background: #1434DB1A;
    color: #1434DB;
    transition: all 0.4s ease;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80px;
    height: 31px;
}
.clear-light:hover {
    background: #1434DB1A;
    color: #1434DB;
}
.ext-head-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}
.methods {
    margin-top: 5px;
}
.methods .title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}
.methods label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.methods-cell {
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.5;
}
.two-columns-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.filterSortBy {
    width: 100%;
    border: 0 !important;
}
.app-act input, .app-act select {
    min-width: 130px;
}
.del-plan-app-box {
    position: relative;
}
.del-plan-app {
    position: absolute;
    top: -6px;
    right: 0;
}
.plane-app-files-box {
    background: rgba(5, 9, 18, 0.06);
    border-radius: 12px;
}
.table-header {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}
.table-header .period-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}
.table-header .period-dates {
    color: #00000066;
    font-weight: 500;
    font-size: 14px;
}
.app-status svg {
    transition: 0.2s;
}
.app-status svg {
    width: 11px;
    opacity: 0.6;
}
.app-status-selector {
    position: relative;
    cursor: pointer;
    width: 200px;
}
.app-status-list {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 10000;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    /*width: 100%;*/
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.app-status-list ul {
    gap: 3px;
}
.app-status-list ul li {
    border: 0;
    width: 100%;
}
.app-status {
    width: 120px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: #f3f3f3;
    color: #9d9d9d;
    text-align: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
}
.plan-note-box {
    display: flex;
    gap: 6px;
    align-items: center;
}
.plan-note-box .image-prev {
    position: relative;
    background-position: center center !important;
    object-fit: cover;
    background-size: cover !important;
    width: 48px;
    height: 31px;
    background-color: #05091208;
    border-radius: 4px;
}
.plan-note-box .image-prev span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 17px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    top: 2px;
    right: 2px;
    color: #fff;
}
.plan-note-box .note-text {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 12px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 4px;
    height: 28px;
    padding: 2px 8px;
    flex: 1;
}
.plan-note-box .note-text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: center;
    overflow: hidden;
    /*height: 28px;*/
    overflow: hidden;
    flex: 1;
    /*max-width: 500px;*/


}
.plan-note-box .note-text a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    letter-spacing: -0.007em;
    color: #1434DB;
}
.pull-right, .approve-box {
    display: flex;
    justify-content: right;
    gap: 10px;
}
.approve-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 4px 6px;
    gap: 4px;

    width: 70px;
    height: 21px;
    background: #36BE3B;
    border-radius: 6px;
    text-decoration: none;

    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;

}
.approve-btn:hover {
    color: #fff;
}
.note-text {
    cursor: pointer;
}
#plane-app-note .modal-dialog {
    max-width: 540px;
}
#plane-app-note .modal-body {
    padding-top: 0 !important;
}
#plane-app-edit .modal-dialog {
    max-width: 540px;
}
#plane-app-edit .modal-body {
    padding-top: 0 !important;
}
#lib-modal .modal-dialog {
    max-width: 540px;
}
.extra-width .modal-dialog {
    max-width: 740px !important;
}
#lib-modal .modal-body {
    padding-top: 0 !important;
}
.modal-note-title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.modal-note-text {
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    /* or 127% */
    letter-spacing: -0.007em;

    /* Labels */
    color: #000000;

    /* input */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 15px;
    gap: 4px;
    isolation: isolate;

    background: #FFFFFF;
    /* line */
    border: 1px solid #E8E8E8;
    border-radius: 6px;
}
.approve-btn.disabled {
    cursor: none;
    opacity: 0.3 !important;
}
.dropdown-menu.show {
    display: block;
    z-index: 100000;
}
.send-to-tg {
    flex: 1;
    text-align: right;
}
.send-to-tg a {
    text-decoration: none;
}
.send-tg-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.send-tg-row .title {
    width: 150px;
}
.send-tg-row .field-inp {
    flex: 1;
}
.send-tg-row .field-inp input {
    height: 25px !important;
    width: 100%;
    background: #fff !important;
    padding: 3px !important;
    padding-left: 6px !important;
    border: 0 !important;
}
.btn-send-tg-light {
    padding: 8px;
    border-radius: 8px;
    transition: all 0.4s ease;
    border: 0;
    color: #1434DB;
    background: #1434DB1A;
    font-size: inherit !important;
    font-weight: 400 !important;
}
.two-columns-flex-2 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.two-columns-flex-2 button {
    margin-top: 0 !important;
}
.app-keywords {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 4px;

    width: 58px;
    height: 21px;
    background: #1434DB;
    border-radius: 6px;

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

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}
.app-keywords:hover {
    color: #fff;
}
.app-keywords-act {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-right: 5px;
}
.app-keywords-act .form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
}
.app-keywords-act .form-check-input {
    height: 16px;
    width: 28px !important;
    float: none !important;
    margin-left: inherit;
    margin-top: 1px !important;
}
.update-country-btn {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1434DB;
    border-radius: 12px;
}
.stat-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stat-title {
    /*margin: 0 0 12px !important;*/
    margin-bottom: 8px !important;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}
.show-chart {
    height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1434DB;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 12px;
    margin-right: 5px !important;
    display: flex;
    gap: 6px;
}
.show-chart:hover {
    color: #fff;
}
.last-update {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: right;

}
#comp-app-keywords .app-keywords-list li {
    padding: 0;
    /*margin-bottom: 25px;*/
}
.comp-app-item {
    padding: 20px 10px 10px !important;

    border-radius: 7px !important;
    margin-bottom: 10px;
    background-color: #05091208 !important;
}
.comp-app-banned {
    background-color: #D01D480A !important;
}
.comp-app-item .striped-rows-div > div:nth-child(odd) {
    background-color: transparent !important
}
#chart {
    z-index: 1000000;
}
#chart .modal-dialog {
    max-width: 760px !important;

}
.pos-stat {
    display: flex;
    gap: 4px;
}
.pos-stat .pos-val {
    background-color: #1434DB1A;
    border-radius: 4px;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: right;

}
.no-rate {
    opacity: 0.3;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: right;

}
.pos-trend {
    display: flex;
    gap: 3px;
    align-items: center;
}
.pos-trend span {
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: right;
}
.pos-trend.success span {
    color: #36BE3B !important;
}
.pos-trend.success .failed-svg {
    display: none !important;
}
.pos-trend.failed span {
    color: #D01D48 !important;
}
.pos-trend.failed .success-svg {
    display: none !important;
}
.chart-container {
    position: relative;
    height: 344px;
    padding: 0;
}
.chart-period {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 4px;
}
.chart-period li {
    background-color: rgba(20, 52, 219, 0.10);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 23px;
    cursor: pointer;
}
.chart-period li.active {
    background-color: #1434DB;
    color: #fff;
}
.chart-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp-mass-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quick-filter {
    display: flex;
    align-items: center;
    gap: 10px;

}
.quick-filter a {
    text-decoration: none;
}
.show-only-active {
    color: #249304;
    border: 1px solid #249304;
    border-radius: 6px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.show-only-active:hover {
    color: #249304;
}
.show-only-banned {
    color: #ad0000;
    border: 1px solid #ad0000;
    border-radius: 6px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.show-only-banned:hover {
    color: #ad0000;
}
.reject-icon i {
    font-size: 16px;
}
.contact-date {
    border: 0 !important;
    background-color: transparent !important;
}
.contact-date:invalid::-webkit-datetime-edit {
    color: #c7c7c7;
}
.comment-contact {
    width: 100% !important;
    border: 0 !important;
}
.salary-head-act .month-select {
    box-sizing: border-box;
    padding: 0 5px;
    height: 29px !important;
    background: #FFFFFF;
    border: 1px solid #E7E8EA !important;
    border-radius: 6px !important;
}
.salary-period-select {
    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;
}
.salary-period-select 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;
}
.salary-period-select 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;
}
.salary-period-select li input {
    display: none;
}
.salary-table {
    margin: 13px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.salary-table li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 16px;

    background: #FFFFFF;
    border-radius: 16px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.junior {
    color: #009006;
}
.team-lead {
    color: #1434DB;
}
.salary-cell-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.salary-cell-header .developer {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
}
.salary-cell-header .developer svg {
    width: 18px !important;
    height: 18px !important;
}

.salary-cell-header .developer .developer-name {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    padding-right: 7px;
}

.salary-cell-header .developer .developer-role {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 13px;
}
.salary-cell-header .head-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: end;
}
.head-info .total-block-salary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    gap: 6px;

    /*width: 109px;*/
    height: 25px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;

}
.head-info .total-block-salary {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: right;

    /* Labels */
    color: #000000;
    margin-right: 20px;

    /* Inside auto layout */
    flex: none;
    flex-grow: 0;
}
.head-info .total-block-salary span {
    height: 13px;

    font-style: normal;
    font-weight: 400 !important;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}
.head-info .acts {
    display: flex;
    align-items: center;
    gap: 10px;
}
.toggle-salary-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    gap: 4px;

    height: 24px;
    background: #1434DB;
    border-radius: 6px;
    flex: none;
    flex-grow: 0;
    color: #fff;
}
.toggle-salary-block:hover {
    color: #fff;
}
.salary-block-stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 40px;
    height: 61px;

    /* BG Tertiary */
    background: rgba(5, 9, 18, 0.03);
    border-radius: 6px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;

}
.salary-multiline-block {
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: start;
    height: 100%;
}
.salary-block-title {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.salary-block-value {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.salary-block-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.55);
    flex: none;
    flex-grow: 0;
}
.salary-plus, .salary-equal {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;

    color: #000000;
    flex: none;
    flex-grow: 0;
}
.total-value-salary {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.salary-user-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    gap: 10px;
    min-height: 61px;

    /* BG Tertiary */
    background: rgba(5, 9, 18, 0.03);
    border-radius: 6px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;

}
.table-block .table-block-header {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    flex-grow: 1;
    gap: 5px;
}
.table-block {
    width: 100%;
}
.salary-main-table {
    width: 100% !important;
    margin-top: 12px;
}
.salary-main-table thead, .salary-main-table thead th {
    width: 403px;
    height: 12px;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
}
.title-number-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-number-cell .number {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.55);
}
.title-number-cell .app-title-span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
.salary-main-table tbody tr {
    height: 45px !important;
}

.salary-main-table tbody tr .date {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.salary-app-status {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    gap: 4px;
    height: 21px;

    border-radius: 6px;

    flex: none;
    order: 0;
    flex-grow: 0;
}
.orange {
    background: rgba(232, 176, 69, 0.1);
    color: #CE6F16;
}
.red {
    background: rgba(208, 29, 72, 0.1);
    color: #D01D48;
}
.green {
    background: rgba(54, 190, 59, 0.1);
    color: #15AB1B;
}
.salary-main-table thead th {
    height: 30px !important;
}
.salary-main-table thead {
    border-bottom: 1px solid #e9eaeb !important;
}
.salary-main-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e9eaeb !important;
}
.pl-1 {
    padding-left: 10px !important;
}
.developer-salary-act a {
    text-decoration: none;
}
.edit-salary-amount {
    cursor: pointer;
}
.tasks-box {

}
.task-column-table {
    margin: 13px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.task-column-table li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 16px;

    background: #FFFFFF;
    border-radius: 16px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.tasks-developer-stat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    gap: 6px;

    height: 24px;
    background: #1434DB;
    border-radius: 6px;
    flex: none;
    flex-grow: 0;
    color: #fff;
}
.tasks-developer-stat:hover {
    color: #fff;
}
.developer-columns {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    width: 100%;
}
.developer-columns .waiting-column,
.developer-columns .dev-column,
.developer-columns .completed-column {
    flex: 1;
}
.column-head {
    display: inline-flex;
    gap: 8px;
}
.column-head .title {
    font-weight: 500;
}
.column-head .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 6px;
    gap: 10px;

    width: 20px;
    height: 20px;

    background: #F9FAFC;
    border-radius: 6px;

    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.column-tasks {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;

}
.column-tasks .task {

    padding: 12px;

    background: rgba(5, 9, 18, 0.03);
    border-radius: 12px;
}
.task-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.task-head .number {
    width: 42px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    gap: 10px;
    height: 28px;
    border: 1px solid #E7E8EA;
    border-radius: 8px;
    flex: none;
    flex-grow: 0;
}
.task-head .app-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.task-head .app-info .title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.task-head .app-info .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}
.task-info-panel {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    width: 100%;
}
.task-info-panel .info-panel-column {
    flex: 1;
    position: relative;
}
.issued {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.issued .title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}

.issued .value {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.plan-at {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.plan-at .title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}

.plan-at .value {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.task-info-panel .start-at {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.task-info-panel .start-at .title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}

.task-info-panel .start-at .value {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}

.task-info-panel .finish-at {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.task-info-panel .finish-at .title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.7);
    flex: none;
    flex-grow: 0;
}

.task-info-panel .finish-at .value {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    flex: none;
    flex-grow: 0;
}
.buttons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}
.task-info-panel .status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}
.buttons a {
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 4px;
    border: 1px solid rgba(20, 52, 219, 0.1);
    border-radius: 6px;
    flex: none;
    flex-grow: 0
}
.finish-at .text-success {
    color: #36BE3B !important;
}
.finish-at .text-danger {
    color: #cb0000 !important;
}
.status .text-success {
    color: #36BE3B !important;
}
.status .text-danger {
    color: #cb0000 !important;
}
.info-panel-column .app-status {
    background-color: transparent !important;
    justify-content: flex-end !important;
    text-align: right !important;
}
.kanban .select2-container {
    z-index: 100000 !important;
}
.transfer-app-box {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    /* BG Secondary */
    background: #FFFFFF;
    /* BG Tertiary */
    border: 1px solid rgba(5, 9, 18, 0.03);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    width: 290px;
    padding: 12px;
    top: 27px;
    max-height: 400px;
    overflow: auto;
}
.transfer-app-box h5 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px;
    display: flex;
    align-items: center;

    color: #000000;
    flex: none;
    flex-grow: 1;
}
.transfer-developers-list {
    display: flex;
    gap: 3px;
    flex-direction: column;
    margin-top: 10px;
}
.list-head {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
.list-head svg {
    width: 14px;
    height: 14px;
}
.dev-selector {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dev-selector a {
    flex: 1;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding: 6px 6px 6px 10px;
    gap: 12px;
    background: #F9FAFC;
    border-radius: 6px;
    align-self: stretch;
    flex-grow: 0;
    border: 0;
    color: #000;
}
.dev-selector {
    margin-bottom: 12px !important;
}
.stat-block-dev {
    padding: 10px;
    background: #F9FAFC;
    border-radius: 6px;
}
.table-header-dev {
    display: flex;
    gap: 5px;
}
.table-header-dev .current-month {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;

    color: rgba(0, 0, 0, 0.55);
}
.table-header-dev .month {
    width: 70px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;

    color: rgba(0, 0, 0, 0.55);
}
.table-row-dev {
    display: flex;
    gap: 5px;
    padding-top: 8px;
    padding-bottom: 8px;


}
.table-row-dev-bottom {
    border-bottom: 1px solid rgba(11, 27, 60, 0.1);
}
.table-row-dev .current-month {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.table-row-dev .month {
    width: 70px;
}
.table-row-dev .current-month span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.7);
}

.table-row-dev .current-month strong {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}

.table-row-dev .month {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}
.apply-tasks-filter-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    gap: 6px;
    background: #1434DB;
    border: 0;
    height: 35px;
    border-radius: 6px;
    flex: none;
    flex-grow: 0;
    color: #fff;
}
.status10 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;

    width: 34px;
    height: 21px;

    background: #D01D48;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.007em;
    color: #FFFFFF;
}
.toggle-team-menu {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.toggle-team-menu-item {
    padding: 4px 8px;
    gap: 8px;
    height: 39px;
    background: rgba(5, 9, 18, 0.03);
    border-radius: 8px;
    position: relative !important;
}
.team-menu-dropdown {
    position: absolute;
    align-items: flex-start;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 9, 18, 0.03);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    height: auto;
    width: calc(100% + 20px);
    margin-left: -8px;
    margin-top: 2px;
    z-index: 10;
}
.team-menu-dropdown ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.team-menu-dropdown ul a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.brand-icon {
    width: 30px;
    border-radius: 15px;
}
.no-brand-logo {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #f3f3f3;
}
.dev-name-flex {
    display: flex;
    gap: 6px;
    align-items: center;
}
.developer-columns {
    .column-head {
        cursor: pointer;
    }

    .column-head:hover {
        opacity: 0.6;
    }
}
.history-comp-row {
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #f3f3f3;

    .comp-flex {
        display: flex;
        gap: 10px;
    }

    .icon-side {
        width: 60px;

        img {
            width: 100%;
            border-radius: 5px;
        }
    }

    .cont-side {
        flex: 1;

        .title-comp {
            font-size: 15px;
        }
    }
}
.filter-settings-box {
    margin-top: 7px;

    display: flex;
    align-items: center;
    justify-content: space-between;


}
.save-current-settings {
    border: 0 !important;
    background-color: #cfd9ff !important;
    color: #4d52b6 !important;
    border-radius: 3px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
