@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-5px {
  font-size: 5px !important;
}

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

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

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

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

.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;
}

.fs-75px {
  font-size: 75px;
}

.table-qr svg {
  width: 35px;
  height: 45px;
}

.height-td {
  height: 42px;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #fff;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
  direction: rtl;
}

*:not(input, select) {
  text-transform: capitalize !important;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #09b6d8;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #09adce;
}

/* 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 {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

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

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

input:focus,
select:focus {
  outline: none;
}

.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;
}

.casher-invoice {
  width: 100%;
  font-size: 14px;
  min-height: 100vh;
  background-color: #f7f6fe;
}
@media print {
  .casher-invoice {
    background-color: #fff;
    padding: 0 !important;
    font-size: 11px;
  }
  .casher-invoice .container {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .casher-invoice td,
  .casher-invoice th {
    padding: 2px !important;
  }
}
.casher-invoice .text-mark {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  border-radius: 30px;
  opacity: 0.1;
  border: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .casher-invoice .text-mark {
    left: 50%;
    top: 30%;
    font-size: 50px;
    transform: translate(-50%, -50%);
  }
}
.casher-invoice .invoice-content .logo-holder .the_image {
  width: 125px;
  height: auto;
  max-width: 100%;
}
.casher-invoice .invoice-content .invoice-info b {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.casher-invoice .invoice-content .parent-boxes-info {
  width: 35%;
}
.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;
}

.inv-heat {
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  margin: 0 auto;
}
.inv-heat .logo-holder {
  border: none !important;
}
.inv-heat .logo-holder img {
  width: 180px;
}
.inv-heat .header {
  text-align: start;
}
.inv-heat .header .title {
  font-size: 18px;
  font-weight: 700;
}

@page {
  margin: 5px;
}
@media print {
  body {
    background-color: white !important;
  }
  .padding-edge-print {
    padding: 5px !important;
  }
  .not-print {
    display: none !important;
  }
  .d-block-print {
    display: block !important;
  }
  .table-responsive {
    width: 100% !important;
  }
  .ar {
    font-size: 19px !important;
  }
  .height-td {
    height: 49px;
  }
  .pos-invoice tr th,
  .pos-invoice tr td {
    font-size: 7px !important;
  }
  .pos-invoice tr th div b,
  .pos-invoice tr td div b {
    font-size: 5px !important;
  }
  .pos-invoice tr.column-pos-invoice {
    display: flex;
    flex-direction: column;
  }
  .small-print-table * {
    font-size: 12px;
  }
  .lg-table table tr td,
  .lg-table table tr th {
    font-size: 6px !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%;
  }
  .lg-table tr th,
  .lg-table tr td {
    font-size: 8px !important;
    padding: 5px !important;
  }
  .main-table-print tr th {
    font-size: 8px;
    padding: 3px;
  }
  .main-table-print tr td {
    font-size: 8px;
    padding: 3px;
  }
  .in .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100% !important;
  }
  .in .data-content div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .in .data-content div div {
    width: 50%;
  }
  .in .data-content div div p {
    font-size: 8px !important;
    white-space: wrap !important;
  }
  .in .data-content div div.holder {
    width: 100% !important;
  }
  .in .data-content div div.holder .special {
    width: 100% !important;
  }
  .in .data-content div div.holder .special textarea {
    width: 100% !important;
    min-height: 100px !important;
  }
  .casher-invoice .invoice-content {
    padding: 10px !important;
  }
  .casher-invoice .invoice-name {
    font-size: 10px !important;
  }
  .casher-invoice .logo-holder {
    width: 100% !important;
  }
  .casher-invoice .logo-holder .the_image {
    width: 90px !important;
    height: 80px !important;
  }
  .casher-invoice .the_address p {
    font-size: 10px !important;
  }
  .casher-invoice .tax {
    font-size: 10px;
  }
  .casher-invoice .the_date {
    font-size: 10px;
  }
  .casher-invoice div b {
    font-size: 10px !important;
  }
  .casher-invoice .cash-table tr {
    display: flex;
    flex-direction: column;
  }
  .casher-invoice .cash-table tr div {
    font-size: 10px !important;
  }
  .casher-invoice .main-table tr th {
    font-size: 8px;
    padding: 3px;
    background-color: white !important;
    color: #000 !important;
  }
  .casher-invoice .main-table tr td {
    font-size: 8px;
    padding: 3px;
    font-weight: 700;
    background-color: white !important;
    color: #000 !important;
  }
  .casher-invoice .invoice-content {
    box-shadow: none !important;
  }
  .casher-invoice .invoice-info {
    align-items: center;
  }
  .casher-invoice .invoice-info .name b {
    font-size: 10px !important;
    color: #000 !important;
  }
  .casher-invoice .invoice-info .value {
    font-size: 10px !important;
    color: #000 !important;
  }
  .casher-invoice .wel {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
    color: #000 !important;
  }
  .casher-invoice .bar_code_holder {
    margin: 0px auto;
  }
  .casher-invoice .bar_code_holder svg {
    width: 130px !important;
    height: 100px !important;
  }
  .casher-invoice .parent-boxes-info {
    margin: 10px auto 0px;
    width: 100% !important;
  }
  .data-print * {
    font-size: 12px !important;
  }
  .print-mb {
    margin-bottom: 5px !important;
  }
  .box-tax {
    padding: 0.1rem !important;
  }
  .reset-print {
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  .reset-print-border {
    border: 0 !important;
  }
  .sm-table-print tr th {
    font-size: 7px !important;
    padding: 6px !important;
  }
  .sm-table-print tr td {
    font-size: 8px !important;
    padding: 6px !important;
  }
  .header-print {
    display: block !important;
  }
  .header-print .client-info p {
    font-size: 14px !important;
  }
  .header-print .client-info p span {
    font-size: 14px !important;
  }
  .header-print .logo img {
    width: 90px !important;
  }
  .bt-table-print {
    margin-top: 16px !important;
  }
  .print-bg {
    background-color: #fff;
    height: 100%;
  }
  .container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .main-section {
    padding: 0 !important;
  }
  .main-section .invoice-section .invoice-in-print .invoice-content-print {
    width: 100% !important;
    height: 100% !important;
  }
  .main-section .invoice-section .invoice-in-print .row {
    --bs-gutter-y: 5px !important;
    --bs-gutter-x: 5px !important;
  }
  .main-section .invoice-section .invoice-in-print .dataInvoice-holder {
    margin-top: 2px !important;
  }
  .main-section .invoice-section .invoice-in-print * {
    font-size: 5.5px !important;
  }
  .main-section .invoice-section .invoice-in-print .un-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-5 {
    width: 40%;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-2 {
    width: 20%;
  }
  .main-section .invoice-section .invoice-in-print .gp {
    gap: 10px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice {
    gap: 7px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice .info {
    gap: 3px !important;
  }
  .main-section .invoice-section .invoice-in-print .logo {
    text-align: center !important;
  }
  .main-section .invoice-section .invoice-in-print .logo .logo-img {
    width: 55px !important;
  }
  .main-section .invoice-section .invoice-in-print .title-info {
    text-align: center !important;
    margin-bottom: 4px !important;
    font-size: 4.5px !important;
  }
  .main-section .invoice-section .invoice-in-print .np {
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table {
    margin-bottom: 7px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table thead tr th {
    color: #444 !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td {
    padding: 3px 8px !important;
    font-size: 8px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td svg,
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td img {
    width: 40px !important;
    height: 40px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td div {
    font-size: 8px !important;
  }
  .main-section .invoice-section .invoice-in-print .write {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .write .nm {
    font-size: 10px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print table th {
    font-weight: 600 !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 */
/* Start  select-teeth */
section.select-teeth {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

section.select-teeth .content .btn-select {
  width: 5px;
  position: absolute;
  height: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

section.select-teeth .content .btn-select::before {
  content: "";
  width: 27px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 27px;
}

section.select-teeth .content .btn-select::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;
}

@media (max-width: 575.98px) {
  section.select-teeth .container {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.select-teeth .content .btn-select {
    width: 10px;
    height: 10px;
  }
}
section.select-teeth .content .btn-select:nth-of-type(1) {
  left: 4.7%;
  top: 39%;
}

section.select-teeth .content .btn-select:nth-of-type(2) {
  left: 11.5%;
  top: 40.5%;
}

section.select-teeth .content .btn-select:nth-of-type(3) {
  left: 18.7%;
  top: 41.7%;
}

section.select-teeth .content .btn-select:nth-of-type(4) {
  left: 24.8%;
  top: 43.5%;
}

section.select-teeth .content .btn-select:nth-of-type(5) {
  left: 29.7%;
  top: 44%;
}

section.select-teeth .content .btn-select:nth-of-type(6) {
  left: 35.3%;
  top: 44.5%;
}

section.select-teeth .content .btn-select:nth-of-type(7) {
  left: 40.7%;
  top: 45%;
}

section.select-teeth .content .btn-select:nth-of-type(8) {
  left: 46.3%;
  top: 45%;
}

section.select-teeth .content .btn-select:nth-of-type(9) {
  left: 52.3%;
  top: 44.5%;
}

section.select-teeth .content .btn-select:nth-of-type(10) {
  left: 57.8%;
  top: 44.5%;
}

section.select-teeth .content .btn-select:nth-of-type(11) {
  left: 63.6%;
  top: 44.5%;
}

section.select-teeth .content .btn-select:nth-of-type(12) {
  left: 69%;
  top: 44.5%;
}

section.select-teeth .content .btn-select:nth-of-type(13) {
  left: 73.8%;
  top: 44.3%;
}

section.select-teeth .content .btn-select:nth-of-type(14) {
  left: 80.21%;
  top: 43%;
}

section.select-teeth .content .btn-select:nth-of-type(15) {
  left: 87.4%;
  top: 41.5%;
}

section.select-teeth .content .btn-select:nth-of-type(16) {
  left: 94.6%;
  top: 39.5%;
}

section.select-teeth .content .btn-select:nth-of-type(17) {
  left: 94.6%;
  top: 51%;
}

section.select-teeth .content .btn-select:nth-of-type(18) {
  left: 86.1%;
  top: 52%;
}

section.select-teeth .content .btn-select:nth-of-type(19) {
  left: 78.25%;
  top: 54.5%;
}

section.select-teeth .content .btn-select:nth-of-type(20) {
  left: 71.77%;
  top: 56.1%;
}

section.select-teeth .content .btn-select:nth-of-type(21) {
  left: 66.37%;
  top: 56.7%;
}

section.select-teeth .content .btn-select:nth-of-type(22) {
  left: 61%;
  top: 57%;
}

section.select-teeth .content .btn-select:nth-of-type(23) {
  left: 56.1%;
  top: 57.3%;
}

section.select-teeth .content .btn-select:nth-of-type(24) {
  left: 51.65%;
  top: 57.7%;
}

section.select-teeth .content .btn-select:nth-of-type(25) {
  left: 47%;
  top: 57.5%;
}

section.select-teeth .content .btn-select:nth-of-type(26) {
  left: 42.75%;
  top: 57.3%;
}

section.select-teeth .content .btn-select:nth-of-type(27) {
  left: 37.8%;
  top: 57.3%;
}

section.select-teeth .content .btn-select:nth-of-type(28) {
  left: 32.35%;
  top: 56.7%;
}

section.select-teeth .content .btn-select:nth-of-type(29) {
  left: 26.9%;
  top: 56%;
}

section.select-teeth .content .btn-select:nth-of-type(30) {
  left: 20.25%;
  top: 54.6%;
}

section.select-teeth .content .btn-select:nth-of-type(31) {
  left: 12.5%;
  top: 51.6%;
}

section.select-teeth .content .btn-select:nth-of-type(32) {
  left: 4.3%;
  top: 50.5%;
}

/* End  select-teeth */
.w-alert.alert-dismissible .btn-close {
  right: auto;
  left: 0;
}
@media (max-width: 767.98px) {
  .w-alert {
    width: 100% !important;
  }
}

.resize {
  max-width: 240px;
}

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

.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;
}

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

.alt-bg-color {
  background-color: #09adce;
}

.alt-text-color {
  color: #09adce !important;
}

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

.cursor-auto {
  cursor: auto;
}

.w-100px {
  width: 100px;
}

.w-130px {
  width: 130px;
}

.box-head-page .content-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.box-head-page .content-text .title {
  color: #09adce;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}
.box-head-page .content-text .des {
  font-size: 16px;
  line-height: 1.5em;
  color: #65798c;
}
.box-head-page .main-content {
  padding: 0;
}
.box-head-page .main-content .main-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 5px;
}
.box-head-page .main-content .title {
  color: #09adce;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
}
.box-head-page .main-content .des {
  font-size: 14px;
  line-height: 1.5em;
  color: #65798c;
  margin-top: 20px;
}
.box-head-page .img-holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box-head-page .img-holder img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
.box-head-page .img-holder iframe {
  width: 300px;
  height: 250px;
  max-width: 100%;
  pointer-events: none;
}

.main-content {
  padding: 50px 0;
}
.main-content .box {
  background-color: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  border-radius: 10px;
  padding: 20px;
}
.main-content .box .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
}
.main-content .box .header h3 {
  font-size: 18px;
}
.main-content .box .header .logo {
  width: 120px;
}
.main-content .box .header .logo img {
  width: 100%;
}
.main-content .box .content {
  direction: rtl;
  padding: 20px;
}
.main-content .box .content p {
  font-weight: 800;
}
.main-content .box .content span {
  font-weight: 400;
}
.main-content .box .table-responsive {
  overflow-x: auto;
}
.main-content .box .table-responsive table {
  width: 100%;
}
.main-content .box .table-responsive table thead {
  background-color: #f3f3f3;
}
.main-content .box .table-responsive table thead tr th {
  text-align: center;
  border: 1px solid #000;
  padding: 10px 20px;
}
.main-content .box .table-responsive table tbody tr td {
  text-align: center;
  border: 1px solid #000;
  padding: 10px 20px;
}
.main-content .box .foot-text .qr {
  width: 100px;
}
.main-content .box .foot-text .qr img {
  width: 100%;
}

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

.select2 {
  width: 100% !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;
  }
}

.account-statement .main-heading-bg {
  width: 290px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  background-color: #d3d3d3;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 2px;
}
.account-statement .bar-info .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.account-statement .bar-info .bar .info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.account-statement .bar-info .bar .info .key {
  background-color: #d3d3d3;
  min-width: 160px;
  border-radius: 2;
  padding: 5px 10px;
  text-align: center;
}
.account-statement .bar-info .bar .info .value {
  flex-grow: 1;
  min-width: 100px;
  text-align: center;
}
.account-statement .table-responsive {
  overflow-x: unset;
}
.account-statement .table-responsive .main-table thead tr th {
  background-color: #e0e0e0;
}
.account-statement .table-responsive .main-table thead tr th.movement {
  position: relative;
  padding: 0;
}
.account-statement .table-responsive .main-table thead tr th.movement .main-name {
  position: absolute;
  top: -100%;
  height: 37px;
  left: -1px;
  display: flex;
  border: 1px solid #949494;
  width: 102%;
  background-color: #e0e0e0;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
.account-statement .table-responsive .main-table thead tr th.movement .holder {
  display: flex;
}
.account-statement .table-responsive .main-table thead tr th.movement .holder .half {
  padding: 10px;
  flex-grow: 1;
  margin-bottom: 0;
}
.account-statement .table-responsive .main-table thead tr th.movement .holder .half:first-child {
  border-left: 1px solid #949494;
}
.account-statement .table-responsive .main-table tbody td.movement-value {
  padding: 0;
}
.account-statement .table-responsive .main-table tbody td.movement-value .holder {
  display: flex;
}
.account-statement .table-responsive .main-table tbody td.movement-value .holder .half {
  padding: 10px;
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 14px;
}
.account-statement .table-responsive .main-table th,
.account-statement .table-responsive .main-table td {
  border: 1px solid #949494;
  vertical-align: middle;
}

/* Start invoice */
.box-invoice {
  border: 2px solid black;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 8px;
}

.box-invoice p {
  margin-bottom: 2px;
  font-size: 15px;
}

.box-invoice h6 {
  font-size: 14px;
}

.table-invoice .duble-border {
  border-bottom-width: 2px;
  border-bottom-color: black;
}

.table-invoice {
  border: 1px solid #bbb !important;
}

.table-invoice td {
  border-bottom: 1px solid #bbb !important;
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
  vertical-align: middle;
  padding: 10px !important;
  font-size: 15px;
  font-weight: bold;
}

.table-invoice th {
  border-top: 1px solid #bbb !important;
  background-color: #f4f4f4;
  border-right: 1px solid #bbb !important;
  font-size: 15px !important;
  padding: 10px !important;
  font-weight: bolder;
  border-bottom: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
}

.table-invoice .td-head {
  background-color: #f4f4f4;
  border-left: 1px solid #bbb !important;
  text-align: right;
  font-size: 15px !important;
  font-weight: bold;
  width: 30%;
}

.barcode {
  max-width: 150px !important;
}

.print {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.print:hover {
  color: white;
}

@media print {
  .table-responsive {
    overflow: unset !important;
  }
  .print-block {
    display: block !important;
  }
  .print {
    display: none;
  }
  .print-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .printContract .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .col-md-4 {
    width: 33.33333333% !important;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-6 {
    width: 50%;
  }
  .box-invoice .col-md-4.p-3 {
    width: 33.3333333333%;
  }
  .parent-barcode {
    width: 25%;
  }
  .table-info {
    width: 75%;
  }
  .table {
    margin: 0;
  }
  ::-webkit-scrollbar {
    width: 0px;
  }
  .dashboard-card {
    visibility: hidden;
  }
  .not-print {
    display: none !important;
  }
  .print-show {
    display: block !important;
  }
  .dashboard-content {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .content-print .row {
    --bs-gutter-y: 0.5rem !important;
    --bs-gutter-x: 0.5rem !important;
  }
  .content-print .scrl {
    margin-bottom: 10px !important;
  }
  .content-print .scrl.not-m {
    margin-bottom: 0px !important;
  }
  .content-print .scrl .table-invoice thead tr th {
    font-size: 11px !important;
    padding: 5px !important;
  }
  .content-print .scrl .table-invoice tbody tr td {
    font-size: 12px !important;
    padding: 5px !important;
  }
  .qr-print svg {
    width: 100px;
  }
  .row-table .col-table-qr {
    width: 30%;
  }
  .row-table .col-table {
    width: 70%;
  }
  .box-invoice * {
    font-size: 13px;
    font-family: inherit;
  }
}
/* End invoice */
.body-point .header,
.body-point .body {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.body-point .header .right-side,
.body-point .header .left-side,
.body-point .header .body-front,
.body-point .header .body-back,
.body-point .body .right-side,
.body-point .body .left-side,
.body-point .body .body-front,
.body-point .body .body-back {
  position: relative;
}
.body-point .header .right-side img,
.body-point .header .left-side img,
.body-point .header .body-front img,
.body-point .header .body-back img,
.body-point .body .right-side img,
.body-point .body .left-side img,
.body-point .body .body-front img,
.body-point .body .body-back img {
  max-width: 100%;
}
.body-point .header .right-side .check-body,
.body-point .header .left-side .check-body,
.body-point .header .body-front .check-body,
.body-point .header .body-back .check-body,
.body-point .body .right-side .check-body,
.body-point .body .left-side .check-body,
.body-point .body .body-front .check-body,
.body-point .body .body-back .check-body {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.body-point .header .right-side .check-body::before,
.body-point .header .left-side .check-body::before,
.body-point .header .body-front .check-body::before,
.body-point .header .body-back .check-body::before,
.body-point .body .right-side .check-body::before,
.body-point .body .left-side .check-body::before,
.body-point .body .body-front .check-body::before,
.body-point .body .body-back .check-body::before {
  content: "";
  width: 27px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 27px;
}
.body-point .header .right-side .check-body::after,
.body-point .header .left-side .check-body::after,
.body-point .header .body-front .check-body::after,
.body-point .header .body-back .check-body::after,
.body-point .body .right-side .check-body::after,
.body-point .body .left-side .check-body::after,
.body-point .body .body-front .check-body::after,
.body-point .body .body-back .check-body::after {
  content: "";
  width: 10px;
  box-shadow: 0 0 7px 0 #ff1010;
  position: absolute;
  background-color: #ff1010;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
}
.body-point .header .right-side .check-body:checked:after,
.body-point .header .left-side .check-body:checked:after,
.body-point .header .body-front .check-body:checked:after,
.body-point .header .body-back .check-body:checked:after,
.body-point .body .right-side .check-body:checked:after,
.body-point .body .left-side .check-body:checked:after,
.body-point .body .body-front .check-body:checked:after,
.body-point .body .body-back .check-body:checked:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  box-shadow: 0 0 0px 0 hsl(0, 75.11%, 36.86%);
  filter: drop-shadow(2px 4px 6px #ff1010);
  cursor: pointer;
  font-size: 30px;
  color: #ff1010;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.body-point .header .right-side,
.body-point .header .left-side {
  position: relative;
}
.body-point .header .right-side .check-body,
.body-point .header .left-side .check-body {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.body-point .header .right-side .check-body::before,
.body-point .header .left-side .check-body::before {
  content: "";
  width: 27px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 27px;
}
.body-point .header .right-side .check-body::after,
.body-point .header .left-side .check-body::after {
  content: "";
  width: 10px;
  box-shadow: 0 0 7px 0 #ff1010;
  position: absolute;
  background-color: #ff1010;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
}
.body-point .header .right-side .check-body:checked:after,
.body-point .header .left-side .check-body:checked:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  box-shadow: 0 0 0px 0 hsl(0, 75.11%, 36.86%);
  filter: drop-shadow(2px 4px 6px #ff1010);
  cursor: pointer;
  font-size: 30px;
  color: #ff1010;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.body-point .header .right-side .check-body:nth-of-type(1) {
  top: 29%;
  right: 48%;
}
.body-point .header .right-side .check-body:nth-of-type(2) {
  top: 48%;
  right: 46%;
}
.body-point .header .right-side .check-body:nth-of-type(3) {
  top: 59%;
  right: 15%;
}
.body-point .header .right-side .check-body:nth-of-type(4) {
  top: 68%;
  right: 70%;
}
.body-point .header .right-side .check-body:nth-of-type(5) {
  top: 89%;
  right: 82%;
}
.body-point .header .left-side .check-body:nth-of-type(1) {
  top: 27%;
  left: 42%;
}
.body-point .header .left-side .check-body:nth-of-type(2) {
  top: 49%;
  left: 48%;
}
.body-point .header .left-side .check-body:nth-of-type(3) {
  top: 59%;
  left: 30%;
}
.body-point .header .left-side .check-body:nth-of-type(4) {
  top: 68%;
  left: 66%;
}
.body-point .header .left-side .check-body:nth-of-type(5) {
  top: 89%;
  left: 73%;
}
.body-point .body .body-front .check-body:nth-of-type(1) {
  top: 26%;
  right: 65%;
}
.body-point .body .body-front .check-body:nth-of-type(2) {
  top: 25%;
  right: 47%;
}
.body-point .body .body-front .check-body:nth-of-type(3) {
  top: 26%;
  right: 30%;
}
.body-point .body .body-front .check-body:nth-of-type(4) {
  top: 41%;
  right: 78%;
}
.body-point .body .body-front .check-body:nth-of-type(5) {
  top: 41%;
  right: 16%;
}
.body-point .body .body-front .check-body:nth-of-type(6) {
  top: 43%;
  right: 49%;
}
.body-point .body .body-front .check-body:nth-of-type(7) {
  top: 48%;
  right: 47%;
}
.body-point .body .body-front .check-body:nth-of-type(8) {
  top: 60%;
  right: 58%;
}
.body-point .body .body-front .check-body:nth-of-type(9) {
  top: 60%;
  right: 35%;
}
.body-point .body .body-front .check-body:nth-of-type(10) {
  top: 70%;
  right: 61%;
}
.body-point .body .body-front .check-body:nth-of-type(11) {
  top: 70%;
  right: 35%;
}
.body-point .body .body-front .check-body:nth-of-type(12) {
  top: 79%;
  right: 61%;
}
.body-point .body .body-front .check-body:nth-of-type(13) {
  top: 79%;
  right: 34%;
}
.body-point .body .body-front .check-body:nth-of-type(14) {
  top: 94%;
  right: 62%;
}
.body-point .body .body-front .check-body:nth-of-type(15) {
  top: 94%;
  right: 33%;
}
.body-point .body .body-back .check-body:nth-of-type(1) {
  top: 14%;
  right: 48%;
}
.body-point .body .body-back .check-body:nth-of-type(2) {
  top: 20%;
  right: 58%;
}
.body-point .body .body-back .check-body:nth-of-type(3) {
  top: 19.5%;
  right: 33%;
}
.body-point .body .body-back .check-body:nth-of-type(4) {
  top: 34%;
  right: 75%;
}
.body-point .body .body-back .check-body:nth-of-type(5) {
  top: 34%;
  right: 21%;
}
.body-point .body .body-back .check-body:nth-of-type(6) {
  top: 34%;
  right: 47%;
}
.body-point .body .body-back .check-body:nth-of-type(7) {
  top: 41%;
  right: 79%;
}
.body-point .body .body-back .check-body:nth-of-type(8) {
  top: 40%;
  right: 17%;
}
.body-point .body .body-back .check-body:nth-of-type(9) {
  top: 48%;
  right: 49%;
}
.body-point .body .body-back .check-body:nth-of-type(10) {
  top: 61.5%;
  right: 58%;
}
.body-point .body .body-back .check-body:nth-of-type(11) {
  top: 60.5%;
  right: 36%;
}
.body-point .body .body-back .check-body:nth-of-type(12) {
  top: 74.5%;
  right: 61%;
}
.body-point .body .body-back .check-body:nth-of-type(13) {
  top: 75%;
  right: 34%;
}

.top-nav {
  background-color: #09adce;
  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;
  align-items: center;
  z-index: 112;
}
@media (max-width: 991.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 {
  padding: 0.7rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-nav .container .list-item li a::before {
  content: "";
  width: 100%;
  left: 100%;
  bottom: 3px;
  transition: 300ms;
  position: absolute;
  height: 3px;
  background-color: white;
}
.top-nav .container .list-item li a:hover::before {
  left: 0;
}

.bottom-nav {
  box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  border-bottom: 3px solid #09adce;
  background-color: white;
  z-index: 1000;
}
.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: 111;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .bottom-nav .container .list-item {
    flex-direction: column;
    display: none;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 1rem 0.7rem;
  display: block;
  transition: 300ms;
  color: black;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
}
.bottom-nav .container .list-item li .item .badge-count {
  position: absolute;
  left: 0px;
  top: 13%;
}
.bottom-nav .container .list-item li .item .arrow-icon i, .bottom-nav .container .list-item li .item .arrow-icon svg {
  color: black !important;
}
.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: #09adce;
}
.bottom-nav .container .list-item li .item:hover i, .bottom-nav .container .list-item li .item:hover svg {
  color: #09adce;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}

.tax-section th,
.tax-section td {
  padding: 6px 1px !important;
  font-size: 12px !important;
}

.res-table {
  position: relative;
}
.res-table .text-mark {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  font-weight: 700;
  border-radius: 30px;
  opacity: 0.2;
  border: 1px solid #ddd;
}

.title-style-font {
  font-family: "Rubik", sans-serif;
}

@media print {
  .tax-content {
    padding: 5px 12px !important;
    background-color: transparent !important;
    box-shadow: unset !important;
  }
  .tax-content .mb-3 {
    margin-bottom: 10px !important;
  }
  .tax-content th,
  .tax-content td {
    padding: 5px 0px !important;
    font-size: 10px !important;
  }
  .tax-content .box-info {
    padding: 0.2rem !important;
    font-size: 14px !important;
  }
}
.print-invoice {
  font-size: 14px;
}
.print-invoice .logo {
  text-align: center;
  font-size: 9px;
}
.print-invoice .logo .logo-img {
  width: 100px;
}
.print-invoice .logo p {
  margin: 0;
  font-weight: bold;
}
.print-invoice .title-info {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.print-invoice .client-info,
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .client-info .title,
.print-invoice .company-info .title {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.print-invoice .client-info p,
.print-invoice .company-info p {
  font-size: 14px;
  font-weight: unset;
  margin-bottom: 5px !important;
}
.print-invoice .client-info p span,
.print-invoice .company-info p span {
  font-weight: 500;
}
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .table {
  text-align: center !important;
}
.print-invoice .table th,
.print-invoice .table td {
  vertical-align: middle !important;
  font-size: 12px;
  padding: 5px;
  font-weight: 700;
  border: 1px solid #e7e4e4 !important;
}
.print-invoice .table td svg {
  width: 100px !important;
  height: 95px;
}
.print-invoice .table td .td-bord {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.print-invoice .dataInvoice-holder {
  background-color: #e9e8e8;
  color: #505560;
  border-radius: 4px;
  padding: 8px;
  direction: rtl;
  margin-bottom: 5px;
}
.print-invoice .dataInvoice-holder .info-invoice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
}
.print-invoice .dataInvoice-holder .info-invoice .info {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
}
.print-invoice .dataInvoice-holder .info-invoice .info .title {
  font-weight: bold;
  color: black;
}
.print-invoice .nm {
  font-size: 12px;
}

.invoice-content-print {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content-print .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content-print .status-invoice.paid {
  background-color: #51ad49 !important;
  border-color: #17c666;
}

.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(:first-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: 55px;
}

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;
}

.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;
}

.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-new {
  color: white;
  background-color: #FF0000;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 13px;
}

.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: 13px !important;
}

.accordion-body {
  font-size: 12px;
}
.accordion-body p {
  font-size: 12px;
}

.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;
}

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

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

.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: 15px;
  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: 24px;
}
@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: 15px;
  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 tbody {
  border-top: 0px !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr th.dark-th {
  background-color: #e5e7e9;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
}
.main-table tr td.dark-td {
  background-color: #f9fafb;
}
@media print {
  .main-table.table-print td, .main-table.table-print th {
    padding: 5px !important;
    font-size: 12px !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: #fff !important;
  background-color: #68b1ad !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;
}

.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 #09adce;
  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 #09adce;
}
.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;
}
.box-report .report-icon {
  font-size: 50px;
  color: #636363;
  margin-left: 10px;
  opacity: 0.8;
}

.box-tax {
  padding: 0.4rem;
  color: white;
  background-color: #09adce;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
}
.box-tax.purple {
  background-color: #7b74eb;
}
.box-tax.success {
  background-color: #2ba670;
}
.box-tax.orange {
  background-color: #ff594d;
}

.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: white;
}
.btns-check input {
  position: absolute;
  z-index: -999;
}
.btns-check input:checked + .btn-item {
  background-color: #03a9f4;
  color: white;
  font-weight: bold;
}

.profile-bar {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
  word-wrap: break-word;
  background-color: #fff;
}
.profile-bar .main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.profile-bar .main-info .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-bar .main-info .user .img-holder {
  position: relative;
  width: 60px;
  height: 60px;
}
.profile-bar .main-info .user .img-holder img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.profile-bar .main-info .user .img-holder .icon-holder {
  position: absolute;
  background-color: #fff;
  left: -5px;
  bottom: -5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-bar .main-info .user .img-holder .icon-holder i,
.profile-bar .main-info .user .img-holder .icon-holder svg {
  font-size: 20px;
  color: #17c666;
}
.profile-bar .main-info .user .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.profile-bar .main-info .user .data .name {
  margin-bottom: 0;
  font-size: 13px;
}
.profile-bar .main-info .user .data .title {
  margin-bottom: 0;
  font-size: 11px;
}

.list-option {
  width: 100%;
}
.list-option:last-child {
  border: 0 !important;
}
.list-option .btn-holder {
  display: flex;
  justify-content: center;
  margin: 3px 0;
  padding: 5px;
  position: relative;
}
.list-option .btn-holder span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.list-option .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 !important;
  color: #495057 !important;
  background-color: #fff !important;
}
.list-option .nav-link:hover {
  background-color: #f8f9fa !important;
}
.list-option .nav-link.active {
  background-color: red !important;
  color: #f8f9fa !important;
}
.list-option .nav-link.active .arrow {
  color: #495057 !important;
}
.list-option .nav-link i,
.list-option .nav-link svg {
  font-size: 20px;
  margin-bottom: 3px;
}
.list-option .nav-link .name {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px;
}
.list-option .nav-link .name i,
.list-option .nav-link .name svg {
  font-size: 20px;
}
.list-option .nav-link .arrow {
  font-size: 11px;
}
.list-option .nav-link.box-link {
  justify-content: baseline;
  border: 2px solid rgba(0, 0, 0, 0.24);
  padding: 20px 10px;
  flex-direction: column;
  border-radius: 12px !important;
  width: 100%;
  height: 100%;
}

.content_view {
  background-color: white;
  border-radius: 0.3rem;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.content_view .content_header {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.content_view .content_header .title {
  color: #525f71;
  font-size: 13px;
  font-weight: 600;
}
.content_view .content_footer {
  border-top: 1px solid #f1f1f1;
  padding-top: 1rem;
  margin-top: 1rem;
}

.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 {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

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

.select-search {
  position: relative;
}
.select-search .list {
  overflow-y: auto;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  border-radius: 0.25rem;
  background-color: white;
  width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1450980392);
  max-height: 94px;
}
.select-search .list::-webkit-scrollbar {
  width: 5px !important;
}
.select-search .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.select-search .list ul li button {
  background-color: transparent;
  padding: 0.3rem 1rem;
  width: 100%;
  text-align: start;
  transition: 100ms;
}
.select-search .list ul li button:hover {
  background-color: #0d6efd;
  color: white;
}
.select-search .list .title {
  font-size: 15px;
  text-align: center;
  padding: 1rem;
  margin: 0;
  color: #999;
}

.treminal-print .main-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 20px;
}
.treminal-print .main-head h1 {
  font-size: 27px;
  font-weight: normal;
}
.treminal-print .main-head h1.ar {
  font-size: 39px;
}
.treminal-print .main-head h1 span {
  font-weight: bold;
}
.treminal-print .main-head img {
  width: 64px;
}
.treminal-print table {
  width: 100%;
}
.treminal-print table tr td {
  padding: 5px 5px;
  position: relative;
}
.treminal-print table,
.treminal-print th,
.treminal-print td {
  border: 1px solid black;
  border-collapse: collapse;
}
.treminal-print table tr td.hidd-1 {
  border-left-color: transparent;
}
.treminal-print table tr td.hidd-2 {
  border-left-color: transparent;
}
.treminal-print .text {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.treminal-print .print {
  text-decoration: none;
  color: white;
  background-color: #2fc2df;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.treminal-print .parent-boxes-info {
  width: 35%;
}
.treminal-print .parent-boxes-info .box-info-border {
  border: 1px dotted #000;
  padding: 2px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 9px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print {
  .treminal-print {
    padding: 0 !important;
  }
  .treminal-print table {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .treminal-print table tr td div {
    display: flex;
    float: unset;
    justify-content: space-between;
  }
  .treminal-print section {
    padding: 0;
  }
  .treminal-print body {
    font-size: 6px !important;
  }
  .treminal-print .print {
    display: none;
  }
  .treminal-print table,
  .treminal-print th,
  .treminal-print td {
    border: 1px solid black !important;
    border-collapse: collapse;
    font-size: 8px !important;
    padding: 2px !important;
  }
  .treminal-print .parent-boxes-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .treminal-print .parent-boxes-info .box-info-border {
    border: 1px dotted #000;
    padding: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 9px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .treminal-print .calc-table {
    border: none !important;
  }
  .treminal-print .calc-table tr {
    display: flex;
    flex-direction: column;
  }
}
.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 */