/* Loading Spinner */
.spinner {
  margin: 0;
  width: 70px;
  height: 18px;
  margin: -35px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.table {
  color: #000;
}
.table th,
.table td {
  font-weight: 600;
}
#page-header .user-account-btn > a.user-profile .glyph-icon,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: transparent;
}
body,
h1,
h2,
p,
.header-wrapper {
  font-family: "Sarabun", sans-serif;
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.dropdown-menu li > a,
.ui-menu li > a {
  border-bottom: 1px solid #dfdfdf;
  line-height: 25px;
}
.dropdown-menu li:last-child > a,
.ui-menu li:last-child > a {
  border-bottom: none;
}
#page-header .user-account-btn .dropdown-menu:after,
#page-header .user-account-btn .dropdown-menu:before {
  left: 25%;
  margin-left: 0;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  text-decoration: none;
}
#page-title h2 {
  padding: 0 0 7px 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #fff;
  text-align: center;
}
.tools .btn {
  font-size: 18px;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.5;
}
label.error {
  color: red;
}

.box-label {
  border: 1px solid #d2d2d2;
  margin-bottom: 35px;
}

.box-label .label-topic {
  top: -12px;
  left: 20px;
  position: absolute;
  padding: 0 10px;
  background-color: #fff;
}

.nav-tabs li a.active {
  color: #fff;
  background: #00bca4;
}
thead.bg-primary {
  background-color: #009688 !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009688 !important;
  border-color: #009688 !important;
}
.modal-header.bg-primary {
  background-color: #009688 !important;
}
.btnSearch {
  background-color: #00bcd4;
  color: #fff;
}
.btnReset {
  background-color: #929292;
  color: #fff;
}
.dropdown-sub {
  position: relative;
}
.dropdown-sub-menu {
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  border-radius: 3px;
  border-color: #dfe8f1;
  box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2);
}
.dropdown-sub:first-child .dropdown-sub-menu {
  margin-top: -5px;
  padding-top: 5px;
}
.pad7A {
  padding: 7px !important;
}
.pad2T {
  padding-top: 2px !important;
}
.pad2L {
  padding-left: 2px !important;
}
.font-size-7 {
  font-size: 7px !important;
}
.font-size-8 {
  font-size: 8px !important;
}
.font-size-9 {
  font-size: 9px !important;
}
.select2-container--default .select2-selection--single {
  height: 36px;
  padding: 3px 6px;
  border: #dfe8f1 solid 1px;
}

.a-no-thing {
  text-decoration: none !important;
}

.a-no-thing:hover {
  cursor: default;
}

.btn-tablink {
  background-color: #0d8272 !important;
  color: #fff !important;
  opacity: 0.45;
  border-radius: 7px !important;
  text-align: center;
}

.btn-tablink.active {
  background-color: #0d8272;
  color: #fff;
  opacity: 1;
}

.btn-tablink:hover {
  background-color: #0d8272;
  color: #fff;
  opacity: 1 !important;
  text-decoration: none !important;
}

.tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-menu li {
  display: inline-block;
}

.rounded-border {
  border-radius: 7px;
}

.btn-style {
  width: 140px;
}

.color-primary {
  color: #0d8272;
}

.color-white {
  color: #ffffff;
}

.size-file {
  font-size: 11px;
  color: #808080;
}

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

.btn-primary-default {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary-default:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary-default:focus,
.btn-primary-default.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary-default.disabled,
.btn-primary-default:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary-default:not(:disabled):not(.disabled):active,
.btn-primary-default:not(:disabled):not(.disabled).active,
.show > .btn-primary-default.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary-default:not(:disabled):not(.disabled):active:focus,
.btn-primary-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.background-image-col {
  width: -webkit-fill-available;
  position: relative;
}

.on-background-image {
  position: relative;
}

.big-bg-icon {
  font-size: xxx-large;
  color: #f0f0f0;
}

.icon-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.no-padd {
  padding: 0px;
}

.no-mar {
  margin: 0 0 0 0;
}

.btn-icon {
  display: flex;
  align-items: center;
  margin: 4px;
}

.header-color {
  background-color: #0d8272;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 20px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.bg-video-call {
  background: linear-gradient(
    90deg,
    rgba(13, 130, 114, 0.16010154061624648) 0%,
    rgba(13, 130, 114, 1) 100%
  );
  height: 480px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .bg-video-call {
    height: 78vh;
  }
}

.localVideoElem {
  border-radius: 10px;
  width: -webkit-fill-available;
  max-height: 480px;
}

.small-camera {
  position: absolute;
  width: 20%;
  height: auto;
  right: 5%;
  bottom: 5%;
  border-radius: 8px;
  z-index: 1;
}

.opponentVideo {
  width: -webkit-fill-available;
  height: auto;
  border-radius: 10px;
  max-height: 480px;
}

.video-call-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.call-name {
  white-space: nowrap;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .call-name {
    font-size: 20px;
  }
}

.call-btn {
  position: absolute;
  height: 12%;
  width: 20%;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  column-gap: 25px;
}

.spiner-loading {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-video-call {
  position: absolute;
  height: 50%;
  width: 75%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-video-call-content {
  /* height: 100%;  */
  position: absolute;
  display: inline-flex;
  z-index: 2;
  left: 50%;
  bottom: -8%;
  transform: translate(-50%, -50%);
}

.btn-operation {
  cursor: pointer;
  height: 60%;
}

.pd-ln-10 {
  padding-inline: 10px;
}

.color-profit {
  color: #0069af;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.card-box {
  border: none;
  border-radius: 15px;
  height: 100%;
}

.card-list {
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
}

.card-list-cardio {
  border: none;
  border-radius: 8px;
  margin-bottom: 5px;
  color: #387cc4;
  background-color: #cae4ff;
}
.cardio-color {
  color: #387cc4;
}

.card-list-chest {
  border: none;
  border-radius: 8px;
  margin-bottom: 5px;
  color: #f06c84;
  background-color: #fdd1e6;
}

.chest-color {
  color: #f06c84;
}

.card-list-cvt {
  border: none;
  border-radius: 8px;
  margin-bottom: 5px;
  color: #735e96;
  background-color: #e7ddff;
}

.list-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cvt-color {
  color: #735e96;
}

.card-content {
  border: none;
  border-radius: 18px;
  height: 100%;
  padding: 10px;
}

.mb-24{
  margin-bottom: 24px;
}

.tab-refer {
  border-radius: 4px 4px 0 0;
  background-color: #ececec;
  text-align: center;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tab-underline {
  border-bottom: solid 1px;
  border-color: #cacaca;
  padding-inline: 7px;
  margin-bottom: 20px;
}

.tab-pane-refer {
  display: none;
}

.cardio-active {
  color: #387cc4;
  background-color: #cae4ff !important;
}

.chest-active {
  color: #f06c84;
  background-color: #fdd1e6 !important;
}

.cvt-active {
  color: #735e96;
  background-color: #e7ddff !important;
}

.img-upload {
  max-height: 100px;
  margin-right: 5px;
}

.close-image {
  position: absolute;
  color: red;
  top: 0;
  right: 0;
}

.text-op {
  cursor: pointer;
}
.text-op:hover {
  color: #0d8272;
}

.img-comment {
  max-height: 140px;
  width: auto;
  border: 1px solid;
  border-radius: 15px;
  border-color: #0d8272;
}

.img-chat {
  max-height: 140px;
  width: auto;
}

.wrap_pt_id_img {
  width: 480px;
  min-height: 300px;
  border: 2px dashed #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.add_img:hover {
  z-index: 2;
}

.pt_card_img {
  position: absolute;
  width: 100%;
  max-width: fit-content;
  max-height: 100%;
}

.wrap_pt_profile_img {
  width: 480px;
  min-height: 300px;
  border: 2px dashed #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.pt_profile_img {
  position: absolute;
  width: 100%;
  max-width: fit-content;
  max-height: 100%;
}

.add_img_profile {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.add_img_profile:hover {
  z-index: 2;
}
.badge_appoint {
  min-width: 90px;
}

.c-pointer {
  cursor: pointer;
}