    .input-group-append .btn {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input-group{
        background-color:whitesmoke;
        border-radius: 25px;
        position: relative;
        display: flex;
    }

    .close-tab {
        font-size: 13px;
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
        height: 25px;
        width: 25px;

    }

    .close-tab img {
        max-width: 14px;
        max-height: 14px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .close-tab:hover{
        background: #DEE2E6;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }


    .content-footer {
        position: absolute;
        bottom: 40px;
        right: 30px;
        font-size: 12px;
    }

    @media (max-width: 1500px) {
        .content-wrapper {
            position: relative;
        }

        .content-footer {
            position: static;
            margin-top: 15px;
            margin-right: -20px;
            bottom: auto;
            right: auto;
            text-align: center;
        }
    }

    .chat-disclaimer {
        margin-bottom: 30px;
        font-size: 12px;
        color: rgb(128, 128, 128);
        text-align: center;
        margin-top: 10px;
    }

    .nav-link .close-tab {
        display: inline-block;
        margin-left: 2px; /* Reduce the space on the left of the close button */
        padding: 0;
        vertical-align: middle;
    }

    .footer-message{
        border: none;
        background-color:whitesmoke;
        resize: none;
        overflow-y: auto;
        max-height: 150px;
    }

    .footer-message:focus {
         background-color:whitesmoke;
    }

    .round-button {
        border: none !important;
        border-radius: 25px !important;
    }


    .not-allowed-message{
        text-align: center;
        margin-top: 50px;
        font-size: 1.5em;
        color: #555;
    }
    .direct-chat-messages{
        width: 50%;
        margin: 0 auto;
        min-width: 700px;
    }

    .info-message-container{
        display: flex;
        align-items: center;
        margin: 10px 0;
    }
    .info-icon{
         margin-right: 10px;
    }
    .info-icon-i{
        font-size: 24px;
        color: #898989;
    }
    .info-chat-text{
        border-radius: 10px;
        padding: 10px 15px;
        border: 1px solid;
    }

    .logo-image{
        max-width: 40px;
        max-height: 30px;
        margin-left: 5px;
        margin-bottom: 3px;
    }

    .rename-option{
        pointer-events: none;
        color: #ccc;
        cursor: default;
    }

    .error-page{
        margin-top: 100px;
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: none;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }


    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    @media (max-width: 768px) {
        .desktop-only {
            display: none;
        }

        .mobile-only {
            display: block;
        }
    }

    .custom-button {
        width: 75px;
    }

    .card{
        box-shadow: none !important;
    }

    #preview {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }