.ipl-main {
    background-color: var(--ui-color-background);
    color: var(--ui-color-text);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px;
}

.addOption__string,
.addBot__string,
.playlistItem__string,
.delsAllowedUsersItem__string {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.addOption__string,
.addBot__string {
    width: fit-content;
}

.addOption,
.addBot__string,
.addOption__string {
    width: 100%;
}

.addOption__string .ui-input:nth-of-type(1) {
    min-width: 100px;
    max-width: 100px;
}

.addOption__string .ui-input:nth-of-type(2) {
    max-width: 360px;
    width: 100%;
}

.addOption__string .ui-input:nth-of-type(3) {
    min-width: 650px;
    width: 100%;
}

.addBot__string .ui-input:nth-of-type(1) {
    min-width: 100px;
    max-width: 100px;
}

.addBot__string .ui-input:nth-of-type(2) {
    width: 100%;
}

.addBot__string .ui-input:nth-of-type(3) {
    width: 100%;
}

.row.addBot {
    width: 100%;
}


.rowsContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: start;
}

.inputMulti__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: start;
}

.inputMulti__container.playListsContainer {
    width: 90%;
}

.playlists.rowsContainer {
    width: 100%;
}

.ui-input[name="playlist_description"] {
    width: 100%;
}

.grid-contentBox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
    box-sizing: border-box;
    box-shadow: var(--ui-shadow-box-inset);
    border-radius: 5px;
    padding: 10px;
    max-height: calc(100dvh - 90px);
    height: 100%;
}

.grid-contentBox--withPanel {
    grid-template-rows: auto 1fr;
    padding: 20px 10px 10px 10px;
}

.app-content {
    box-shadow: var(--ui-shadow-box-inset);
    border-radius: 5px;
    margin: 0;
    padding: 30px;
}

.grid-content {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
    grid-gap: 20px;
    box-shadow: var(--ui-shadow-box);
    height: 100%;
    overflow: auto;
}

.settingsBox {
    max-height: calc(100dvh - 55px);
}

.task-content {
    /* height: 100%; */
    grid-template-rows: 1fr 40px;
}

.grid-table {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    overflow: auto;
}

.grid-listHeader {
    display: grid;
    grid-gap: 10px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.grid-headerItem {
    text-align: center;
    line-height: normal;
}

.grid-headerItem--center {
    text-align: center;
}

.grid-headerItem--left {
    text-align: left;
}

.grid-headerItem--right {
    text-align: right;
}

.grid-listItems {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: auto;
}

.lazyTrigger {
    width: 100%;
    height: 20px;
}

.messageHistory__string,
.grid-messageHistory__listHeader {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.hardwareString div {
    text-align: center;
    justify-content: center;
    display: flex;
}


.hardwareString__item--is_active span {
    display: flex;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 10em;
    background-color: #989898;
    box-sizing: border-box;
}

.hardwareString__item--is_active span {
    background-color: tomato;
}

.hardwareString__item--is_active span.isActive {
    background-color: var(--ui-color-accent-green);
}

.hardwareString__item--status {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* overflow: hidden; */
}

.hardwareString__item--status .trackData {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: unset;
    overflow: hidden;
}

.hardwareString__item--status .trackData__artist {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 250px;
    white-space: nowrap;
}

.hardwareString__item--status .trackData__title {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}



.hardwareString__item--status .trackData__status {
    font-weight: 600;
    font-size: 10px;
}

.hardwareString__item.isOverdue {
    color: tomato;
}

.hardwareString__item.isActual {
    color: var(--ui-color-accent-green);
}

.hardwareString__item--version {
    display: flex;
    gap: 5px;
}

.hardwareString {
    display: grid;
    grid-template-columns: 1fr 1fr .3fr 250px 100px;
    grid-gap: 10px;
    min-height: 48px;
    align-items: center;
    font-size: 14px;
}

.grid-listHeader--hardwares {
    grid-template-columns: 1fr 1fr .3fr 250px 107px;
}

.tableCellControls {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.tableString {
    display: grid;
    grid-gap: 10px;
    min-height: 48px;
    align-items: center;
    font-size: 14px;
    font-size: 14px;
    text-decoration: none;
    color: var(--ui-color-text);
}

.taskString {
    display: grid;
    grid-template-columns: .7fr .7fr .5fr .4fr .4fr .5fr .5fr 100px 100px 140px 80px;
    grid-gap: 10px;
    min-height: 48px;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: var(--ui-color-text);
}

.grid-listHeader--tasks {
    grid-template-columns: .7fr .7fr .5fr .4fr .4fr .5fr .5fr 100px 100px 140px 87px;
}

.mailingString {
    grid-template-columns: 50px 1fr 200px 200px 1fr 1fr 1fr 50px 150px;
}

.mailingString__item--marks {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.mailingString--mls_waiting .mailingString__item--marks {
    background-image:  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyMyZGI3ZDInIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMCA0NDhjLTExMC41IDAtMjAwLTg5LjUtMjAwLTIwMFMxNDUuNSA1NiAyNTYgNTZzMjAwIDg5LjUgMjAwIDIwMC04OS41IDIwMC0yMDAgMjAwem02MS44LTEwNC40bC04NC45LTYxLjdjLTMuMS0yLjMtNC45LTUuOS00LjktOS43VjExNmMwLTYuNiA1LjQtMTIgMTItMTJoMzJjNi42IDAgMTIgNS40IDEyIDEydjE0MS43bDY2LjggNDguNmM1LjQgMy45IDYuNSAxMS40IDIuNiAxNi44TDMzNC42IDM0OWMtMy45IDUuMy0xMS40IDYuNS0xNi44IDIuNnonPjwvcGF0aD48L3N2Zz4=');
}

.mailingString--mls_sended_with_error .mailingString__item--marks {
    background-image:  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmNTAwMDAnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNMjU2IDhDMTE5LjA0MyA4IDggMTE5LjA4MyA4IDI1NmMwIDEzNi45OTcgMTExLjA0MyAyNDggMjQ4IDI0OHMyNDgtMTExLjAwMyAyNDgtMjQ4QzUwNCAxMTkuMDgzIDM5Mi45NTcgOCAyNTYgOHptMCAxMTBjMjMuMTk2IDAgNDIgMTguODA0IDQyIDQycy0xOC44MDQgNDItNDIgNDItNDItMTguODA0LTQyLTQyIDE4LjgwNC00MiA0Mi00MnptNTYgMjU0YzAgNi42MjctNS4zNzMgMTItMTIgMTJoLTg4Yy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDEydi02NGgtMTJjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LTI0YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoNjRjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYxMDBoMTJjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYyNHonPjwvcGF0aD48L3N2Zz4=');
}

.mailingString--mls_sended .mailingString__item--marks {
    background-image:  url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyMzZjk3NGUnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeic+PC9wYXRoPjwvc3ZnPg==');
}

.grid-listHeader--mailingList {
    grid-template-columns: 50px 1fr 200px 200px 1fr 1fr 1fr 50px 157px;
}

.mailingString__item {
    line-height: 1;
}

.mailingString__item--itemsInfo,
.mailingString__item--panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: bold;
}

.userManagerString {
    grid-template-columns: 1fr 1fr 1fr 60px;
}

.grid-listHeader--userManager {
    grid-template-columns: 1fr 1fr 1fr 60px;
}

.objectString {
    display: grid;
    grid-gap: 10px;
    min-height: 48px;
    align-items: center;
    font-size: 14px;
    grid-template-columns: 50px 2fr 1fr 1fr 1fr 1fr 207px;
    color: #444;
    text-decoration: none;
    transition: .2s;
}

.objectString:hover {
    background-color: #ebebeb;
}

.grid-listHeader--objects {
    grid-template-columns: 50px 2fr 1fr 1fr 1fr 1fr 200px;
}

.taskString__item {
    line-height: 1;
}

.taskString__item--controls {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.ui-formSeparator {
    position: relative;
}

.taskString__item--ids,
.taskString__item--times,
.taskString__item--date,
.taskString__item--gap,
.taskString__item--repeat {
    text-align: center;
}

.taskString__item--ids {
    max-height: 42px;
    overflow: hidden;
    margin: 2px 0;
    box-sizing: border-box;
}

.grid-tableSeparator {
    position: relative;
}

.grid-tableSeparator::before {
    content: '';
    position: absolute;
    display: flex;
    width: 100%;
    height: 1px;
    background-color: var(--ui-color-separator);
    top: 0;
}

.taskString__item--changed_at,
.taskString__item--status {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.grid-tableControls {
    min-height: 48px;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.grid-tableFooter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    align-content: center;
}

.grid-mainWrapper {
    max-height: 100dvh;
    overflow: auto;
}

.grid-mainBox {
    overflow: auto;
}

.cellCenter {
    text-align: center;
}

.cellLeft {
    text-align: left;
}

.objectString__item {
    line-height: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.markRound {
    display: flex;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    border-radius: 10em;
}

.popup__globalContainer {
    position: absolute;
    display: none;
    width: 200px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: var(--ui-shadow-input-out);
    padding: 5px 10px;
}

.popup__globalContainer.popup__globalContainer--mailingList {
    width: 300px;
}

.popup__globalContainer:empty {
    display: none !important;
}

.popup__globalContainer--isShow {
    display: block;
    z-index: 99999;
}

.popup__content {
    position: absolute;
    display: none;
}

.rowItem {
    position: relative;
}

.grid-tableInfo__line span {
    font-weight: 500;
    color: #444;
}

.listBox {}