@media screen and (min-width: 1600px) {
}


@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 32px;
  }

}
@media screen and (min-width: 1200px) {
  /*.setting-btn {*/
  /*  padding-bottom: 30px;*/
  /*}*/

}
@media screen and (max-width: 1200px) {
  .chat-box-fix{
    width: 80%;
    padding-right: 0 !important;
  }

}

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

}

@media screen and (min-width: 1024px) {
  .space-chat-section {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-fixed {
    position: relative;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
  }
}

@media (max-width: 1079px) and (min-width: 992px) {

}

@media screen and (min-width: 992px) {
  header,
  .v-btn-sidebar {
    display: none;
  }

}

@media screen and (max-width: 992px) {
  .progress-box-section .progress-box:nth-child(2):after{
    display: none;

  }
  .v-table {
    width: 90vw;
    padding-right: 20px;
  }

  .v-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 90%;
    transition: left 0.3s ease;
    overflow: hidden;
  }

  .v-sidebar.active {
    left: 0;
    transition: left 0.3s ease;
  }

  div.v-content {
    margin-left: 0;
  }

  /*.setting-btn {*/
  /*    position: unset;*/
  /*    bottom: unset;*/
  /*    margin-bottom: 15px;*/
  /*}*/
  /*.setting-btn {*/
  /*  bottom: 5px;*/
  /*}*/

  .chat-box-start .chat-box-fix {
    background: transparent !important;
  }
}

@media screen and (min-width: 768px) {
  .w-385{
    width: 385px;
  }
  .v-input {
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .agentx-btn-1, .agentx-btn-2{
    font-size: 18px;
  }
  .modal-close{
    right: 0;
  }
  .arrow-up {
    margin-left: 5px;
    padding: 5px 5px 8px 5px;
  }
  .arrow-up img {
    max-width: 18px;
  }
  .codebox {
    overflow-x: auto;
    max-width: 90vw;
    width: 100%;
  }

}

@media screen and (max-width: 580px) {
  .v-table {
    width: 75vw;
  }
  .progress-box-section .progress-box:after{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .chat-box-input ::placeholder {
    font-size: 12px;
  }
}

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

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

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