@font-face {
  font-family: "SF Pro Display";
  src: url("/build/assets/SF-Pro-Display-Regular--RY08FiS.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/build/assets/Inter-Regular-CKX1N0ak.ttf");
}
*,
body {
  font-family: "SF Pro Display";
}

.form-check-input[type=checkbox]:hover {
  cursor: pointer;
}

header.navbar.navbar-expand-md {
  background-image: url(/build/assets/bg-header-Dyz_ZSTU.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-client .bg-azure-lt-client {
  color: #1877f2;
  background-color: #e1ecfb;
  font-weight: 700;
}

#main.modal-open .widget-visible,
#main .widget-visible,
#main .page-mobile .widget-visible {
  display: none !important;
}

@media only screen and (hover: none) and (pointer: coarse) {
  select:focus,
  textarea:focus,
  input:focus,
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  select,
  textarea,
  input {
    font-size: inherit;
  }
}
.btn-bg-foundation-blue {
  background-color: #e1ecfb;
  color: #206bc4;
  border: 1px solid #e1ecfb;
  box-shadow: none;
  font-weight: 600;
}
.btn-bg-foundation-blue:hover {
  background-color: #206bc4;
  color: #fff;
  border: 1px solid #e1ecfb;
  box-shadow: none;
}

.contact-groups-index .card {
  border-radius: 8px !important;
}

.padding-personal .personal-search {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(4, 32, 69, 0.1) !important;
}
@media only screen and (max-width: 767px) {
  .padding-personal .personal-search {
    padding-bottom: 8px;
  }
}
.padding-personal .personal-search .text-muted.f-14.cl-gray {
  padding-left: 16px;
}

.show-filter:hover {
  cursor: pointer;
  background-color: #f9fbff;
}

#modal-tour-dashboard-business .modal-help-tour-business .modal-content .btn-no-thanks {
  padding: 20px;
  text-align: end;
  color: #0065ff;
  font-weight: 400;
}
#modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business {
  margin: 16px 16px 72px;
}
#modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business .btn-help-tour-business {
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #206bc4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  margin-top: 40px;
  height: 46px;
}
#modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business p {
  width: 440px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  #modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business p {
    width: auto;
  }
}

@media only screen and (max-width: 540px) {
  #modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business .full-name {
    font-size: 46px;
  }
  #modal-tour-dashboard-business .modal-help-tour-business .modal-content .box-help-tour-business p {
    font-size: 18px !important;
    padding: 0 8px;
  }
}
.dialog-tour-business .tg-dialog-header .tg-dialog-close-btn {
  margin-top: -10px;
}

@media only screen and (max-width: 560px) {
  .dialog-tour-business {
    max-width: 340px !important;
  }
}
.search-header .selectize-input {
  width: 250px;
}
.search-header .selectize-input input[type=select-one] {
  width: 250px;
}
.search-header .selectize-input::after {
  display: none !important;
}

.navbar-personal.sticky,
.sidebar-business-mobile.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.navbar-personal.sticky + div.page-wrapper,
.sidebar-business-mobile.sticky + div.page-wrapper {
  padding-top: 56px;
}

.personal-request .prescription-request.sticky-share {
  position: fixed;
  top: 56px;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-log-in {
  border: 0;
  box-shadow: none;
  padding: 8px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-log-in:hover {
  background-color: #1877f2;
}

.title-authentication {
  color: #181c32;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0.5px solid #b5b5c3;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.box-code {
  width: calc(240px + 3em + 10px);
  padding: 0;
}
.box-code .verify-code input {
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: #1877f2;
  font-weight: 600;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #b5b5c3;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.box-code .verify-code input::-webkit-outer-spin-button,
.box-code .verify-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-code .verify-code span {
  color: #7e8299;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.cke_toolgroup a.cke_button:last-child:after {
  display: none;
}

.cke_chrome {
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #b5b5c3;
}
.cke_chrome .cke_top {
  border-bottom: 0.5px solid #b5b5c3;
  background-color: #fff;
  padding: 16px;
}
.cke_chrome .cke_bottom {
  border-top: 0.5px solid #b5b5c3;
  background-color: #fff;
}

.text-description-case {
  overflow-y: auto;
  max-height: 21.5em;
  font-size: 16px;
  font-weight: 400;
  color: #a1a5b7;
  margin-top: 16px;
}

.img-case img {
  border-radius: 50%;
}

.patient-name .selectize-input input,
.business-name .selectize-input input {
  width: calc(100% - 20px) !important;
}
.patient-name .selectize-input .title-option,
.business-name .selectize-input .title-option {
  max-width: 210px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.patient-name .selectize-input.focus.dropdown-active.input-active,
.business-name .selectize-input.focus.dropdown-active.input-active {
  display: flex;
}

.business-name .selectize-input .box-selected {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 20px);
}

.page-desktop {
  display: block;
  overflow-x: hidden;
}

.navbar-collapse .input-icon {
  display: none;
}

#modal-modify-offer .bg-reduction .modify-reduction,
#modal-modify-offer .bg-reduction .modify-suggested {
  width: 18%;
}
#modal-modify-offer .bg-reduction .modify-reduction .reduction-title,
#modal-modify-offer .bg-reduction .modify-suggested .reduction-title {
  padding-bottom: 4px;
}
#modal-modify-offer .bg-reduction .modify-note {
  width: 53%;
}
#modal-modify-offer .bg-reduction .modify-note .reduction-title {
  padding-bottom: 4px;
}
#modal-modify-offer .bg-reduction .modify-button-submit {
  width: 11%;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
#modal-modify-offer .bg-table-reduction {
  background-color: #f9fbff;
  max-height: 290px;
  overflow-y: auto;
}
#modal-modify-offer .bg-table-reduction .table thead th {
  background-color: #f9fbff;
}
#modal-modify-offer .bg-table-reduction .table tbody td {
  font-size: 14px !important;
}

#modal-offer-history .bg-modal-offer {
  border-radius: 0 0 8px 8px;
  background-color: #eff2f5;
}
#modal-offer-history .bg-modal-offer .modal-body {
  padding: 8px;
}
#modal-offer-history .bg-modal-offer .modal-body .card {
  box-shadow: none;
}
#modal-offer-history .bg-modal-offer .modal-body .bg-modal-body {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  max-height: 290px;
  overflow-y: auto;
}
.show-request-detail .prescription-request .container {
  padding: 0;
}
.show-request-detail .prescription-request .container .share-request-detail .request-status {
  padding: 0;
}
.show-request-detail .box-request-type .request-type .background-lop {
  background-color: #1223bf;
  padding: 5px;
  border-radius: 4px;
}
.show-request-detail .box-request-type .request-type .background-lob {
  background-color: #1256bf;
  padding: 5px;
  border-radius: 4px;
}
.show-request-detail .box-request-type .request-type .background-pre {
  background-color: #206bc4;
  padding: 5px;
  border-radius: 4px;
}
.show-request-detail .box-request-type .request-type .background-aff {
  background-color: #04758e;
  padding: 5px;
  border-radius: 4px;
}
.show-request-detail .box-request-type .request-type .background-oth {
  background-color: #0eaab4;
  padding: 5px;
  border-radius: 4px;
}
.show-request-detail .box-request-type .request-type .icon-request-type {
  padding: 2px;
  border-radius: 8px;
  border: 0.5px solid #206bc4;
  background: #0093b3;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.04), 0px -2px 8px -4px rgba(16, 24, 40, 0.06);
}
.show-request-detail .share-request-detail {
  margin-top: 16px;
  border-top: 0.5px solid #b5b5c3;
  padding: 8px 0;
}
.show-request-detail .share-request-detail .request-status .status-rq .title-status {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #5e6278;
}
.show-request-detail .share-request-detail .request-status select:focus-visible {
  outline: none;
}

.request-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0.5px solid #b5b5c3;
}
.request-list .hr-request {
  margin: 0;
  flex-shrink: 0;
  height: auto;
  border: 0.8px solid;
  align-self: stretch;
}

.request-detail .card-discussion .recent .srcoll-chat {
  max-height: 246px;
  overflow-y: auto;
  padding-right: 8px;
}
.request-detail .card-discussion .recent .srcoll-chat a:hover {
  text-decoration: none;
}
.request-detail .card-discussion .recent .srcoll-chat .recent-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #181c32;
}
.request-detail .card-discussion .recent .srcoll-chat .recent-info {
  border-radius: 8px;
  background-color: #eff2f5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.request-detail .card-discussion .btn-discussion {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #1877f2;
}
.request-detail .box-img-share {
  position: relative;
}
.request-detail .box-img-share .img-share {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 0.5px solid #6ba6ff;
}
@media only screen and (max-width: 991px) {
  .request-detail .box-img-share .text-share {
    display: none;
  }
}
.request-detail .box-img-share .text-share p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #206bc4;
  position: absolute;
  top: 70px;
  left: 50px;
  width: 280px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .request-detail .box-img-share .text-share p {
    width: fit-content;
  }
}
.request-detail .box-img-share .text-share .btn-share-img {
  background-color: #206bc4;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  width: 120px;
  height: 36px;
  border: 0;
  position: absolute;
  top: 120px;
  left: 50px;
  margin-top: 10px;
}
.request-detail .request-no-btn {
  height: 139px;
}
.request-detail .card .card-body .title-headlines {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.request-detail .card .card-body .slide-request-detail .owl-stage {
  display: flex;
}
.request-detail .card .card-body .slide-request-detail .card.item {
  height: 100%;
  width: 257px;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .request-title {
  background-color: #eff2f5;
  padding: 8px 14px;
  border-radius: 4px;
  text-align: center;
  margin: auto;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .btn-headlines .btn-healine {
  width: 111.5px;
  line-height: 21px;
  padding: 4px 8px;
  box-shadow: none;
  border: none;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .btn-headlines .btn-provide {
  background-color: #206bc4;
  color: #fff;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .btn-headlines .btn-discus {
  background-color: #e1ecfb;
  color: #206bc4;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .btn-headlines .btn-modify-offer {
  background-color: transparent;
  color: #1877f2;
}
.request-detail .card .card-body .slide-request-detail .card.item .card-body .btn-re-open {
  background-color: #e1ecfb;
  color: #206bc4;
  border: none;
  box-shadow: none;
  padding: 4px 8px;
  border-radius: 4px;
}
.request-detail .card .card-body .slide-request-detail .owl-nav {
  margin-top: -16px;
}
.request-detail .card .card-body .slide-request-detail .owl-nav .nav-prev {
  position: absolute;
  background-color: rgba(228, 230, 239, 0.8);
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  bottom: 50%;
  margin-bottom: -16px;
  left: -8px;
  padding: 8px;
}
.request-detail .card .card-body .slide-request-detail .owl-nav .nav-next {
  position: absolute;
  background-color: rgba(228, 230, 239, 0.8);
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  bottom: 50%;
  margin-bottom: -16px;
  right: -8px;
  padding: 8px;
}
.request-detail .card .card-body .icon-link-lk {
  border: 0;
  background: transparent;
  color: #5e6278;
  fill: currentColor;
  box-shadow: none;
}
.request-detail .card .card-body .request-img .title-name {
  color: #181c32;
  font-weight: 600;
  font-size: 16px;
  padding-right: 4px;
  max-width: 300px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (min-width: 991px) and (max-width: 1130px) {
  .request-detail .card .card-body .request-img .title-name {
    max-width: 200px;
  }
}
@media (min-width: 541px) and (max-width: 990px) {
  .request-detail .card .card-body .request-img .title-name {
    max-width: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .request-detail .card .card-body .request-img .title-name {
    max-width: 150px;
  }
}
.request-detail .card .card-body .request-img .title-posted {
  color: #5e6278;
  font-weight: 400;
  font-size: 12px;
}
.request-detail .card .card-body .btn-responsive {
  background: #eff2f5;
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
}
.request-detail .card .card-body .btn-responsive .modal-responsive {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #3f4254;
}
.request-detail .card .card-body .btn-responsive .modal-responsive .title-responsive {
  padding-left: 5px;
}
.request-detail .card .card-body .btn-attachment {
  background-color: transparent;
  padding: 8px 16px;
  text-align: center;
}
.request-detail .card .card-body .btn-attachment .modal-attachment {
  color: #a1a5b7;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.request-detail .card .card-body .btn-attachment .modal-attachment svg.MuiSvgIcon-root {
  color: #a1a5b7;
  fill: currentcolor;
}
.request-detail .card .letter-thumb-wrapper {
  display: flex;
  background-color: #414141;
  padding-top: 10px;
  border-bottom: 0.5px solid #b5b5c3;
  min-height: 250px;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-loading {
  display: none;
  flex-direction: column;
  min-height: 283px;
  justify-content: center;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-loading .loader-circle {
  position: relative;
  margin: 0 auto;
  width: 70px;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-loading .loader-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-loading .circular {
  animation: loading-rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-loading .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loading-dash 1.5s ease-in-out infinite, loading-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes loading-color {
  100%, 0% {
    stroke: #d82929;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #cad829;
  }
  80%, 90% {
    stroke: #2844d3;
  }
}
.request-detail .card .letter-thumb-wrapper .letter-thumb.loading .letter-thumb-loading {
  display: flex;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-image {
  display: none;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb.loaded .letter-thumb-image {
  display: flex;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-error {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 283px;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb .letter-thumb-error .btn {
  padding: 8px 16px;
  background-color: #e1ecfb;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #206bc4;
}
.request-detail .card .letter-thumb-wrapper .letter-thumb.error .letter-thumb-error {
  display: flex;
}
.request-detail .btn-hide-letter:hover svg {
  background-color: #eff2f5;
  border-radius: 26px;
}
.request-detail .box-snapshot {
  display: flex;
  flex-direction: column;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item .request-type {
  border-radius: 8px;
  border: 0.5px solid #b5b5c3;
  background-color: #f9fbff;
  padding: 8px;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item .request-type .btn-healine,
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item .request-type .btn-re-open {
  border-radius: 4px;
  border: 0.5px solid #206bc4;
  background-color: #fff;
  color: #206bc4;
  padding: 8px 16px;
  height: 30px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item .request-type .btn-healine:hover,
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item .request-type .btn-re-open:hover {
  background-color: #e1ecfb;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item:not(:last-child):after {
  left: 3.5px;
  width: 1px;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .step-item.active::before {
  background-color: #46c071;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .item {
  border-radius: 8px;
  border: 0.5px solid #b5b5c3;
  background-color: #f9fbff;
  padding: 8px;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .item .btn-healine,
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .item .btn-re-open {
  border-radius: 4px;
  border: 0.5px solid #206bc4;
  background-color: #fff;
  color: #206bc4;
  padding: 8px 16px;
  height: 30px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
}
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .item .btn-healine:hover,
.request-detail .box-snapshot .snapshots-request .steps.steps-vertical .item .btn-re-open:hover {
  background-color: #e1ecfb;
}
@media only screen and (max-width: 1027px) {
  .request-detail .scroll-snapshots {
    max-height: 100% !important;
    flex: 1;
  }
}
.request-detail .scroll-snapshots {
  max-height: 216px;
  overflow-y: auto;
}
.request-detail .box-attachment-tour {
  margin-top: 16px;
}
@media only screen and (max-width: 540px) {
  .request-detail .box-attachment-tour {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .request-detail .box-attachment-tour .box-attachment-item {
    padding: 8px !important;
  }
}

.box-btn-headlines-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.box-btn-headlines-3 .btn-healine:first-child {
  width: 100%;
}
.box-btn-headlines-3 .btn-healine:nth-child(2),
.box-btn-headlines-3 .btn-healine:nth-child(3) {
  width: calc(50% - 4px);
}

.box-btn-headlines-2 .btn-healine {
  width: calc(50% - 4px);
}

.box-comment .box-list-cmt {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
}
.box-comment .box-list-cmt .box-content-cmt .text-content-comment {
  word-wrap: break-word;
}
@media only screen and (max-width: 540px) {
  .box-comment .box-list-cmt .box-content-cmt {
    margin-bottom: 8px !important;
  }
}
.box-comment .box-list-cmt .content {
  width: fit-content;
  max-width: 100%;
  padding: 7px 14px;
  border-radius: 0px 8px 8px 8px;
  background-color: #eff2f5;
}
.box-comment .box-list-cmt .content .input-show-cmt {
  border: 0;
  background-color: transparent;
}
.box-comment .box-list-cmt .content .input-show-cmt:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.box-comment .box-list-cmt .content .send-name-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.box-comment .box-list-cmt .content .send-name-time .box-edited-time {
  display: flex;
  gap: 4px;
}
.box-comment .box-list-cmt .content .box-update-content {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.box-comment .box-list-cmt .content .box-update-content input {
  width: calc(100% - 32px);
}
.box-comment .box-list-cmt .content .box-update-content .submit-send-update-cmt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  padding: 2px;
}
.box-comment .btn-edit-cmt {
  display: flex;
  align-items: center;
}
.box-comment .box-action {
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .box-comment .box-action .read-more-cmt {
    margin-bottom: 8px !important;
  }
}
.box-comment .box-chat-comment {
  align-items: center;
}
.box-comment .box-chat-comment .box-input-cmt {
  width: calc(100% - 80px);
}
.box-comment .box-chat-comment .box-input-cmt input {
  border-radius: 32px;
  padding: 4px 14px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #f0f2f5;
  color: #7e8299;
  font-size: 16px;
  font-weight: 400;
  border: 0;
}
.box-comment .box-chat-comment .box-input-cmt input:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.box-comment .box-chat-comment .submit-send-cmt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c4c4c4;
  border: 0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 2px;
}
.box-comment .box-length-content {
  text-align: right;
  margin-right: 40px;
  margin-bottom: 2px;
}
.box-comment .error-content,
.box-comment .error-content-cmt {
  margin-left: 40px;
  width: auto;
}
@media only screen and (max-width: 540px) {
  .box-comment {
    padding: 8px !important;
  }
}
.box-comment .content-notice-comment {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #5e6278;
  margin-left: 40px;
  display: block;
}

.modal-w-6 .modal-dialog {
  min-width: 600px;
}

.modal-custom .modal-dialog {
  max-width: 925px;
}
.modal-custom .modal-body .dropzone {
  height: 132px !important;
  min-height: 132px !important;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  cursor: pointer;
  border: 0.5px dashed #b5b5c3;
}
.modal-custom .modal-body .dropzone .dz-message {
  margin: 0;
}
.modal-custom .modal-body .dropzone .dropzone-msg-title,
.modal-custom .modal-body .dropzone .dropzone-msg-desc {
  font-size: 12px;
  font-weight: 400;
  color: #3f4254;
}
.modal-custom .modal-body .dropzone .dropzone-msg-title .title-browse,
.modal-custom .modal-body .dropzone .dropzone-msg-desc .title-browse {
  color: #1877f2 !important;
}
.modal-custom .modal-body .dropzone .dz-preview {
  width: 70px;
  min-height: 0px;
  height: 70px;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-image {
  width: 72px;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-success-mark,
.modal-custom .modal-body .dropzone .dz-preview .dz-error-mark {
  top: 65%;
  left: 65%;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-success-mark svg,
.modal-custom .modal-body .dropzone .dz-preview .dz-error-mark svg {
  width: 35px;
  height: 35px;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-success-mark svg path,
.modal-custom .modal-body .dropzone .dz-preview .dz-error-mark svg path {
  color: rgba(0, 0, 0, 0.8);
  fill: currentColor;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-details .dz-size {
  font-size: 12px;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-details .dz-filename span {
  font-size: 9px;
  margin-left: -1rem;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-error-message {
  font-size: 10px;
  width: 100px;
  top: 100px;
}
.modal-custom .modal-body .dropzone .dz-preview .dz-error-message:after {
  left: 43px;
}

#modal-share .modal-dialog .modal-body .modal-share-name .modal-share-title,
#modal-add-people .modal-dialog .modal-body .modal-share-name .modal-share-title {
  font-weight: 600;
  font-size: 16px;
  color: #181c32;
  max-width: 350px;
}
@media only screen and (max-width: 540px) {
  #modal-share .modal-dialog .modal-body .modal-share-name .modal-share-title,
  #modal-add-people .modal-dialog .modal-body .modal-share-name .modal-share-title {
    max-width: 180px;
  }
}
#modal-share .modal-dialog .modal-body .modal-share-name .modal-share-title .modal-share-desc,
#modal-add-people .modal-dialog .modal-body .modal-share-name .modal-share-title .modal-share-desc {
  font-weight: 400;
  font-size: 12px;
  color: #5e6278;
}
#modal-share .modal-dialog .modal-body .icon-tabler-trash,
#modal-add-people .modal-dialog .modal-body .icon-tabler-trash {
  width: 24px;
  height: 24px;
  color: #181c32;
  cursor: pointer;
}
#modal-share .modal-dialog .modal-body .title-creator,
#modal-add-people .modal-dialog .modal-body .title-creator {
  font-size: 16px;
  font-weight: 400;
  color: #5e6278;
}

.modal-footer > * {
  margin: 0 !important;
}

.recent a:hover {
  text-decoration: none !important;
}
.recent .box-all-chat {
  width: 100%;
}
.recent .box-all-chat .all-chat {
  max-height: 52vh;
  overflow-y: auto;
}
.recent .box-all-chat-after {
  position: relative;
}
.recent .box-all-chat-after::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #f9fbff 10.47%, rgba(249, 251, 255, 0.7) 30.49%, rgba(249, 251, 255, 0) 66.68%);
}

.recent-after {
  position: relative;
  width: 100%;
}

.recent-after::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #f9fbff 10.47%, rgba(249, 251, 255, 0.7) 30.49%, rgba(249, 251, 255, 0) 66.68%);
}

.recent-chat {
  width: calc(100% - 50px);
}
.recent-chat .date-chat {
  text-align: end;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .recent-chat .date-chat {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1280px) {
  .recent-chat .box-chat-discussion {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
  }
}
.recent-chat .box-chat-discussion .message-discussion {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 180px;
}
@media (min-width: 1440px) and (max-width: 1521px) {
  .recent-chat .box-chat-discussion .message-discussion {
    max-width: 150px;
  }
}
@media (min-width: 1350px) and (max-width: 1440px) {
  .recent-chat .box-chat-discussion .message-discussion {
    max-width: 120px;
  }
}
@media (min-width: 1280px) and (max-width: 1350px) {
  .recent-chat .box-chat-discussion .message-discussion {
    max-width: 90px;
  }
}
@media (min-width: 1060px) and (max-width: 1280px) {
  .recent-chat .box-chat-discussion .message-discussion {
    max-width: 110px;
  }
}
@media (min-width: 991px) and (max-width: 1059px) {
  .recent-chat .box-chat-discussion .message-discussion {
    max-width: 80px;
  }
}
.recent-chat .custom_discussion {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 1051px) and (max-width: 1360px) {
  .recent-chat .custom_discussion {
    max-width: 100px;
  }
}
@media (min-width: 964px) and (max-width: 1050px) {
  .recent-chat .custom_discussion {
    max-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 963px) {
  .recent-chat .custom_discussion {
    max-width: 40px;
  }
}

.avatar-chat-box {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.04), 0px -2px 8px -4px rgba(16, 24, 40, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 7px;
}
.avatar-chat-box span {
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  max-width: initial;
  border: 1px solid #fff;
}
.avatar-chat-box .avatar-chat-box-item:first-child {
  margin: 0px;
}
.avatar-chat-box p {
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  align-items: center;
}
.avatar-chat-box .avatar-chat-box-svg {
  z-index: 1;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
  border-radius: 6px;
  height: 37px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}

.bootstrap-select > .dropdown-toggle {
  border-bottom: 0 !important;
  border: 0.5px solid #b5b5c3;
  background-color: #fff !important;
}

[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image {
  filter: brightness() invert(0);
}

.navbar-brand-image {
  height: 1.5rem;
}

.menu-user-footer-sidebar.dropdown-menu[data-bs-popper] {
  top: -10vw;
  right: 0 !important;
  margin-top: -1em;
}

.sidebar-business .navbar-nav .nav-link.show {
  color: #fff;
}

.form-business-contact .modal-dialog {
  margin-top: 5rem;
}

.form-forgot .cancel {
  background-color: #e4e6eb;
  color: #181c32;
}

.business-register .bg-one-time {
  background-color: #fff;
  border: 1px solid #dc6803;
  border-radius: 8px;
  padding: 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.business-register .bg-one-time .title-one-time {
  font-size: 20px;
  font-weight: 400;
  padding-left: 8px;
}
.business-register .bg-one-time svg.icon.icon-tabler.icon-tabler-alert-triangle {
  background-color: #fef0c7;
  color: #f00;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.business-register .bg-one-time .suggested-title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.business-register .bg-one-time .form-select {
  width: 25%;
}
.business-register .btn-verify {
  background-color: #1877f2;
  width: 20%;
  font-size: 16px;
  font-weight: 700;
}

.avatar_preview {
  border-radius: 20px;
  width: 144px;
  height: 144px;
  background-color: #fff;
}
.avatar_preview .img-logo-avatar {
  border-radius: 18px;
  width: 136px;
  height: 136px;
  box-shadow: none;
}
.avatar_preview .border-avatar {
  border: 0.5px solid #b5b5c3;
  padding: 4px;
}
.avatar_preview .label-camera-avatar {
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 6px;
  cursor: pointer;
}
.avatar_preview .label-camera-avatar svg {
  width: 26px;
  height: 26px;
}

.modal-optimize-create {
  padding-left: 8px;
  padding-right: 8px;
}
.modal-optimize-create .create-avatar .avatar_preview {
  width: 120px;
  height: 120px;
}
.modal-optimize-create .create-avatar .avatar_preview .img-logo-avatar {
  width: 112px;
  height: 112px;
}
@media only screen and (max-width: 767px) {
  .modal-optimize-create .create-avatar {
    margin-bottom: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .modal-optimize-create {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.modal-tutorial {
  --tblr-modal-width: 1440px;
  overflow-x: scroll;
  height: 915px;
}
.modal-tutorial .text-tutorial {
  color: #0065ff;
}
.modal-tutorial .title-tutorial {
  font-size: 29px;
  line-height: 45px;
}
.modal-tutorial .text-tutorial-skip:hover {
  cursor: pointer;
  text-decoration: none;
}
.modal-tutorial .bg-muted-tutorial {
  background-color: #eff2f5;
}
.modal-tutorial .section-step {
  gap: 40px;
}
.modal-tutorial .section-step .box-numerical {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003e9c;
  color: #fff;
  border-radius: 50%;
}
.modal-tutorial .section-step .box-numerical .text-numeric {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-tutorial .section-step .box-numerical-text {
  width: 338px;
}
.modal-tutorial .text-final {
  padding: 200px 0;
}
.modal-tutorial .box-check-tutorial {
  display: flex;
  width: 850px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.modal-tutorial .box-check-tutorial .form-tutorial {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.modal-tutorial .box-check-tutorial .form-tutorial .form-check-input {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 6px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.modal-tutorial::-webkit-scrollbar-thumb {
  display: none;
}

.modal-tutorial-welcome {
  --tblr-modal-width: 1000px;
  height: 600px;
}
.modal-tutorial-welcome .text-tutorial {
  color: #0065ff;
}
.modal-tutorial-welcome .text-tutorial.btn-welcome:hover {
  text-decoration: none;
}
.modal-tutorial-welcome .background-welcome {
  height: 544px;
  background-size: 600px !important;
  border-radius: 0 0 8px 8px;
  background-position: right bottom !important;
}
.modal-tutorial-welcome .background-welcome .col-tutorial-welcome .box-text {
  margin-left: 40px;
}
.modal-tutorial-welcome .background-welcome .col-tutorial-welcome .box-text .title-tutorial-welcome {
  font-size: 50px;
  color: #003e9c;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(to right, #206bc4 50%, transparent 50%);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.modal-tutorial-welcome .background-welcome .col-tutorial-welcome .box-text .text-child {
  margin-bottom: 40px;
}
.modal-tutorial-welcome .background-welcome .col-tutorial-welcome .box-text .btn-submit-welcome {
  padding: 8px 16px;
  background-color: #206bc4;
  color: #fff;
  border-radius: 4px;
}

.setting-2fa .step-1 {
  border-bottom: 0.5px solid #b5b5c3;
  padding: 0 0 16px 0;
  margin-bottom: 16px;
}
.setting-2fa .step-1 .steps-2fa {
  font-size: 16px;
  font-weight: 400;
  color: #181c32;
}
.setting-2fa .steps-2fa {
  font-size: 16px;
  font-weight: 400;
  color: #181c32;
}
.setting-2fa .verify-code input {
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: #1877f2;
  font-weight: 600;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #b5b5c3;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.setting-2fa .verify-code input::-webkit-outer-spin-button,
.setting-2fa .verify-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.setting-2fa .verify-code span {
  color: #7e8299;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}
.setting-2fa .box-code {
  width: calc(240px + 3em + 10px);
  padding: 0;
}

@media (min-width: 541px) and (max-width: 991px) {
  .setting-2fa .step-1 {
    flex-direction: column;
  }
  .setting-2fa .two-fa-step-2 {
    flex-direction: column;
  }
}
.alert.alert-right {
  width: 360px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1080;
  padding: 0;
}
.alert.alert-right .box-title {
  height: 40px;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px;
}
.alert.alert-right .box-title .btn-close {
  top: -5px;
  --tblr-btn-close-color: #181c32;
}

.alert-right-success {
  border: 1px solid #35ea5c;
  border-left: 1px solid #35ea5c;
}
.alert-right-success .box-title {
  background-color: #d1fadf;
}

.alert-right-warning {
  border: 1px solid #ff9e45;
  border-left: 1px solid #ff9e45;
}
.alert-right-warning .box-title {
  background-color: #fff8f1;
}

.alert-right-error {
  border: 1px solid #ff1744;
  border-left: 1px solid #ff1744;
}
.alert-right-error .box-title {
  background-color: rgba(255, 23, 68, 0.831372549);
}

.error-avatars .invalid-feedback {
  margin-left: 0;
}

.nav-tabs-profile {
  border-bottom: 0;
  flex-direction: column;
}
.nav-tabs-profile .nav-link {
  width: 100%;
  height: 36px;
  padding: 7px 14px;
  border: 0;
}
.nav-tabs-profile .nav-link:hover {
  color: #206bc4 !important;
  border: 0;
  border-radius: 4px;
  background-color: #f9fbff;
}
.nav-tabs-profile .nav-link:hover svg path {
  stroke: #206bc4;
}
.nav-tabs-profile .active {
  color: #206bc4 !important;
  border: 0;
  border-radius: 4px;
  background-color: #f9fbff !important;
}
.nav-tabs-profile .active svg path {
  stroke: #206bc4;
}

.tab-content .tab-pane .title-profile {
  color: #181c32;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 0.5px solid #b5b5c3;
}

.page-active-user {
  background-image: url("/build/assets/bg-active-user_v2-CUc46iW9.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  .page-active-user {
    background-image: url("/build/assets/background2-rkPE0x7T.png");
  }
}

.page-active-business {
  background-image: url("/build/assets/Background_Business-vLN3_dPc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  .page-active-business {
    background-image: url("/build/assets/Background_Business2-CTJ8k7jh.png");
  }
}

.btn-toggler-nav {
  z-index: 99;
  left: 14.5rem;
  top: 1em;
  cursor: pointer;
  transform: rotate(0deg);
}

.page .navbar-expand-lg.navbar-vertical ~ .navbar,
.page .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
  transition: margin-left 1s;
}
.page .navbar-vertical {
  overflow-x: hidden;
  overflow-y: auto;
  transition: width 1s;
}
.page .navbar-vertical .logo-business .logo-business-sidebar {
  width: 52px;
  margin-left: 5px;
  max-width: 52px;
}
.page .navbar-vertical .logo-business .logo-business-sidebar span {
  display: flex;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page .navbar-vertical .logo-business .name-business-sidebar {
  text-wrap: nowrap;
  width: 170px;
  overflow: hidden;
  text-align: center;
}
.page .navbar-vertical .logo-business .name-business-sidebar .name-business {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.toggler-nav-lef .navbar-vertical {
  z-index: 999;
  width: 4rem;
  transition: width 1s;
  overflow: hidden;
}
.toggler-nav-lef .navbar-vertical .logo-business {
  gap: 0;
}
.toggler-nav-lef .navbar-vertical .logo-business .name-business-sidebar {
  display: none;
}
.toggler-nav-lef .navbar-vertical .nav-link-title {
  display: none;
}
.toggler-nav-lef .navbar-vertical .dropdown-toggle::after {
  display: none !important;
}
.toggler-nav-lef .navbar-vertical .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.toggler-nav-lef .navbar-vertical .dropdown-menu.show {
  display: none;
}
.toggler-nav-lef .navbar-vertical .navbar-nav .nav-item .nav-link {
  padding: 10px 12px;
}
.toggler-nav-lef .navbar-vertical:hover {
  width: 15rem;
  transition: width 1s;
  overflow: hidden;
}
.toggler-nav-lef .navbar-vertical:hover .logo-business {
  gap: 0;
}
.toggler-nav-lef .navbar-vertical:hover .logo-business .name-business-sidebar {
  display: block;
  max-height: 52px;
}
.toggler-nav-lef .navbar-vertical:hover .nav-link-title {
  display: block;
}
.toggler-nav-lef .navbar-vertical:hover .dropdown-toggle::after {
  display: block !important;
}
.toggler-nav-lef .navbar-vertical:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.toggler-nav-lef .navbar-vertical:hover .dropdown-menu.show {
  display: block;
}
.toggler-nav-lef .navbar-vertical:hover .navbar-nav .nav-item .nav-link {
  padding: 8px 12px !important;
}
.toggler-nav-lef .navbar-vertical:hover .btn-toggler-nav {
  left: 14.5rem;
}
.toggler-nav-lef .btn-toggler-nav {
  z-index: 999;
  left: 4em;
  transition: left 1s;
  transform: rotate(180deg);
}
.toggler-nav-lef .navbar-expand-lg.navbar-vertical ~ .navbar,
.toggler-nav-lef .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
  width: calc(100% - 4rem);
  margin-left: 4rem;
}
.toggler-nav-lef .prescription-request.sticky-share {
  width: calc(100% - 4rem);
  left: 4rem;
}

.selectize-control.multi .selectize-input > div.active {
  color: #181c32 !important;
}

.selectize-control.multi .selectize-input > div {
  text-shadow: none !important;
  background-image: none !important;
  background-color: #eff2f5 !important;
  color: #181c32;
  border-radius: 4px !important;
  border: 0.5px solid #b5b5c3 !important;
  box-shadow: none !important;
  margin: 2px 0;
  padding: 2px 4px 2px 8px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 14px;
}

.selectize-control.single .box-selected .remove,
.selectize-control .box-selected .remove {
  border-left: none !important;
  background-color: #b5b5c3;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0px 4px;
}
.selectize-control.single .box-selected .remove:hover,
.selectize-control .box-selected .remove:hover {
  background-color: #b5b5c3 !important;
  color: #fff !important;
}

.law_firm_id .selectize-input input,
.lawyer_id .selectize-input input,
.case_manager_id .selectize-input input {
  width: fit-content !important;
  min-width: 100%;
}

.patient-case .selectize-input .item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 200px;
}

.business_type .selectize-input .item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 300px;
}

.business_provider_id .selectize-input .item {
  max-width: 120px;
  pointer-events: auto;
}

.patient-case .selectize-input.dropdown-active.focus.input-active,
.business_type .selectize-input.dropdown-active.focus.input-active,
.business_contact .selectize-input.dropdown-active.focus.input-active,
.category_name .selectize-input.dropdown-active.focus.input-active {
  display: flex;
}

.business_name .selectize-input .item {
  overflow: hidden;
  display: inline-flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 300px;
}

.people .selectize-input .date-option,
.add-people .selectize-input .date-option {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media only screen and (max-width: 350px) {
  .people .selectize-input .date-option,
  .add-people .selectize-input .date-option {
    white-space: nowrap;
    display: inline-block;
    max-width: 100px;
  }
}
.people .selectize-dropdown-content,
.add-people .selectize-dropdown-content {
  max-height: 230px;
}

.business_contact_id.selectize-control .selectize-dropdown {
  position: absolute;
  z-index: 99 !important;
}

.business_contact.selectize-control.plugin-clear_button.single .clear {
  right: calc(-16px + 1.5rem);
}

.business_contact .selectize-input::after,
.business_name .selectize-input::after {
  display: none !important;
}

.hidden-pagination .per-page-input,
.hidden-pagination .info {
  display: none !important;
}

@media (min-width: 1200px) {
  .navbar-business.sticky .navbar-business-item {
    margin: 0 !important;
  }
  .sticky-share .pres-share {
    margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sidebar-business {
    display: block;
  }
  .sidebar-business-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .case-list-header {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 16px 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .col-letter-left .posted-sidebar .box-posted {
    flex-wrap: wrap;
  }
  .letter-posted .btn-headlines .request-headlines {
    flex-wrap: wrap;
  }
  .letter-posted .btn-headlines .request-headlines .btn-healine {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-case .card-case-right {
    margin: 0 16px 16px 16px;
  }
  .logo-business {
    display: none !important;
  }
  .list-navbar-menu-tablet {
    z-index: 9;
    background-image: url("/build/assets/bg-header-mb-BY7Ijp0I.jpg");
    background-position-x: right;
  }
  .business-request .prescription-request.sticky-share {
    position: fixed;
    top: 44px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 90;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .modal-custom .modal-dialog {
    max-width: 700px !important;
  }
  #modal-modify-offer .bg-reduction .modify-reduction,
  #modal-modify-offer .bg-reduction .modify-suggested {
    width: 20%;
  }
  #modal-modify-offer .bg-reduction .modify-note {
    width: 46%;
  }
  .nav-letter-detail .letter-detail-col-center .btn-letter-col-center {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .sidebar-business-mobile .dropdown-profile .dropdown-menu .dropdown-item {
    color: #181c32;
  }
  .request-detail .col-discussion {
    margin-top: 4px !important;
  }
  .request-detail .col-discussion .card-discussion {
    margin-top: 16px;
  }
  .title-headlines {
    margin-top: 16px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .business-request .prescription-request.sticky-share {
    top: 44px;
    width: 100%;
    left: 0;
  }
  .page-desktop {
    height: 100vh;
    overflow-y: auto;
  }
  .page-desktop .col-letter-left {
    width: 100%;
    height: auto;
  }
  .page-desktop .col-letter-left .posted-sidebar {
    width: 50%;
    margin: auto;
  }
  .page-desktop .col-letter-center {
    width: 100%;
  }
  .page-desktop .col-letter-right {
    width: 100%;
  }
  .modal-custom .modal-dialog {
    max-width: 550px;
  }
  #modal-modify-offer .bg-reduction .modify-reduction,
  #modal-modify-offer .bg-reduction .modify-suggested {
    width: 50%;
  }
  #modal-modify-offer .bg-reduction .modify-note {
    width: 100%;
  }
  #modal-modify-offer .bg-reduction .modify-note .reduction-title {
    padding-top: 8px;
  }
  #modal-modify-offer .bg-reduction .modify-button-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-business {
    display: none;
  }
  .navbar-expand-lg.navbar-vertical ~ .navbar,
  .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #status-created-chart {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .box-communicate-to .communicate-desktop {
    display: none;
  }
  .box-communicate-to .communicate-tablet {
    display: block !important;
  }
  .page-desktop {
    height: 100vh;
    overflow-y: auto;
  }
  .page-desktop .nav-letter-detail .show-header-letter .box-request-type .header-info-letter {
    display: block !important;
  }
  .page-desktop .nav-letter-detail .show-header-letter .box-request-type .header-info-letter p,
  .page-desktop .nav-letter-detail .show-header-letter .box-request-type .header-info-letter a {
    margin-bottom: 4px !important;
  }
  .page-desktop .col-letter-left {
    width: 100%;
    height: auto;
  }
  .page-desktop .col-letter-left .posted-sidebar {
    width: 50%;
    margin: auto;
  }
  .page-desktop .col-letter-center {
    width: 100%;
  }
  .page-desktop .col-letter-right {
    width: 100%;
  }
}
.box-show-request-affidavit .steps-vertical .step-item:not(:last-child):after {
  display: none;
}
.box-show-request-affidavit .checked_prepare {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #b5b5c3;
  background-color: #f9f5ff;
}
.box-show-request-affidavit .affidavit_record_ids.active .checked_prepare {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  border: 1px solid #029757;
  border-radius: 50%;
  background-size: 100%;
}

.page-403-wrap {
  height: calc(100vh - 100px);
  width: 100%;
  display: flex;
  align-items: center;
}

.background-container-error {
  max-width: 848px;
  height: 640px;
  background-image: url("/build/assets/background-error-BLYW9DDP.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .background-container-error {
    max-width: 359px !important;
    height: 270px !important;
  }
  .background-container-error .box-error-page-404 {
    max-width: 300px !important;
  }
  .background-container-error .box-error-page-404 .title-error-one {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .box-error-page-404 .title-error-two {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .box-error-page-404 p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .box-error-page-500 {
    max-width: 300px !important;
  }
  .background-container-error .box-error-page-500 .title-error-one {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .box-error-page-500 .title-error-two {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .box-error-page-500 p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .background-container-error .btn-error-page {
    padding: 16px 40px !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
}
.background-container-error .box-error-page-404 {
  max-width: 400px;
  width: 100%;
}
.background-container-error .box-error-page-404 .title-error-one {
  color: #181c32;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.background-container-error .box-error-page-404 .title-error-two {
  color: #181c32;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.background-container-error .box-error-page-500 {
  max-width: 600px;
  width: 100%;
}
.background-container-error .box-error-page-500 .title-error-one {
  color: #181c32;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.background-container-error .box-error-page-500 .title-error-two {
  color: #181c32;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.background-container-error .btn-error-page {
  display: flex;
  padding: 20px 80px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: linear-gradient(90deg, #2030c4 0.21%, #7239eb 100.21%);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.pinned-block {
  position: relative;
}
.pinned-block .box-item-pinned {
  display: flex;
  gap: 8px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
.pinned-block .box-item-pinned .client-pin-card {
  width: 200px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.pinned-block .box-item-pinned .client-pin-card .remove-item-pinned {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-color: #e4e6ef;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1px;
  cursor: pointer;
}
.pinned-block .box-item-pinned .client-pin-card .pinned-body {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pinned-block .box-item-pinned .client-pin-card .pinned-body .box-image {
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.pinned-block .box-item-pinned .client-pin-card .pinned-footer {
  background-color: #7e8299;
  padding: 4px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.pinned-block .box-item-pinned .client-pin-card:hover {
  border: 0.5px solid #b5b5c3;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.pinned-block .box-item-pinned .client-pin-card:hover .remove-item-pinned {
  display: flex;
}
.pinned-block .box-item-pinned .client-pin-card:hover .pinned-footer {
  background-color: #5e6278;
}

.horizon-nav-arrows {
  margin-top: 0;
}
.horizon-nav-arrows .horizon-arrow {
  padding: 0;
  position: absolute;
  background-color: #f3f0f0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: calc(50% + 10px);
  margin-top: -10px;
  border: 3px #b5b5c3;
  cursor: pointer;
  color: #6a7180;
}
.horizon-nav-arrows .horizon-prev {
  left: -16px;
  z-index: 1;
}
.horizon-nav-arrows .horizon-prev .nav-prev {
  padding: 5px;
}
.horizon-nav-arrows .horizon-next {
  right: -16px;
  z-index: 1;
}
.horizon-nav-arrows .horizon-next .nav-next {
  padding: 5px;
}

.table-business .btn-pinned {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .box-case-selected {
    gap: 8px;
  }
  .card-body-top-personal {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .card-body-top-personal .select-dropdown-date {
    margin-bottom: 0;
  }
  .modal-open {
    padding-right: 0 !important;
  }
  .modal-open .modal-request {
    padding-right: 0 !important;
  }
  .banner-db-business {
    background-image: url("/build/assets/dashboard_bg_mobile-Wg-I4dN3.png");
    background-size: cover;
  }
  .banner-db-business .desc-header-db {
    width: 100% !important;
  }
  .navbar-vertical .logo-business-sidebar {
    display: none;
  }
  .navbar-vertical .name-business {
    display: none;
  }
  .navbar-vertical .desc-business {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    color: #206bc4 !important;
  }
  .btn-toggler-nav {
    display: none;
  }
  .card .card-header .img-user {
    margin-top: 10px;
  }
  .card .card-body .request-list .request-case-list {
    padding: 0 10px;
  }
  .card .card-body .request-list .request-case-list .title-list {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .card .card-body .request-list .request-case-list .avatar-business img {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .card .card-body .request-status {
    font-size: 11px;
    gap: 8px !important;
  }
  .card .card-body .request-status .sta {
    width: 22% !important;
  }
  .card .card-body .request-status .resolution {
    width: 40% !important;
  }
  .card .card-body .request-status .hashtag {
    width: 33% !important;
  }
  .card .card-body .prescription-list .btn-headlines {
    display: flex;
    gap: 10px;
  }
  .card .card-body .request-img {
    display: flex;
    align-items: center;
  }
  .card .discussion {
    min-height: 280px !important;
  }
  .card .pagination-in-business {
    display: block !important;
    padding: 8px !important;
  }
  .card .pagination-in-business .pagination {
    display: flex;
    justify-content: flex-end;
  }
  .sidebar-business-mobile .dropdown-profile .dropdown-menu .dropdown-item {
    color: #181c32;
  }
  #modal-provide .modal-dialog,
  .modal-custom .modal-dialog,
  .modal-w-6 .modal-dialog {
    min-width: 0;
  }
  .page-title-mb {
    padding-bottom: 8px;
  }
  .case-list-item .avatar-title-list img {
    width: 24px;
    height: 24px;
  }
  #modal-case-detail .modal-dialog {
    min-width: 0;
  }
  .page-body-case {
    padding: 0;
  }
  .page-body-case .bg-case-detail .show-case-detail {
    padding: 0;
  }
  .page-body-case .bg-case-detail .show-case-detail .box-case-info {
    display: block;
  }
  .page-body-case .bg-case-detail .show-case-detail .case-right {
    margin-top: 8px;
    padding: 8px 0;
  }
  .page-body-case .container {
    margin-top: 0 !important;
    padding: 16px;
  }
  .case-detail .card .card-body .case-detail-right .time-line-bg .timeline-horizontal .item:before {
    height: 14px;
    margin-top: -7px;
  }
  .case-detail .card .card-body .case-detail-right .time-line-bg .timeline-horizontal .item .circle {
    width: 45px;
    height: 45px;
  }
  .case-detail .card .card-body .case-detail-right .time-line-bg .timeline-horizontal .item .circle .status-item {
    width: 30px;
    height: 30px;
  }
  .case-detail .card .card-body .case-detail-right .time-line-bg .timeline-horizontal .item .title-timeline {
    top: 7%;
    font-size: 12px;
  }
  .case-detail .case-detail-right .time-line .timeline-horizontal .item:before {
    height: 16px;
    margin-top: -8px;
  }
  .case-detail .case-detail-right .time-line .timeline-horizontal .item .circle {
    width: 50px;
    height: 50px;
  }
  #modal-modify-offer .bg-reduction .modify-reduction,
  #modal-modify-offer .bg-reduction .modify-suggested {
    width: 50%;
  }
  #modal-modify-offer .bg-reduction .modify-note {
    width: 100%;
  }
  #modal-modify-offer .bg-reduction .modify-note .reduction-title {
    padding-top: 8px;
  }
  #modal-modify-offer .bg-reduction .modify-button-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .box-search-right .box-suggest-patient-search {
    position: relative;
    width: calc(100% - 28px);
  }
  .box-search-right .box-suggest-patient-search .box-suggest-patient {
    width: 100%;
    overflow: auto;
  }
  .box-search-right .box-suggest-patient-search .box-suggest-patient::-webkit-scrollbar {
    display: none;
  }
  .box-search-right .box-suggest-patient-search .box-suggest-patient .item-patient {
    min-width: 95%;
    margin-top: 4px;
  }
  .box-search-right .box-suggest-patient-search .box-suggest-patient .box-action-new {
    display: flex;
  }
  .box-search-right .box-suggest-patient-search .box-suggest-patient::after {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
    background-image: linear-gradient(270deg, #fff 0.83%, rgba(255, 255, 255, 0.7) 23.01%, rgba(255, 255, 255, 0) 63.09%);
  }
  .box-search-right .box-action-new {
    width: 100%;
  }
  .box-search-right .new-case {
    display: none;
  }
  .box-search-right .box-suggest-case {
    width: 100%;
  }
  .box-search-right .box-suggest-case .item-case {
    width: 75%;
  }
  .box-search-right .box-suggest-case .new-case {
    display: block;
  }
  .box-search-right .box-modal-help,
  .box-search-right .box-modal-help-two {
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.icon-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #e1ecfb;
  border-radius: 4px;
  padding: 4px 12px;
  cursor: pointer;
  animation: icon_feedback_animate 1.5s infinite ease-in-out;
}
@media only screen and (max-width: 540px) {
  .icon-feedback span {
    display: none;
  }
}

@keyframes icon_feedback_animate {
  50% {
    box-shadow: 0px 0px 10px 0px rgba(78, 240, 153, 0.4);
  }
}
.modal-dialog-feedback {
  max-width: 600px;
}
.modal-dialog-feedback .modal-content-feedback .title-modal-feedback {
  font-size: 20px;
  color: #181c32;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .modal-dialog-feedback .modal-content-feedback .title-modal-feedback {
    font-size: 14px;
  }
}
.modal-dialog-feedback .modal-content-feedback .text-feedback-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #3f4254;
  margin-left: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .modal-dialog-feedback .modal-content-feedback .text-feedback-body {
    font-size: 12px;
  }
}
.modal-dialog-feedback .modal-content-feedback .feedback-content::placeholder {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #7e8299;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.modal-dialog-feedback .modal-content-feedback .box-length-content-feedback {
  font-size: 12px;
  font-weight: 400;
  color: #5e6278;
  width: 110px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-dialog-thanks-feedback {
  max-width: 480px;
}
.modal-dialog-thanks-feedback .modal-body-thank-you {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-dialog-thanks-feedback .modal-body-thank-you .img-thank-you {
  margin: 20px 0;
  width: 260px;
  height: 140px;
  border-radius: 8px;
}
.modal-dialog-thanks-feedback .modal-body-thank-you .box-text-thx {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #3f4254;
  margin-bottom: 20px;
  text-align: center;
}
.modal-dialog-thanks-feedback .modal-body-thank-you .btn-sounds-good {
  background-color: #206bc4;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 16px 32px;
}
.modal-dialog-thanks-feedback .modal-body-thank-you .btn-sounds-good:hover {
  background-color: #2b7fff !important;
}
@media only screen and (max-width: 540px) {
  .modal-dialog-thanks-feedback .modal-body-thank-you .btn-sounds-good {
    padding: 8px 16px;
  }
}

.error-feedback-content {
  display: block;
  font-size: 12px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.box-btn-reset-apply-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wrapper-business-global-search,
.wrapper-search-case {
  position: relative;
}
.wrapper-business-global-search .input-group,
.wrapper-search-case .input-group {
  height: 32px;
}
@media only screen and (max-width: 991px) {
  .wrapper-business-global-search .input-group,
  .wrapper-search-case .input-group {
    width: 100% !important;
    height: 28px;
  }
}
.wrapper-business-global-search .input-group-search .input-search-global,
.wrapper-search-case .input-group-search .input-search-global {
  width: 171px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #dadfe5;
  color: #181c32;
  border-right: 0;
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .wrapper-business-global-search .input-group-search .input-search-global,
  .wrapper-search-case .input-group-search .input-search-global {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-business-global-search .input-group-search .input-search-global,
  .wrapper-search-case .input-group-search .input-search-global {
    height: 28px;
  }
}
.wrapper-business-global-search .input-group-search .input-group-text.icon-search-global,
.wrapper-search-case .input-group-search .input-group-text.icon-search-global {
  border-radius: 0 4px 4px 0 !important;
  height: 32px;
  color: #181c32;
  background: #fff;
  border: 1px solid #dadfe5;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .wrapper-business-global-search .input-group-search .input-group-text.icon-search-global,
  .wrapper-search-case .input-group-search .input-group-text.icon-search-global {
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-business-global-search .input-group-search .input-group-text.icon-search-global,
  .wrapper-search-case .input-group-search .input-group-text.icon-search-global {
    height: 28px;
  }
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global {
  position: absolute;
  top: 32px;
  width: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
  border: 1px solid #dadfe5;
  background: #fff;
  padding: 16px 0;
  z-index: 99;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global .box-title-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global .box-title-search-global {
  margin: 0 16px;
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global .box-title-search-global p,
.wrapper-search-case .box-results-search-global .box-list-search-global .box-title-search-global p {
  color: #206bc4;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0;
  padding-bottom: 4px;
  text-transform: uppercase;
  border-bottom: 0.5px solid #dadfe5;
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-img-search-global .img-case-category,
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-img-search-global svg,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-img-search-global .img-case-category,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-img-search-global svg,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-img-search-global .img-case-category,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-img-search-global svg,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-img-search-global .img-case-category,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-img-search-global svg {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-text-search-global,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-text-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global .box-text-search-global,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global .box-text-search-global {
  width: calc(100% - 38px);
}
.wrapper-business-global-search .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global:hover,
.wrapper-business-global-search .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global:hover,
.wrapper-search-case .box-results-search-global .box-list-search-global ul.nav-list-case .box-info-search-global:hover,
.wrapper-search-case .box-results-search-global .box-list-search-global .nav-list-request .box-info-search-global:hover {
  background-color: #f9fbff;
}
@media (min-width: 541px) and (max-width: 991px) {
  .wrapper-business-global-search .box-results-search-global .box-list-search-global,
  .wrapper-search-case .box-results-search-global .box-list-search-global {
    top: -4px;
    left: 15px;
    width: 96%;
  }
}
@media only screen and (max-width: 540px) {
  .wrapper-business-global-search .box-results-search-global .box-list-search-global,
  .wrapper-search-case .box-results-search-global .box-list-search-global {
    top: -4px;
    left: 8px;
    width: 96%;
    max-height: 440px;
  }
}
.wrapper-business-global-search .box-results-search-global .box-no-search-results,
.wrapper-search-case .box-results-search-global .box-no-search-results {
  position: absolute;
  top: 32px;
  width: 480px;
  height: 176px;
  border-radius: 4px;
  border: 1px solid #dadfe5;
  background: #fff;
  text-align: center;
  padding: 16px 0;
  z-index: 99;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 541px) and (max-width: 991px) {
  .wrapper-business-global-search .box-results-search-global .box-no-search-results,
  .wrapper-search-case .box-results-search-global .box-no-search-results {
    top: -4px;
    left: 15px;
    width: 96%;
  }
}
@media only screen and (max-width: 540px) {
  .wrapper-business-global-search .box-results-search-global .box-no-search-results,
  .wrapper-search-case .box-results-search-global .box-no-search-results {
    top: -4px;
    left: 8px;
    width: 96%;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-business-global-search .box-results-search-global,
  .wrapper-search-case .box-results-search-global {
    position: absolute;
    top: 37px;
    left: -8px;
    width: 100vw;
    height: calc(100vh - 44px);
    background-color: rgba(11, 11, 11, 0.424);
    z-index: 98;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-business-global-search,
  .wrapper-search-case {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .wrapper-business-global-search .icon-close-input-search-global,
  .wrapper-search-case .icon-close-input-search-global {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .icon-close-input-search-global {
    padding: 4px;
    height: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .box-input-search-global-mobile {
    padding: 8px;
  }
}
.pagination .page-item.disabled {
  margin: 0 4px;
}

.swal2-container .swal2-modal {
  padding: 16px;
}
.swal2-container .swal2-modal #swal2-title {
  margin: 16px 16px 24px;
  padding: 0;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 24px;
  color: #5e5e5e;
}
.swal2-container .swal2-modal #swal2-title .title-archiving-business-swal-modal {
  text-align: center;
  margin-bottom: 0;
}
.swal2-container .swal2-modal #swal2-html-container {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5e5e5e;
  margin: 0;
}
.swal2-container .swal2-modal #swal2-html-container .text-archiving-business-swal-modal {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5e5e5e;
  text-align: left;
  margin-bottom: 0;
}
.swal2-container .swal2-modal #swal2-html-container .list-archiving-business-swal-modal {
  margin-bottom: 0;
  text-align: left;
}
.swal2-container .swal2-modal #swal2-html-container .list-archiving-business-swal-modal li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5e5e5e;
  text-align: left;
  margin-bottom: 0;
}
.swal2-container .swal2-modal .swal2-actions {
  width: 100%;
  justify-content: flex-end;
  gap: 8px;
  margin: 24px 0 0;
}
.swal2-container .swal2-modal .swal2-actions .swal2-styled {
  margin: 0;
  font-weight: 600;
}
.swal2-container .swal2-modal .swal2-actions .swal2-cancel {
  background-color: #efefef;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 8px 16px;
  height: 36px;
}
.swal2-container .swal2-modal .swal2-actions .swal2-confirm {
  background-color: #e64942;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 8px 16px;
  height: 36px;
}

.pin-item-wrapper .pin-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pin-item-wrapper .pin-item:hover .pin-item-detail {
  display: flex;
  margin-bottom: 4px;
}
.pin-item-wrapper .pin-item .pin-item-detail {
  display: flex;
  cursor: pointer;
}
.pin-item-wrapper .pin-item .pin-item-detail:hover svg path {
  fill: #206bc4;
}
.pin-item-wrapper .pin-item .pin-item-detail svg {
  width: 14px;
  height: 14px;
}
.pin-item-wrapper .pin-item .active-pin-item {
  display: flex;
  margin-bottom: 4px;
}
.pin-item-wrapper .pin-item .active-pin-item svg {
  width: 14px;
  height: 14px;
}
.pin-item-wrapper .pin-item .active-pin-item svg path {
  fill: #206bc4;
}
.pin-item-wrapper .list-info-name-pin {
  margin-top: -3px;
}
.pin-item-wrapper .list-info-name-pin:hover .pin-item-detail {
  margin-bottom: 0;
}
.pin-item-wrapper .list-info-name-pin .active-pin-item {
  margin-bottom: 0;
}

.tawk-message-wrapper {
  position: relative;
}
.tawk-message-wrapper.tawk-message-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tawk-message-wrapper .tawk-message {
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999999;
  font-weight: 600;
  font-size: 16px;
}
.tawk-message-wrapper .tawk-message .tawk-message-content-wrapper {
  display: flex;
  background: linear-gradient(90deg, #c109c9 0%, #781aff 100%);
  color: #fff;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 318px;
  gap: 10px;
  align-items: flex-start;
  z-index: 1;
}
.tawk-message-wrapper .tawk-message .tawk-message-content-wrapper .tawk-message-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.tawk-message-wrapper .tawk-message .tawk-message-content-wrapper .tawk-message-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.tawk-message-wrapper .tawk-message .tawk-message-content-wrapper .tawk-message-action {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

#tawk-message-modal .modal-dialog {
  width: 680px;
  max-width: 100%;
}
#tawk-message-modal .modal-dialog .modal-content {
  border-radius: 8px;
  overflow: hidden;
}
#tawk-message-modal .modal-dialog .modal-content .img {
  width: 100%;
  height: 100%;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper {
  display: flex;
  background-color: #e9f4fe;
  min-height: 176px;
  padding: 16px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: -34px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 32px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .message {
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  color: #1877f2;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .action {
  display: flex;
  gap: 8px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .action .btn {
  display: flex;
  border: none;
  box-shadow: none;
  color: #181c32;
  font-weight: 600;
  padding: 11px 16px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .action .btn.btn-chat {
  background: linear-gradient(90deg, #1949e4 0%, #785ad2 100%);
  color: #fff;
  gap: 8px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .action .btn.btn-chat svg {
  width: 20px;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .help-instruction {
  color: #3f4254;
  text-align: center;
}
#tawk-message-modal .modal-dialog .modal-content .content-wrapper .content .help-instruction p {
  margin-bottom: 0;
}