/* Minification failed. Returning unminified contents.
(13,28): run-time error CSS1030: Expected identifier, found '.'
(13,43): run-time error CSS1031: Expected selector, found ')'
(13,43): run-time error CSS1025: Expected comma or open brace, found ')'
(16,90): run-time error CSS1030: Expected identifier, found '>'
(16,96): run-time error CSS1031: Expected selector, found ')'
(16,96): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.ms-Panel-closeButton {
    margin-top: 12px !important;
}
.mcapsBotPanel .ms-Panel-commands button {
    border: none !important;
}
.mcapsBotPanel .promptArea button {
    border: none !important;
}
.mcapsBotPanel .promptMainArea button {
    width: 100%,
}
div.fai-CopilotMessage:has(.promptMainArea):first-of-type {
    bottom: 119px ;
}
div.textarea-chat input[type="text"]:not(.ms-ComboBox-Input):not(.ms-TextField-fieldGroup>input),
div.textarea-chat textarea:not(.ms-TextField-fieldGroup>textarea) {
    border: none !important;
}
div.textarea-chat {
    max-height: 100px !important;
}

div.ms-Panel.is-open.ms-Panel--custom.irisBot._2apRz.react-draggable[class*="root-"] {
    margin-top: 54px !important;
}

/* Changes to fix Iris bot when copilot is expanded*/
div.ms-Panel.is-open.ms-Panel--custom.irisBot._2apRz.react-draggable.copilot-fullscreen[class*="root-"] {
    position: relative !important;
    left: -746px !important;
}
div.ms-Panel.is-open.ms-Panel--custom.irisBot._2apRz.react-draggable.copilot-fullscreenlg[class*="root-"] {
    position: relative !important;
    left: -509px !important;
}
span.fai-PromptStarter__prompt{
    overflow-wrap: anywhere;
}
/* Added for promptV2 changes for copilot */
div.fui-Listbox.fui-Dropdown__listbox{
max-height:150px !important;
overflow:"auto" !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Media query for desktop/laptop with high resolution (above 175%) - excludes mobile */
@media screen and (min-resolution: 1.75dppx) and (hover: hover) and (pointer: fine) {
    div.fui-Listbox.fui-Dropdown__listbox {
        max-height: 100px !important;
    }
}
/* Media query for desktop/laptop with high resolution (above 200%) - excludes mobile */
@media screen and (min-resolution: 2.0dppx) and (hover: hover) and (pointer: fine) {
    div.fui-Listbox.fui-Dropdown__listbox {
        max-height: 50px !important;
    }
}


