.monitoring-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.monitoring-table th,
.monitoring-table td {
    border: 1px solid #979EBA;
    padding: 10px;
    text-align: center;
}

.monitoring-table th {
    background-color: #979EBA;
}

.monitoring-status-success {
    color: green;
}

.monitoring-action-btn {
    cursor: pointer;
    background: none;
    border: none;
}

.monitoring-menu {
    position: relative;
    display: inline-block;
}

.monitoring-dropdown {
    display: none;
    position: absolute;
    right: 0;
    border-radius: 4px;
    z-index: 98;
}

.monitoring-dropdown button {
    display: block;
    width: 100%;
    border: none;
    /* background: none; */
    padding: 8px;
    text-align: left;
    cursor: pointer;
}

.monitoring-dropdown button:hover {
    /* background-color: #f1f1f1; */
}

.monitoring-visibility-chart {
    width: 100px;
    height: 30px;
}

.monitoring-project-selected {
    color: #007bff;
}

.monitoring-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.monitoring-page * {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
}

.monitoring-page {
    margin: 80px 0;
}

.monitoring-page p {

    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    color: #979eba;
    margin-top: 26px;
    text-align: center;
}

.monitoring-page h1 {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 20px;
    text-align: center;
}

.monitoring-button {
    display: flex;
    width: fit-content;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.monitoring-button-detail,
.monitoring-button button {
    height: fit-content;
    width: fit-content;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #248efb;
    outline: none;
    border: none;
    transition: .2s all ease;
    user-select: none;
}

.monitoring-button-detail a:hover,
.monitoring-button button a:hover,
.monitoring-button-detail *,
.monitoring-button button * {
    color: white;
    text-decoration: none;
}

.monitoring-button-detail:hover,
.monitoring-button button:hover {
    background: #1e6bba;
}

.monitoring-button-detail img,
.monitoring-button img {
    pointer-events: none;
    user-select: none;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(140%) translateY(10px) rotate(90deg);
}

.monitoring-button-detail {
    padding: 0;
}

.monitoring-button-detail a {
    padding: 6px 25px;
    display: block;
}

.monitoring-image {
    margin-top: 40px;
    text-align: center;
}

.monitoring-image img {
    width: 100%;
    height: auto;
}

.progressbar {
    position: absolute;
    right: 20px;
}

.progress-container {
    width: 271px;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    position: relative;
    text-align: right;
    margin-left: auto;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #248efb;
    transition: width 0.4s ease;
}

.progress-label {
    display: block;
    text-align: right;
    margin-left: auto;
    font-size: 16px;
    margin-bottom: 5px;
}

@media (max-width: 1815px) {
    .monitoring-page {
        position: relative;
    }

    .progressbar {
        top: -60px;
    }
}

.monitoring-detail .progressbar {
    margin-bottom: 14px;
}

.monitoring-detail .progressbar,
.monitoring-detail {
    position: static;
}

.monitoring-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.monitoring-detail .monitoring-head {
    margin-bottom: 40px;
}

.monitoring-detail .monitoring-input__field {
    width: 240px;
;
}

.monitoring-detail .monitoring-head h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    color: #374151;

}

.monitoring-head {
    margin-bottom: 20px;
}

.monitoring-table {
    border-collapse:separate;
    border-spacing: 0px;
;
}

.monitoring-table thead th {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #979eba;
    background-color: rgba(151, 158, 186, 0.2);
}

th.leftcol {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
th.rightcol {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.monitoring-table * {
    border: unset !important;
}

.monitoring-table tbody tr>td:nth-child(1) img {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-right: 5px;
}

.monitoring-table-container {
    overflow: auto;
}

.monitoring-table {
    /* min-width: 1920px; */
}

.monitoring-table tr,
.monitoring-table th {
    background-color: transparent;
    color: #374151;
}

.monitoring-table thead th,
.monitoring-table td {
    padding: 20px 10px;
}

.monitoring-little-grapic {
    position: relative;
    width: 130px;
}

.monitoring-table td canvas {
    width: 120px !important;
}

.monitoring-little-grapic::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #248EFB;
}


.monitoring-dropdown {
    position: relative;
    display: inline-block;
}

.monitoring-dropdown-toggle {
    background-color: unset;
    border: unset;
    outline: unset;
    width: 24px;
    height: 24px;
;
}


.monitoring-dropdown-menu {
    display: none;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    min-width: 160px;
    z-index: 98;
}

.monitoring-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.monitoring-dropdown-menu li button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: .1s all ease;
    white-space: nowrap;
}

.monitoring-dropdown-menu li button:hover {
    background-color: rgba(36, 142, 251, 0.15);
    color: #248EFB;
}


.monitoring-input {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.monitoring-input__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/monitoring-images/mingcute_search-line.svg) no-repeat center center / contain;
    pointer-events: none;
}

.monitoring-input__field {
    width: 200px;
    height: auto;
    padding: 6px 25px;
    padding-left: 36px;
    border: 1px solid #979EBA;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: .2s all ease;
}

.monitoring-input__field::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #979eba;
}

.monitoring-input__field:focus {
    border-color: #248efb;
}

.monitoring-actions {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}


.monitoring-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 2000;
}

.monitoring-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.monitoring-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.monitoring-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.monitoring-table td canvas {
    cursor: pointer;
}

.monitoring-page h2 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
}

.monitoring-page.monitoring-main h2 {
    text-align: center;
    color: #374151;
}

.monitoring-page h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

.container {
  /*  max-width: 1360px !important;*/
}

.monitoring-wizard-container {
    width: fit-content;
    width: 100%;
}


.monitoring-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #979eba;
;
}

.monitoring-steps-item {
    white-space: nowrap;
    text-align: center;
    color: #979EBA;
    padding-bottom: 10px;
    position: relative;
    cursor: default;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;

    transition: .2s all ease;
    position: relative;
}



.monitoring-step-content {
    background: #fff;
    /* border: 1px solid #979EBA; */
    border-radius: 4px;
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.monitoring-step-content>label:nth-child(1) {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;
    color: #05172e;
    margin-bottom: 20px;
}


.monitoring-wizard-title {
    font-size: 24px;
    margin-bottom: 20px;
}


.monitoring-form-group {
    margin-bottom: 20px;
}

.monitoring-form-group label {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;
    color: #05172e;
}

.monitoring-form-group input {
    width: 420px;
    border: 1px solid #979EBA;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    transition: 0.2s border-color ease;
}

.create-project-validate {
    color: red;
    font-size: 0.8em;
    /*position: absolute;
    top: -30px;
    */
    margin-bottom: 5px;
    display: none;
    height: 32px;
    width: 260px;
    font-weight: 600;
    vertical-align: bottom;
}

.create-project-key-validate {
    color: red;
    font-size: 0.8em;
    margin-bottom: 5px;
    display: none;
}

.monitoring-form-group input:focus {
    border-color: #248efb;
}


.monitoring-step-buttons {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

#step6secondScreen a,
.monitoring-btn {
    background: #248efb;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

#step6secondScreen a:hover,
.monitoring-btn:hover {
    background: #1e6bba;
}

.monitoring-btn-secondary {
    background: #979EBA;
}

.monitoring-btn-secondary:hover {
    background: #7a86a1;
}


.monitoring-custom-select {
    position: relative;
    display: inline-block;
    width: 260px;
    /*margin-top: 20px;*/
}

#monitoringGroupsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#monitoringAddGroupBtn {
    order: 99999999999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #979eba;
    border-radius: 3px;
    padding: 6px 6px 0px 6px;
    background: white;
    font-weight: 500;
    font-size: 24px;
    color: #979eba;
    min-height: 300px;
}

#monitoringAddGroupBtn img {
    width: 50px;
    height: auto;
}

#monitoringGroupsContainer .monitoring-query-group textarea,
#monitoringGroupsContainer .monitoring-query-group {
    width: 100%;
}

#monitoringGroupsContainer .monitoring-form-group input {
    width: 100%;
    max-width: unset !important;
    text-align: center;
    border: 1px solid #979eba;
}

.monitoring-custom-select__selected {
    position: relative;
    border: 1px solid #979EBA;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 15px
}

#search .monitoring-custom-select__selected:before {
    content: url(../images/monitoring-images/geo.svg);
    height: fit-content;
    display: block;
    height: 16px;
}

.monitoring-custom-select__selected:hover {
    border-color: #248efb;
}

.monitoring-custom-select__selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url(../images/monitoring-images/arrow_down.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.monitoring-custom-select__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    display: none;
    z-index: 999;
}

.monitoring-custom-select__option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px;
    color: #232323;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.monitoring-custom-select.multiple .monitoring-custom-select__option {
    justify-content: flex-start;
    gap: 17px;
}

.monitoring-custom-select__option:hover {
    background-color: rgba(36, 142, 251, 0.15);
    color: #248efb;
}

.monitoring-custom-select__option img {
    width: 13px;
    height: 13px;
}

.monitoring-custom-select__option img {
    display: none;
    width: 13px;
    height: 13px;
}

.monitoring-custom-select__option.active img {
    display: block;

}

.multiple .monitoring-custom-select__option img:nth-child(2) {
    display: block;
}

.multiple .monitoring-custom-select__option.active img:nth-child(2),
.multiple .monitoring-custom-select__option img:nth-child(1) {
    display: none;

}

.multiple .monitoring-custom-select__option.active img:nth-child(1) {
    display: block;

}




.monitoring-custom-select.open .monitoring-custom-select__selected::after {
    transform: translateY(-50%) rotate(180deg);
}

.monitoring-advance-zaprosy .monitoring-custom-select__selected,
.monitoring-custom-select.multiple .monitoring-custom-select__selected {
    /* Чтобы «чипы» и placeholder могли располагаться в одну строку */
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 48px;
    padding: 8px 12px;
}



/* Контейнер для «чипов» */
.monitoring-custom-select__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Сама «чипа» с выбранным значением */
.monitoring-custom-select__chip {
    display: inline-flex;
    align-items: center;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
}

.monitoring-custom-select__chip-close {
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url("../images/monitoring-images/x.svg") no-repeat center/contain;
    /* Пример иконки */
}

/* Placeholder спрячем, если есть чипы */
.monitoring-custom-select__selected.has-selection .monitoring-custom-select__placeholder {
    display: none;
}

/* Блок обертки для поля поиска */
.monitoring-custom-select__search-wrapper {
    padding: 0 14px 0px 14px;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;

}

/* Само поле поиска */
.monitoring-custom-select__search {
    width: 100%;
    border: 1px solid #979eba;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    padding-left: 28px;
}

.monitoring-custom-select__search-wrapper::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-40%);
    content: url(../images/monitoring-images/search_input.svg)
}

/* Варианты опций — можно добавить класс-обертку,
     чтобы удобнее скрывать/показывать результаты поиска */
.monitoring-custom-select__options {
    max-height: 200px;
    /* прокрутка, если слишком много пунктов */
    overflow-y: auto;
}

/* Если опция выбрана — показываем галочку */
.monitoring-custom-select__option.active img {
    display: block;
}


.monitoring-creation .monitoring-head .progressbar {
    position: static;
}

.monitoring-page.monitoring-creation h3 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    color: #374151;
}


.monitoring-search-line {
    display: flex;
    align-items: center;
    gap: 20px;
    /*margin-top: 25px;*/
    margin-bottom: 10px;
    width: fit-content;
}

.monitoring-remove-line {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 0 5px;
    margin-left: auto;
}

.monitoring-remove-line:hover {
    color: #ff0000;
}

.monitoring-steps-item {
    white-space: nowrap;
    color: #979EBA;
    position: relative;
    cursor: default;
    /* padding-bottom: 4px; */
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;
}

.monitoring-steps-item.active {
    color: #248efb;
    cursor: pointer;
}


.monitoring-steps-progress {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #248efb;
    transition: width 0.3s ease;
}

.monitoring-steps-item.active {
    border-bottom: 2px solid transparent;

}


.monitoring-groups-container {
    margin-top: 20px;
}

.monitoring-query-group {
    margin-bottom: 20px;
    width: fit-content;
}

.monitoring-query-group label {
    font-weight: 500;
}

.monitoring-upload-btn {
    display: inline-flex;
    align-items: center;
    background: #979EBA;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 10px;
}

.monitoring-upload-btn:hover {
    background: #7a86a1;
}

.monitoring-upload-btn img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    pointer-events: none;
    user-select: none;
}

.monitoring-group-textarea {
    width: 500px;
    resize: none;
    border-color: #979EBA;
    padding: 10px;
    border-radius: 3px;
    outline: none !important;
}

.monitoring-group-textarea::placeholder {
    color: #979EBA;

}

.monitoring-group-textarea:active,
.monitoring-group-textarea:focus {
    border-color: #248EFB;
}

#monitoringStep6 h4 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;
    color: #05172e;
}

#monitoringStep6 p {
    text-align: left;
}

#step6secondScreen img {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.monitoring-page.monitoring-creation #step6secondScreen h3 {
    text-align: center;
    margin-top: 20px;
}

#step6secondScreen p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    width: 582px;
    display: block;
    margin: 0 auto;
}

#step6secondScreen a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.monitoring-table thead th {
    text-align: center;
    text-align: center;
    /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
    vertical-align: middle;
    /* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
}

.monitoring-table td:nth-child(12),
.monitoring-table td:nth-child(7),
.monitoring-table td:nth-child(6) {
    width: 120px;
}

.tooltip-element {
    position: fixed;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #05172e;
    border-radius: 3px;
    padding: 16px;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 250px;
    /* white-space: nowrap; */
    z-index: 9999;
    /* pointer-events: none; */
    transform: translate(-50%, -110%);
}


.tooltip-element::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.table-th-container {
    display: flex;
    align-content: center;
    gap: 5px;
    line-height: 120%;
    justify-content: center;
}

.search-query {
    gap: 3px;
}

.search-query .form-group button.btn {
    border-radius: 3px;
    padding: 15px 25px;
    font-weight: 400;
    height: fit-content;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    background: #0e9877;
    color: #fff;
    border: none;
    transition: .2s all ease;
}

.search-query .form-group button.btn:hover {
    background: #0b7d62;
}

.search-query>div:nth-child(2) {
    position: static;
    top: unset;
    right: unset;
}

.search-query input {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #979eba;
}

.search-query .monitoring-custom-select {
    height: 50px;
}

.search-query .monitoring-custom-select .monitoring-custom-select__selected {
    height: 100%;
    color: #979eba;
}

.tabs__caption li span {
    padding: 0 33px
}

.monitoring-group-textarea:focus::placeholder,
.monitoring-form-group input:focus::placeholder,
.monitoring-input__field:focus::placeholder {
    opacity: 0;
}

.user-account__menu:before {
    right: calc(50% - 18px);
}

.user-account__menu {
    border-radius: 5px;
    padding: 15px 0;
}

.user-account__menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: -0.01em;
    color: #05172e;
    height: fit-content;
    margin-bottom: 8px;
}

.user-account__menu a:hover {
    background-color: white;
}

.user-account__menu a:nth-last-child(1) {
    margin-bottom: 0;
}

.summary-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    font-family: sans-serif;
    background-color: #fff;
}

.summary-table th,
.summary-table td {
    padding: 24px 16px;
    border-bottom: 1px solid #eaecf1;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
}


/* Левая колонка (названия) */
.summary-table th {
    width: 40%;
    /* Пропорции можно менять */
    background: rgba(151, 158, 186, 0.2);
    color: #6b6b6b;
    font-weight: normal;

}

/* Убираем нижнюю линию у последней строки */
.summary-table tr:last-child th,
.summary-table tr:last-child td {
    border-bottom: none;
}

.summary-table th {
    border-bottom: 1px solid rgba(151, 158, 186, 0.4);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #979eba;
}

.mob-nav nav.navlist {
    display: flex;
    align-items: center;
}

.mob-nav nav.navlist .has-submenu>a,
.mob-nav nav.navlist>a {
    font-weight: 400;
    font-size: 16px;
    /*color: #b5b6b9 !important;*/
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 4px;
}
/*
.mob-nav nav.navlist>a:hover {
    color: #b5b6b9 !important;
}*/

.has-submenu {
    position: relative;
}

.has-submenu:hover .navlist-submenu-menu {
    display: grid;
}

.navlist-submenu-menu {

    display: none;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    gap: 20px;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 100;
    right: 50%;
    transform: translateX(50%);
    width: 620px;
}

.navlist-submenu-menu .text-secondary.targetsubmenu {
    display: none;

}

.inner-header .navlist .navlist-submenu-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #248efb !important;
    text-decoration: none;
    display: flex;
    margin-right: 0;
    flex-direction: column;
    gap: 8px;
}

.navlist-submenu-menu a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #979eba;
}


.mob-nav nav.navlist a.targetsubmenu:after {
    /* content: url(/assets/images/main-images/menu-arrow.svg); */
    height: 20px;
}

.header__login {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__login a:nth-child(1) {
    padding: 15px 25px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
}

.header__login a:nth-child(2) {
    border-radius: 3px;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    background: #248efb;
    text-decoration: none;
    transition: .2s all ease;
}

.header__login a:nth-child(2):hover {
    background: #1e6bba;
}

.header__burger {
    display: none;
}

.navlist .header__login {
    display: none;
}

.menu-toggle {
    display: none;
}

@media (max-width: 1200px) {
    .menu-toggle {
        display: block;
    }

    .header__login {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__burger svg:nth-child(2) {
        display: none;
    }

    .header__burger.active svg:nth-child(2) {
        display: block;
    }

    .header__burger.active svg:nth-child(1) {
        display: none;
    }


    .navlist .header__login {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin-top: 80px;
    }

    .navlist .header__login a {
        width: 100%;
    }

    .has-submenu {
        display: flex;
        flex-wrap: wrap;
    }


    .navlist-submenu-menu {
        display: block !important;
        height: 0;
        overflow: hidden;
        width: 100%;
        position: static;
        transform: unset;
        padding: 0;
        padding-left: 15px;
        box-shadow: unset;

    }

    .navlist-submenu-menu span {
        display: none;
    }

    .has-submenu.active .navlist-submenu-menu {
        height: auto;
    }

    .navlist .header__login a:nth-child(1) {
        color: #05172d !important;
        border: 1px solid #05172d;
        border-radius: 3px;
        margin-bottom: 8px;
    }

    .navlist .header__login a:nth-child(2) {
        color: white !important;
        margin-bottom: 0;
    }

    .mob-nav nav.navlist {
        border-radius: 3px;
        position: absolute;
        display: none;
        right: 10px;
        top: 50px;
        width: 280px;
        text-align: left;
        box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
    }

    .mob-nav nav.navlist>.has-submenu a,
    .mob-nav nav.navlist>a {
        font-weight: 400;
        font-size: 16px;
        line-height: 112%;
        letter-spacing: -0.01em;
        color: #05172e !important;
    }


    .mob-nav nav.navlist a.targetsubmenu:after {
        content: unset;
    }

    .mob-nav nav.navlist.active {
        display: flex;
    }

    .mob-nav.d-flex.align-items-center {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .mob-nav.d-flex.align-items-center {
        position: static !important;
        width: auto;
        flex-direction: row;
        height: unset;
        background: unset;
    }


}

.monitoring-head a {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #248efb;
    display: flex;
    gap: 5px;
    align-items: center;
    padding-bottom: 25px;
}

.monitoring-head a svg {
    width: 20px;
}

.monitoring-step-buttons button:nth-child(1),
.monitoring-step-buttons button:nth-child(2) {
    padding: 6px 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #05172d;
    border: 1px solid #05172d;
    border-radius: 3px;
    background: unset;
}

.monitoring-step-buttons button:nth-child(3) {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    padding: 6px 25px;
}

#monitoringStep5 .monitoring-custom-select {
    width: 221px;
}

.tabs__caption {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.tabs .tabs__caption li {
    width: fit-content;
    margin-right: 0;
}

.tabs .tabs__caption li span {
    padding: 0 19px;
}

.monitoring-head-filter {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.monitoring-head-filter label {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.01em;
    color: #05172e;
    margin: 0;
}

.monitoring-head-filter .monitoring-custom-select__selected {
    padding: 6px;
}

/* ======== Base colors, radii, shadows (no CSS custom properties) ======== */

/* Block */
.daterange {
    display: inline-block;
    font-size: 14px;
    color: #05172e;
    /* text */
}

/* ------- Input (button that opens dropdown) ------- */
.daterange__input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background-color: #FFFFFF;
    /* bg */
    border: 1px solid #979eba;
    /* border */
    border-radius: 4px;
    cursor: pointer;
    min-width: 180px;
    justify-content: space-between;
}

.daterange__input-value {
    white-space: nowrap;
}

.daterange__icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

/* ------- Dropdown panel ------- */
.daterange {
    position: relative;
    /* ensure dropdown positions correctly */
}

.daterange__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 98;
    width: 520px;
    background-color: #FFFFFF;
    /* bg */
    border: 1px solid #979eba;
    /* border */
    border-radius: 6px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 16px;
    display: none;
    user-select: none;
}

.daterange--open .daterange__dropdown {
    display: block;
}

/* Presets */
.daterange__presets {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.daterange__preset {
    height: 31.5px;
    padding: 4px 12px;
    border: 1px solid #979eba;
    /* border */
    background-color: #FFFFFF;
    /* bg */
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    transition: background-color .15s, border-color .15s, color .15s;
}

.daterange__preset--active,
.daterange__preset:hover {
    background-color: #E3EEFF;
    /* primary bg */
    border-color: #248efb;
    /* primary */
    color: #248efb;
}

/* Range inputs */
.daterange__range-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    margin-left: auto;
}

.daterange__date-input {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid #979eba;
    /* border */
    border-radius: 6px;

}

.daterange__range-separator {
    opacity: .6;
}

/* Calendar grid */
.daterange__calendars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 16px;
}

.daterange__calendar {
    width: 220px;
}

.daterange__month-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.daterange__nav {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    font-size: 16px;
    line-height: 1;
    color: #248efb;
    /* primary */
}

.daterange__month-title {
    font-weight: 600;
    font-size: 14px;
}

.daterange__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 11px;
    color: rgba(5, 23, 46, 0.3);
    margin-bottom: 4px;
}

.daterange__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 2px;
}

.daterange__day {
    border: none;
    background: none;
    padding: 6px 0;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color .15s, color .15s;
}

.daterange__day--selected {
    background-color: #248efb;
    /* primary */
    color: #FFFFFF;
}

.daterange__day--in-range {
    background-color: #E3EEFF;
    /* primary bg */
    color: #248efb;
    /* primary */
}

.daterange__day--disabled {
    opacity: .25;
    cursor: not-allowed;
}

/* Footer */
.daterange__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.daterange__clear,
.daterange__apply {
    padding: 6px 16px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #979eba;
    font-weight: 700;
    /* border */
    background: #FFFFFF;
    /* bg */
    transition: background-color .15s, border-color .15s, color .15s;
}

.daterange__apply {
    background-color: #248efb;
    /* primary */
    border-color: #248efb;
    /* primary */
    color: #FFFFFF;
}

.monitoring-head-filters {
    margin-left: auto;
    display: flex;
    gap: 15px;
    margin-top: -27px;
}

.monitoring-head-filters .monitoring-custom-select {
    width: 180px;
}

.monitoring-head-filters .monitoring-custom-select__selected {
    gap: 0;
}

.monitoring-advanced .monitoring-head {
    align-items: flex-start;
    margin-bottom: 1px;
}

.monitoring-advance-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.monitoring-advance-title span {
    font-weight: 500;
    font-size: 32px;
    line-height: 112%;
    color: #374151;
}

.monitoring-advance-title .monitoring-dropdown button {
    padding: 0;
}


.monitoring-advance-mode {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 55px;
}

.monitoring-advance-mode .monitoring-custom-select {
    width: 221px;
}

.monitoring-advance-mode .monitoring-custom-select__selected {
    padding: 6px 16px;
;
}

.monitoring-advance-svodka-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
}

.monitoring-advance-svodka-title span {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #374151;
}

.monitoring-advance-svodka-title button {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    text-align: right;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    background: #979eba;
}

.monitoring-advance-svodka-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.monitoring-advance-svodka-item span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.05em;
    color: #374151;
    margin-bottom: 5px;
    display: block;
    height: 32px;
}

.monitoring-advance-svodka-item span:nth-child(2) {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #374151;
    margin-bottom: 12px;
}

.monitoring-advance-svodka-list {
    display: none;
}

.monitoring-advance-svodka-list.visible {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(7, 1fr);
    gap: 9px
}

.monitoring-advance-svodka-item p {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.05em;
    color: #374151;
    text-align: left;
}

.monitoring-advance-zaprosy-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #374151;
    margin-bottom: 20px;
}

.monitoring-advance-svodka {
    margin-bottom: 40px;
}

.monitoring-advance-zaprosy-filter {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.monitoring-advanc-buttons {
    display: flex;
    /*align-items: center;*/
    gap: 10px;
    /*margin-left: 48px;*/
}


body .monitoring-advance-zaprosy .monitoring-custom-select__selected {
    padding: 6.5px 12px !important;
    min-height: unset !important;
}


.monitoring-advanc-buttons button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    text-align: right;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    background: #979eba;
    outline: none;
    border: none;
    padding: 5px 8px;
    border-radius: 3px;

}

.monitoring-green,
.monitoring-red {
    display: inline;
    background-color: #F8D2C5;
    border-radius: 3px;
    padding: 1px 6px 1px 4px;
}

.monitoring-green {
    background-color: #BEEBD3;
}

svg[data-chart-data] {
    cursor: pointer;
}

/* у вас «даты» начинаются с 5?го столбца */
.monitoring-advanced .monitoring-table th:nth-child(n + 5),
.monitoring-advanced .monitoring-table td:nth-child(n + 5) {
    width: 80px;           /* то же число, что и выше */
    text-align: center;    /* по желанию: выровнять содержимое */
}




.blink_progress {
  animation: blinker 1s linear infinite;
}
.progress_element {
    background-color: #d9d9d980;
    border-radius: 5px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/* Общие стили карточки */
.card {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    overflow: hidden;
    background: white;
}
.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.card-content {
    padding: 15px;
}
.cards-container-status {
    display: none;
    text-align: center;
    font-size: 24px;
    color: #888;
    padding: 40px 0;
    font-weight: 500;
    width: 100%;
}

/* Основной контейнер карточек */
.monitoring-table-container {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cards-container {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 5px;
}

.cards-container::-webkit-scrollbar {
    width: 8px;
}
.cards-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.cards-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.cards-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Карточка с возможностью скролла контента */
.card {
    height: 350px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.card-content {
    overflow-y: auto;
    flex-grow: 1;
    padding: 15px;
}

/* Заголовок карточки */
.card-title-container {
    background-color: #f8f8f8;
    padding: 12px 15px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #eee;
    min-height: 44px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    max-width: 427px;
    white-space: nowrap;
    overflow: hidden;
}
.card-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    margin-bottom: 0px;
   /* padding-right: 10px; */
}

.keyword-wrapper-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}
.keyword-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.keyword-checkbox {
    margin: 0;
}
/*ПРОВЕРИТЬ!!*/
.keyword-text {
    flex-grow: 1;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.keyword-frequency {
    color: #666;
    font-size: 0.9em;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 10px;
}
.no-data-message {
    padding: 12px;
    text-align: center;
    color: #666;
    font-style: italic;
}


/* Стили для подвала карточки */
.card-footer-container {
    background-color: #f8f8f8;
    padding: 0 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 6px;
    min-height: 36px;
}
.footer-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-title span {
    font-weight: bold;
    margin-left: 5px;
}

/*Выпадающее меню карточки*/
.card-dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}
.card-dropdown-toggle {
    background-color: unset;
    border: unset;
    outline: unset;
    width: 30px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.card-dropdown-toggle img {
    width: 25px;
    height: 25px;
    opacity: 0.7;
    transition: opacity 0.2s;
    position: relative;
    z-index: 1;
}
.card-dropdown-toggle:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.05);
}

.card-dropdown-toggle:hover img {
    opacity: 1;
}


.card-dropdown-menu {
    display: none;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    min-width: 160px;
    z-index: 98;
}

.card-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.card-dropdown-menu li button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: .1s all ease;
    white-space: nowrap;
}

.card-dropdown-menu li button:hover {
    background-color: rgba(36, 142, 251, 0.15);
    color: #248EFB;
}

/*Пагинация*/
.pagination-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination-container label {
    margin: 0;
}

.pagination-container select,
.pagination-container span,
.pagination-container ul {
    margin: 0;
}

.pagination {
    list-style-type: none;
    display: flex;
    gap: 10px;
    padding: 0;
}

.pagination li {
    cursor: pointer;
    font-size: 20px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li:hover {
    background-color: #007bff;
    color: white;
}

.pagination li:active {
    background-color: #0056b3;
}

.search-engine-icon {
    max-height: 22px;
    width: 65px;
}



.modal_edit_group_name_input {
    width: calc(100% - 60px);
    padding: 10px 30px;
    margin-top: 15px;
    border: 1px solid #979EBA;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    transition: .2s all ease;
    display: block;
    box-sizing: border-box;
}
#modal-box-select-text select {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    height: 36px;
    box-sizing: border-box;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
}
.modal_select_group_name_input {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 15px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
    height: 36px;
}



    .noauth-box {
        position: absolute; 
        height: 620px;
        width: 920px;
        left: 0;
        right: 0;
        top: 15%;
        margin-inline: auto;
        background-color: white;
        border-radius: 5px;
        z-index: 250;
    }
    .noauth-box-title {
        font-size: 14px;
        background-color: #0e294a;
        height: 40px;
        text-align: center;
        color: white;
        padding-top: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .noauth-box-body {
        background-image: url(/assets/images/paywall_SW2.png);
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: top;
        height: 100%;
        padding: 25px;
        padding-left: 30px;
    }
    .noauth-box-body h1 {
        font-size: 36px;
        width: 540px;
        line-height: 42px;
        padding-bottom: 20px;
        font-weight: 600;
    }

    .noauth-box-body .first-line {
        font-size: 18px;
        width: 540px;
        font-weight: 500;
        padding-bottom: 35px;
    }
    
    .noauth-box-body .reg-btn {
        border-radius: 3px;
        padding: 15px 25px;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        background-color: #248ffb;
        color: #fff;
        border: none;
        text-decoration: none;
        padding-left: 86px;
        padding-right: 86px;
    }
    
    .three-line {
        font-size: 14px; 
        color: gray; 
        width: 540px; 
        padding-top: 35px;
    }
    .close-btn {
        position: relative;
        width: 50px;
        cursor: pointer;
        right: -99%;
        font-size: 24px;
        top: -24px;
        font-weight: 600;
    }
    .close-btn a {
        text-decoration: none;
        color: white;
    }

    .noauth-bg {
        position: fixed;
        width: 100%;
        background-color: #4e4e4eb2;
        z-index: 249;
        height: 100%;
        top: 0px;
    }
    
    .disabled-menu-item {
        color: lightgray;
        cursor: auto!important;
    }
    .monitoring-custom-select__wrapper {
        text-overflow: ellipsis;
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
    }
    .select__option-hide {
        display: none!important;
    }

    /*  ------------------------------------------------- */
    .modal-box-title {
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 600;
        border-bottom: 0.5px solid #e3e3e3;
        padding-bottom: 10px;
        text-align: right;
    }
    .modal-box-title div {
        text-align: left;
        display: inline-block;
        width: 305px;
        font-size: 16pt;
    }
    .modal-box-title span {
        display: inline-block;
        width: 20px;
        cursor: pointer;
    }
    .modal-box-body {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        font-size: 14pt;
    }
    .modal-box-bottom {
        padding-top: 25px;
        padding-right: 25px;
        text-align: right;
    }

.modal-box {
    position: fixed; 
    left: 0;
    right: 0;
    margin-inline: auto;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    top: 30%;
    z-index: 100;
    width: 25%;
    display: none;
    font-family: "Onest", sans-serif;
}
.modal-bg {
    position: fixed;
    width: 100%;
    background-color: #4e4e4eb2;
    z-index: 99;
    height: 100%;
    top: 0px;
    display: none;
}

.wornig-btn.yes-btn {
    color: #ffffff;
    cursor: pointer;
    padding: 5px;
    min-width: 155px;
}
.wornig-btn.no-btn {
    color: #374151;
    background-color: #ffffff;
    cursor: pointer;
    padding: 5px;
    min-width: 90px;
    border: 1px solid #05172d;
}
.wornig-btn.no-btn:hover {
    background-color: #f1f1f1;
}
.yesdelete-btn {
    border: 1px solid #ff3e00!important; 
    background-color: #ff3e00;
    margin-left: 20px;
}
.yesdelete-btn:hover {
    border: 1px solid #982500!important;
    background-color: #982500;
}

.wornig-btn {
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
    border: none;
    margin-left: 10px;
}

    /*  ------------------------------------------------- */