@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-right: 0px !important;
    padding-left: 0px !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-send {
    text-transform: inherit !important;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #004aff !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: #004aff !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[type=text], .form-row-column input[type=password],  .form-row-column input[type=email],   .form-row-column input[type=number], .form-row-column select, .form-row-column textarea {
    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: 0 !important;
    border: 0 !important;
    background: #fff !important;
    height: 44px;
    display: flex;
    align-items: center;
}
/*.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;
    }
    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 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;*/
/*}*/
.group-select-all-countries {
    text-decoration: none;
    font-size: 11px;
    margin-left: 10px;
    margin-top:3px;
}
.app-act {
    display: flex;
    gap: 3px;
    align-items: center;
}
.card {
    border-radius: 4px !important;
    overflow: hidden !important;
}
.card-header {
    background-color: #f9fafc !important;
}
.breadcrumb {
    --bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E&#34;);
}
.photo-preview svg {
    width: 50px;
}
.photo-preview img {
    height: 50px;
    border-radius: 5px;
}
.flex-bottom {
    display: flex;
}
.servers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servers-head a {
    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: 500;
    line-height: normal;
    transition: all 0.4s ease;
}
.servers-head a:hover {
    background: rgba(20, 52, 219, 0.20);
}
.fast-edit, .inp {
    width: 100%;
    text-align: center;
    border: 1px solid #dedede;
}
.mass-action-form label {
    display: block;
}
.mass-action-form .btn-process {
    margin-top: 0;
    height: 30px;
    padding: 0;
}
.mass-action-form input {
    border: 1px solid #dedede;
    border-radius: 8px;
    text-align: center;
    height: 30px;
}
.user-selector {
    height: 30px;
}
.vertical-flex {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.sets {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.sets li {
    background-color: #eaeef6;
    border: 1px solid #e1e7f3;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.sets li:hover {
    background-color: #e1e8f5;
    border: 1px solid #d7dfee;
}
.sets li .icon {
    width: 15px;
    color: #606f86;
}
.sets li .title {
    flex: 1;
}
.set-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 3px;
    flex-direction: column;
}
.set-products li {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #f3f3f3;
    padding-left: 6px;
    border-radius: 4px;
    transition: 0.3s;
}
.set-products li:hover {
    background-color: #dee3ec;
}
.set-products li .check {
    flex: 1;
}

.set-products li .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.set-products li .form-check-label {
    margin-bottom: 0;
}
.set-products li input {
    margin-top: 0;
}
.set-product-quantity {
    width: 100px;
    text-align: center;
    border: 0px;
    border-radius: 8px;
}
.set-products li.active {
    background-color: #dee3ec;
}
.set-products-box {
    background-color: transparent !important;
    border: 0 !important;
}
.set-products {
    width: 100%;
}
.active-set {
    background-color: #bfcdea !important;
    border: 1px solid #aabbde !important;
}
.set-products-box li {
    cursor: default !important;
    height: 24px !important;
}
.set-products-box form {
    flex: 1;
    margin-top: 0 !important;
}
.sets .price {
    width: 120px;
    text-align: right;
}
.sets-row label {
    font-size: 15px;
    font-weight: 300;
    font-weight: 600;
}
.sets-row input {
    height: 30px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px;
}
.items {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.report:disabled {
    background-color: #f9fafc !important;
}
.btn-process:disabled {
    opacity: 0.3 !important;
    background: #1434DB;
}
.alert ul {
    margin-bottom: 0 !important
}
.stat-card-item {
    /*text-align: center;*/
    padding: 10px;
    border-radius: 8px;
    border: 0;
    /*background-color: #fff !important;*/
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
    background-color: #5908b1 !important;
    color: #dcc6fc;
}
.stat-card-item .icon {
    width: 30px;
    font-size: 25px;
    text-align: center;
    opacity: 1 !important;
    color: #fff !important;
}
.stat-card-item .value-side {
    flex: 1;
    display: flex;
    gap: 0px;
    flex-direction: column;

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

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

}
.user-title svg {
    width: 80px;
    height: 80px;
}
.btn-set-zero {
    background-color: #c9c9c9;
    color: #505050;
}
.move {
    cursor: move;
}
.blue-background-class {
    background-color: #e0e0ff;
}
.set-items-box {

}
.set-item {
    /*flex: 0.5 !important;*/
    /*width: 100% !important;*/
    display: flex;
    flex-direction: column;
}
.filled-box {
    background-color: #d3e7cf !important;
    border: 1px solid #bed9b8 !important;
}
.set-package-box {
    background-color: #f9f0ff;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #f4e4ff;
    height: 100%;
    justify-content: center;
    gap: 3px;
}
.set-item.active .set-package-box {
    background-color: #f4deff;
    border: 1px solid #e2c4f1;
}
.set-item.active .filled-box {
    background-color: #c0dabb !important;
    border: 1px solid #a7c9a0 !important;
}
.set-item label {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    align-items: center;
}
.set-item input {
    height: 30px;
    border: 0px !important;
    border-radius: 2px;
    padding-left: 5px;
}
@media screen and (max-width: 700px) {
    .user-title h5 {
        margin-bottom: 0 !important;
        font-size: 15px !important;
    }
}
.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;
}
.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;
}
.logs {
    margin-top: 15px;
}
.logs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0;
    flex-direction: column;
}
.logs ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.logs ul li i {width: 10px;}
.logs ul li.success {
    color: #14a114;
}
.logs ul li.error {
    color: #ce1b1b;
}
.btn-add-server {
    display: flex;
    gap: 5px;
    align-items: center;
}
.btn-add-server img {
    width: 13px;
}
.loading-label {
    display: none;
}
button img {
    display: none !important;
}
.loading img {
    display: inherit !important;
}
.loading .default-label {
    display: none !important;
}
.loading .loading-label {
    display: inherit !important;
}
.status-label img {
    width: 17px;
}
.status-label {
    /*display: inline-block;*/
    padding: 5px 9px;
    background-color: #f3f3f3;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 30px;
}
.status-1 {
    background-color: rgba(254, 170, 45, 0.2);
    color: #FEAA2D;
}
.status-2 {
    background-color: rgba(118, 212, 110, 0.2);
    color: #35C691;
}
.status-3 {
    background-color: rgba(254, 170, 45, 0.2);
    color: #FEAA2D;
}
.status-4 {
    background-color: rgba(254, 170, 45, 0.2);
    color: #FEAA2D;
}
.status-5 {
    background-color: rgba(255, 91, 91, 0.2);
    color: #FF5B5B;
}
.status-6 {
    background-color: rgba(255, 91, 91, 0.2);
    color: #FF5B5B;
    display: flex;
    gap: 4px;
    align-items: center;
}
.status-6 svg {
    width: 14px;
}
.balance-form {
    margin-top: 0;
    display: flex;
    gap: 3px;
    align-items: center;
}
.balance-form input {
    border: 1px solid #f3f3f3;
    width: 80px;
}
.balance-form button {
    border: 1px solid #d2d2d2;
    width: auto;
}
.user-servers-btn {
    background-color: #094359;
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-servers-btn:hover {
    color: #fff;
}
.flex-center-hor {
    display: flex;
    align-items: center;
    justify-content: center;
}
