.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    min-height: 100vh;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo {
    width: 100%;
    max-width: 226px;
    height: auto;
  }
  .search-container {
        margin: 20px auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .search-bar {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 25px;
        overflow: hidden;
        padding: 0 10px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }
    img.send-search {
        width: 21px !important;
        height: 23px !important;
        cursor: pointer;
    }
    .search-bar img {
        cursor: pointer;
    }
    img.logo-search {
        width: 22px;
        height: 27px;
        cursor: pointer;
    }
    #searchInput {
        padding-left: 45px; /* Aligns the input text with the placeholder text */
        padding-right: 45px; /* Prevents text from overlapping with icons */
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
        border: none;
        outline: none;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex-grow: 1;
        resize: none;
        height: auto;
        line-height: 1.5;
        border-radius: 15px;
        transition: height 0.2s;
    }
    #sendIcon {
        display: none;
    }
    img.mic-search,
    img.send-search {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        cursor: pointer;
    }
    img.mic-search {
        right: 40px;
        width: 13px;
        height: 18px;
    }
    img.send-search {
        right: 10px;
        width: 17px;
        height: 16px;
    }
    .placeholder-text {
        position: absolute;
        left: 45px;
        pointer-events: none;
        color: #aaa;
        top: 50%;
        transform: translateY(-50%);
    }
    /* Mobile Responsive Adjustments */
    @media (max-width: 600px) {
        .search-bar {
            padding: 0 5px;
            max-width: 100%;
        }
        img.send-search,
        img.mic-search {
            bottom: 50%;
            transform: translateY(50%);
        }
        img.mic-search {
            right: 35px;
        }
        img.send-search {
            right: 5px;
        }
        .placeholder-text {
            left: 35px;
            font-size: 14px;
            top: 50%;
            transform: translateY(-50%);
        }
        #searchInput {
            font-size: 14px;
        }
    }

    .center-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        min-height: 100vh;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo {
        width: 100%;
        max-width: 226px;
        height: auto;
    }
    .search-container {
        margin: 20px auto;
        width: 100%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .search-bar {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 25px;
        overflow: hidden;
        padding: 0 10px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }
    img.send-search {
        width: 21px !important;
        height: 23px !important;
        cursor: pointer;
    }
    .search-bar img {
        cursor: pointer;
    }
    img.logo-search {
        width: 22px;
        height: 27px;
        cursor: pointer;
    }
    #searchInput {
        padding-left: 45px; /* Aligns the input text with the placeholder text */
        padding-right: 45px; /* Prevents text from overlapping with icons */
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
        border: none;
        outline: none;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex-grow: 1;
        resize: none;
        height: auto;
        line-height: 1.5;
        border-radius: 15px;
        transition: height 0.2s;
    }
    #sendIcon {
        display: none;
    }
    img.mic-search,
    img.send-search {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        cursor: pointer;
    }
    img.mic-search {
        right: 40px;
        width: 13px;
        height: 18px;
    }
    img.send-search {
        right: 10px;
        width: 17px;
        height: 16px;
    }
    .placeholder-text {
        position: absolute;
        left: 45px;
        pointer-events: none;
        color: #aaa;
        top: 50%;
        transform: translateY(-50%);
    }
    /* Mobile Responsive Adjustments */
    @media (max-width: 600px) {
        .search-bar {
            padding: 0 5px;
            max-width: 100%;
        }
        img.send-search,
        img.mic-search {
            bottom: 50%;
            transform: translateY(50%);
        }
        img.mic-search {
            right: 35px;
        }
        img.send-search {
            right: 5px;
        }
        .placeholder-text {
            left: 35px;
            font-size: 14px;
            top: 50%;
            transform: translateY(-50%);
        }
        #searchInput {
            font-size: 14px;
        }
    }

  /* text code end  */