@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: 944px !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;
}
.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;
}
.brand-name {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}
.country-name {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}
.table tr {
    height: 40px;
}
.table td {
    vertical-align: middle;
}
.templates-row-1 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.form-row-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
form {
    margin-top: 16px;
}
.form-row-column label {
    color: #000;
    font-family: Inter, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-row-column input, .form-row-column select {
    width: 100%;
    background: #fff !important;
    padding: 12px !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;
}
/*.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;
    display: flex;
    gap: 10px;
}
.app-stat-col {
    flex: 1;
}
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;
    }
    input, select {
        height: 45px !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: 12px;
}
.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 {
    position: absolute;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 12px 0px rgba(4, 18, 45, 0.08);
    padding: 10px;
    width: 291px;
    height: 48px;
    right: 0;
    margin-top: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.period-picker input {
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 7px 8px;
    color:rgba(0, 0, 0, 0.40);
}
.period-picker input:focus {
    color: #000;
}
.hidden-elem {
    display: none;
}
.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, .no-search-results {
    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: 5px;
    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;
}
.country-keywords-box input {
    background: #fff !important;
    padding: 12px !important;
    border: 0 !important;
    height: 34px;
}
.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;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
.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: 944px !important;
    margin: 0 auto;
}
.update-country-btn {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1434DB;
    border-radius: 12px;
}
.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;

}
.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;

}
.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;
}
.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, .kw-stat-column {
    width: 120px;
}
.kw-flex-1 {
    flex: 1;
}
.stat-table-header .keyword-date {
    text-align: right;
}
.keyword-del {
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-table-header .keyword-cell {
    flex: 1;
}
.keyword-columns {
    flex-direction: column !important;
}
.keyword-columns .kw-element {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row !important;
}
.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;
}
.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;
}
.stat-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stat-title-flex a {
    margin-right: 18px;
}
.show-keyword-top {
    cursor: pointer;
    transition: 0.3s;
}
.show-keyword-top:hover {
    color: #1d799a;
}
#keywordTop .modal-dialog {
    max-width: 560px !important;

}
#chart .modal-dialog {
    max-width: 760px !important;

}
.keyword-stat {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.keyword-stat li {
    border-top: 1px solid #E7E8EA;
}
.keyword-stat li {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.keyword-stat li .rating {
    width: 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;

}
.keyword-stat li .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keyword-stat li .title {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.keyword-stat li .title .app-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}
.keyword-stat li .mini-screens {
    width: 90px;
    cursor: pointer;
}
.keyword-stat li .all-screenshots {
    width: 100%;
}
.keyword-stat li .all-screenshots .scroll-area {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: auto;
}
.keyword-stat li .all-screenshots .scroll-area img {
    border-radius: 6px;
}
.keyword-stat li .app-store-link {
   width: 58px;
}
.keyword-stat li .app-store-link a {
    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;
}
.keyword-stat .icon img {
    border-radius: 8px;
}
.mini-screens img {
    border-radius: 2px;
}
.mini-screens {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.mini-screens-link {
    width: 62px;
}
.kw-stat {
    display: flex;
    gap: 5px;
    align-items: center;
}
.kw-stat span {
    flex: 1;
}
.kw-stat {
    padding-right: 6px;
}
.keyword-cell-check {
    display: flex;
    gap: 6px;
    align-items: center;
}
.keyword-cell-check input:checked {
    accent-color: #1434DB;
}
.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;
}
.muted-text {
    opacity: 0.3;
}
.needed-app {
    background-color: #d6e6ff;
}
.apps-list {
    margin-top: 30px;
}
.apps-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.apps-list ul li {
    display: flex;
    gap: 5px;
    width: 297px;
    background-color: #fff;
    padding: 13px;
    border-radius: 16px;
    transition: 0.2s;
}
/*.apps-list ul li:hover {*/
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
/*}*/
.apps-list ul li .store-link {
    width: 24px;
    height: 24px;
    background-color: #1434DB1A;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apps-list ul li .store-link a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.apps-list ul li .app-icon {
    width: 64px;
    height: 64px;
    background-color: #f3f3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.apps-list ul li .app-icon img {
    width: 64px;
    height: 64px;
}
.apps-list ul li .app-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app-content .number {
    background-color: #0000000F;
    height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    border-radius: 10px;
    gap: 3px;
    width: auto !important;
}
.app-content .number span {
    color: #0000008C;
}
.app-content .title {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
}
.app-content .keywords-title {
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.55);
}
.keywords-mini {
    display: flex;
    gap: 8px;
}
.country-kw img {
    width: 16px;
}
.country-kw, .country-kw-more {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}
.keywords-mini .total {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.country-kw span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
.kw-link {
    margin-top: 6px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 6px;
    border-radius: 8px;
    height: 31px;
    background-color: #1434DB1A;

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

    color: #1434DB;
}
.search-input input {
    height: 34px;
    padding-right: 20px;
}
.search-input {
    position: relative;
}
.search-input svg {
    position: absolute;
    top: 8px;
    right: 13px;
}





.app-header .app-icon {
    width: 48px;
    height: 48px;
    background-color: #f3f3f3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.app-header .app-icon img {
    width: 48px;
    height: 48px;
}
.app-header .app-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}
.app-header .app-content .number {
    background-color: #0000000F;
    height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    border-radius: 10px;
    gap: 3px;
    width: auto !important;
}
.app-header .app-content .number span {
    color: #0000008C;
}
.app-header .app-content .title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: -0.007em;
    color: #000000;
}
.app-header {
    display: flex;
    gap: 15px;

}
.app-header a {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;

    color: #1434DB;
    text-decoration: none;

}
.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%;
}
