@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap');
html {
    -webkit-font-smoothing: antialiased;
}
.sb-action-menu {
    width: max-content;
    box-shadow: 0 1px 10px #00000017;
    border-radius: 16px;
    padding: 20px 30px;
    margin-bottom: 25px;
}
a.sb-icon-help {
    visibility: hidden;
}
.sb-action-menu ul {margin-top: 15px;display: grid;gap: 10px;list-style: unset;padding-left: 15px;}
.sb-action-menu ul [data-id] {
    cursor: pointer;
    text-decoration: underline;
}
.sb-action-menu ul li {
    color: #32393e;
    text-transform: uppercase;
    font-weight: 600;
}

.sb-action-menu ul ul {
    padding-left: 31px;
    list-style: auto;
    display: grid;
    gap: 10px;
}

.sb-action-menu ul ul li {
    color: #616d74;
    text-transform: none;
    font-weight: 400;
}

.sb-form-action-edit.sb-setting.sb-type-multi-input {
    flex-direction: column;
}


.sb-forms form#form-editor {
    width: max-content;
    box-shadow: 0 1px 10px #00000017;
    border-radius: 16px;
    padding: 20px 30px;
    margin-bottom: 25px;
    display: grid;
    gap: 20px;
    color: #25272a;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.sb-forms form#form-editor input, .sb-forms form#form-editor textarea, .sb-forms form#form-editor input, .sb-forms form#form-editor select {
    display: block;
    width: calc(100% - 20px);
    border: 1px solid #cdd6db;
    border-radius: 4px;
    padding: 10px;
}

.sb-forms form#form-editor label {
    display: block;
    margin-bottom: 7px;
}

.sb-forms form#form-editor input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.sb-forms form#form-editor input[type="checkbox"]:checked {
    background: #cdd6db;
}

ul#form-fields li .row {
    display: flex;
    align-items: center;
    padding: 5px 0;
    gap: 5px;
}

ul#form-fields li {
    display: grid;
    gap: 11px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 20px;
}

ul#form-fields {
    background: #f9fafe;
    padding: 15px 30px;
    margin: 0 -30px;
    margin-bottom: 20px;
    display: grid;
    gap: 20px;
}

ul#form-fields:empty {
    display: none;
}

ul#forms-list {
    display: grid;
    gap: 20px;
    margin-bottom: 50px;
}

ul#forms-list li {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

ul#forms-list li a {
    color: black;
}


.sb-requests--table {
    padding: 20px;
    font-size: 15px;
}

.sb-requests--table th, .sb-requests--table td {
    padding: 10px 5px;
    width: 10%;
    text-align: center;
}

.sb-requests--table th {
    color: gray;
    border-bottom: 1px solid #efefef;
}
[data-item-name="warning"] svg, [data-item-name="attaches"] svg, [data-item-name="linkTool"] svg {
    fill: none;
    width: 20px;
    height: 20px;
}

.sb-editor .sb-bar-icons > div[disabled] {
    pointer-events: none;
    opacity: 0.2;
}



.sb-active.sb-chat.sb-main.sb-rtl {
    overflow: visible;
}

.sb-admin > .sb-header > .sb-admin-nav > div > a .mai-icon {
    opacity: 0.55;
    transition: .3s;
    position: absolute;
    width: 22px;
    left: 15px;
}

.sb-panel-articles .sb-articles > div > span {
    height: auto;
    line-height: 1.6;
    white-space: normal;
    overflow: inherit;
}

.sb-panel-articles .sb-articles > div > span p {
    margin-bottom: 14px;
    color: black;
}
#tab-prompts{
    display: none;
}

.sb-right.sb-with-attach {
    background: transparent;
    padding: 0;
}