@media (min-width: 901px) {
    .analityc-control-group {
        width: 250px;
        max-width: 250px;
    }
}

.analityc-control-group._dp {
    width: auto;
    max-width: unset;
    margin-left: auto;
    margin-top: 0;
}

.analityc-control-group._dp input {
    font-weight: 500;
    cursor: auto;
}

.control-row {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 900px) {
    .control-row, .calendar-row {
        flex-direction: column;
    }
    .calendar-row {
        gap: 30px;
    }
    .control-actions {
        margin-left: auto;
        height: auto;
    }
}

.calendar-row {
    display: flex;
}

.ui-datepicker {
    display: block !important;
    margin-top: -10px !important;
    position: static !important;
}

.page-content-wrapper {
    background-color: white;
}

.news-page__content {
    margin-left: 40px;
    margin-right: 40px;
}

.control-actions {
    width: 100%;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 370px;
    overflow-y: auto;
}

.action-img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.action {
    display: flex;
    cursor: pointer;
}

.action:hover {
    background-color: #F5F6F7;
}

.action-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 90px);
}

.action-kind {
    text-transform: uppercase;
    background-color: #137AD7;
    color: #FFFFFF;
    padding: 4px 8px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.action-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.action-full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px 8px;
    max-height: 90%;
    max-width: 90%;

    .action-full_date {
        font-size: larger;
        margin-bottom: 16px;
    }
    .action-kind {
        font-weight: 500;
        text-overflow: unset;
        white-space: normal;
        overflow: visible;
    }
    .action-full_title {
        font-size: x-large;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .action-full_text {
        overflow-y: auto;
        overflow-x: hidden;
        width: 750px;
        max-width: 100%;
        padding-right: 8px;
        mask-image: linear-gradient(to bottom, #000 95%, transparent), linear-gradient(to top, #000 95%, transparent);
        mask-composite: intersect;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.editor-content {
    p, ul, ol, table, h3 {
        font-family: FiraSansCondensed, sans-serif;
        line-height: 22px;
        color: #000;
        letter-spacing: .007em;
        word-wrap: break-word;
        padding: revert;
        margin: revert;
        font-size: revert;
    }
}

@media (max-width: 900px) {
    .control-row, .calendar-row {
        flex-direction: column;
    }
    .calendar-row {
        gap: 30px;
    }
    .control-actions {
        margin-left: auto;
        height: auto;
    }
    .action-full {
        max-height: 100%;
        max-width: 100%;
    }
}