/* font kit start here */


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* font kit end here */
body {
    font-family: 'Poppins';
    background: #fafafa;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.form-control:focus {
    box-shadow: none;
    border-color: #35363D;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    background-color: #f5f7fb;
}

.hamburger_btn {
    padding: 20px 0px;
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #222222;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 9;
    height: 100vh;
    padding: 0px 20px;
    border-right: 2px solid #e0e0e0;
}

.sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    padding: 0px;
}


.sidebar.active .CTAs {
    display: none;
}

.start_new_chat {
    height: 55px;
    background-color: #35363d;
    border-radius: 16px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.sidebar_collapse_icon {
    text-align: end;
    position: absolute;
    right: 20px;
    top: 8px;
}
.sidebar_logo{
    padding: 20px 0px;
}

.sidebar.active .sidebar_collapse_icon {
    text-align: center;
    position: static;
}
.sidebar.active .hamburger_btn {
    padding: 0px 0px 20px;
}
.sidebar.active .sidebar_logo{
    padding: 20px 10px;
}

.sidebar.active .start_new_chat {
    margin: auto;
    width: 55px;
}

.sidebar.active .start_new_chat span {
    display: none;
}

.sidebar_history h6 {
    color: #B4B4B4;
    font-size: 14px;
    text-align: left;
}

.sidebar_history ul li button {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    display: block;
    transition: 0.5s;
    border: none;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    width: 100%;
}

.sidebar_history ul li button:hover,
.sidebar_history ul li button.active {
    background-color: #35363d;
}

.sidebar.active .sidebar_history {
    display: none;
}

.sidebar_history {
    height: calc(100vh - 166px);
    overflow: auto;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.page_content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 250px;
}

.open_menu .page_content {
    margin-left: 80px;
}

.main_content_header .dropdown-toggle::after {
    display: none;
}

.main_content_header {
    padding: 17px 17px;
}

.alert_box {
    padding: 11px 10px;
    text-align: center;
    background-color: #35363D;
}

.alert_box p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #fff;
}

.alert_box button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.chat_intro_box h1 {
    color: #2c2c2c;
    font-family: Poppins;
    font-size: 57px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.25px;
}

.chat_intro_box h1 span {
    background: linear-gradient(90deg, #688AE9 0.05%, #C66D7B 22.24%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.chat_input .send_text {
    position: absolute;
    right: 20px;
    top: 13px;
}

.chat_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    max-width: 1063px;
    left: 50%;
    transform: translateX(-50%);
}

.chat_footer textarea {
    height: 51px;
    border-radius: 30px;
    padding: 12px 50px 12px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #49454F;
    resize: none;
}

.chat_footer p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.chat_wrapper {
    width: 100%;
    max-width: 1063px;
    margin: auto;
}

.chat_intro_box {
    height: calc(100vh - 210px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}

.chat_suggestion_box_outer {
    margin-top: 60px;
}

.chat_suggestion_box_outer .suggestion_box {
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px #0000001F;
    border-radius: 12px;
    padding: 16px 16px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat_suggestion_box_outer .suggestion_box h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #2c2c2c;
}

.world_icon_box {
    height: 40px;
    width: 40px;
    background: #dcdcdc;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
}

.mobile_hamburger_btn, .close_sidebar_btn{
    display: none;
}
/* chat css start */

.chat_box_outer {
    padding: 30px 10px 10px;
    height: calc(100vh - 210px);
    overflow: auto;
}

.chat_box_outer::-webkit-scrollbar, .sidebar_history::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.chat_box_outer::-webkit-scrollbar-thumb, .sidebar_history::-webkit-scrollbar-thumb {
    background-color: #35363d;
    border-radius: 5px;
}
.sidebar_history::-webkit-scrollbar-thumb{
    background-color: efefef;
}
.sidebar_history::-webkit-scrollbar-thumb {
    background-color: #35363d;
}

.chat_box_outer .right_chat_box {
    background: #dcdcdc;
    padding: 14px 16px;
    border-radius: 30px;
    width: fit-content;
    max-width: 450px;
    margin-left: auto;
    margin-bottom: 45px;
}

.chat_box_outer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 0px;
}

.left_chat_box {
    margin-bottom: 45px;
    width: 100%;
    max-width: 750px;
}

.left_chat_box .chat_box_icon {
    height: 34px;
    width: 100%;
    max-width: 34px;
    background-color: #dcdcdc;
}

/* chat css end */

/* login css start */

.login-container {
    padding: 2rem;
    background: #232429;
    min-height: 100vh;
}

.login_form {
    background: #222222;
    border: 1px solid #3f4041;
    backdrop-filter: blur(123px);
    box-shadow: 17px 17px 34px 0px #0000004A;
    border-radius: 17px;
    padding: 20px 20px;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.login_form .site_logo {
    margin-bottom: 25px;
}

.login_header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
}

.login_header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #969696;
}

.login_form input {
    border: 1px solid #3f4041;
    padding: 15px 15px;
    border-radius: 10px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}

.login_form .form_input input::placeholder {
    color: #9A9A9A;
}

.login_form .form_input input:focus {
    border-color: #367AFF;
    background-color: transparent;
    color: #ffffff;
}

.login_form .form-check label {
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.login_form .form-check .form-check-input {
    padding: 0px;
    height: 20px;
    width: 20px;
    border: 2px solid #969696;
}

.show_pass_icon {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-button {
    width: 100%;
    padding: 16px 10px;
    background: #2727D1;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.01em;
}

.login-button:hover {
    opacity: 0.9;
}

.forgot-password {
    margin-top: 1rem;
    text-align: center;
}

.forgot-password a {
    color: #2727D1;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.left_chat_box code {
    width: 100%;
    max-width: 650px;
    display: block;
    overflow: auto;
}
.left_chat_box table {
    width: 100%;
    max-width: 750px;
    display: block;
    overflow: auto;
}
.typing {
    position: relative;
    margin-top: 10px;
  }
  .typing span {
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 10px;
    width: 10px;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  .typing span:nth-child(2) {
    animation-delay: 0.2s;
    margin-left: 15px;
  }
  .typing span:nth-child(3) {
    animation-delay: 0.4s;
    margin-left: 30px;
  }

  @keyframes blink {
    0% {
      opacity: 0.1;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: 0.1;
    }
  }

/* login css end */