

/* Start:/local/templates/cabinet/components/rendall/meeting.edit/.default/style.css?17588202192614*/
#meeting_participants_container {
    display: flex;
    flex-wrap: wrap;
    cursor: text;
    position: relative;
    align-items: flex-start;
    min-height: 80px;
    height: auto;
}
#meeting_participants_chips {
    position: absolute;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 8px 12px;
    min-width: 100px;
    max-width: 100%;
    min-height: 80px;
    background-color: transparent;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
}
#meeting_participants_chips input {
    border: none;
    background: transparent;
    font-weight: 500;
    max-width: 100%;
    height: 34px;
    line-height: 150%;
}
#meeting_participants_chips input::placeholder {
    color: var(--bs-gray-2);
    opacity: 1;
}
#meeting_participants_chips .chips-item:hover:focus,
#meeting_participants_chips .chips-item:hover:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #E9ECEF;
}
#meeting_participants_chips .chips-item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #E9ECEF;
}
#meeting_participants_suggestions {
    display: flex;
    border: none;
    position: absolute;
    width: 536px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 16px 0 8px 0;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    z-index: 100;
    max-height: 25vw;
}
#control-buttons {
    height: 72px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 101;
}
#meeting_participants_suggestions .suggest-item {
    padding: 14px 16px 0;
    display: flex;
    min-height: 82px;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    cursor: pointer;
}
#query_contacts {
    min-width: 310px;
}
#meeting_participants_suggestions .suggest-item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF;
}
#meeting_participants_suggestions .suggest-item .user-account-icon {
    width: 48px;
    height: 48px;
    background-size: contain;
}
#meeting_participants_suggestions .contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--bs-gray-6);
    padding-bottom: 18px;
    height: auto;
}
#meeting_participants_suggestions .contact-name {
    font-size: 14px;
    line-height: 128%;
}
#meeting_participants_suggestions .contact-email {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: var(--bs-gray-2);
}
.chips-item {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/cabinet/components/rendall/userprompt.edit.modal/.default/style.css?1753122513677*/
.visualization-dropdown > a,
.visualization-dropdown > a:hover,
.visualization-dropdown > a:active,
.visualization-dropdown > a:focus {
    border: 1px solid #e9ecef;
    color: #67757c !important;
}

.visualization-dropdown > a:active,
.visualization-dropdown > a:focus {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
}

.visualization-dropdown .dropdown-item {
    padding: 12px;
}

.visualization-params-type .visualization-dropdown .btn {
    height: 36.5px;
}

.disabled .visualization-params-type .visualization-dropdown .btn {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/cabinet/components/rendall/userprompt.context.list.modal/.default/style.css?175312251376*/
.user-context-list .modal-list-item:hover {
    background-color: #F2F4F8;
}
/* End */


/* Start:/local/templates/cabinet/components/rendall/userprompt.view.modal/.default/style.css?1753122513677*/
.visualization-dropdown > a,
.visualization-dropdown > a:hover,
.visualization-dropdown > a:active,
.visualization-dropdown > a:focus {
    border: 1px solid #e9ecef;
    color: #67757c !important;
}

.visualization-dropdown > a:active,
.visualization-dropdown > a:focus {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
}

.visualization-dropdown .dropdown-item {
    padding: 12px;
}

.visualization-params-type .visualization-dropdown .btn {
    height: 36.5px;
}

.disabled .visualization-params-type .visualization-dropdown .btn {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/cabinet/components/rendall/userprompt.list.bind/.default/style.css?17532578001610*/
.used-prompt-tpl {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    height: 40px;
	font-size: 14px;
    border-radius: 12px;
    background: var(--bs-gray-3);
    align-items: center;
    padding: 2px 4px 2px 16px;
    max-width: 100%;
}
.used-prompt-tpl .template-name {
    color: var(--bs-onyx);
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.used-prompt-tpl .template-info {
    background: url('/local/templates/cabinet/assets/images/icon/info-dark.svg') 50% 50% no-repeat;
    padding: 8px;
    height: 38px;
    min-height: 38px;
    width: 38px;
    min-width: 38px;
}
.used-prompt-tpl .template-info.editable {
    background: url('/local/templates/cabinet/assets/images/icon/pencil-alt.svg') 50% 50% no-repeat;
}
.used-prompt-tpl .template-cancel {
    background: url('/local/templates/cabinet/assets/images/icon/x-close.svg') 50% 50% no-repeat;
    padding: 8px;
    height: 38px;
    min-height: 38px;
    width: 38px;
    min-width: 38px;
}
.used-prompt-tpl  .template-info:hover {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.08);
}
.used-prompt-tpl .template-info:focus,
.used-prompt-tpl .template-info:active {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.12);
}
.used-prompt-tpl .template-cancel:hover {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.08);
}
.used-prompt-tpl .template-cancel:focus,
.used-prompt-tpl .template-cancel:active {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.12);
}
/* End */
/* /local/templates/cabinet/components/rendall/meeting.edit/.default/style.css?17588202192614 */
/* /local/templates/cabinet/components/rendall/userprompt.edit.modal/.default/style.css?1753122513677 */
/* /local/templates/cabinet/components/rendall/userprompt.context.list.modal/.default/style.css?175312251376 */
/* /local/templates/cabinet/components/rendall/userprompt.view.modal/.default/style.css?1753122513677 */
/* /local/templates/cabinet/components/rendall/userprompt.list.bind/.default/style.css?17532578001610 */
