.en-date {
  font-family: 'Lato', 'Roboto', sans-serif !important;
}

#splash {
  z-index: 10000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash .logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#splash .mark {
  color: #388e3c;
  width: 150px;
  height: 150px;
  padding-bottom: 11px;

  -webkit-animation: splash 10s linear infinite;
  -moz-animation: splash 10s linear infinite;
  -ms-animation: spin 10s linear infinite;
  -o-animation: splash 10s linear infinite;
  animation: splash 10s linear infinite;
}
#splash .commin {
  color: #388e3c;
  width: 150px;
  height: 40px;
  margin-top: 5px;
}
@-webkit-keyframes splash {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes splash {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes splash {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes splash {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes splash {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.c-main {
  position: relative;
  flex: 1 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  background-color: #fafafa;
}
.le-tbs .c-main {
  background-color: #ffffff;
  width: 100% !important;
  min-width: 320px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c-main-wrap {
  min-height: calc(100vh - 134px);
}
.le-tbs .c-main-wrap {
  background-color: #ffffff;
  width: 100% !important;
  min-width: 320px !important;
  min-height: calc(100vh - 47px);
  padding: 0 0 60px 0 !important;
}
.c-sidebar-none .c-main-wrap {
  width: 100%;
  min-width: 400px;
  max-width: 880px;
  margin: 0px auto;
  padding: 18px 20px 30px 20px;
  background-color: #fafafa;
}
.le-tbs .c-sidebar-none .c-main-wrap {
  background-color: #ffffff;
  min-height: calc(100vh - 156px);
}
.c-sidebar-l .c-main-wrap {
  width: calc(100vw - 235px);
  max-width: calc(1280px - 215px);
  margin: 0px auto;
  padding: 18px 15px 5px 10px;
  background-color: #fafafa;
}
.c-sidebar-lr .c-main-wrap {
  width: calc(100vw - 235px - 310px);
  min-width: calc(1024px - 215px - 310px);
  max-width: calc(1280px - 215px - 310px);
  margin: 0px auto;
  padding: 18px 15px 5px 10px;
  background-color: #fafafa;
}
.c-sidebar-r .c-main-wrap {
  width: calc(100vw - 310px);
  max-width: calc(1280px - 310px);
  margin: 0px auto;
  padding: 18px 15px 5px 10px;
  background-color: #fafafa;
}

.c-sub-shadow {
  box-shadow: 0px 0px 6px #aaaaaa;
}

.mobile.chat {
  background-color: #eeeeee !important;
}
.mobile.chat .c-main {
  background-color: #eeeeee !important;
}
.mobile.chat .c-main-wrap {
  background-color: #eeeeee !important;
}
.mobile.chat .c-main-shadow {
  background-color: #eeeeee !important;
}
.mobile.chat .c-sub-shadow {
  background-color: #eeeeee !important;
}

.c-errmsg {
  color: #b71c1c;
}

.c-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.c-pos {
  position: relative;
}

.main-area {
  min-width: 320px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.c-close {
  opacity: 0.52;
}

.c-hand {
  cursor: hand;
  cursor: pointer;
}
.c-hand:hover {
  cursor: hand;
  cursor: pointer;
}

#b-title {
  position: relative;
  float: left;
  top: 10px;
  left: 35px;
  width: 190px;
  height: 26px;
}
#b-title svg {
  transform: translateY(-1px);
}
#b-title svg.mail {
  transform: initial;
}
.logo-msg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 26px;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 2px;
  margin-left: 3px;
}
.logo-msg .c-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.le-tbs .logo-msg .c-icon {
  color: #fff;
}
.logo-msg .title {
  height: 26px;
  line-height: 26px !important;
  vertical-align: middle;
  margin-top: 1px;
  font-size: 16px !important;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.le-tbs .logo-msg .title {
  color: #fff;
}
.logo-msg .c-icon svg {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.28));
}
.logo-msg .c-icon i.mdi-email-outline {
  color: currentColor;
  size: 20px;
}
.logo-msg .c-icon svg.talk {
  transform: translateY(-1px);
  width: 23px;
  height: 23px;
}
.logo-msg .c-icon svg.photo {
  width: 22px;
  height: 22px;
}
.logo-msg .c-icon svg.c-calendar {
  width: 20px;
  height: 20px;
}
.logo-msg .c-icon svg.group {
  width: 22px;
  height: 22px;
}
.logo-msg .c-icon svg.setting {
  width: 22px;
  height: 22px;
}
.logo-msg .c-icon svg.translate {
  width: 22px;
  height: 22px;
}
.logo-msg .c-icon svg.group {
  width: 24px;
  height: 24px;
}

#b-menu {
  position: relative;
  float: right;
  text-align: right;
  line-height: 100%;
  top: 0px;
  height: 23px;
  margin-right: 10px;
}
#talk-notify {
  position: relative;
  text-align: center;
  line-height: 100%;
  top: 0px;
  width: 36px;
  height: 36px;
}

#talk-notify .v-badge__badge {
  top: -5px;
  right: -12px;
}

#header {
  height: 48px;
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  border-top: 0px solid rgba(160, 160, 159, 1);
  border-bottom: 0px solid rgba(160, 160, 159, 1);
  z-index: 100;
  min-width: 320px;
}
.le-tbs #header {
  background-color: #424242;
  font: #ffffff;
}
#bar {
  height: 31px;
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  background-color: #e8f5e9;
  z-index: 100;
  box-shadow: 0px 2px 2px #e0e0e0;
}

.circle img {
  border-radius: 50%;
  box-sizing: content-box;
}
img.circle {
  border-radius: 50%;
  box-sizing: content-box;
}
a.circle {
  border-radius: 50%;
  box-sizing: content-box;
}
.c-container {
  position: relative;
  top: 79px;
  margin: 0px auto;
  min-width: 320px !important;
  max-width: 1280px !important;
  padding: 0;
  width: 100%;
  height: calc(100vh - 79px);
}
.c-fill {
  min-height: calc(100vh - 79px);
}
.le-tbs .c-fill {
  min-height: calc(100vh - 108px);
}

footer {
  padding-top: 15px;
  height: 55px;
  text-align: center;
}
.c-footer a {
  color: #303030;
}
.c-footer a:hover {
  color: #000000;
}
.c-footer ul {
  font-size: 0;
  vertical-align: top;
  display: inline;
}
.c-footer li {
  display: inline;
  margin: 0px 10px;
  font-size: 13px;
  text-align: center;
}

.c-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-direction: row;
  padding: 0px;
  align-items: flex-start;
}
.le-tbs .c-tab-ym .c-content {
  margin-top: 48px;
}

.lside-wrap {
  display: block;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 79px);
  width: 205px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 90;
}
.lside-wrap.c-s {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
}
.lside {
  max-height: calc(100vh - 79px);
  width: 205px;
}
.l-scroll {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 79px);
}
.l-wrap {
  width: 190px;
}
.lside a {
  color: #0b1610;
}
.rside {
  display: block;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  width: 310px;
  color: #fff;
  padding-right: 10px;
  padding-top: 18px;
  padding-bottom: 20px;
  z-index: 10;
}

#groupsetting {
  margin-top: 2px;
}
#groupsetting ul {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  text-align: center;
}
#groupsetting ul li {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  font-size: 11px;
  margin: 0px;
}
#groupsetting li a {
  margin: 0px;
}

#groupsetting li a img {
  display: inline-block;
  vertical-align: -5px;
  margin-right: 3px;
}
#groupsetting .l {
  margin-right: 1px !important;
}
#groupsetting .r {
  margin-left: 1px !important;
}

#groupsetting .v-btn.selected {
  background-color: rgba(0, 0, 0, 0.13) !important;
}

ul.footer li {
  display: inline;
  text-align: center;
  padding: 10px;
}
.n-p {
  padding: 0px !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Error box */
.error-box {
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  color: #b71c1c;
  background-color: rgba(255, 0, 0, 0.3);
}

.error-box-list {
  list-style-type: square;
  margin: 20px;
}

.c-spinner {
  margin: 0px auto;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(33, 150, 243) rgb(238, 238, 238) rgb(238, 238, 238);
  border-image: initial;
  width: 55px;
  height: 55px;
  animation: vue-simple-spinner-spin 0.8s linear infinite;
}

.c-spinner-text {
  margin-top: 4px;
  color: rgb(85, 85, 85);
  font-size: 13px;
  text-align: center;
}

.error_msg_area {
  margin: 35px auto 50px auto;
  width: 512px;
  padding: 25px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px #f0f0f0;
  border-radius: 2px !important;
  max-width: 100vw;
}
.error_msg_area .err_header {
  font-weight: bold;
  font-size: 20px;
}
.error_msg_area .err_msg {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.p-middle {
  position: relative;
}

.p-middle p {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dddddd !important;
}

.c-msg {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.c-msg a {
  display: inline !important;
}

.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-clear {
  clear: both;
}

.c-r a {
  width: 100%;
}

.c-nodata {
  margin: auto auto;
  color: rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  height: 46px;
  font-size: 14px;
}

.c-dis {
  color: rgba(0, 0, 0, 0.54);
}
.c-o0 {
  opacity: 0;
}
.c-o1 {
  opacity: 1;
}
.c-o0.c-o1 {
  opacity: 1 !important;
}
.c-o0.c-o1.disabled {
  opacity: 0.28 !important;
}

.c-trn {
  transition: all 0.5s;
}

.le-tbs #b-menu {
  margin-right: 5px;
}
.le-tbs .c-container {
  min-width: 320px !important;
  width: 100% !important;
  top: 48px !important;
  height: calc(100vh - 108px) !important;
}
.le-tbs .main-area {
  width: 100% !important;
}
#f-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.le-tbs #b-title {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100vw - 141px);
  min-width: 179px;
  height: 28px;
}

.le-tbs #header {
  box-shadow: 0px 0px 6px #aaaaaa;
}

.select-owner-main {
  margin: 0 30px 0 30px;
}

.talk-leave-search {
  border-radius: 5px 5px 0 0;
}
.talk-leave-search label {
  color: #c8e6c9 !important;
}

.talk-leave-search input {
  color: white !important;
}
.select-owner-input {
  height: 58px;
}
.select-owner-list {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  padding: 0 5px;
  background: #fff;
}
.leave-talk-alert {
  margin: 10px 30px;
  padding-top: 20px;
}

.select-owner-container {
  margin-top: 3px !important;
}

.c-month-area .swiper-container {
  margin: 0 !important;
  height: 60px;
  position: relative;
  box-shadow: inset -8px 0px 3px -3px white, inset 8px 0 3px -3px white;
}
.le-tbs .c-month-area .swiper-container {
  height: 48px;
}

.c-yy {
  color: #000;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
}
.c-yy.swiper-slide-active {
  opacity: 1 !important;
}
.c-yy.swiper-slide-prev {
  opacity: 0 !important;
}
.c-yy.swiper-slide-next {
  opacity: 0 !important;
}
.c-ym {
  color: #000;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
}
.c-ym.f {
  color: rgba(0, 0, 0, 0.72);
}
.c-ym.swiper-slide-active {
  opacity: 1 !important;
}
.c-ym.swiper-slide-prev {
  opacity: 0 !important;
}
.c-ym.swiper-slide-next {
  opacity: 0 !important;
}

.v1 {
  width: 100% !important;
  margin-bottom: 2px !important;
}
.v2 {
  width: calc((100% - 2px) / 2) !important;
  margin-bottom: 2px !important;
}
.v3 {
  width: calc((100% - 4px) / 3) !important;
  margin-bottom: 2px !important;
}
.v4 {
  width: calc((100% - 6px) / 4) !important;
  margin-bottom: 2px !important;
}
.v5 {
  width: calc((100% - 8px) / 5) !important;
  margin-bottom: 2px !important;
}
.v6 {
  width: calc((100% - 10px) / 6) !important;
  margin-bottom: 2px !important;
}
.v7 {
  width: calc((100% - 12px) / 7) !important;
  margin-bottom: 2px !important;
}
.v8 {
  width: calc((100% - 14px) / 8) !important;
  margin-bottom: 2px !important;
}
.v9 {
  width: calc((100% - 16px) / 9) !important;
  margin-bottom: 2px !important;
}
.v10 {
  width: calc((100% - 18px) / 10) !important;
  margin-bottom: 2px !important;
}
.v11 {
  width: calc((100% - 20px) / 11) !important;
  margin-bottom: 2px !important;
}
.v12 {
  width: calc((100% - 22px) / 12) !important;
  margin-bottom: 2px !important;
}

.le-tbs .v1 {
  width: 100% !important;
  margin-bottom: 1px !important;
}
.le-tbs .v2 {
  width: calc((100% - 1px) / 2) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v3 {
  width: calc((100% - 2px) / 3) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v4 {
  width: calc((100% - 3px) / 4) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v5 {
  width: calc((100% - 4px) / 5) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v6 {
  width: calc((100% - 5px) / 6) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v7 {
  width: calc((100% - 6px) / 7) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v8 {
  width: calc((100% - 7px) / 8) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v9 {
  width: calc((100% - 8px) / 9) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v10 {
  width: calc((100% - 9px) / 10) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v11 {
  width: calc((100% - 10px) / 11) !important;
  margin-bottom: 1px !important;
}
.le-tbs .v12 {
  width: calc((100% - 11px) / 12) !important;
  margin-bottom: 1px !important;
}

.c-movie .video-player {
  width: 100vw !important;
  height: 100vh !important;
}
.c-movie .video-player .video-js {
  width: 100vw !important;
  height: 100vh !important;
}
.c-movie .video-player .video-js .vjs-tech {
  position: fixed;
  top: 50%;
  left: 50%;
  width: initial !important;
  height: initial !important;
}

.c-v-content {
  z-index: 1;
}
.c-btn-time {
  z-index: 50 !important;
}

.c-commin-video-mat.c-hide-loading .vjs-loading-spinner {
  display: none;
}

.c-va,
.c-commin-video-mat,
.video-js {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background-color: rgba(0, 0, 0, 0) !important;
  overflow: hidden;
}
.video-js {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.video-js .vjs-tech {
  position: initial !important;
  top: initial !important;
  left: initial !important;
  width: initial !important;
  height: initial !important;
}
.vjs-poster {
  background-color: rgba(0, 0, 0, 0) !important;
}
.vjs-big-play-button {
  z-index: 10 !important;
  display: none !important;
}
.vjs-control-bar {
  z-index: 10 !important;
}

.vjs-custom-filter {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-content .application--wrap {
  min-height: initial !important;
}

.chat-container .mCSB_container {
  overflow: initial !important;
}
.chat-container .mCSB_scrollTools_vertical {
  right: -5px !important;
}
.chat-container .c-talk-list-tile {
  padding: 0;
  height: 70px !important;
}
.chat-container .c-talk-list-tile a {
  padding: 0 5px 0 10px;
  height: 70px !important;
}
.chat-container .c-talk-list-tile .v-badge__badge {
  bottom: -3px !important;
  right: 0px !important;
  font-size: 10px !important;
  opacity: 0.95 !important;
}

.chat-container .c-talk-list-tile.selected {
  background-color: #cee9da;
}
.chat-container .c-input textarea {
  margin: 0 !important;
  max-height: 200px !important;
}
.chat-container .c-input .v-text-field__details {
  display: none;
}

.c-msg-area .c-msg-box {
  padding: 7px 10px 6px 10px;
  font-size: 14px;
  line-height: 18px;
}
.c-msg-area .c-msg-json {
  padding: 7px 10px 6px 10px;
  font-size: 14px;
  line-height: 18px;
}
.c-msg-area .c-msg-box.c-json {
  padding: 0 !important;
  overflow: hidden;
}
.c-msg-area.self .c-msg-box {
  border-radius: 10px 10px 0px 10px / 10px 10px 0px 10px;
  background-color: #e8f5e9 !important;
  margin-right: 5px;
}
.c-msg-area.self .c-msg-json {
  background-color: #e8f5e9 !important;
}
.c-msg-area.other .c-msg-box {
  border-radius: 0px 10px 10px 10px / 0px 10px 10px 10px;
  background-color: #ffffff !important;
}
.c-msg-area.other .c-msg-json {
  background-color: #ffffff !important;
}

.calendar-sticky {
  top: 96px;
}

.menubar .v-badge__badge {
  left: -15px !important;
  top: -10px !important;
  opacity: 1 !important;
}
#f-menu .v-badge__badge {
  left: -10px !important;
  top: -10px !important;
  opacity: 1 !important;
}

.c-post .c-msg {
  font-size: 14px;
  margin-bottom: 20px;
}
.c-post-btn-space {
  height: 90px;
}
.le-tbs .c-post-btn-space {
  height: 80px;
}

.c-no-margin {
  padding: 0 !important;
  margin: 0 !important;
}
.c-no-margin .v-input__slot {
  padding: 0 !important;
  margin: 0 !important;
}
.c-no-margin .v-text-field__details {
  display: none;
}
.c-no-margin input {
  display: none;
}
.c-no-margin i {
  font-size: 18px;
  margin: 0 auto;
}

.c-no-detail {
  padding: 0 !important;
  margin: 0 !important;
}
.c-no-detail .v-text-field__details {
  display: none;
}

.c-ntm {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.c-ntm.smart .v-input__control {
  margin: 0 !important;
}
.c-ntm.smart .v-messages {
  display: none !important;
}
.c-ntc.lsmart {
  margin: 0 !important;
}

.c-intm textarea {
  margin-top: 0 !important;
}

.c-enq-a-list {
  padding-top: 0 !important;
}
.c-enq-a-list .v-list__tile {
  height: 32px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-row-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
