/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/

:root {
    --AIAgent-color: rgba(0, 255, 119, 0.32);
    --text-color: rgba(0, 255, 119, 1);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100vh;
}

a {
    text-decoration: none;
    color: #101e3f;
}


.menu-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    /* padding: 40px 0px; */
    position: absolute;
    position: fixed;
    z-index: 1000;
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    padding: 20px 0px 20px 20px;
    height: 100svh;
    top: 0px;
    left: 0px;
}

.menu-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-item {
    /* glass-effect, flex-center, pill-shape, hover-lift applied via HTML */
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.menu-item-active, .menu-item-active:hover {
    background: #2684FD;
    color: white;
}

.menu-item-highlighted {
    background: linear-gradient(135deg, #C2477E 0%, #8400FF 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(132, 0, 255, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .menu-item-highlighted i {
        color: white;
    }

    .menu-item-highlighted:hover {
        background: linear-gradient(135deg, #C2477E 0%, #8400FF 100%);
        color: white;
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 6px 20px rgba(132, 0, 255, 0.5);
    }

.chat-column {
    width: 70%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.company-column {
    /*    padding: 50px 20px;*/
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
    transition: width 1s ease;
    width: 0%;
    /*    overflow: hidden;*/
    /*    min-width: 310px;*/
}


.company-wrapper {
    display: flex;
    justify-content: space-between;
    font-family: sans-serif;
    height: 100vh;
    position: relative;
    z-index: 99;
    background: linear-gradient(180deg, #E6DFED 0%, #E2EDDF 66.35%, #EDDFDF 100%);
    background: #f8f4f1;
}



.green {
    --text-color: rgba(0, 255, 119, 1);
}

.turquoise {
    --text-color: rgba(0, 255, 225, 1);
}

.blue {
    --text-color: rgba(69, 78, 255, 1);
}

.purple {
    --text-color: rgba(149, 0, 255, 1);
}

.pink {
    --text-color: rgba(255, 0, 195, 1);
}

.red {
    --text-color: rgba(255, 0, 4, 1);
}

.orange {
    --text-color: rgba(255, 85, 0, 1);
}

.yellow {
    --text-color: rgba(255, 191, 0, 1);
}





.blur-box-pagehider {
    background: rgb(255 255 255 / 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
}

.blur-box-wrapper {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    /* box-shadow: 0px -1px 10px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 10px 0px rgba(255, 255, 255, 0.44) inset, 0px 2px 20px 0px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0px -1px 10px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 20px 0px rgba(0, 0, 0, 0.15);*/
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 100px;
}

.blur-box {
    fill: rgba(255, 255, 255, 0.10);
    /* box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.44) inset, 0px 10px 30px 0px rgba(255, 255, 255, 0.30) inset;*/
    box-shadow: 0px 10px 30px 0px rgb(255 255 255 / 0%) inset, 0px 10px 30px 0px rgb(255 255 255 / 10%) inset;
    filter: drop-shadow(0px 20px 150px rgba(0, 0, 0, 0.15));
    backdrop-filter: blur(12px);
    height: 100%;
    width: 100%;
    /*    padding: 12px;*/
}

.blur-box-content {
    /*    background: white;*/
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    padding: 10px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 70%);
}

.blur-box-buttons {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
    justify-content: center;
    gap: 8px;
    z-index: 999;
}

.blur-box-button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Menu Tooltips */
.menu-tooltip {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #183151;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.menu-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: white;
    border-left: none;
}

.menu-item {
    position: relative;
}

.menu-item:hover .menu-tooltip {
    opacity: 1;
    visibility: visible;
}
