#filter_row {
  color: white;
  font-size: 1.2rem;
}

#filter_row .filtering_selector {
  font-weight: bold;
  color: white;
}

#filter_row .filtering_selector:hover {
  text-decoration: none;
  color: white;
}

#filter_row .filtering_selector.selected {
  background-color: #bfcfe3;
  color: #295da2;
}

#filter_row .input_field {
  background-color: white;
  padding-left: 1rem;
  padding-right: 2rem;
  border-radius: 50px;
}

#filter_row .input_field .searching_bar {
  border: none;
  background-color: transparent;
  outline: none;
}

#filter_row .input_field .searching_bar:active,
#filter_row .input_field .searching_bar:hover,
#filter_row .input_field .searching_bar:focus,
#filter_row .input_field .searching_bar:focus-visible,
#filter_row .input_field .searching_bar:focus-within {
  border-color: white;
}

.filter_detail {
  background-color: #bfcfe3;
}

#collapse_close {
  font-size: 1.5rem;
  color: #295da2;
}

.normal_font_size {
  font-size: 1rem;
}

.list_map_zone .list_selector,
.list_map_zone .map_selector {
  padding: 0.25rem 1rem;
  background-color: white;
  font-weight: bold;
  color: #295da2;
}

.list_map_zone .list_selector:hover,
.list_map_zone .map_selector:hover {
  text-decoration: none;
}

.list_map_zone .list_selector.selected,
.list_map_zone .map_selector.selected {
  background-color: #b98c48;
  color: white;
}

.list_map_zone .list_selector {
  border-radius: 16px 0 0 16px;
}

.list_map_zone .map_selector {
  border-radius: 0px 16px 16px 0px;
}

.full_width_padding {
  padding-left: 15px;
  padding-right: 15px;
}

.map_menu_container {
  position: absolute;
  right: 0;
  top: 0;
}

.map_menu {
  position: relative;
  height: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: -5px 0px 5px -5px #808080;
  margin-left: -3px;
  overflow-y: scroll;
  width: 0px;
  max-width: calc(100vw - 2rem);
  transition: width 0.35s ease;
}

.map_menu::-webkit-scrollbar {
  width: 10px;
}

.map_menu::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.map_menu::-webkit-scrollbar-thumb:hover {
  background: #808080;
}

.map_menu .inner_padding {
  padding: 0.25rem 1rem;
}

.map_menu .inner_padding .item_container {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.map_menu .inner_padding .item_container:nth-child(1) {
  padding-bottom: 0.25rem;
}

.map_menu .inner_padding .item_container a:nth-child(1) {
  width: 5rem;
}

.map_menu .inner_padding .item_container:last-child {
  padding-bottom: 0.25rem;
  border-bottom: none;
}

.map_view_item_box_table tr:nth-child(1) {
  color: #b98c48;
  font-weight: bold;
  font-size: 1.1rem;
}

.map_view_item_box_table tr td {
  width: 100%;
  padding: 0.25rem 0rem;
}

.map_view_item_box_table tr td:nth-child(1) {
  width: 1.5rem;
}

#map_menu_collapse {
  font-size: 2rem;
  padding: 1rem 0.25rem;
  background-color: white;
  border-radius: 8px 0px 0px 8px;
  color: #666666;
  z-index: 15000;
  box-shadow: -5px 0px 5px -5px #808080;
}

#map_menu_collapse:hover {
  color: #666666;
  text-decoration: none;
}

.collapse-horizontal {
  height: auto;
  transition: width 0.35 ease;
}

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.btn-broadcast, .btn-message, .btn-broadcast-mobile {
  border-radius: 25px;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
}
.btn-broadcast:hover, .btn-message:hover, .btn-broadcast-mobile:hover {
  color: white;
}

.btn-broadcast, .btn-broadcast-mobile {
  background-color: #f6921e;
}

.btn-message {
  background-color: #008b8b;
}

.swal2-input, .swal2-textarea {
  margin: 1em 1em 3px !important;
}

.chat-message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-message-wrapper > .container > .row {
  border-top: 1px solid #008b8b;
}
.chat-message-wrapper > .container > .row:first-child {
  border-top: none;
}

#footerSlideContainer {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#footerSlideContainer #footerSlideButton {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}
#footerSlideContainer #footerSlideContent {
  width: 0;
  height: 100%;
  border: none;
}
#footerSlideContainer #footerSlideContent #footerSlideText .chat-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footerSlideContainer #footerSlideContent #footerSlideText .chat-body {
  margin-left: 0;
  margin-right: 0;
  min-height: 50vh;
}
#footerSlideContainer #footerSlideContent #footerSlideText .chat-body > .col-12 {
  margin-bottom: 0 !important;
}
#footerSlideContainer #footerSlideContent #footerSlideText .chat-body .chat-message-block {
  width: 100%;
  height: calc(100vh - 17px);
  margin: 0 auto;
  overflow-y: auto;
  background-color: #fff;
  /* transform: rotate(180deg); */
  /* direction: rtl; */
  scrollbar-width: thin;
  scrollbar-color: #74d1cf #ccc;
  -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
}

@media only screen and (max-width: 968px) {
  #filter_select_zone {
    width: 100%;
  }
  .full_width_padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.col-xs-5ths {
  max-width: 20%;
  flex: 0 0 20%;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.filter_content_section .mobile-chat-panel {
  display: none;
}

.filter_content_section .mobile-chat-panel .mobile-chat-header {
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter_content_section .mobile-chat-panel .mobile-chat-header .chat-header-info {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #faaf52;
}

.filter_content_section .mobile-chat-panel .mobile-chat-header .mobile-chat-count,
.filter_content_section .mobile-chat-panel .mobile-chat-header .mobile-chat-duration {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 100;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body {
  margin-left: 0;
  margin-right: 0;
  min-height: 50vh;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body > .col-12 {
  margin-bottom: 0 !important;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .no-chat-record {
  margin-bottom: 15px;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-message-block {
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.33);
  /*transform: rotate(180deg);*/
  /*direction: rtl;*/
  /* Scrolling bar styling */
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #74d1cf #ccc;
  /* Works on Chrome, Edge, and Safari */
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-message-block::-webkit-scrollbar {
  width: 8px;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-message-block::-webkit-scrollbar-track {
  background: #ccc;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-message-block::-webkit-scrollbar-thumb {
  background-color: #74d1cf;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area {
  /*background-color: #d4ebd8;*/
  /*height: 100px;*/
  /*padding: 15px;*/
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area span {
  color: #515151;
  font-size: 0.8rem;
  margin-right: 5px;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area input {
  width: 100%;
  border-width: 0;
  font-size: 0.8rem;
  padding: 3px;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area .send-target,
.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area .send-message {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 80%;
  display: inline-block;
  background-color: #fff;
}

.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area .send-target-icon,
.filter_content_section .mobile-chat-panel .mobile-chat-body .mobile-chat-area .send-message-icon {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.chat-message-wrapper .row {
  font-size: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table {
  margin-bottom: 0px !important;
}

.chat-message-wrapper .row .table.shop-info {
  border-spacing: 0;
}

.table td, th {
  border-top: unset !important;
  /* padding: 0.2em; */
  /* word-break: break-word; */
}

.chat-message-wrapper .row .table.table > :not(caption) > * > * {
  padding: 0;
}

.chat-message-wrapper .row .table.shop-info td {
  border-bottom: none;
}

@media screen and (max-width: 576px) {
  .filter_content_section .mobile-chat-panel {
    display: block;
  }
  #footerSlideContainer {
    display: none;
  }
}


/*# sourceMappingURL=matching.css.map */
