.table-report:not(.table-report--bordered) tbody tr td {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-report:not(.table-report--bordered) tbody tr td:nth-child(1) {
  border-left: 2px solid #fff;
  text-align: center;
}

.border-radius-06 {
  border-radius: .6rem !important;
}

.table-report:not(.table-report--bordered) tbody tr td:nth-child(1) img {
  display: inline-block;
  max-width: initial;
}

.table-report:not(.table-report--bordered) tbody tr td:nth-last-child(1) {
  border-right: 2px solid #fff;
  width: 185px;
}

.table-report.dashboard-admin-table tr:hover td {
  border-top: 2px solid #02b13f;
  border-bottom: 2px solid #02b13f;
  background-color: #fff;
}

.table-report.dashboard-admin-table tr:hover td:nth-child(1) {
  border-left: 2px solid #02b13f;
  background-color: #fff;
}

.table-report.dashboard-admin-table tr:hover td:nth-last-child(1) {
  border-right: 2px solid #02b13f;
  background-color: #fff;
}

.table-report:not(.table-report--bordered) tbody tr td .text-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.table-report:not(.table-report--bordered) tbody tr td .text-name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.qrcode-page-h2 {
  font-size: 16px;
  color: #6d7278;
  padding-left: 20px;
}

.tips1 {
  display: none;
  position: absolute;
  z-index: 10002;
  top: 42px;
  left: 350px;
  background: #fff;
  width: 300px;
  padding: 20px 20px 20px 50px;
}

.tips-end {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 10002;
}

.tips-end .rounded {
  width: 60%;
  max-width: 475px;
  height: 350px;
  padding: 30px 30px 50px 70px;
}

@media (max-width: 639px) {
  .tips-end .rounded {
    width: calc(100% - 70px);
    max-width: 475px;
    height: auto;
    padding: 30px 30px 80px 30px;
  }
}

button:disabled {
  cursor: not-allowed;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

@media (max-height: 778px) {
  .payment-full-screen {
    height: unset;
  }
}

.setting-plan-list {
  margin: auto;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
}

.setting-plan-list>div {
  flex: 1;
  margin: 5px;
  border-radius: 8px;
  padding: 30px 16px 0px 16px;
  border: 3px solid #e3f2a5;
}

.setting-plan-list button,
.setting-plan-list a {
  border-radius: 19.5px;
  background-color: #02b13f;
}

.setting-plan-item-list {
  min-width: 140px;
}

.rule-notify a {
  text-decoration: underline;
}

#user-login-all-log-list .item {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  #user-login-full-log .modal__content--lg {
    width: 700px;
  }
}

.tip-dialog__close-btn {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #02b13f;
  position: relative;
  z-index: 10;
}

.pagination__link:focus {
  outline: none;
}

.pagination__link:disabled {
  opacity: 0.3;
  cursor: default !important;
}

#site-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#site-loading .ball-pulse-sync>div {
  background-color: #d3d3d3;
}

.side-menu {
  color: #2d3748 !important;
}

.device-suggestion {
  position: sticky;
  top: 0px;
  z-index: 999999;
  margin: 0 -0.75rem 1rem;
  margin-top: -1.25rem;
  background-color: #004d7f;
  padding: 10px 14px;
}

.input.trial-survey-reason,
.input.trial-survey-checkbox {
  box-shadow: none;
  outline: none;
}

.free-trial-modal.show {
  z-index: 10002;
}

#trial-finish-modal.show .modal__content:before,
#trial-start-modal.show .modal__content:before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.side-menu__icon img {
  max-width: fit-content;
}

.avatar-default-img.selected:before {
  content: "";
  background: url(/images/check.svg) center center / cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.avatar-range {
  -webkit-appearance: none;
  overflow: hidden;
  width: 200px;
  height: 20px;
  outline: none;
  background: none;
}

.avatar-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #d9e756;
  border-radius: 50%;
  transition: 0.2s;
}

.avatar-range-wrap:before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #c4c4c4;
  left: 0;
  right: 0;
  top: calc(50% - 5px);
  border-radius: 2px;
}

.client-link-button {
  display: flex;
  align-items: center;
  background-color: #f3fab6;
  border-radius: 50%;
  margin: 0 7px;
  width: 40px;
  height: 40px;
  justify-content: center;
}

.client-avatar {
  display: inline-flex;
  border-radius: 50%;
  box-shadow: none;
  object-fit: cover;
  height: 40px;
  width: 40px;
  background: #c4c4c4;
}

#client .table thead th {
  border-bottom: 2px solid #ced4db;
}

#client .table tbody tr:last-child td {
  border: none;
}

#client .table .tag {
  margin: 2px 8px 2px 0px;
  padding: 3px 7px 4px;
  border-radius: 5px;
  background: gray;
  color: #ffffff;
  display: inline-block;
}

#client .table .tags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#display-qrcode-modal .tab {
  padding: 10px 0;
  position: relative;
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

#display-qrcode-modal .tab.active {
  color: #02b13f;
}

#display-qrcode-modal .tab.active:after {
  background-color: #d9e756;
  z-index: 1;
}

#display-qrcode-modal .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f0f0f0;
  display: flex;
  border-radius: 5px;
}

#display-qrcode-modal .share-button {
  border-radius: 20px;
  background-color: #02b13f;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #02b13f;
  width: 150px;
  display: block;
  text-align: center;
}

#display-qrcode-modal .share-button--display {
  background-color: #ffffff;
  border-color: #02b13f;
  color: #02b13f;
}

#display-qrcode-modal .chatroom {
  padding: 6px 6px 6px 20px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #000000;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  margin: 10px 0 20px;
}

#display-qrcode-modal #copy-chatroom-link {
  padding: 11px 0;
  line-height: 1;
  width: 90px;
  background-color: #02b13f;
  color: #ffffff;
  border-radius: 17px;
  font-size: 14px;
  cursor: pointer;
}

.side-nav>ul ul.side-menu__sub-open {
  background-color: #f6f6f6 !important;
}

.logout-menu .side-menu__icon--hover,
.logout-menu:hover .side-menu__icon {
  display: none;
}

.logout-menu:hover .side-menu__icon--hover {
  display: block;
}

.payment-flow-setting input.text,
.payment-flow-setting input[type="text"],
.payment-flow-setting input[type="text"]:disabled,
.payment-flow-setting textarea,
.payment-flow-setting select,
.payment-flow-setting__input,
.enterpoint-setting input.text,
.enterpoint-setting input[type="text"],
.enterpoint-setting input[type="text"]:disabled,
.enterpoint-setting textarea,
.enterpoint-setting select,
.enterpoint-setting__input,
#add-pinboard-link-modal textarea,
#add-pinboard-link-modal input.text,
#add-pinboard-link-modal select {
  background-color: #f6f6f6;
  border-radius: 10px;
  height: 36px;
  line-height: 20px;
  padding: 8px 12px;
  color: #000000;
  border: 1px solid transparent;
}

.enterpoint-setting__num:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #e3f2a5;
  left: 25px;
}

.enterpoint-setting__theme-colors {
  background-color: #f6f6f6;
  border-radius: 10px;
}

.enterpoint-setting__switch-btn {
  border-radius: 20px;
  border: none;
  padding: 6px 15px;
  color: #7b7b7b;
  line-height: 20px;
}

.enterpoint-setting input.text,
.enterpoint-setting input[type="text"]:focus,
.enterpoint-setting__switch-btn:focus {
  outline: none;
  box-shadow: none;
}

.enterpoint-setting__switch-btn.active {
  background-color: #e0eb76;
  color: #000000;
  font-weight: 500;
}

.arrow-rotate-180 {
  transform: rotate(180deg);
}

#free-trial-modal-copy:hover {
  background-color: #02b13f;
  color: white !important;
}

.collabsible label>img {
  transform: rotate(0deg);
}

.collabsible input:checked+label>img {
  transform: rotate(180deg);
}

.collabsible input:checked+label+.collabsible__content {
  max-height: 2000px;
}

.collabsible__item {
  max-width: 250px;
  flex: 1;
}

.collabsible__btn {
  display: flex;
  font-size: 16px;
}

.collabsible__title {
  flex: 1 0 0;
  min-width: 300px;
}

.collabsible__content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}


.modal-tip [data-tooltip]:before {
  bottom: 14px;
}

.modal-tip [data-tooltip]:after {
  top: 0;
}

.border-red-600-not-important {
  --border-opacity: 1;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}


.form-message.error {
  color: #9e0202;
}

.main-button:hover {
  opacity: 0.5;
}

#create-room-start-modal-create-button:disabled{opacity: 0.5;}

.notify-button.notify-button.notify-button {
  position: fixed;
  top: 1rem;
  z-index: 999;
}

.required_text {
  color: red;
}

.right-float-modal.modal {
  background-color: transparent;
}

.right-float-modal.modal .modal__content {
  position: absolute;
  margin: 0;
  right: 0;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.right-float-modal .nav-tabs>a {
  line-height: normal;
  color: #02B13F;
}

.right-float-modal .nav-tabs>a.active {
  background-color: #f3fab6;
}

.right-float-modal .client-avatar {
  width: 60px;
  height: 60px;
}

@media (min-width: 640px) {
  .right-float-modal.modal .modal__content {
    min-height: 100%;
    width: 710px;
  }

  .right-float-modal.modal .modal__content.survey-right-float-modal {
    min-height: 100%;
    width: 45%;
    margin: 0 auto;
  }
}

@media (max-height: 800px) {


  .right-float-modal.modal .modal__content.survey-right-float-modal {
    min-height: 100%;
    width: 41%;
    margin: 0 auto;
  }
}


.flex-table-5-p {
  flex: 1 0 5%
}

.flex-table-10-p {
  flex: 1 0 10%
}

.flex-table-20-p {
  flex: 1 0 20%
}

.flex-table-30-p {
  flex: 1 0 30%
}

.flex-table-40-p {
  flex: 1 0 40%
}

#how-to-create-survey:hover {
  background-color: #eaeaea;
  border-radius: 0.5rem;
}

.lds-ring {
  top: -18px;
  transform: scale(0.35);
  display: inline-block;
  position: relative;
  width: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#survey-create-video-modal .modal__content {
  width: 720px;
  height: 450px;
}

#survey-create-video-modal .modal__content iframe {
  width: 720px;
  height: 423px;
}

@media (max-width: 639px) {

  #survey-create-video-modal .modal__content {
    width: 80%;
    height: 250px;
    top: 30%;
  }

  #survey-create-video-modal .modal__content iframe {
    width: 100%;
    height: 230PX;
  }
}

.input-placeholder::placeholder {
  color: #b7b7b7;
}

.bg-image.active img {
  border-color: #02b13f !important;
}

@media(max-width: 1279px){
  .side-nav .side-menu{
      justify-content: flex-start;
  }
}

.events-none{
  pointer-events: none;
  opacity: 0.7;
}
.badge-counts
{
  background-color: #ff4d4f;
  border-radius: 10px;
  font-size: 12px;
  color: white;
  padding: 0 5px;
}
.badge-counts.badge-counts-list
{
  position: absolute;
  top: 4px;
  left: 25px;
  font-size: 12px;
}

.side-nav{
  padding-right: 10px;
}
.side-nav .side-menu .side-menu__title .side-menu__sub-icon{
  margin-right: 7px;
}
.side-nav .side-menu.active svg path{
  fill: #02B13F !important;
}
.side-nav .side-menu.active .side-menu__title{
  color: #02B13F !important;
  font-weight: 500;
}
.side-nav>ul>li>.side-menu.side-menu--active:after, .side-nav>ul>li>.side-menu.side-menu--active:before{
  background-image: url(/images/radius.svg);
  margin-right: -12px;
}
.side-nav>ul ul li a.side-menu--active svg path{
  fill: #02B13F;
}
.side-nav>ul ul li a.side-menu--active .side-menu__title{
  color: #02B13F;
}
a#side-menu-setting,.side-nav>ul>li:nth-child(2)>a.side-menu--active{
  margin-bottom: 10px;
}
@media(max-width: 767px){
  .mobile-menu .side-menu__title{
    margin-left: 10px;
  }
  .side-menu__sub-icon{
    width: 1rem !important;
    height: 1rem !important;
  }
  .menu.active .side-menu__title{
    color: #02B13F !important;
    font-weight: 500;
  }
  .menu.active .menu__icon svg path{
    fill: #02B13F !important;
  }
}

.d-none {
  display: none !important;
}

#add-coupon-warning, .account-warning {
  display: block;
  font-size: 12px;
  color: #ff4d4f;
  width: 100%;
  margin-top: 4px;
  text-align: left;
}
.account-warning {
  position: absolute;
}

#close-icon, #check-icon {
  position: absolute;
  right: 10px;
  top: calc(50% - 0.5rem);
}
#close-icon {
  cursor: pointer;
}
