@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;
}
.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, .form-row-column select {
    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;
}
/*.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;
}
.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 {
    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;
}
.dev-name {
    display: block !important;
    /*max-width: 130px;*/
    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 {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
}
.app-table-box ul li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    font-size: 11px;
    border-bottom: 1px solid #E7E8EA;
    border-radius: 0;
}
.app-table-box ul 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;
}
.app-filter .dev-box {
    flex: 1;
}
.app-filter .brand-box {
    width: 230px !important;
}
.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;
    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;
}
.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%;
    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 {
    height: 23px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background-color: #f3f3f3;
    color: #9d9d9d;
    padding-left: 15px;
    padding-right: 15px;
}
.app-status-list ul li a:hover {
    color: #000;
}
.app-status-1 {
    background-color: #dbffcf !important;
    color: #6bb64d !important;
}
.app-status-2 {
    background-color: #ffedcf !important;
    color: #b6924d !important;
}
.app-status-3 {
    background-color: #f5cfff !important;
    color: #a34db6 !important;
}
.app-status-4 {
    background-color: #cfd9ff !important;
    color: #4d52b6 !important;
}
.app-status-5 {
    background-color: #dbffcf !important;
    color: #6bb64d !important;
}
.app-status-6 {
    background-color: #f3f3f3 !important;
    color: #656565 !important;
}
.test-dev {
    font-weight: 300;
}
.form-padding-top {
    margin-top: 40px;
}
.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;
    text-decoration: none;
    text-align: center;
}
.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;
}
.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;

}
.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%;
    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;
}
.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;
}
.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;
}
.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;
}
.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%;
}
.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%;
    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;
}
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;
}
.form-block-section {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
}
.plan-period-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}
.table-two-columns {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.to-dev {
    text-decoration: none;
    display: inline-flex;
    height: 20px;
    width: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1434DB1A;
    transition: all 0.4s ease;
    border: 0;
    color: #1434DB;
    font-weight: 500;
    font-size: 11px;
}
.to-dev.disabled {
    opacity: 0.3;
}
.to-dev-container h6 {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}
.to-dev-container input {
    margin-bottom: 10px;
    height: 31px;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
    width: 100%;
    padding-left: 6px;
}
.two-columns-dev-plan {
    display: flex;
    align-items: center;
    gap: 6px;
}
.two-columns-dev-plan input, .two-columns-dev-plan select {
    flex: 1;
}
.two-columns-dev-plan select {
    margin-bottom: 10px;
    height: 31px;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
    width: 100%;
    padding-left: 6px;
}
