@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sec-left {
  background-image: linear-gradient(-225deg, #ffffff 0%, #ffffff 30%, #0b3fa3 100%);
  height: 100vh;
  border: none;
}
.sec-left .sec-header {
  margin-top: 20px;
  text-align: center;
}
.sec-left .sec-header img {
  width: 70px;
  height: auto;
}
.sec-left .sec-header div {
  margin-top: 10px;
}
.sec-left .sec-header div span {
  color: #000264;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
}
.sec-left .sec-header div span.title {
  font-size: calc(20px + 0.1vw);
  text-shadow: 1px 1px 2px #7D7D7D;
}
.sec-left .sec-header div span.sub-title {
  margin-top: -1%;
  font-weight: 100;
  font-size: calc(10px + 0.1vw);
  color: #404042;
}
.sec-left .sec-content {
  padding: 6px;
  margin-top: 15%;
}
.sec-left .sec-content .box-text {
  font-size: 21px;
  text-align: right;
  color: #3f3f3f;
  display: inline-block;
  margin-left: calc(2% + 145px);
  line-height: 45px;
  margin-top: 15px;
}
.sec-left .sec-content .box-image {
  position: absolute;
  width: 100px;
  margin-left: 2%;
}
.sec-left .sec-content .box-image img {
  width: 100%;
  mix-blend-mode: luminosity;
  border-radius: 4px;
}
.sec-left .sec-content .box-line {
  margin-top: 20px;
  position: relative;
  height: 30px;
  background: #f7f3e7;
  opacity: 0.4;
}
.sec-left .sec-content .box-line .line {
  position: absolute;
  bottom: 0;
  background-color: #d9d9d9;
  width: 2px;
  height: 100%;
  /* ความสูงของเส้นเป็น 100% ของพื้นที่ col-3 */
}
.sec-left .sec-content .box-line .line:nth-child(1) {
  left: 10%;
}
.sec-left .sec-content .box-line .line:nth-child(2) {
  left: 20%;
}
.sec-left .sec-content .box-line .line:nth-child(3) {
  left: 30%;
}
.sec-left .sec-content .box-line .line:nth-child(4) {
  left: 40%;
}
.sec-left .sec-content .box-line .line:nth-child(5) {
  left: 50%;
}
.sec-left .sec-content .box-line .line:nth-child(6) {
  left: 60%;
}
.sec-left .sec-content .box-line .line:nth-child(7) {
  left: 70%;
}
.sec-left .sec-content .box-line .line:nth-child(8) {
  left: 80%;
}
.sec-left .sec-content .box-line .line:nth-child(9) {
  left: 90%;
}
.sec-left .sec-content .box-line .line:nth-child(10) {
  left: 100%;
}
.sec-left .box-text-2 {
  font-size: 20px;
  text-align: center;
  color: #3f3f3f;
  margin-top: 15px;
}

.sec-main {
  padding: 0px 10%;
}
.sec-main .box-menu .btn {
  width: 100px;
  margin-right: 10px;
  border-radius: 100px;
  background: #efefef;
  color: gray;
  border: none;
}
.sec-main .box-menu .btn.active {
  background: #0a58ca;
  color: white;
}
@media (max-width: 576px) {
  .sec-main .box-menu .btn {
    width: 18vw;
    font-size: 12px;
  }
}
.sec-main .box-content {
  padding: 10px 0px;
}
.sec-main .box-content .box-form {
  background-color: #f3f8fd;
  color: #0a58ca;
  border: thin solid #ededed;
  border-radius: 8px;
  display: none;
}
.sec-main .box-content .box-form.active {
  display: initial;
}
.sec-main .box-content .box-file {
  text-align: center;
  padding: 50px 10px;
}
.sec-main .box-content .box-file .dz-message {
  padding: 8px 0px;
}
.sec-main .box-content .box-file .dz-image {
  width: 180px;
  height: 100px;
}
.sec-main .box-content .box-file .detail-1 {
  color: #5b5b5b;
  font-size: 12px;
}
.sec-main .box-content .box-file .detail-2 {
  margin-top: 21.5px;
}
.sec-main .box-content .box-url {
  padding: 117.5px 40px;
}
.sec-main .box-content .box-url span {
  background: #6880a4;
  color: white;
}
.sec-main .box-content .box-url input::-moz-placeholder {
  color: #aeaeae;
}
.sec-main .box-content .box-url input::placeholder {
  color: #aeaeae;
}
.sec-main .box-content .box-text {
  padding: 20px 20px;
}
.sec-main .box-content .box-text textarea {
  height: 232px;
  font-size: 14px;
}
.sec-main .box-content .box-audio {
  padding: 75px 20px;
  text-align: center;
}
.sec-main .box-content .box-audio .box-audio-body {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record {
  background-color: none;
  border: none;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record .btn-icon {
  font-size: 60px;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record .btn-text {
  font-size: 12px;
  margin-top: 20px;
  border-radius: 20px;
  padding: 2px 15px;
  color: white;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-start .btn-icon {
  color: #4582dd;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-start .btn-text {
  background: #4582dd;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-start:hover .btn-icon {
  color: #2567ca;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-start:hover .btn-text {
  background-color: #2567ca;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-stop {
  display: none;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-stop .btn-icon {
  color: #fa7885;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-stop .btn-text {
  background: #fa7885;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-stop:hover .btn-icon {
  color: #f84759;
}
.sec-main .box-content .box-audio .box-audio-body .btn-record#btn-record-stop:hover .btn-text {
  background-color: #f84759;
}
.sec-main .box-content .box-audio .box-audio-body .box-audio-player {
  display: none;
}
.sec-main .box-content .box-audio .box-audio-body .box-audio-player .audio-player {
  border-radius: 100px;
  background-color: #0070ff;
  float: left;
}
.sec-main .box-content .box-audio .box-audio-body .box-audio-player #btn-record-del {
  background-color: #de515f;
  border: none;
  color: white;
  padding: 2px 15px;
  margin-top: 5px;
  margin-left: 10px;
}
.sec-main .box-content .box-audio .box-audio-body .box-audio-player #btn-record-del:hover {
  background-color: #d42839;
}
.sec-main .box-footer {
  justify-content: center;
}
.sec-main .box-footer #icon-waiting {
  width: 55px;
  display: none;
}

.sec-chat .form-chat .form-chat-body .box-chat .box-body {
  height: calc(100vh - 50px);
  min-height: 250px;
  overflow-y: auto;
  padding: 10px;
  background: #ffffff;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .icon-b {
  width: 24px;
  margin-right: 10px;
  float: left;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-msg {
  font-weight: 300;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-msg img {
  max-height: 300px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-msg img.img-sticker {
  max-height: 60px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-content {
  position: relative;
  font-size: 13px;
  color: black;
  border-radius: 5px;
  max-width: calc(100% - 50px);
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-detail {
  position: absolute;
  font-size: 9px;
  color: #949494;
  right: 0px;
  bottom: -12px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-detail .chat-dtime {
  font-size: 7.5px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item .chat-detail .chat-dtime i {
  margin-right: 2px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0;
  padding-right: 5%;
  display: table;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b .chat-content {
  background: #F5F5F5;
  float: left;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b .chat-content::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5 px;
  left: -8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #F5F5F5;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b .chat-content .chat-msg,
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b .chat-content .typed-cursor {
  color: #1b6391;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-b .icon-b {
  border-radius: 4px;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-u {
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-left: 10%;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-u .chat-content {
  background-color: #eaeff7;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-u .chat-content::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5 px;
  right: -8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #eaeff7;
}
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-u .chat-content .chat-msg,
.sec-chat .form-chat .form-chat-body .box-chat .box-body .chat-item.chat-u .chat-content .typed-cursor {
  color: #545454;
}
.sec-chat .form-chat .form-chat-footer .input-group {
  margin-bottom: 0px !important;
}
.sec-chat .form-chat .form-chat-footer input {
  padding: 5px 10px;
  color: #246995;
  font-size: 14px;
  border-radius: 0px;
  border: thin solid #1c4daa;
}
.sec-chat .form-chat .form-chat-footer input:focus,
.sec-chat .form-chat .form-chat-footer textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sec-chat .form-chat .form-chat-footer #btn-submit {
  padding: 9px 30px;
  background: #1c4daa;
  color: white;
  font-size: 14px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .sec-left {
    height: auto;
  }
  .sec-left .sec-content {
    margin-top: 10%;
  }
  .sec-chat .form-chat .form-chat-footer .input-group {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .sec-chat .form-chat .form-chat-footer .input-group {
    margin-bottom: 10px !important;
  }
}/*# sourceMappingURL=style.css.map */