.chat-input-section .card {
    background: #f5f5f5;
}
.chat-input-section input {
    background: transparent;
    border: none;
}
.chat-input-section input:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0px 0px 0px;
}

.chat-input-section .card {
    margin: auto;
    border-radius: 14px;
    padding: 20px 20px 2px 20px;
}

  .small-card-box {
    font-size: 13px;
    color: #000000a3;
  }

.small-card-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.small-card-box ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    margin: 0 1px;
    cursor: pointer;
}

.icon-attc{cursor: pointer;}
img.icon-pic {
    width: 34px;
}

.small-card-box {
    width: 100%;
    margin: 35px auto;
}

.newchat-plus {
    border: 1px solid #3333335e;
    padding: 5px 6px;
    border-radius: 10px;
}

.chat-input-section {
    width: 80%;
    margin: auto;
}
.small-card-box ul li p {
    font-size: 14px;
}

.logginbtn {
    width: 100%;
    padding: 6px 0;
    border: 1px solid #33333340;
    border-radius: 7px;
}

.login {
    margin: auto;
    width: 90%;
}

.login .btn{
font-size: 14px;
}


.dropdown button {
    background: #fff;
    border-radius: 50px;
}
.dropdown button:hover {
    background: #0000000a;
}
ul.dropdown-menu li span {
    float: left;
}
span.drop-icon {
    margin-right: 10px;
    background: #333;
    color: #fff;
    padding: 3px 7px;
    border-radius: 50px;
    margin-top: 9px;
}
ul.dropdown-menu li {
    margin-bottom: 7px;
    padding: 10px 13px;
    border-radius: 10px;
}



.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item{
    padding: 0;
}
ul.dropdown-menu {
    padding: 13px 16px;
}

ul.dropdown-menu li:hover {
    background: #f5f5f6;

}
.top-dropdown button:active {
    border: none !important;
}

.chat-header h1 {
    font-size: 26px;
    font-weight: 600;
}
label.btn.btn-outline-secondary {
    border-radius: 35px;
    padding: 8px 10px;
    background: #fff;
    border-color: #1009092b;
}
button.btn.btn-outline-primary.voice-btn {
    background:transparent;
    padding: 0;
    border: none;
}

textarea#autoTextarea {
    border: none;
    background: transparent;
    font-size: 15px;
}

.type-text:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 0px;
}

#preview-container {
    top: 0;
    left: 58px;
    border-radius: 10px;
/*    height: 90px;
    width: 90px;*/
    overflow: hidden;
}
.file-info.alert.alert-secondary {
    width: 100px;
    padding: 3px 6px;
}
.file-info.alert.alert-secondary {
    padding: 4px 0px;
}
img.img-fluid.rounded {
    width: 48px !important;
    background: #fff;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
    z-index: 99;
}

.chat-tools {
    width: 100%;
    margin-top: 30px;
}
.main-part {
    width: 100%;
    margin-top: 100px;
}




.new-chat{
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e8e7e7;
  text-align: left;
  font-size: 14px;
}

.new-chat:hover{
  border: 1px solid #d2d1d1;
}





.box {
    /* background-color: #f0f0f0; */
    padding: 0;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
    .more-boxes {
      display: none;
    }
    .show-more-btn {
      margin-top: 20px;
      cursor: pointer;
    }
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{border: none}


span.tx-size-sm {
    font-size: 14px;
    font-weight: 400;
}
span.tx-size {
    font-weight: 600;
}

.dropdown-menu.show {
    width: 300px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.active-option {
    background: #f5f5f6;
}








.model-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
    }
    .dropdown-item-content {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .model-info {
      display: flex;
      flex-direction: column;
    }
    .model-description {
      font-size: 0.8rem;
      color: #6c757d;
    }











    .sidebar {
      width: 250px;
      background-color: #f8f7f6;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      border-right: 1px solid #ddd;
      transition: transform 0.3s ease;
      z-index: 1000;
    }

    .sidebar.collapsed {
      transform: translateX(-100%);
    }

    .main {
      margin-left: 250px;
      transition: margin-left 0.3s ease;
    }

    .main.full {
      margin-left: 0;
    }

    .sidebar .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      font-weight: bold;
      /* border-bottom: 1px solid #eee; */
    }

    .sidebar .nav-item {
      padding: 10px 13px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .sidebar .nav-item:hover {
      background-color: #f8f9fa;
    }

    .sidebar .section-title {
      font-size: 0.8rem;
      text-transform: uppercase;
      padding: 10px 20px 5px;
      color: #888;
    }

   

.toggle-arrow {
    cursor: pointer;
    font-size: 1.2rem;
    position: fixed;
    z-index: 9999;
    left: 244px;
    top: 15px;
    color:#909090;
}

.bi-arrow-bar-right {
  left: 11px;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 6px;
  padding-top: 0px;
  font-size: 20px;
  color:#333;
}

.bi-arrow-bar-left{
    margin-left: -30px;
}

.left-side-part{
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
}

.drop-list .model-info strong{
    font-size: 13px;
}

.prof-btm{
  border-top: 1px solid #ddd;
  padding: 20px 15px 0;
  margin-top: 20px;
}

.profile-info h6{
    color:#494949;
    font-size: 15px;
    font-weight: 600;
}

.profile-info small{
    font-size: 13px;
    color:#adadad;
}

.profile-section {
  position: fixed;
  width: 249px;
  bottom: 0;
  padding-bottom: 20px;
  background-color: #f8f7f6;
}

.collapsed .profile-info {
  opacity: 1;
}

.icon-lt-txt{
    color:#555;
}

.icon-lt-txt span{
  padding: 2px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #ccc;
  text-align: center;
}

.icon-lt-txt span.vio i{
color:#a25fbe;
}

.icon-lt-txt span.grn i{
color:#4cda6f;
}

.icon-lt-txt span.blue i{
color:#657ad7;
}

.icon-lt-txt span.red i{
color:#e45d5d;

}


  @media (max-width: 768px) {
      .sidebar {
        transform: translateX(-100%);
      }

      .sidebar.show {
        transform: translateX(0);
      }

      .main {
        margin-left: 0;
      }

       .main-content {
    margin-left: 0;
    background-color: #fff;
    min-height: 100vh;
    padding: 20px;
    transition: all 0.3s ease;
    width: 100%;
    /* border-left: 1px solid #efefef; */
}
.sidebar.collapsed {
    transform: translateX(0%);
}
.bi-chevron-left {
    left: 8px;
}

.bi-chevron-right {
    left: 244px;
}
}



@media screen and (max-width:1024px){
    .small-card-box ul li {
    width: 14%;

}
.small-card-box {
    width: 100%;
    margin: 20px auto;
}

}

@media screen and (max-width:991px){

    .chat-input-section {
    width: 100%;
    }

    .mobile-hide{
        display: none !important;
    }

    .small-card-box ul li {
        width: 15%;
    }

}

@media screen and (max-width:767px){
    
    .mbhide{display: none;}

    .bi-arrow-bar-left {
     margin-left: 0;
     left: 15px;
    }
    
    .bi-arrow-bar-right {
    left: 205px;   
    }

}
