@charset "UTF-8";
.text-main-color {
  color: #2ba670;
}

.bg-main-color {
  background-color: #2ba670;
}

.text-main-color {
  color: #2ba670;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.popup-bg {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s;
}
.popup-bg.popupBg-active {
  visibility: visible;
  opacity: 1;
}
.popup-bg .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
  border-radius: 0.3rem;
  padding: 1.5rem;
  background-color: #fff;
}
.popup-bg .popup-content .popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  background-color: transparent;
}

.inp {
  background-color: #f3f3f3;
}
.inp::-moz-placeholder {
  font-size: 10px;
}
.inp::placeholder {
  font-size: 10px;
}

.box-content {
  border-radius: 0.3rem;
  padding: 1.1rem 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

body {
  font-family: "Cairo", sans-serif !important;
  background-color: #f7f6fe;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
  direction: rtl;
}

/* start scroll bar */
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 0px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #2ba670;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #2ba670;
}

/* end scroll bar */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control,
.form-select {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  font-size: 12px;
}
.form-control::placeholder,
.form-select::placeholder {
  font-size: 12px;
}
.form-control:focus::-moz-placeholder, .form-select:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::placeholder,
.form-select:focus::placeholder {
  opacity: 0;
  transition: 0.4s;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54px - 69px);
}

.dr-main-section {
  min-height: calc(100vh - 41.88px - 54px - 185px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.getHeight {
  min-height: calc(100vh - 38.88px - 54.5px - 63px);
}

.getHeightContainer {
  min-height: calc(100vh - 41.88px - 54px - 69px - 6rem);
}

.modal.modal-img .modal-body {
  position: relative;
}
.modal.modal-img .modal-body .btn-close {
  position: absolute;
  left: 10px;
  background-color: #9c9c9c;
  top: 10px;
}

.btn-info,
.btn-warning {
  color: white !important;
}
.btn-info:hover,
.btn-warning:hover {
  color: white !important;
}
.btn-info:focus,
.btn-warning:focus {
  color: white !important;
}

@page {
  margin: 10px;
}
@media print {
  body {
    background-color: white;
  }
  .not-print {
    display: none !important;
  }
  .table-responsive {
    width: 100% !important;
  }
  .ar {
    font-size: 19px !important;
  }
  .patientFile .row > * {
    width: 20%;
  }
  .patientFile .check {
    width: 50% !important;
  }
  .patientFile .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .patientFile .data-content div {
    width: 50%;
  }
  .patientFile .data-content div p {
    font-size: 10px;
    white-space: nowrap;
  }
  .patientFile .wrapper {
    display: flex;
  }
  .patientFile .wrapper .parent {
    display: flex;
    flex-direction: column;
  }
  .patientFile .wrapper .parent .data-content div {
    width: 100%;
  }
  .patientFile .wrapper .parent .data-content div textarea {
    min-height: 140px !important;
    width: 100%;
  }
  .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100% !important;
  }
  .data-content div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .data-content div div {
    width: 50%;
  }
  .data-content div div p {
    font-size: 8px !important;
    white-space: wrap !important;
  }
  .data-content div div.holder {
    width: 100% !important;
  }
  .data-content div div.holder .special {
    width: 100% !important;
  }
  .data-content div div.holder .special textarea {
    width: 100% !important;
    min-height: 100px !important;
  }
  .casher-invoice .invoice-content .logo-holder .the_image {
    width: 10px !important;
  }
  .casher-invoice .invoice-content .invoice-name {
    font-size: 10px !important;
  }
  .casher-invoice .the_address p {
    font-size: 11px !important;
  }
  .casher-invoice .tax {
    font-size: 11px;
  }
  .casher-invoice .the_date {
    font-size: 11px;
  }
  .casher-invoice div b {
    font-size: 11px !important;
  }
  .casher-invoice .main-table tr th {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .main-table tr td {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .bototm-table .dd {
    font-size: 11px !important;
  }
  .casher-invoice .bototm-table .dd .nn {
    font-size: 11px !important;
  }
  .casher-invoice .wel {
    margin: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  .casher-invoice .bar_code_holder {
    width: 40% !important;
  }
  .casher-invoice .bar_code_holder svg {
    width: 100% !important;
    height: 100% !important;
  }
  .casher-invoice .parent-boxes-info {
    margin-top: 10px !important;
    width: 60% !important;
  }
}
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.968627451);
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.loader-container .the_loader {
  border-radius: 50%;
  width: 190px;
  height: 190px;
}
.loader-container.hidden-loader {
  opacity: 0;
  visibility: hidden;
}

/* Start  num-teeth */
section.num-teeth {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.num-teeth .content {
  width: 700px;
  position: relative;
  margin: auto;
}

section.num-teeth .content > img {
  max-width: 100%;
}

section.num-teeth .content input[type=checkbox] {
  width: 5px;
  position: absolute;
  height: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

section.num-teeth .content input[type=checkbox]::before {
  content: "";
  width: 27px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 27px;
}

section.num-teeth .content input[type=checkbox]::after {
  content: "";
  width: 10px;
  cursor: pointer;
  box-shadow: 0 0 7px 0 #0e54ae;
  position: absolute;
  background-color: #0e54ae;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
}

section.num-teeth .content input[type=checkbox]:checked:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  box-shadow: 0 0 0px 0 #0e54ae;
  filter: drop-shadow(2px 4px 6px #03a0bc);
  cursor: pointer;
  font-size: 35px;
  color: #03a0bc;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  section.num-teeth .container {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.num-teeth .content input[type=checkbox]::before {
    width: 10px;
    height: 10px;
  }
  section.num-teeth .content input[type=checkbox]::after {
    width: 5px;
    height: 5px;
  }
  section.num-teeth .content input[type=checkbox]:checked:after {
    font-size: 10px;
  }
}
section.num-teeth .content input[type=checkbox]:nth-of-type(1) {
  left: 4.7%;
  top: 39%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(2) {
  left: 11.5%;
  top: 40.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(3) {
  left: 18.7%;
  top: 41.7%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(4) {
  left: 24.8%;
  top: 43.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(5) {
  left: 29.7%;
  top: 44%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(6) {
  left: 35.3%;
  top: 44.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(7) {
  left: 40.7%;
  top: 45%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(8) {
  left: 46.3%;
  top: 45%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(9) {
  left: 52.3%;
  top: 44.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(10) {
  left: 57.8%;
  top: 44.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(11) {
  left: 63.6%;
  top: 44.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(12) {
  left: 69%;
  top: 44.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(13) {
  left: 73.8%;
  top: 44.3%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(14) {
  left: 80.21%;
  top: 43%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(15) {
  left: 87.4%;
  top: 41.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(16) {
  left: 94.6%;
  top: 39.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(17) {
  left: 94.6%;
  top: 51%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(18) {
  left: 86.1%;
  top: 52%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(19) {
  left: 78.25%;
  top: 54.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(20) {
  left: 71.77%;
  top: 56.1%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(21) {
  left: 66.37%;
  top: 56.7%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(22) {
  left: 61%;
  top: 57%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(23) {
  left: 56.1%;
  top: 57.3%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(24) {
  left: 51.65%;
  top: 57.7%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(25) {
  left: 47%;
  top: 57.5%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(26) {
  left: 42.75%;
  top: 57.3%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(27) {
  left: 37.8%;
  top: 57.3%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(28) {
  left: 32.35%;
  top: 56.7%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(29) {
  left: 26.9%;
  top: 56%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(30) {
  left: 20.25%;
  top: 54.6%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(31) {
  left: 12.5%;
  top: 51.6%;
}

section.num-teeth .content input[type=checkbox]:nth-of-type(32) {
  left: 4.3%;
  top: 50.5%;
}

/* End  num-teeth */
.resize {
  max-width: 240px;
}

.resize-svg-Bo {
  width: 20px;
  height: 20px;
}

.custom-tooltip .tooltip-inner {
  max-width: 280px;
  padding: 5px 4px;
  font-size: 13px;
  line-height: 1;
}

.resize_ale {
  width: 250px !important;
  padding: 7px !important;
  font-size: 11px !important;
}

.resize_ale-2 {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 10px !important;
  font-size: 13px !important;
}

.space-noWrap {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .sw-100 {
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .lw-100 {
    width: 100% !important;
  }
}
.medical-information .more-info {
  padding: 10px;
  background-color: #f0eff8;
  font-size: 16px !important;
  transition: 300ms;
}
.medical-information .more-info::after {
  transition: 0.4s;
  content: "+";
  position: absolute;
  font-weight: 600;
  float: left;
  left: 15px;
}
.medical-information .more-info.active::after {
  transition: 300ms;
  content: "−" !important;
}
.medical-information .more-info:hover {
  background-color: #e9e8ea;
}
.medical-information .data-content {
  transition: 0.4s;
  padding: 15px 15px 0;
  max-height: 0px;
  overflow: hidden;
}
.medical-information .data-content div {
  padding: 10px 0;
}
.medical-information .data-content div .radioarea {
  background-color: rgba(235, 235, 235, 0.9607843137);
  padding: 6px !important;
  margin-bottom: 15px;
}

.lang-control {
  font-size: 35px;
}

.lang {
  font-size: 23px;
}

.casher-invoice {
  width: 100%;
  font-size: 14px;
  min-height: 100vh;
  background-color: #f7f6fe;
}
@media print {
  .casher-invoice {
    padding: 0 !important;
    font-size: 13px;
  }
  .casher-invoice .container {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .casher-invoice td,
  .casher-invoice th {
    padding: 2px !important;
  }
}
.casher-invoice .invoice-content .logo-holder .the_image {
  width: 125px;
  height: auto;
  max-width: 100%;
}
.casher-invoice .invoice-content .bototm-table b {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.casher-invoice .invoice-content .parent-boxes-info {
  width: 35%;
}
@media (max-width: 767.98px) {
  .casher-invoice .invoice-content .parent-boxes-info {
    width: 100%;
  }
}
.casher-invoice .invoice-content .parent-boxes-info .box-info-border {
  border: 1px dotted black;
  padding: 2px;
  display: flex;
  font-size: 15px !important;
  align-items: center;
  gap: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print {
  .casher-invoice .invoice-content .bar_code_holder {
    width: 42% !important;
  }
  .casher-invoice .invoice-content .bar_code_holder svg {
    width: 100% !important;
  }
  .casher-invoice .invoice-content .parent-boxes-info {
    width: 100% !important;
  }
}

.table-color .bg-warning {
  background-color: #ffc107 !important;
}

.alt-bg-color {
  background-color: #2ba670;
}

.color-gr {
  color: #2ba670;
}

.right-b {
  border-right: 1px solid #d5d3d3;
  padding-right: 4px;
}

.alt-text-color {
  color: #2ba670 !important;
}

.app-tree {
  display: flex;
  align-items: stretch;
  gap: 22px;
}
.app-tree .sidebar-app {
  width: 250px;
  background-color: #676767;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: white;
}
.app-tree .sidebar-app .close {
  background-color: transparent;
  font-size: 25px;
  color: white;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7px 15px;
}
.app-tree .sidebar-app .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 20px;
  color: white !important;
  font-size: 14px;
  transition: 300ms;
  font-weight: 500;
  line-height: normal;
}
.app-tree .sidebar-app .item:hover {
  background-color: rgba(0, 0, 0, 0.079);
}
.app-tree .sidebar-app .item.active {
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.079);
}
.app-tree .sidebar-app .item .icon {
  font-size: 16px;
}
.app-tree .sidebar-app .item .arrow {
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  transition: transform ease-in-out 0.3s;
}
.app-tree .sidebar-app .item.set-border {
  border-bottom: 1px solid #898989;
}
.app-tree .sidebar-app .item[aria-expanded=true] .arrow {
  transform: rotate(90deg);
}
.app-tree .sidebar-app .bar {
  background-color: #efefef;
  height: 0.5px;
  width: 100%;
}
.app-tree .sidebar-app .option-section {
  display: flex;
  flex-direction: column;
}
.app-tree .sidebar-app .option-section .a_content {
  position: relative;
}
.app-tree .sidebar-app .option-section .a_content::before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  width: 6%;
  height: 45px;
  top: 23px;
  right: 4px;
  z-index: 1111;
  border: 1px dashed #999;
  visibility: visible;
  opacity: 1;
}
.app-tree .sidebar-app .option-section .item {
  padding: 7px 10px;
  border-radius: 4px;
  color: #c2c7d0;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 13px;
  align-items: center;
}
.app-tree .sidebar-app .option-section .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.app-tree .sidebar-app .option-section .item .arrow-after {
  display: none;
  color: #c2c7d0;
  font-size: 14px;
}
.app-tree .sidebar-app .option-section .item .arrow-before {
  color: #c2c7d0;
  font-size: 14px;
}
.app-tree .sidebar-app .option-section .item .content-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.app-tree .sidebar-app .option-section .item .content-item i {
  color: #c2c7d0;
  font-size: 16px;
}
.app-tree .sidebar-app .option-section .item .content-item svg {
  color: #c2c7d0;
  font-size: 16px;
}
.app-tree .sidebar-app .option-section .collapse-border {
  position: relative;
}
.app-tree .sidebar-app .option-section .collapse-border .item::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #c2c7d0;
}
.app-tree .sidebar-app .option-section .collapse-border::before {
  content: "";
  position: absolute;
  right: 13.5px;
  top: 0;
  height: calc(100% - 17px);
  width: 1px;
  background-color: #c2c7d0;
}
.app-tree .sidebar-app .option-section .item[aria-expanded=true] .arrow-before {
  display: none;
}
.app-tree .sidebar-app .option-section .item[aria-expanded=true] .arrow-after {
  display: block;
}
.app-tree .sidebar-app .option-section .mar-side {
  margin-right: 30px;
}
.app-tree .btn-sidebar {
  width: -moz-fit-content;
  width: fit-content;
  background: #efefef;
  color: black;
  display: none;
  font-size: 29px;
  padding: 5px 12px;
  border-radius: 3px;
}
.app-tree .content-app {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .app-tree {
    gap: 1rem;
    flex-direction: column;
  }
  .app-tree .sidebar-app {
    position: fixed;
    right: -270px;
    z-index: 9999;
    transition: 300ms;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .app-tree .sidebar-app .close {
    display: block;
  }
  .app-tree .sidebar-app.active {
    right: 0;
  }
  .app-tree .btn-sidebar {
    display: block;
  }
}

.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border: 4px solid transparent;
  border-radius: 50%;
  border-color: #e4e4ed transparent;
  animation: s6 1s infinite linear;
}
.custom-loader::before, .custom-loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader::before {
  border-color: #2ba670 transparent;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
.custom-loader::after {
  margin: 8px;
}

@keyframes s6 {
  100% {
    transform: rotate(1turn);
  }
}
.top-nav {
  background-color: #2ba670;
  color: white;
  font-size: 13px;
  z-index: 1000;
}
.top-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top-nav .container .tog-show {
  margin: 10px 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .top-nav .container .tog-show {
    display: block;
  }
}
.top-nav .container .tog-show i,
.top-nav .container .tog-show svg {
  font-size: 23px;
}
.top-nav .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav .container a {
  color: white;
  font-size: 13px;
}
.top-nav .container .list-item {
  display: flex;
  z-index: 1000;
  align-items: center;
}
@media (max-width: 767.98px) {
  .top-nav .container .list-item {
    flex-direction: column;
    position: absolute;
    top: 100%;
    min-width: 200px;
    display: none;
    right: 0;
    background-color: #313131;
  }
  .top-nav .container .list-item li {
    width: 100%;
  }
  .top-nav .container .list-item li a {
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
    transition: 300ms;
  }
  .top-nav .container .list-item li a::before {
    display: none;
  }
  .top-nav .container .list-item li a:hover {
    color: #2ba670;
  }
}
.top-nav .container .list-item li a,
.top-nav .container .list-item li .dropdown-hover.item {
  padding: 0.35rem 0.7rem;
  display: flex;
  border-radius: 4px;
  position: relative;
}
.top-nav .container .list-item li a.active,
.top-nav .container .list-item li .dropdown-hover.item.active {
  color: #2ba670;
  background-color: white;
}
.top-nav .container .list-item li a li a.active,
.top-nav .container .list-item li .dropdown-hover.item li a.active {
  background-color: rgb(141, 141, 141);
  border-radius: 0;
}

.bottom-nav {
  box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  border-bottom: 3px solid #2ba670;
  background-color: white;
  z-index: 1000;
  padding: 10px;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .bottom-nav .container .tog-show {
    display: inline-block;
    margin: 10px 0;
  }
}
.bottom-nav .container .tog-show i,
.bottom-nav .container .tog-show svg {
  font-size: 23px;
  color: black;
}
.bottom-nav .container .list-item {
  display: flex;
  z-index: 1000;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .bottom-nav .container .list-item {
    flex-direction: column;
    display: none;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 0.5rem 0.7rem;
  display: block;
  transition: 300ms;
  color: black;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
  border-radius: 4px;
}
.bottom-nav .container .list-item li .item .badge-count {
  position: absolute;
  inset-inline-end: 0px;
  top: 13%;
}
.bottom-nav .container .list-item li .item .i-item {
  transition: 300ms;
  color: #8f9ab8;
  font-size: 16px;
  margin-right: 2px;
}
.bottom-nav .container .list-item li .item:hover {
  color: #2ba670;
}
.bottom-nav .container .list-item li .item:hover i,
.bottom-nav .container .list-item li .item:hover svg {
  color: #2ba670;
}
.bottom-nav .container .list-item li .item.active:not(:hover) {
  background-color: #2ba670;
  color: white;
}
.bottom-nav .container .list-item li .item.active:not(:hover) i,
.bottom-nav .container .list-item li .item.active:not(:hover) svg {
  color: white;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}
.bottom-nav .container .list-item li a,
.bottom-nav .container .list-item li .dropdown-hover.item {
  padding: 0.35rem 0.7rem;
  display: flex;
  border-radius: 4px;
  position: relative;
}
.bottom-nav .container .list-item li a.active,
.bottom-nav .container .list-item li .dropdown-hover.item.active {
  color: #2ba670;
  background-color: white;
}
.bottom-nav .container .list-item li a li a.active,
.bottom-nav .container .list-item li .dropdown-hover.item li a.active {
  background-color: rgb(141, 141, 141);
  border-radius: 0;
}

.patientFile .medical-information .more-info::after {
  content: none !important;
}
.patientFile .medical-information .data-content {
  max-height: unset !important;
}

@media print {
  .medical-result-section {
    background-color: white !important;
  }
  .medical-result-section .container {
    padding: 3px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.section-head {
  margin-bottom: 30px;
}
.section-head .section-name {
  font-weight: bold;
  font-size: 25px;
  color: #000000;
}
.section-head .des {
  margin-bottom: 0px;
  font-size: 13px;
  color: #929292;
}

.section-guide .img {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.section-guide .img img {
  width: 100%;
  height: auto;
}
.section-guide .img iframe {
  width: 100%;
  height: 300px;
}
.section-guide .image-holder {
  max-width: 183px;
  margin: 0 auto;
}
.section-guide .image-holder img {
  width: 100%;
  height: auto;
}

.addPatient-section .addPatient-content .section-title {
  background-color: #f0eff8;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .more-info {
  padding: 10px;
  background-color: #f0eff8;
  font-size: 16px !important;
  transition: 300ms;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .more-info::after {
  transition: 0.4s;
  content: "+";
  position: absolute;
  font-weight: 600;
  float: left;
  left: 15px;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .more-info.active::after {
  transition: 300ms;
  content: "−" !important;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .more-info:hover {
  background-color: #e9e8ea;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .data-content {
  transition: 0.4s;
  padding: 15px 15px 0;
  max-height: 0px;
  overflow: hidden;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .data-content div {
  padding: 10px 0;
}
.addPatient-section .addPatient-content .Patient-form-data .medical-information .data-content div .radioarea {
  background-color: rgba(235, 235, 235, 0.9607843137);
  padding: 6px !important;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .newAppoints .newAppoints-content .dates-info {
    width: 75% !important;
  }
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.special-table thead {
  border: 1px solid #ddd !important;
}
.special-table thead tr {
  border: 1px solid #ddd !important;
}
.special-table thead tr th {
  border: 1px solid #ddd !important;
  background-color: #f9fafb;
  font-size: 13px;
  white-space: nowrap;
  padding: 4px;
  height: 43px;
  vertical-align: middle;
  color: #6b7280;
  font-weight: 600;
}
.special-table tbody {
  border: 1px solid #ddd !important;
}
.special-table tbody tr {
  border: 1px solid #ddd !important;
}
.special-table tbody tr td {
  border: 1px solid #ddd !important;
  vertical-align: middle;
  background-color: white;
  height: 41px;
  font-size: 12px;
  color: #444;
  padding: 4px;
  position: relative;
}
.special-table tbody tr td:hover .toltip-table {
  visibility: visible;
  opacity: 1;
}
.special-table tbody tr td:not(:last-of-type) {
  background-color: #eee;
}
.special-table tbody tr td .toltip-table {
  background-color: #2c2c2c;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  white-space: nowrap;
  font-size: 15px;
  transform: translateX(-50%);
  text-align: start;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  z-index: 1000;
}
.special-table tbody tr td .toltip-table::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #2c2c2c transparent transparent transparent;
  transform: translateX(-50%);
  z-index: 1500;
}

.section-content .status .box .color {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
.section-content .status .box .one {
  background-color: #eee;
}
.section-content .status .box .two {
  background-color: #5cb85c;
}
.section-content .status .box .three {
  background-color: #ffbb33;
}
.section-content .status .box .four {
  background-color: #d9534f;
}
.section-content .status .box .five {
  background-color: #428bca;
}
.section-content .status .box .six {
  background-color: #009688;
}
.section-content .status .box .text {
  font-family: Arial, Helvetica, sans-serif;
}

.table-color tr:nth-of-type(1) .toltip-table,
.table-color tr:nth-of-type(2) .toltip-table {
  bottom: unset;
  top: calc(100% + 10px);
}

.table-color tr td:nth-of-type(1) .toltip-table {
  transform: translateX(0%);
  left: unset;
  right: 0;
}

.table-color tr:nth-of-type(1) .toltip-table::before,
.table-color tr:nth-of-type(2) .toltip-table::before {
  top: unset;
  bottom: 100%;
  border-color: transparent transparent #2c2c2c transparent;
}

.table-color tr td:nth-of-type(1) .toltip-table::before {
  transform: translateX(0);
  left: unset;
  right: 10px;
}

.table-color .bg-didNot-attend {
  background-color: #ff4444 !important;
}
.table-color .bg-bookedUp {
  background-color: #00c851 !important;
}
.table-color .bg-available {
  background-color: #bbb !important;
}
.table-color .bg-attended {
  background-color: #428bca !important;
}
.table-color .bg-online {
  background-color: #ffbb33 !important;
  white-space: nowrap;
}
.table-color .bg-converters {
  background-color: #009688 !important;
}

section.page-login {
  padding: 1.5rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  background-color: rgb(249, 250, 251);
}
section.page-login .form-login {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 56rem;
  margin-left: auto;
  overflow: hidden;
  margin-right: auto;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0 solid #d5d6d7;
}
section.page-login .form-login .box-login {
  flex-direction: column;
  display: flex;
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login {
    flex-direction: row;
  }
}
section.page-login .form-login .box-login .img-login {
  height: 8rem;
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login .img-login {
    height: auto;
    width: 50%;
  }
}
section.page-login .form-login .box-login .img-login img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page-login .form-login .box-login .content-login {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login .content-login {
    width: 50%;
  }
}
section.page-login .form-login .box-login .content-login .title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
section.page-login .form-login .box-login .content-login .lable {
  margin-bottom: 4px;
}
section.page-login .form-login .box-login .content-login .form-control:focus {
  box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}
section.page-login .form-login .box-login .content-login .acc-new {
  display: block;
  color: #2ba670;
}
section.page-login .form-login .box-login .content-login .sub {
  transition-duration: 0.15s;
  transition-property: background-color, border-color, color, fill, stroke;
  width: 100%;
  color: white;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #2ba670;
  cursor: pointer;
}
section.page-login .form-login .box-login .content-login .logo-footer {
  width: 150px;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  direction: rtl;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  color: white;
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page .box-col.box-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2ba670;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.login_page .box-col.box-bg .logo-holder {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  font-size: 28px;
}
.login_page .box-col.box-bg .logo-holder .logo-bg {
  width: 65px;
  height: auto;
}
.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 75px;
}
.login_page .box-col.box-bg .text-bg-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 15px;
}
.login_page .box-col .form_content .logo-form {
  width: 50px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}
.login_page .box-col .form_content .group-inp .inp {
  height: 100%;
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.login_page .box-col .form_content .group-inp .inp:focus::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.login_page .box-col .form_content .group-inp .inp:focus::placeholder {
  transition: 0.3s;
  opacity: 0;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #2ba670;
}
.login_page .box-col .form_content .sub_btn {
  background: #2ba670;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #239060;
}
.login_page .box-col .form_content .sub_btn.sub-danger {
  background: #dc3545;
  color: #fff;
}
.login_page .box-col .form_content .sub_btn.sub-danger:hover {
  background-color: #c02d3c;
}

section.page-404 {
  height: 100vh;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  flex-direction: column;
}
section.page-404 .icon-404 {
  font-size: 85px;
  margin-bottom: 0.3rem;
}
section.page-404 .num {
  font-size: 40px;
  margin-bottom: 0rem;
}
section.page-404 .text {
  color: #c5c8c6;
  font-size: 18px;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #2ba670;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #2ba670;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #2ba670;
  border: 1px solid #2ba670;
}
.btn-main-sm:hover::before {
  left: 0;
}
.btn-main-sm.sec-color {
  background: #8f9ab8;
  border-color: #8f9ab8;
}
.btn-main-sm:hover {
  color: #8f9ab8;
  border-color: #8f9ab8;
}

.sec-btn-gre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.7px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2ba670;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  transition: 0.4s;
}
.sec-btn-gre:hover {
  color: #2ba670;
}
.sec-btn-gre::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 180%;
  z-index: -1;
  background-color: #2ba670;
  transition: 0.4s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.sec-btn-gre:hover::before {
  height: 0%;
}

.btn-purple {
  color: white;
  background-color: #8e44ad;
}
.btn-purple:focus {
  box-shadow: none !important;
}
.btn-purple:hover {
  background-color: #7d3d99;
  color: white;
}

.btn-green {
  background-color: #2ba670;
  border-color: #2ba670;
  color: white !important;
}
.btn-green:hover {
  background-color: #259464;
  border-color: #259464;
}
.btn-green:focus {
  box-shadow: none !important;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  right: 0px;
  z-index: 10000;
  top: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item.nospace {
  top: calc(100% + 7px);
}
.dropdown-hover .listis-item .item-drop a, .dropdown-hover .listis-item .item-drop button {
  display: flex;
  background-color: #313131;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  z-index: 11111;
}
.dropdown-hover .listis-item .item-drop a:hover, .dropdown-hover .listis-item .item-drop button:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop, .dropdown-hover .listis-item .item-drop button .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text, .dropdown-hover .listis-item .item-drop button .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-text {
  color: white;
  background-color: #ff384a;
  border-radius: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 1px solid transparent;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.closeBtn-Color {
  background-color: #f14343 !important;
  width: 70px;
  color: #2ba670;
  transition: 0.4s;
}
.closeBtn-Color:hover {
  color: #2ba670;
  background-color: #df3333 !important;
}

.trans-btn {
  background-color: #528de3;
  border: 1px solid #528de3;
  color: #fff;
}
.trans-btn:hover {
  background-color: #377fe8;
  border: 1px solid #377fe8;
  color: #fff;
}

.accordion-button {
  font-size: 14px !important;
}

.accordion-button::after {
  margin-right: auto;
  margin-left: 0px !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.accordion-button:not(.collapsed) {
  color: #809c8f;
  background-color: rgba(43, 166, 112, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(https://www.svgrepo.com/show/83098/down-arrow.svg) !important;
}

.main-heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.alt2-bg-color {
  font-size: 14px !important;
  background-color: #68b1ad;
}
.alt2-bg-color.xl {
  font-size: 18px !important;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.title-underline {
  position: relative;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  color: #444;
  margin-bottom: 0.9rem;
  padding-bottom: 14px;
}
.title-underline::before {
  content: "";
  background-color: #2ba670;
  position: absolute;
  right: 0;
  top: 100%;
  width: 75%;
  height: 2px;
  border-radius: 50px;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 5px 10px #ddd;
  transform: translateY(-5px);
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #2ba670;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #2ba670;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.boxes-info-5 {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .boxes-info-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .boxes-info-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.boxes-info-5 .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info-5 .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info-5 .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info-5 .box-info.green .bg-icon {
  color: #2ba670;
}
.boxes-info-5 .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info-5 .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info-5 .box-info.orange .bg-icon {
  color: orangered;
}
.boxes-info-5 .box-info .num {
  font-size: 25px;
}
.boxes-info-5 .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info-5 .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}

.box-header-invoice {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  display: none;
}
@media print {
  .box-header-invoice {
    display: block;
  }
  .box-header-invoice .col-md-8 {
    width: 66.66666667% !important;
  }
  .box-header-invoice .col-md-4 {
    width: 33.33333333% !important;
  }
}
.box-header-invoice .img-logo {
  width: 70px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  text-align: center;
  border: 1px solid #ddd !important;
}
.main-table thead tr {
  border: 1px solid #ddd !important;
}
.main-table thead tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tbody {
  border-top: none !important;
}
.main-table tbody tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}
.main-table tfoot {
  border-top: none !important;
}

.main-list-group .list-group-item {
  padding: 15px 10px;
  position: relative;
}
.main-list-group .list-group-item .badge-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.main-list-group .list-group-item.active {
  background-color: #2ba670 !important;
  border-color: #2ba670;
}

.up-btn {
  position: relative;
  overflow: hidden;
  bottom: 15px;
  right: -20%;
  width: 45px;
  height: 45px;
  background-color: #000;
  transition: 0.4s;
  z-index: 99999;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.up-btn.show {
  right: 15px;
}
.up-btn > svg {
  position: absolute;
  transition: 0.4s;
  font-size: 23px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.up-btn .tooth-icon {
  top: 50%;
}
.up-btn .up-ar {
  top: 200%;
}
.up-btn:hover .up-ar {
  top: 50%;
}
.up-btn:hover .tooth-icon {
  top: -100%;
}

/*start nav taps*/
.main-nav-tap {
  margin-bottom: 0 !important;
  border-radius: 0;
  flex-wrap: nowrap !important;
}
.main-nav-tap .nav-item {
  flex: 1;
}
.main-nav-tap .nav-item .nav-link {
  white-space: nowrap !important;
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
  color: black !important;
  width: 100% !important;
}
.main-nav-tap .nav-item .nav-link.active {
  color: white !important;
  background-color: #2ba670 !important;
}

.main-tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}
.main-tab-content ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}
.main-tab-content ul a {
  color: #2ba670;
}

/*end nav taps*/
.states-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  box-shadow: 0 0 9px 0 #dbdbdb;
  transition: 0.4s;
}
.states-box:hover {
  box-shadow: 0 0 9px 0 #b4b4b4;
}
.states-box .data-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 7px;
}
.states-box .data-icon .num-1 {
  color: #03a9f4;
}
.states-box .data-icon .icon-1 {
  color: #03a9f4;
}
.states-box .data-icon .num-2 {
  color: #ff835c;
}
.states-box .data-icon .icon-2 {
  color: #ff835c;
}
.states-box .data-icon .num-3 {
  color: #2ba670;
}
.states-box .data-icon .icon-3 {
  color: #2ba670;
}
.states-box .data-icon .num-4 {
  color: #ff594d;
}
.states-box .data-icon .icon-4 {
  color: #ff594d;
}
.states-box .text {
  margin-bottom: 15px;
}
.states-box .prog-box .prog {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #e7e7e7;
  position: relative;
}
.states-box .prog-box .prog span {
  height: 100%;
  border-radius: 20px;
}
.states-box .prog-box .prog span.prog-1 {
  position: absolute;
  width: 80%;
  background-color: #03a9f4;
}
.states-box .prog-box .prog span.prog-2 {
  position: absolute;
  width: 90%;
  background-color: #ff835c;
}
.states-box .prog-box .prog span.prog-3 {
  position: absolute;
  width: 70%;
  background-color: #2ba670;
}
.states-box .prog-box .prog span.prog-4 {
  position: absolute;
  width: 70%;
  background-color: #ff594d;
}

.box-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #2ba670;
  border-radius: 8px;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.09), 0px 3px 6px rgba(0, 0, 0, 0.09);
  transition: 0.7s;
}
.box-report:hover {
  box-shadow: inset 0 0 0 100px #2ba670;
}
.box-report:hover p {
  color: white;
}
.box-report p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  color: #020000;
  transition: 0.7s;
}
@media (min-width: 1200px) {
  .box-report p {
    margin-left: 20px;
  }
}
.box-report .report-img {
  width: 60px;
  height: 55px;
}

.medical-result {
  color: #000;
  background-color: white;
  border: 1px solid #000;
  width: 100%;
  font-size: 13px;
  white-space: nowrap;
}
.medical-result .border-bt {
  border-bottom: 1px solid #000;
}
.medical-result .border-lf {
  border-left: 1px solid #000;
}
.medical-result .dark {
  background-color: #c58f2b;
  white-space: nowrap;
  color: white;
}
.medical-result .blue {
  background-color: #aec2e0;
  white-space: nowrap;
}
.medical-result .purple {
  background-color: #f5d8d8;
  white-space: nowrap;
}
.medical-result .fs-16px {
  font-size: 16px !important;
}
.medical-result .header-one {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 8px 2rem;
}
@media (max-width: 991.98px) {
  .medical-result .header-one {
    padding: 8px;
  }
}
.medical-result .header-one .text {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  text-align: center;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.medical-result .header-one .img {
  width: 120px;
  height: auto;
}
.medical-result .header-two {
  white-space: nowrap;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.medical-result .header-two .text {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.medical-result .title {
  width: 110px;
}
.medical-result .pd {
  padding: 8px;
}
.medical-result .w-small {
  width: 100px;
}
.medical-result .w-lg {
  flex: 2;
}
.medical-result .w-sm {
  flex: 1;
}
@media print {
  .medical-result {
    font-size: 10px !important;
  }
  .medical-result .header-one .text {
    font-size: 14px !important;
  }
  .medical-result .header-two .text {
    font-size: 12px !important;
  }
  .medical-result .pd {
    padding: 1px !important;
  }
  .medical-result .title {
    width: 90px;
  }
  .medical-result .fs-16px {
    font-size: 14px !important;
  }
}
@media (max-width: 767.98px) {
  .medical-result .w-50 {
    width: 100% !important;
  }
}

.card-doctor {
  border-radius: 12px;
  box-shadow: 0 5px 10px #ddd;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.card-doctor:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 10px #ddd;
}

.box-package {
  background-color: #fff;
  padding: 20px;
  transition: background-color 0.3s;
  border-radius: 10px;
  box-shadow: 0 1px 18px 0 #eee;
}
.box-package .icon-holder {
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px 0 #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin: 0px auto 10px auto;
}
.box-package .icon-holder img {
  width: 35px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(4487%) hue-rotate(176deg) brightness(93%) contrast(80%);
}
.box-package .box-head {
  margin-bottom: 15px;
  color: #191d23;
  transition: color 0.3s;
}
.box-package .box-head .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box-package .fet {
  padding-right: 0;
  margin-bottom: 10px;
  list-style: none;
}
.box-package .fet li {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dde9ff;
}
.box-package .fet li p {
  transition: color 0.3s;
  margin-bottom: 0;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #253b5a;
}
.box-package .price {
  transition: color 0.3s;
  text-align: center;
  color: #2ba670;
  font-size: 23px;
  font-weight: 700;
}
.box-package .price small {
  font-size: 14px;
}
.box-package .price span {
  margin-right: 3px;
}
.box-package .btn-order {
  transition: border 0.3s;
  width: 100%;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #2ba670;
  position: relative;
  transition: 300ms;
  z-index: 1;
  color: #fff;
}
.box-package .btn-order i,
.box-package .btn-order svg {
  margin-right: 5px;
}
.box-package .btn-order::before, .box-package .btn-order::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: background-color, width 0.3s;
  background-color: #68b1ad;
  z-index: -1;
}
.box-package .btn-order::after {
  right: 0;
}
.box-package .btn-order::before {
  left: 0;
}
.box-package .btn-order:hover::after, .box-package .btn-order:hover::before {
  width: 0%;
}
.box-package:hover, .box-package.active {
  background-color: #68b1ad;
}
.box-package:hover .icon-holder, .box-package.active .icon-holder {
  box-shadow: 0 1px 6px 0 rgba(26, 26, 26, 0.26);
}
.box-package:hover .icon-holder img, .box-package.active .icon-holder img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(2776%) hue-rotate(183deg) brightness(110%) contrast(100%);
}
.box-package:hover .box-head .title, .box-package.active .box-head .title {
  color: #fff;
}
.box-package:hover .fet li p, .box-package.active .fet li p {
  color: #fff;
}
.box-package:hover .price, .box-package.active .price {
  color: #fff;
}
.box-package:hover .btn-order, .box-package.active .btn-order {
  border-color: #264a75;
}
.box-package:hover .btn-order::before, .box-package:hover .btn-order::after, .box-package.active .btn-order::before, .box-package.active .btn-order::after {
  background-color: #528d8b;
}

.player-box {
  width: 390px;
  margin: 0 auto;
  background-color: white;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1882352941);
  border: 1px solid #ddd;
  padding: 1rem;
}
@media print {
  .player-box {
    width: 100%;
    box-shadow: none;
    border: none;
  }
}
.player-box .player-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.player-box .player-data .site-data {
  margin-bottom: 15px;
}
.player-box .player-data .site-data img {
  width: 40px;
  margin-left: 3px;
}
.player-box .player-data .site-data .site-name {
  font-size: 13px;
  color: #2ba670;
}
.player-box .player-data .name {
  font-size: 21px;
  font-weight: 700;
  color: #2ba670;
  margin-bottom: 2px;
}
.player-box .player-data .member-name {
  color: #717171;
  font-weight: 700;
  font-size: 13px;
}
.player-box .player-data .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.player-box .player-data .info .content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
.player-box .player-data .info .content-text p {
  margin-bottom: 0;
  color: #2ba670;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  gap: 3px;
}
.player-box .player-data .info .content-text p i,
.player-box .player-data .info .content-text p svg {
  font-size: 12px;
}
.player-box .player-data .info .qr-holder img,
.player-box .player-data .info .qr-holder svg {
  width: 100px;
  height: auto;
}
.player-box .images-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
.player-box .images-holder .site-info {
  background-color: #2ba670;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  height: 140px;
  width: 100%;
}
.player-box .images-holder .player-img {
  padding: 5px;
  background-color: #2ba670;
  border-radius: 50%;
  transform: translateY(-110px);
}
.player-box .images-holder .player-img img {
  width: 200px;
  height: 195px;
  border-radius: 50%;
}

.bar-rooms {
  border: 2px solid #68b1ad;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.bar-rooms .statistic {
  margin-bottom: 0;
}

.box-room .num {
  text-align: center;
  font-size: 18px;
}
.box-room .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  min-height: 120px;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
  background-color: #2ba670 !important;
}
.box-room .data .name {
  margin-bottom: 0;
}
.box-room .data.busy {
  background-color: #c97676 !important;
}

.row-rooms .col:nth-child(even) .box-room .data {
  background-color: #c97676;
}

.btn-box {
  border: 1px solid #ffaf10;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  padding: 18.5px 1rem;
  transition: 300ms;
  z-index: 1;
  height: 100%;
  position: relative;
  border-inline-start-width: 25px;
}
.btn-box .icon {
  width: 55px;
  height: auto;
}
.btn-box::before {
  content: "";
  z-index: -1;
  transition: 300ms;
  position: absolute;
  width: 25px;
  inset-inline-start: -25px;
  top: 0;
  bottom: 0;
  background-color: #ffaf10;
}
.btn-box:hover {
  color: white;
}
.btn-box:hover::before {
  width: 100%;
  inset-inline-start: 0;
}
.btn-box.green {
  border-color: #2ba670;
}
.btn-box.green::before {
  background-color: #2ba670;
}
.btn-box.orange {
  border-color: #ba6f19;
}
.btn-box.orange::before {
  background-color: #ba6f19;
}
.btn-box.info {
  border-color: #46cec3;
}
.btn-box.info::before {
  background-color: #46cec3;
}
.btn-box.purple {
  border-color: #686bdf;
}
.btn-box.purple::before {
  background-color: #686bdf;
}

.list-care {
  list-style: none;
  padding: 0;
}
.list-care li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 6px;
  text-align: justify;
}
.list-care li .holder-icon {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(62, 165, 120, 0.1411764706);
  color: #2ba670;
}
.list-care li .holder-icon i,
.list-care li .holder-icon svg {
  font-size: 12px;
}
.list-care li .name {
  margin-bottom: 0;
  color: #6b7280;
  font-size: 13px;
  text-align: justify;
}

.btns-check {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.btns-check .btn-item {
  padding: 7px 10px;
  border: 1px solid #d8e1e3;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  transition: 300ms;
  text-align: center;
  width: calc(25% - 4.5px);
  cursor: pointer;
}

.btns-check .btn-item:hover {
  background-color: #03a9f4;
  color: #fff;
}

.btns-check input {
  position: absolute;
  z-index: -999;
}

.btns-check input:checked + .btn-item {
  background-color: #03a9f4;
  color: #fff;
  font-weight: bold;
}

.box-client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.box-client-info .img-holder img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-client-info .info-holder {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}
.box-client-info .info-holder .name {
  margin-bottom: 0;
  font-size: 16px;
  color: #6b7280;
}
.box-client-info .info-holder .holder-bar {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.box-client-info .info-holder .holder-bar .holder {
  font-size: 12px;
  color: #6b7280;
}
.box-client-info .info-holder .holder-bar .holder i,
.box-client-info .info-holder .holder-bar .holder svg {
  color: #6b7280;
}

.subscriptions-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 10px;
}
.subscriptions-holder .box-subscription {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}
.subscriptions-holder .box-subscription .title {
  margin-bottom: 0;
  color: #6b7280;
}
.subscriptions-holder .box-subscription .holder-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.subscriptions-holder .box-subscription .holder-info .info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscriptions-holder .box-subscription .holder-info .info i, .subscriptions-holder .box-subscription .holder-info .info svg {
  font-size: 12px;
  color: #6b7280;
}
.subscriptions-holder .box-subscription .holder-info .info p {
  color: #6b7280;
  margin-bottom: 0;
  font-size: 12px;
}
.subscriptions-holder .box-subscription:hover {
  background-color: #2ba670;
  border-color: #2ba670;
  scale: 1.05;
}
.subscriptions-holder .box-subscription:hover .title {
  color: #fff;
}
.subscriptions-holder .box-subscription:hover .holder-info .info i, .subscriptions-holder .box-subscription:hover .holder-info .info svg {
  color: #fff;
}
.subscriptions-holder .box-subscription:hover .holder-info .info p {
  color: #fff;
}
.subscriptions-holder .box-subscription.active {
  background-color: #2ba670;
  border-color: #2ba670;
  scale: 1.05;
}
.subscriptions-holder .box-subscription.active .title {
  color: #fff;
}
.subscriptions-holder .box-subscription.active .holder-info .info i, .subscriptions-holder .box-subscription.active .holder-info .info svg {
  color: #fff;
}
.subscriptions-holder .box-subscription.active .holder-info .info p {
  color: #fff;
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.trans-select-color {
  background-color: #efefef;
}

.footer-bottom {
  background-color: #313131;
  color: white;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.footer-bottom .alt_image {
  width: 60px;
  height: 50px;
}/*# sourceMappingURL=main.css.map */