.cursor-pointer {
    cursor: pointer;
}

.message-bold {
    font-weight: 700;
}

instruction,context{
    display:none;
}

.knowledge-inner-content {
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dropzone_knowledge {
    min-height: 300px;
    border: 2px solid #dfe5ef;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: #fff;
    padding: 20px 20px;
    border-radius: 7px;
    border-style: dashed;
}

.tooltip-inner {
    max-width: 800px !important;
}

.menu-history:hover .icon-hover, .menu-workspace:hover > .dropdown > .icon-hover {
    display: block;
}

.div-workspace:hover > .dropdown > .icon-hover { /*AM    .btn.bg-secondary-subtle.text-secondary.font-medium.btn-sm.icon-hover:hover display: block;   */
    display: block;
}

.div-workspace a.text-truncate {
    text-align:left;
}

.menu-workspace:hover .dropdown{
    display: inline-block;
}

.icon-hover {
    display: none;
}

#sidebarnav .li-hover .div-hover {
    display: block; /* Utilisez `display: block` pour permettre la transition */
    opacity: 0; /* Commencez avec une opacité de 0 pour rendre l'élément invisible */
    transition: opacity 0.8s ease; /* Transition douce de l'opacité sur 0.5 secondes */
}

#sidebarnav .li-hover:hover > .div-hover {
    opacity: 1; /* L'opacité passe à 1 (complètement visible) lors du survol */
}


.conversation_filter .card {
    background-color: #FF000012;
}

.line_filter {
    border-top: 1px solid #e8c5c5f7;
    padding: 4px 0;
    margin-left: 5px;
}

#divFooterChatbot {
    position: fixed;
    bottom: 0px;
    background: transparent;
    width: 100%;
    left: 0px;
    z-index: 1;
    padding-left: 300px;
    padding-right: 30px
}

/* Style to keep the same background as the Chat is disable*/
.message-type-box:disabled {
    color: var(--bs-link-color) !important;
    background-color: transparent !important; 
    opacity: 1 !important; 
}

/* Style to keep the same submit button when the Chat is disable*/
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: var(--bs-primary) !important; 
    border-color: var(--bs-primary) !important;
    color: white !important; 
    opacity: 0.4 !important; 
    cursor: not-allowed; 
}

.btn-primary:disabled i,
.btn-primary[disabled] i {
    opacity: 1 !important;
}

#divFooterChatbot > div {
    background: white;
}

body[data-sidebartype=mini-sidebar] #divFooterChatbot {
    padding-left:110px;  
}

.precodeChat{

}
#scrollboxChat * {
    min-width: 0;
}

.codeChat {
    padding:10px;
    padding-top:0px;
}

.tablegeneratebyai {
    table-layout: fixed;
    word-break: break-all;
}

.tablegeneratebyai td {
    white-space: normal !important;
    word-wrap: break-word;
}

.divcopytableaibtn{
    margin-top:7px;
}

.workspacepageai .divcopytableaibtn {
    display: none;
}

.swal2-title {
    font-size: 1.2em !important;
}

button:disabled {
    color: gray !important;
    border-color: gray !important;
}

.message-bodyAssistPrompt{
    max-height:initial!important;
}

.inactive {
    color: #C1C1C0 !important;
    cursor: default;
    //pointer-events: none;
}

.inactive:hover {
    color: #C1C1C0 !important;
    background-color: #FFF !important;
}

.inactive:hover::before {
    border-radius: 0 !important;
    background-color: #FFF !important;
    color: #C1C1C0 !important;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.disabled:hover a {
    color: var(--bs-body-color) !important;
}

.menu-prompt:hover .disabled .hidden-element {
    visibility: false;
}

.disabled:hover .hidden-element {
    visibility: hidden !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle:hover::after {
    display: inline-block;
}

.offcanvas-addworkspaceAI {
    right: 80px !important;
    left: initial !important;
    height: 500px !important;
    max-width: 400px;
    width: 400px;
}

.custom-offcanvas-source {
    width: 600px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: normal;
}

.custom-offcanvas-source .ti {
    font-size: 21px;
}

.custom-offcanvas-source img {
    padding-left: 20px;
    max-width: 500px;
    text-align: center;
}

.custom-offcanvas-source .offcanvas-body .info_source {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-offcanvas-source .content_source {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.2;
    color: #555;
}

.custom-offcanvas-source .offcanvas-body .file_title {
    background-color: var(--bs-info-bg-subtle) !important;
    padding: 17px;
    font-weight: 600;
}

.display-answer {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    text-align: center;
    padding-top: 60px;
}

.hidden{
    display:none;
}

.display-answer:hover {
    background-color: #FFF !important;
}

.min-vh-20 {
    min-height: 20vh !important;
}
.min-vh-30 {
    min-height: 30vh !important;
}

.nav-carret {
    font-size: 16px;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    position: relative;
    margin: 3px 3px 3x;
    padding: 2px;
    border-radius: 7px;
    gap: 10px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

    .nav-carret:hover {
        background-color: var(--bs-primary);
        color: var(--bs-white);
    }

    .nav-carret i {
        transition: transform 0.3s ease; /* Ajoute une transition sur la propriété transform */
        display: inline-block;
    }

    .nav-carret:not(.collapsed) i.ti-chevron-right {
        transform: rotate(90deg); /* ou toute autre angle selon le besoin */
    }

.sidebar-link.Space-AI-open span {
    margin-left: 15px !important;
}

.first-level {
    padding-left: 20px;
}

/* Rotation de l'icône lorsque le menu est ouvert */
.nav-carret:not(.collapsed) .ti-chevron-right {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.nav-carret.collapsed .ti-chevron-right {
    transition: transform 0.3s ease;
}

.page_active a {
    color: var(--bs-primary);
}

.menu-workspace:last-child {
    margin-bottom:0px!important;
}

.Space-AI-open-child {
    padding: 4px 0;
    white-space: nowrap;
}

.cardblockeditor {
    display: block;
    color: var(--bs-heading-color);
}

.cardblockeditor p {
    margin-bottom: 0;
    color: var(--bs-card-title-color);
}

.dropdownlisubmenu:hover .dropdown-submenu
{
    display:block!important;
}

.dropdown-submenu-right
{
    margin-left: 100px;
}

.text-limit-2-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-icon-v2-hover {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-icon-v2-hover:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    z-index: -1;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    background-color: var(--bs-primary);
    color: #FFF;
}

.nav-icon-v2-hover:hover {
    color: #FFF;
}

#audioVisualizer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
    width: 200px;
    height: 35px;

}

.disabled-link {
    color: gray;
    cursor: not-allowed;
    pointer-events: none;
}

.appcardtitle {
    font-size: 20px;
    font-weight: bold;
    color: var(--bs-heading-color);
    padding-bottom: 20px;
    padding-left: 10px;
}

.bloc-table td
{
    padding:2px 10px ;
}

.bloc-table button {
    width: 35px !important;
    height: 35px !important;
    border:none;
}


.bloc-table th {
    padding: 10px;
}

.bloc_title {
    padding-bottom: 10px;
}

.bloc_body {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.mb-20 {
    margin-bottom: 200px;
}

.chatbot_prompt_menu:hover {
    color: #5c59f3;
}

.chatbot_disabled button {
    color: #FFF !important;
    pointer-events: none;
    opacity: 0.5;
}

.chatbot_disabled {
    opacity: 1;
}

.chatbot_disabled .bg_FooterChatbot {
    opacity: 0.5;
}

.chatbot_disabled textarea {
    background-color: #F2F2F2 !important;
    pointer-events: none;
}

.loading-action span {
    opacity: 0;
    animation: fadeCycle 2s infinite ease-in-out;
}

.block-action-ui
{
    margin-bottom:80px;
}

@keyframes fadeCycle {
    0%, 100% {
        opacity: 0.6;
    }

    60% {
        opacity: 1;
    }
}

.loading-text span{
    animation-delay: 0s;
}

.load-hidden{
    display:none!important;
}

.btn_select_past:disabled {
    color: var(--bs-btn-disabled-color) !important;
    pointer-events: none;
    background-color: #FFF;
    border-color: var(--bs-btn-disabled-border-color) !important;
}

.dropdown-toggle-wf {
    background-color: #5954f3 !important;
    color: #FFF !important;
    --bs-btn-bg: #5954f3 !important;
    --bs-btn-border-color: #5954f3 !important;
    --bs-btn-hover-bg: #4f73d9 !important;
    --bs-btn-hover-border-color: #4f73d9 !important;
    --bs-btn-color: #fff !important;
}
.dropdown-toggle-wf::after {
    display: inline-block;
}

    .dropdown-toggle-wf:hover {
        --bs-btn-color: #fff !important;
        color: #FFF !important;
    }

    }


.icon-bg {
    background-color: #f1f3f5;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDD;
    min-width: 40px !important;
}

.icon-bg .ti {
    font-size: 20px;
    padding-top: 0;
}

.icon-bg .ti-robot {
    padding-top: 3px;
}

/*.menu-add-workspace {
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s;
}
.left-sidebar:hover .menu-add-workspace {
    opacity: 1;
}*/
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
    }
}

#offcanvasRightEdit, .custom-offcanvas-workflow {
    background-color: #5954f3;
}

@media (min-width: 992px) {
    #offcanvasRightEdit, .custom-offcanvas-workflow {
        width: 500px;
    }
}

#offcanvasRightEdit .form-control, #offcanvasRightEdit .form-select, .custom-offcanvas-workflow .form-control, .custom-offcanvas-workflow .form-select {
    background: #FFF;
    color: #000 !important;
}

#offcanvasRightEdit .form-control::placeholder,.custom-offcanvas-workflow .form-control::placeholder {
    color: #888; /* Couleur du placeholder */
    opacity: 1; /* Pour s'assurer que le placeholder est bien visible */
}

#offcanvasRightEdit .btn, .custom-offcanvas-workflow .btn {
    color: #5954F3 !important;
}
.custom-offcanvas-workflow {
    width:600px!important;
}
/* Cadre global --------------------------------------------------- */
.file-thumb-vertical {
    width: 130px; /* largeur du cadre */
    height: 80px; /* hauteur totale */
    border: 1px solid #e4e4e4;
    border-radius: .6rem;
    background: #fff;
    display: flex;
    flex-direction: column; /* empile icône puis texte */
    align-items: center; /* centrage horizontal */
    justify-content: center; /* centrage vertical */
    position: relative; /* pour positionner le X */
    padding: .25rem .5rem;
    box-sizing: border-box;
    margin-right: 0.25rem;
}

/* Pictogramme DOCX ---------------------------------------------- */
.file-thumb-vertical .file-icon {
    font-size: 28px; /* taille icône */
    line-height: 1;
}

/* Nom du fichier ------------------------------------------------- */
.file-thumb-vertical .file-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .72rem;
    margin-top: 2px; /* petit espace sous l’icône */
    min-width: 0; /* indispensable avec flexbox */
    text-align: center;
}

/* Bouton de suppression ----------------------------------------- */
.file-thumb-vertical .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%,-40%); /* déborde légèrement comme sur votre capture */
    cursor: pointer;
    font-size: 1rem;
}

.ChatTextArea {
    /* animation: 2s ease 0s infinite normal none running pulse-animation; */
    /* border-width: 3px !important; */
    /* border-style: solid !important; */
    /* border-color: rgb(255, 82, 82) !important; */
    /* border-image: initial !important; */
    background-color: #f5f5f5;
    margin: 0 45px !important;
    border-radius: 10px;
}

/* Style pour les options chatbot */
.chatbot-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}

.options-chatbot {
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    display: inline-flex;
    flex-direction: row;
}

/* Style des boutons du chatbot fichiers + envoi */
.buttons-chatbot {
    display: inline-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.buttons-chatbot>ul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.buttons-chatbot>div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
}

@media (max-width: 576px) {
    .options-chatbot {
        font-weight: 600 !important;
        font-size: 0.65rem !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .options-chatbot>div{
        padding: 3px !important;
    }
}

@media only screen and (max-width: 1300px) {
    #divFooterChatbot {
        padding-inline: 10px!important;
    }
}

.icon-bg {
    background-color: #f1f3f5;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDD;
    min-width: 40px !important;
}

.icon-bg- .ti {
    font-size: 20px;
    padding-top: 0;
}

.icon-bg .ti-robot {
    padding-top: 3px;
}

.icon-bg-lefter {
    background-color: #f1f3f5;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDD;
    min-width: 40px !important;
}

.icon-bg-lefter .ti {
    font-size: 16px;
    padding-top: 0;
}

.siteWF-appear {
    animation: fadeIn 0.5s ease-in-out;
}

.file-drop-zone {
    display: flex;
    width: 100%;
    border: 2px dotted #aaaaaa;
    align-items: center;
    margin-bottom: 2px;
}

.hoverFileUpload {
    border-style: solid;
    background-color: #00ca71;
}

.div-sharepointFolders:hover > .dropdown > .icon-hover {
    display: block;
}

.div-sharepointFolders a.text-truncate {
    text-align: left;
}

.sidebar-Sharepoint {
    line-height: 2
}

.sidebar-Sharepoint .file-list {
    font-style: italic;
    font-weight: 500;
}

.sidebar-level {
    padding-left: 40px;
    border-left: 2px solid #DDD;
    border: 1px solid;
    margin-left: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bg_FooterChatbot {
    background-color: #F2F2F2;
    border-radius: 7px !important;
}

.text-chatbot {
    --bs-text-opacity: 1;
    color: #2a3547 !important;
}

@media (max-width: 700px) {
    .card-conversation {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .card-conversation .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card-conversation .ms-3 {
        margin-left: 0.5rem !important;
    }
    .card-WF .conversation-body {
        margin-left: -40px;
        padding-top: 10px
    }
    .card-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .card-WF .card-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .card-WF {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .bg_FooterChatbot {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    
}

.conversation-body {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

ul.bulletpoint {
    list-style: disc !important;
}

h3.ChatbotTitle {
    margin-bottom: 0 !important;
}

hr.hr-chatbot {
    border-top: 2px solid #ebf1f6;
}

table.tablegeneratebyai {
    border-radius: 8px;
    border-collapse: separate; /* ou border-collapse: collapse; selon l'effet désiré */
    border-spacing: 0; /* pour éviter l'espacement entre les cellules si border-collapse: separate */
    border-radius: 8px; /* petit border-radius */
    overflow: hidden; /* pour que le border-radius s'applique aussi aux coins */
}

/* Style pour le bouton de copie qui apparaît au survol */


.copy-btn-hover {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #fff;
}

.divtableaicontainer:hover .copy-btn-hover {
    opacity: 1;
}


/* Pour tous les titres avec la classe ChatbotTitle */

.bg-dark .ChatbotTitle {
    color: white;
    font-size:  18px;
}

.precodeChat .ChatbotTitle {
    color:  white;
}

precodeChat H1 {
    font-size: 18px;
}

precodeChat H2 {
    font-size: 16px;
}

precodeChat H3 {
    font-size: 14px;
}

precodeChat H4 {
    font-size: 13px;
}

precodeChat H5 {
    font-size: 13px;
}

h1.ChatbotTitle {
    font-size: 1.4rem;
    margin-bottom: 8px !important;
    font-weight: 600;
}


h2.ChatbotTitle {
    font-size: 1.25rem;
    margin-bottom: 8px !important;
    font-weight: 600;
}


h3.ChatbotTitle {
    font-size: 1.125rem;
    margin-bottom: 8px !important;
    font-weight: 600;
}


h4.ChatbotTitle {
    font-size: 1rem;
    margin-bottom: 8px !important;
    font-weight: 600;
}



h5.ChatbotTitle {
    font-size: 1rem;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.sidebar-item {
    transition: all 0.2s ease;
    border-radius: 0.375rem;
}

.sidebar-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.sidebar-arrow {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}

.sidebar-item:hover .sidebar-arrow {
    opacity: 1;
    width: 16px;
    margin-left: 8px;
}

.hpt-class {
    display: none !important;
  visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

.ti-loader {
    display: inline-block;
    animation: spinner-rotation 0.8s linear infinite;
}

@keyframes spinner-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Monaco Editor Wrapper and Toolbar Styles */
.monaco-editor-wrapper {
    position: relative;
 margin-top: 5px;
}

.monaco-editor-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 0.25rem 0.25rem 0 0;
    gap: 10px;
}

.monaco-toolbar-left,
.monaco-toolbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Language Badge */
.monaco-language-badge {
    display: inline-block;
    padding: 2px 8px;
    background-color: #e7f1ff;
color: #5d87ff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Validation Badge */
.monaco-validation-badge {
  display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
  border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
  cursor: help;
    transition: all 0.2s ease;
}

.monaco-validation-badge i {
    font-size: 14px;
}

.badge-success {
    background-color: #e6f4ea;
    color: #13795b;
}

.badge-error {
    background-color: #fce8e6;
    color: #d32f2f;
}

.badge-warning {
    background-color: #fff4e5;
    color: #f57c00;
}

/* Toolbar Separator */
.monaco-toolbar-separator {
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
    display: inline-block;
}

/* Toolbar Buttons */
.monaco-format-btn,
.monaco-copy-btn,
.monaco-fullscreen-btn {
    background: none;
  border: none;
    color: #5d87ff;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 1;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.monaco-format-btn:hover,
.monaco-copy-btn:hover,
.monaco-fullscreen-btn:hover {
    background-color: #e7f1ff;
    color: #4570ea;
}

.monaco-format-btn.btn-success,
.monaco-copy-btn.btn-success {
    background-color: #e6f4ea;
    color: #13795b;
}

.monaco-format-btn i,
.monaco-copy-btn i,
.monaco-fullscreen-btn i {
    display: block;
}

/* Monaco Editor Container */
.monaco-editor-wrapper .monaco-editor-container {
    border-radius: 0 0 0.25rem 0.25rem !important;
}

/* Fullscreen Mode Styles */
.monaco-fullscreen {
    z-index: 9999 !important;
    background-color: white;
    padding: 0;
}

.monaco-fullscreen .monaco-editor-toolbar {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #2d2d2d;
 border-color: #1e1e1e;
}

.monaco-fullscreen .monaco-language-badge {
    background-color: #3e3e42;
    color: #ffffff;
}

.monaco-fullscreen .monaco-validation-badge.badge-success {
    background-color: #1e4620;
    color: #a5d6a7;
}

.monaco-fullscreen .monaco-validation-badge.badge-error {
    background-color: #5f2120;
    color: #ef9a9a;
}

.monaco-fullscreen .monaco-validation-badge.badge-warning {
    background-color: #663c00;
 color: #ffcc80;
}

.monaco-fullscreen .monaco-toolbar-separator {
    background-color: #555;
}

.monaco-fullscreen .monaco-format-btn,
.monaco-fullscreen .monaco-copy-btn,
.monaco-fullscreen .monaco-fullscreen-btn {
    color: #ffffff;
}

.monaco-fullscreen .monaco-format-btn:hover,
.monaco-fullscreen .monaco-copy-btn:hover,
.monaco-fullscreen .monaco-fullscreen-btn:hover {
    background-color: #3e3e42;
color: #ffffff;
}

.monaco-fullscreen .monaco-editor-container {
    height: calc(100vh - 45px) !important;
    border-radius: 0 !important;
  border: none !important;
}

/* Fullscreen API Styles */
.monaco-editor-wrapper:fullscreen {
    display: flex;
    flex-direction: column;
  width: 100%;
    height: 100%;
}

.monaco-editor-wrapper:-webkit-full-screen {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.monaco-editor-wrapper:-moz-full-screen {
    display: flex;
    flex-direction: column;
    width: 100%;
 height: 100%;
}

.monaco-editor-wrapper:-ms-fullscreen {
    display: flex;
  flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .monaco-editor-toolbar {
        flex-wrap: wrap;
        gap: 5px;
    }

  .monaco-toolbar-left,
    .monaco-toolbar-right {
        gap: 5px;
    }

    .monaco-language-badge,
    .monaco-validation-badge {
      font-size: 10px;
        padding: 2px 6px;
    }

    .monaco-format-btn,
    .monaco-copy-btn,
  .monaco-fullscreen-btn {
        font-size: 16px;
      padding: 3px 6px;
    }
}