@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(172, 172, 172);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/**
 * ==============================================
 * Dot Elastic
 * ==============================================
 */
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #20419b;
  color: #20419b;
  animation: dotElastic 1s infinite linear;
}

.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #20419b;
  color: #20419b;
  animation: dotElasticBefore 1s infinite linear;
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #20419b;
  color: #20419b;
  animation: dotElasticAfter 1s infinite linear;
}

@keyframes dotElasticBefore {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1.5);
  }

  50% {
    transform: scale(1, 0.67);
  }

  75% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElastic {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 1.5);
  }

  75% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElasticAfter {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1, 0.67);
  }

  75% {
    transform: scale(1, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

/**
 * ==============================================
 *
 * ==============================================
 */
.container-window {
  background-color: white;
  margin-bottom: 10px;
}

.img-fit-cover {
  object-fit: cover;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #20419b !important;
  border-color: #20419b !important;
}

.select-stat .vs__dropdown-toggle {
  width: 100%;
  min-width: 200px;
  height: 60px !important;
}
.radius-10 {
  border-radius: 10px !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.tdc-none,
.tdc-none:hover {
  text-decoration: none;
}
label.required:after {
  content: " *";
  color: red;
}

.flatpickr-current-month {
  padding: 3px 0 0 0 !important;
}

.flatpickr-next-month {
  padding: 0 !important;
}

.vs2__combobox .vs__actions,
.vs2__combobox .vs__actions button {
  background-color: inherit !important;
}

.box-content {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.overlay-content {
  padding-right: 0;
  min-height: 100vh;
  background-color: #fafafa;
  width: 100% !important;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  padding-top: 61px;
}
.content-center-height {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ff-robo {
  font-family: "Roboto", sans-serif;
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}

.page-icon {
  width: 36px;
  height: 36px;
}

.max-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.max-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*tooltip*/
.tooltip {
  pointer-events: none;
  margin-left: 50px;
}

/*tooltip*/
/*robo font size */
.robo-34-700 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
}

.robo-32-500 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
}

.robo-32-400 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
}

.robo-14-400 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0168em;
}

.robo-14-500 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
}

.robo-14-700 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
}

.robo-12-400 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.robo-12-500 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.robo-12-700 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.robo-10-400 {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.03em;
}

.robo-8-400 {
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.03em;
}

.robo-20-400 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
}
.robo-24-400 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

.robo-24-500 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}

.robo-20-500 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
}

.robo-18-500 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
}

.robo-18-400 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}

.robo-16-400 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}

.robo-16-500 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
}

/*robo font size */
/*button */
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn-l {
  padding: 12px 20px;
  height: 50px;
  background-color: #20419b;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-xl {
  padding: 10px 30px;
  height: 60px;
  background-color: #20419b;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-dropdown-l:after {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/down-white.svg);
  background-size: 7px 3.5px;
  display: inline-block;
  width: 15px;
  height: 10px;
  content: "";
}

.btn-dropdown-xl:after {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/down-white.svg);
  background-size: 16px 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}

.btn-add-l:before {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/plus.svg);
  background-size: 24px 24px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

.btn-icon-add-sm:before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/plus.svg);
  background-size: 15px 15px;
  margin-right: 10px;
}

.btn-icon-add-blue-sm:before {
  content: "";
  width: 25px;
  height: 25px;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/icon-add-bule.svg);
  background-size: 25px 25px;
  margin-right: 10px;
}

.btn-dowload-l:before {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url("../../assets/images/icon/icon_download.svg");
  background-size: 24px 24px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

.btn-add-xl:before {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/plus.svg);
  background-size: 36px 36px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
}

.btn-close-w-sm:before {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/icon_close_white.svg);
  background-size: 15px 15px;
  margin-right: 12px;
  margin-bottom: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  content: "";
}

.btn--green {
  background-color: #0e7c71;
  color: #fff;
  border: 1px solid #0e7c71;
}

.btn--green:hover {
  background-color: #fff;
  color: #0e7c71;
  border: 1px solid #0e7c71;
}

/*.btn--green:active {
    background-color: #6CC7A4;
    color: #fff;
    border: 1px solid #6CC7A4;
}*/

.btn--green.disabled,
.btn--green:disabled {
  background-color: #fff;
  color: #b6c2cf;
  border: 1px solid #b6c2cf;
}

.btn--ghost {
  background-color: #fff;
  color: #6e7883;
  border: 1px solid #6e7883;
}

.btn--ghost:hover {
  background-color: #fff;
  color: #7386c7;
  border: 1px solid #7386c7;
}

.btn--ghost:active {
  background-color: #20419b;
  color: #fff;
  border: 1px solid #20419b;
}

.btn--success {
  background-color: #6cc7a4;
  color: #fff;
  border: 1px solid #6cc7a4;
}

.btn--success:hover {
  background-color: #fff;
  color: #6cc7a4;
  border: 1px solid #6cc7a4;
}

.btn--success:active {
  background-color: #6cc7a4;
  color: #fff;
  border: 1px solid #6cc7a4;
}

.btn--close {
  background-color: transparent;
  border: none;
}

.btn--close:hover {
  background-color: transparent;
  border: none;
  outline: none;
}

.btn--warning {
  background-color: #fbcf5e;
  color: #fff;
  border: 1px solid #fbcf5e;
}

.btn--warning:hover {
  background-color: #fff;
  color: #fbcf5e;
  border: 1px solid #fbcf5e;
}

.btn--warning:active {
  background-color: #fbcf5e;
  color: #fff;
  border: 1px solid #fbcf5e;
}

.btn--danger {
  background-color: #de3854;
  color: #fff;
  border: 1px solid #de3854;
}

.btn--danger:hover {
  background-color: #fff;
  color: #de3854;
  border: 1px solid #de3854;
}

.btn--danger:active {
  background-color: #de3854;
  color: #fff;
  border: 1px solid #de3854;
}

.btn--link {
  background-color: #fff;
  color: #20419b;
  border: 1px solid #fff;
  height: 40px;
  width: 140px;
  border-radius: 8px;
  padding: 8px, 16px, 8px, 16px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.btn--link:hover {
  text-decoration: underline;
  text-decoration-color: #20419b;
}

.btn--link:active {
  background-color: #ebf1ff;
  color: #20419b;
  border: 1px solid #ebf1ff;
}

/*button */
/*text*/
.text--yellow {
  color: #f0b622;
}

.text--red {
  color: #dc0026;
}

.text--green {
  color: #0e7c71;
}

.text--info {
  color: #7386c7;
}

.text--orange {
  color: #f2994a;
}

.text--purple {
  color: #9b51e0;
}

.txt-pri-corl {
  color: #03267a;
}

/*text*/
/*background*/
.bg--gray-corl {
  background-color: #f2f5fa;
}

.bg--yellow-corl {
  background-color: #fef1d1;
}

.bg--red-corl {
  background-color: #ffe8ec;
}

.bg--green-corl {
  background-color: #e7fef1;
}

.bg--primary-corl {
  background-color: #e7eaf5 !important;
}

.bg--primary {
  background-color: #20419b;
}

.bg--info {
  background-color: #7386c7;
}

.bg--babyblue {
  background-color: #ebf1ff !important;
}

.bg--purple {
  background-color: #ddd1fe;
}

.bg--primary--corl {
  background-color: #20419b;
}

/*background*/
/*border*/

.border--info {
  border-color: #7386c7 !important;
}

/*border*/
/*v-select*/
.vs__dropdown-toggle,
.vs__search {
  border: none !important;
  background-color: inherit !important;
}

.modal-body .form-select,
.modal-body .vs__dropdown-toggle {
  background-color: #ffffff !important;
  border-radius: 8px;
  border: none;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #20419b;
}

.modal-body .vs__selected {
  color: #20419b;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle {
  background-color: #f4f4f4 !important;
}

.modal-body .vs__search {
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #b6c2cf;
}

/*v-select*/
/*form*/
.modal-content .form-control input {
  font-size: 24px;
}

.form-control {
  border-radius: 10px;
}

.input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control:disabled {
  opacity: 0.5;
}

.input-search-box {
  border: solid 1px #fff;
  border-radius: 5px;
}

.input-search-box .input-group-text {
  color: #ababac;
}

.input-search-box:focus-within {
  border: solid 1px #20419b;
  border-radius: 5px;
}

.input-search-box:focus-within {
  border: solid 1px #20419b;
  border-radius: 5px;
}

.input-search-box:focus-within .input-group-text {
  background-color: #f2f5fa;
  color: #354953;
}

.input-search-box:focus-within .input-group-text:last-child {
  background-color: #f2f5fa;
  color: #20419b;
}

/*form*/
/*icon*/

/*icon*/
/*dropdown-menu*/
.dropdown-menu a:hover {
  text-decoration: none;
}

/*dropdown-menu*/
/*navtab*/
.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  color: #b6c2cf;
}

.nav-tabs .nav-link:hover {
  background: none !important;
  color: #6e7883 !important;
  border-bottom: solid 1px #20419b !important;
}

.nav-tabs .nav-link.active {
  border-bottom: solid 1px #20419b !important;
  color: #20419b;
}

.nav-tabs .nav-link.active:hover {
  color: #20419b !important;
}

.nav-tabs-video-call .nav-link img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

/*navtab*/
.text--gray {
  color: #6e7883;
}

.text--dark {
  color: #41464b;
}

.btn--blue {
  background-color: #20419b;
  color: white;
  border: none;
}

.btn--blue:hover,
.btn--white:hover {
  /*background-color: #074DF2;*/
  /*color: white;*/
  opacity: 0.8 !important;
}

.btn--white {
  background-color: #fff;
  color: #7386c7;
  border-color: #7386c7;
}

.btn--babyblue {
  background-color: #e0e9ff;
  color: #7386c7;
  border: none;
}

.btn--white {
}

.text--babyblue {
  color: #e0e9ff;
}

.border--babyblue {
  border-color: #e0e9ff;
}

.text---blue {
  color: #20419b;
}

.border--blue {
  border-color: #20419b;
}

.text--red {
  color: #dc0026;
}

.bg--blue {
  background-color: #20419b;
}

.bg--red {
  background-color: #dc0026;
}

/*modal*/
.modal-content {
  border-radius: 15px;
  background-color: white !important;
  border: none !important;
}

.modal-header {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #20419b;
  padding: 13px 0 !important;
}

.modal-body {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.modal-footer {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

/*modal*/
.sb-main {
  height: calc(100% - 68px);
  top: 68px;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  -ms-overflow-style: none;
  background-color: #ffffff;
  scrollbar-width: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1030;
  padding-top: 0;
}

.sb-main::-webkit-scrollbar {
  display: none;
}

.side-bar-default {
  width: 56px;
  transition: all ease-in-out 0.3s;
}

.side-bar-extra {
  width: 250px;
  transition: all ease-in-out 0.3s;
}

.sb-link {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}

.sb-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: inherit;
  height: 44px;
}

.sb-link-content {
  border-radius: 10px;
}

.side-bar-extra .sb-link-content {
  white-space: nowrap;
  width: 100%;
  height: 44px;
  overflow: hidden;
  color: #6e7883;
  transition: all ease-in-out 0.3s;
}

.side-bar-default .sb-link-content {
  white-space: nowrap;
  width: 44px;
  height: 44px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  color: #6e7883;
}

.sb-link:hover a {
  text-decoration: none;
}

.sb-link:hover .sb-link-content {
  background-color: #e0e9ff;
}

.sb-active .sb-link-content {
  background-color: #20419b;
  color: #fff;
}

.sb-active:hover .sb-link-content {
  text-decoration: none;
  background-color: #20419b;
  color: #fff;
}

.sb-icon {
  width: 44px;
  height: 44px;
}

.sb-icon img {
  height: 20px;
  width: 20px;
  margin: 12px;
}

.sb-icon svg {
  height: 20px;
  width: 20px;
  margin: 12px;
}

.sb-header {
  margin-top: 32px;
  right: 0;
}

.sb-header:after {
  display: block;
  clear: both;
  content: "";
}

.sb-icon-open {
  width: 40px;
  height: 40px;
}

.side-bar-extra .sb-icon-open {
  float: right;
  margin-right: 24px;
}

.side-bar-default .sb-icon-open {
  margin: 0 auto;
}

.sb-info {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 18px;
  padding-right: 18px;
}

.sb-info a:hover {
  text-decoration: none;
}

.sb-info:after {
  display: block;
  clear: both;
  content: "";
}

.sb-info .sb-info-avatar,
.sb-info .sb-info-name {
  display: inline-block;
}

.sb-info .sb-info-avatar {
  margin-right: 13px;
}

.sb-info .sb-info-avatar .avatar {
  --tblr-avatar-size: 44px;
}

.sb-info .sb-info-name .dr-name {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  color: black;
}

.sb-info .sb-info-name .clinic-name {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #b6c2cf;
}

/* //sidebar*/
/*navbar*/
.worksapce-box {
  padding-right: 15px;
  background-position: 98% 50%;
  background-repeat: no-repeat !important;
  background-image: url(../../assets/images/icon/down.svg);
  background-size: 15px;
  display: flex;
}

/*home*/
.radius-18 {
  border-radius: 18px;
}

.stat-box .card-header {
  justify-content: center;
  background-color: #7386c7;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #20419b;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.stat-filter-bar {
  margin-bottom: 24px;
}

.greeting {
  padding: 6px 43px;
  margin-bottom: 24px;
}

.greeting-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.greeting-content {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #737373;
}

.stat-box {
  margin-bottom: 10px;
}

.stat-box-body {
  display: flex;
  justify-content: center;
}

.stat-box-icon,
.stat-box-total,
.stat-box-increase {
  float: left;
}

.stat-box-icon {
  border-radius: 50%;
  background-color: #7386c7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat-box-total {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  color: #373737;
  padding: 0 5px;
  display: flex;
  justify-content: center;
}

.stat-box-increase {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  color: #0da600;
  padding: 0 5px;
}

.stat-box-increase span:after {
  content: url(../../assets/images/icon/doctor_home/up.svg);
}

.telemedicine-management .type-bar {
  margin-top: 15px;
}

.telemedicine-management .type-bar .nav-link {
  padding: 0 3px;
}

.telemedicine-management .type-bar a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #7386c7;
  margin-right: 20px;
}

.telemedicine-management .type-bar .nav-link:hover {
  color: #20419b !important;
}

.telemedicine-management .type-bar .nav-link.active {
  color: #20419b;
}

/*doctor info*/
.avatar-info-detail {
  --tblr-avatar-size: 230px;
}

.doctor-info .avatar-box {
  width: 230px;
  height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.doctor-info-avatar-change {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0;
  margin-left: 110px;
}

.doctor-info-avatar-change img {
  height: 36px;
  width: 36px;
}

.doctor-info .form-control {
  background-color: #f2f5fa;
}

/*doctor info*/
/*table*/
.table-scroll td {
  border: none !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-family: Roboto !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0em !important;
  color: #000000 !important;
}

.table-scroll th {
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  letter-spacing: 0em !important;
  color: #000 !important;
}

.table-scroll tbody {
  display: block;
}

.table-scroll thead,
.table-scroll tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-td-name-avatar .avatar {
  margin-right: 20px;
}

.table-td-action img {
  margin: 10px 12.5px;
  width: 24px;
  height: 24px;
}

.table-tr {
  background-color: #f2f5fa !important;
  border-radius: 10px;
  padding: 12px 5px;
}

.table-tr:hover {
  background-color: #ebf1ff !important;
  cursor: pointer;
}
/*table*/

/*
  ##Device = Desktops
  ##Screen = 1400px to higher resolution desktops
*/
.line-clamp {
  overflow-y: hidden;
  overflow: hidden;
  height: 100px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 1400px) {
  .stat-box .card-header {
    font-size: 28px;
    line-height: 33px;
  }

  .stat-box-icon {
    width: 60px;
    height: 60px;
  }

  .stat-box-icon img {
    height: 48px;
    width: 48px;
  }

  .stat-box-total {
    font-size: 54px;
    line-height: 60px;
  }

  .stat-box-increase {
    font-size: 35px;
    line-height: 60px;
  }

  .stat-box-total,
  .stat-box-increase {
    padding: 0 15px;
  }
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1200px) and (max-width: 1399px) {
  .stat-box .card-header {
    font-size: 18px;
    line-height: 20px;
  }

  .stat-box-icon {
    width: 40px;
    height: 40px;
  }

  .stat-box-icon img {
    height: 30px;
    width: 30px;
  }

  .stat-box-total {
    font-size: 40px;
    line-height: 40px;
  }

  .stat-box-increase {
    font-size: 30px;
    line-height: 40px;
  }

  .stat-box-total,
  .stat-box-increase {
    padding: 0 12px;
  }
}

/*
  ##Screen = B/w 818px to 1200px
*/

@media (min-width: 818px) and (max-width: 1200px) {
  .stat-box .card-header {
    font-size: 14px;
    line-height: 16px;
  }

  .stat-box-icon {
    width: 35px;
    height: 35px;
  }

  .stat-box-icon img {
    height: 25px;
    width: 25px;
  }

  .stat-box-total {
    font-size: 25px;
    line-height: 35px;
  }

  .stat-box-increase {
    font-size: 20px;
    line-height: 35px;
  }

  .stat-box-total,
  .stat-box-increase {
    padding: 0 8px;
  }
}

/*
  ##Screen = max 1024px
*/

@media (max-width: 817px) {
  .stat-box .card-header {
    font-size: 12px;
    line-height: 14px;
  }

  .stat-box-icon {
    width: 30px;
    height: 30px;
  }

  .stat-box-icon img {
    height: 20px;
    width: 20px;
  }

  .stat-box-total {
    font-size: 20px;
    line-height: 30px;
  }

  .stat-box-increase {
    font-size: 20px;
    line-height: 30px;
  }

  .stat-box-total,
  .stat-box-increase {
    padding: 0 5px;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
  .btn-xl {
    width: 100% !important;
    font-size: 18px;
  }

  /* CSS */
  .stat-box-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-mobile-md thead {
    display: none !important;
  }
  .table-mobile-md td {
    border: none !important;
  }
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}
