@charset "UTF-8";
.text-main-color {
  color: #0890ab;
}

.bg-main-color {
  background-color: #0890ab;
}

.bg-purple {
  background-color: #8e44ad !important;
}

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

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

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

.bg-gray {
  background-color: #9fa19f !important;
  color: #fff !important;
}

.bg-green {
  background-color: #33ce38 !important;
  color: #fff !important;
}

@media print {
  .padding-print {
    padding: 12px;
  }
}

.alt2-bg-color {
  background-color: rgba(9, 145, 172, 0.86);
  font-size: 14px !important;
}

.hidden-y-x {
  overflow-x: hidden;
  overflow-y: hidden;
}

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

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

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

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

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

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

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

.text-link {
  color: #0d6efd;
}

.main-color {
  color: #0890ab;
}

.color-222 {
  color: #6a6969;
}

.color-777 {
  color: #777;
}

.p-10px {
  padding: 10px;
}

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

.won-hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #aba9a9;
}

.bg-grey {
  background-color: #f5f5f5;
}

.border-b {
  border-bottom: 1px solid #e7e5e5;
}

.color-555 {
  color: #555;
}

.bg-light-gray {
  background-color: #9e9e9e;
}

.color-9190 {
  color: #919090;
}

.green-color {
  color: #3bc100;
}

.h-30px {
  height: 28px;
}

.h-27px {
  height: 27px;
}

.h-33px {
  height: 33px;
}

.h-35px {
  height: 35px;
}

.h-190px {
  height: 190px;
}

.m--15px {
  margin-top: -15px;
}

.btn-padding {
  padding: 7px 16px !important;
}

.border-b-gray {
  border-bottom: 1px solid #e0dcdc;
}

.remover-dropdown-arrow button::after {
  border: none;
}

.collapse-btn .arrow {
  transition: 0.3s;
  color: #777;
}
.collapse-btn[aria-expanded=false] .arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}

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

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

::-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 */
.form-select {
  font-size: 14px;
}
.form-select:lang(ar) {
  background-position: left 0.75rem center !important;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
}

/* 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;
}
.form-control::-moz-placeholder {
  font-size: 11px !important;
}
.form-control::placeholder {
  font-size: 11px !important;
}

.form-select {
  font-size: 13px !important;
  color: #666;
}

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

.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.1;
  border: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .res-table .text-mark {
    left: 50%;
    top: 25%;
    font-size: 70px;
    transform: translate(-50%, -50%);
  }
}

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

@page {
  margin: 25px;
}
@media print {
  body {
    background-color: white;
  }
  .table-sm th {
    font-size: 10px !important;
  }
  .table-sm td {
    font-size: 11px !important;
  }
  .form-select {
    font-size: 10px !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .col-md-4 {
    width: 50%;
  }
  .not-print {
    display: none !important;
  }
  .table-responsive {
    width: 100% !important;
  }
  .ar {
    font-size: 19px !important;
  }
  table th {
    white-space: unset !important;
  }
  .casher-invoice {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .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: 8.5px;
    text-wrap: wrap;
    padding: 4px;
  }
  .casher-invoice .main-table tr td {
    font-size: 8.5px;
    text-wrap: wrap;
    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;
  }
  .content {
    background-color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
  }
  .content .invoice-content .invoice-header .col-lg-4 {
    width: 33.33333333% !important;
  }
  .content .content-sides .col-md-6 {
    width: 50% !important;
  }
  .content .content-sides .col-md-6 .right-side p {
    font-size: 13px;
  }
  .content .content-sides .col-md-6 .left-side {
    direction: ltr;
  }
  .content .content-sides .col-md-6 .right-side,
  .content .content-sides .col-md-6 .left-side {
    padding: 10px !important;
    border: 1px solid #ddd;
  }
  .content .content-sides .col-md-6 .bottom-info {
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .content .content-sides .holder {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 8px !important;
    margin-bottom: 13px !important;
  }
  .content .content-sides .holder .named {
    background-color: #cecece;
    padding: 6px 13px;
    min-width: 115px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .content .content-sides .holder .named.lg-w {
    min-width: 170px;
  }
  .content .content-sides .holder .named .form-control {
    padding: 5px 11px !important;
  }
}
.output-box .a_word {
  font-size: 12px;
}

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

.fit-tooltip .tooltip-inner {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  line-height: normal;
}

.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: 10px;
  flex-grow: 1;
}
.right-b:not(:last-child) {
  margin-bottom: 10px;
}
.right-b a,
.right-b button {
  display: inline-block;
  width: 100%;
  text-align: start;
  transition: 0.3s;
  background-color: transparent;
}
.right-b a:hover,
.right-b button:hover {
  background-color: #efeeee;
}

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

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

.color-gr {
  color: #09adce;
}

.cursor-auto {
  cursor: auto;
}

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

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

.section-reports .content {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: white;
}
.section-reports .content * {
  color: #666;
}
.section-reports .content .right-side,
.section-reports .content .left-side {
  padding: 10px;
  border: 1px solid #ddd;
}
.section-reports .content .right-side p {
  font-size: 13px;
}
.section-reports .content .left-side {
  direction: ltr;
}
.section-reports .content .bottom-info {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media print {
  .section-reports .content .bottom-info {
    text-align: center !important;
  }
}
.section-reports .content .holder {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.section-reports .content .holder .named {
  background-color: #cecece;
  padding: 6px 13px;
  min-width: 115px;
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
  margin-bottom: 0;
  white-space: nowrap;
}
.section-reports .content .holder .named.lg-w {
  min-width: 170px;
}
.section-reports .content .holder .form-control {
  padding: 5px 11px !important;
}

.invoice-content {
  position: relative;
  overflow: hidden;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  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);
}

.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: white;
}

.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;
  }
  .prt-invoice {
    margin: 0 auto;
  }
  .prt-invoice th,
  .prt-invoice td {
    padding: 3px !important;
    font-size: 10px !important;
  }
  .prt-invoice th br,
  .prt-invoice td br {
    padding: 0 !important;
    margin: 0 !important;
  }
  .col-md-3 {
    width: 25% !important;
  }
}
.top-nav {
  background-color: #0890ab;
  color: white;
  font-size: 13px;
  z-index: 1000;
  padding-block: 0.35rem;
}
.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: 767.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;
}
.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: #0890ab;
  }
}
.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: #0890ab;
  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 #0890ab;
  background-color: white;
  z-index: 1000;
  padding-block: 0.5rem;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 767.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;
  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;
  left: 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: #0890ab;
}
.bottom-nav .container .list-item li .item:hover i,
.bottom-nav .container .list-item li .item:hover svg {
  color: #0890ab;
}
.bottom-nav .container .list-item li .item.active:not(:hover) {
  background-color: #0890ab;
  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;
}

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

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

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

.bar-transaction-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  min-width: 450px;
}
.bar-transaction-status li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-top: 10px;
  font-size: 10px;
}
.bar-transaction-status li::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -59%;
  z-index: 2;
  width: 100%;
  height: 8px;
  background-color: #cbcbcb;
}
.bar-transaction-status li .circle {
  position: absolute;
  top: -30px;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 2;
  background-color: #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar-transaction-status li .circle .checked {
  color: #fff;
  font-size: 20px;
}
.bar-transaction-status li:last-child::before {
  content: none;
}
.bar-transaction-status li.active {
  color: #14ac58;
}
.bar-transaction-status li.active .circle, .bar-transaction-status li.active::before {
  background-color: #14ac58;
}
.bar-transaction-status li.active:last-child::before {
  display: none;
}

.not-fi-inv {
  background-color: #fff;
  width: 900px;
  max-width: 100%;
  padding: 15px;
  margin: auto;
  text-align: center;
}
.not-fi-inv .section-title {
  background-color: #d7d5d1;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.not-fi-inv .holder-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #555;
}
.not-fi-inv .holder-info .key {
  text-align: right;
  min-width: 120px;
  margin-bottom: 0;
}
.not-fi-inv .holder-info .value {
  text-align: right;
  min-width: 120px;
  margin-bottom: 0;
}
.not-fi-inv .list-info {
  list-style: none;
  text-align: start;
}
.not-fi-inv .list-info li {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}
.not-fi-inv .list-info li h6 {
  font-size: 15px;
}
.not-fi-inv .table-invoice tr th,
.not-fi-inv .table-invoice tr td {
  border: 1px solid black;
}
.not-fi-inv .bar_code_holder svg {
  width: 200px;
  height: 175px;
}
.not-fi-inv .bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.not-fi-inv .bar-icon .link-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #0890ab;
  color: #fff;
  font-size: 14px;
}
@media print {
  .not-fi-inv .the_image {
    width: 100px;
  }
  .not-fi-inv .holder-info * {
    font-size: 13px;
  }
  .not-fi-inv .row .col-12 {
    width: 50%;
  }
  .not-fi-inv .list-info li {
    font-size: 12px;
  }
  .not-fi-inv .list-info li h6 {
    font-size: 14px;
  }
  .not-fi-inv .bar_code_holder svg {
    height: 150px;
    margin-right: 110px;
  }
}

.addPatient-section .addPatient-content .section-title {
  background-color: #f0eff8;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  .addPatient-section .addPatient-content .section-title {
    font-size: 18px;
  }
}
.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: #0890ab;
}
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: #0890ab;
  cursor: pointer;
}
section.page-login .form-login .box-login .content-login .logo-footer {
  width: 150px;
}

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: #0890ab;
  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 #0890ab;
  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: #0890ab;
  border: 1px solid #0890ab;
}
.btn-main-sm:hover::before {
  left: 0;
}
.btn-main-sm.blue-color {
  background: #09adce !important;
  border: 1px solid #09adce !important;
}
.btn-main-sm.blue-color:hover {
  color: #09adce !important;
  border: 1px solid #09adce !important;
}
.btn-main-sm.blue-color: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 #0890ab;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  transition: 0.4s;
}
.sec-btn-gre:hover {
  color: #0890ab;
}
.sec-btn-gre::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 180%;
  z-index: -1;
  background-color: #0890ab;
  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 !important;
  color: white !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  border-radius: 4px !important;
  z-index: 1001 !important;
  cursor: pointer !important;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  z-index: 1001 !important;
  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: #0890ab;
  transition: 0.4s;
}
.closeBtn-Color:hover {
  color: #0890ab;
  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;
}

.custom-tooltip .tooltip-inner {
  font-size: 12px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip .tip {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background-color: black;
}
.btn-tooltip .tip::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent;
}
.btn-tooltip:hover .tip {
  opacity: 1;
}

.sm-alert-btn {
  background-color: #60b9bf;
  padding: 5px 4px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}
.sm-alert-btn:hover {
  color: #fff;
  transform: scale(1.03);
}

.sm-btn-circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

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

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

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

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 25px 10px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 19px;
}
.header .text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.header .text p {
  font-size: 12px;
  margin: 0;
}
.header .logo-print img {
  width: 100px;
}
.header .obj {
  padding: 10px;
}
.header .obj .sub {
  display: flex;
  gap: 5px;
  width: 100%;
}
.header .obj .sub p {
  padding: 5px;
  font-size: 12px;
  margin: 3px 0;
}

.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 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #0890ab;
}
.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: #0890ab;
}
.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: #0890ab;
}
.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 th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: #fff;
}
.main-table tr td .drop-table .dropdown-toggle::after {
  content: none;
}
.main-table tr td .drop-table .dropdown-menu {
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}
.main-table tr td .drop-table .dropdown-menu li .dropdown-item {
  text-align: start;
  font-size: 13px;
}
.main-table tr td .drop-table .dropdown-menu li .dropdown-item i,
.main-table tr td .drop-table .dropdown-menu li .dropdown-item svg,
.main-table tr td .drop-table .dropdown-menu li .dropdown-item img {
  width: 18px;
}
.main-table tr td .drop-table .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.main-table.table-status tr:nth-child(4n+1),
.main-table.table-status tr:nth-child(4n+2) {
  background-color: #f4f4f4;
}
.main-table.table-status tr:nth-child(4n+3),
.main-table.table-status tr:nth-child(4n+4) {
  background-color: white;
}
.main-table.bordered-blue {
  background-color: #60dac7;
  color: white;
}
.main-table.bordered-blue tr:nth-child(2n) {
  background-color: white;
  color: black;
}
.main-table.target-edit tr th,
.main-table.target-edit tr td {
  border: 1px solid #ddd !important;
}
.main-table.target-edit tr td {
  font-size: 13px;
}
.main-table.target-edit tr td.clickable {
  cursor: pointer;
}
.main-table.table-border tr th,
.main-table.table-border tr td {
  border: 1px solid #ddd !important;
}

table > :not(:first-child) {
  border-top: none !important;
}

.children-followup-table tr th,
.children-followup-table tr td {
  vertical-align: middle;
  text-align: center;
}
.children-followup-table .w-sm-th {
  width: 25%;
}
.children-followup-table .w-input {
  width: 80%;
}
.children-followup-table .w-select {
  width: 30%;
}

.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: #0890ab !important;
  border-color: #0890ab;
}

.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;
  color: black;
  width: 100% !important;
}
.main-nav-tap .nav-item .nav-link.active {
  color: white !important;
  background-color: #0890ab !important;
}

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

/*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: #0890ab;
}
.states-box .data-icon .icon-3 {
  color: #0890ab;
}
.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: #0890ab;
}
.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-plan {
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1.5px solid #dddddd;
}
.box-plan .name {
  font-size: 18px;
  color: #dc362e;
}
.box-plan .num {
  font-size: 23px;
  color: #dc362e;
  margin-bottom: 0px;
}

.box-data-title {
  border: 1px solid #ddd;
  padding: 1rem;
}
.box-data-title .title {
  background-color: #f9fafb;
  color: #6b7280;
  padding: 0px 3px;
  margin-left: 4px;
}
@media print {
  .box-data-title .col-md-4 {
    width: 33.33333333% !important;
  }
}

.box-elements {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.box-elements .bg-body {
  width: 370px;
  max-width: 100%;
}
.box-elements .cr-element {
  border-radius: 50%;
  position: absolute;
  background-color: #bb2d3b;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 5px 0 #bb2d3b;
  border: none;
  outline: none;
  overflow: hidden;
  color: #bb2d3b;
  cursor: context-menu;
}

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

.bar-levels {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.bar-levels::before {
  content: "";
  position: absolute;
  top: 5px;
  inset-inline-end: 0;
  width: 100%;
  height: 8px;
  z-index: 0;
  background-color: #0890ab;
}
.bar-levels li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-top: 10px;
}
.bar-levels li:first-of-type::after {
  content: "";
  position: absolute;
  top: -24px;
  inset-inline-start: 0;
  background-color: white;
  z-index: 1;
  height: 100%;
  width: 50%;
}
.bar-levels li:last-of-type::after {
  content: "";
  position: absolute;
  top: -24px;
  inset-inline-end: 0;
  background-color: white;
  z-index: 1;
  height: 100%;
  width: 50%;
}
.bar-levels li .circle {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 2;
  background-color: #0890ab;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

/*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;
  background-color: white;
  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: none;
  margin: 0;
  padding: 0;
}
.main-tab-content ul a {
  color: #0890ab;
}

.box-post {
  border: 2px solid #dedede;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}
.box-post .replay {
  background-color: #f1f1f1;
  color: #0890ab;
}
.box-post.darker {
  border-color: #ccc;
  background-color: #ddd;
}
.box-post.darker .replay {
  background-color: #ddd;
  color: #0890ab;
}
.box-post .name {
  color: #fff !important;
  background-color: #68b1ad !important;
  padding: 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.box-post .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.box-post .desc {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.box-post::after {
  content: "";
  clear: both;
  display: table;
}
.box-post .replay {
  color: #0890ab;
}
.box-post .time-right {
  float: right;
  color: #aaa;
}
.box-post .time-left {
  float: left;
  color: #999;
}

.status_box {
  position: relative;
  color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.status_box:hover .icon > svg {
  transform: scale(1.1);
}

.status_box .data {
  padding: 10px;
}

.status_box .data > h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  z-index: 5;
}

.status_box .data > p {
  font-size: 16px;
  z-index: 5;
}

.status_box .icon {
  position: absolute;
  top: 20px;
  left: 15px;
}

.status_box .icon > svg {
  font-size: 50px;
  transition: transform 0.5s;
}

.status_box .more {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  color: #fff;
}

.status_box .more:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.blue-box {
  background-color: #17a2b8;
}

.success-box {
  background-color: #28a745;
}

.danger-box {
  background-color: #dc3545;
}

.warning-box {
  background-color: #ffc107;
}

.blue-icon {
  color: #148a9d;
}

.success-icon {
  color: #228e3b;
}

.danger-icon {
  color: #bb2d3b;
}

.warning-icon {
  color: #d9a406;
}

.box-add-offer .header-offer .img-user {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-add-offer .header-offer .name {
  color: #0890ab !important;
  font-weight: 600;
  margin-bottom: 3px;
}
.box-add-offer .header-offer .info {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.box-add-offer .header-offer .info .item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: #777777;
}
.box-add-offer .header-offer .info .item i,
.box-add-offer .header-offer .info .item svg {
  font-size: 10px;
}
.box-add-offer .description-text {
  color: #777;
  font-size: 14px;
}
.box-add-offer:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.box-add-offer .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.box-add-offer .dropdown-toggle i,
.box-add-offer .dropdown-toggle svg {
  color: #777;
  font-size: 17px;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}
.card-side .card-slide.active .btn-icon {
  color: #0890ab;
  font-weight: 700;
}

.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.info {
  border-color: #46cec3;
}
.btn-box.info::before {
  background-color: #46cec3;
}
.btn-box.purple {
  border-color: #686bdf;
}
.btn-box.purple::before {
  background-color: #686bdf;
}

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

.active-radius {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 3px;
  padding: 2px 7px;
  background-color: #ddd;
}

.form-control: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;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a span {
  font-size: 15px;
}
.footer-bottom a img {
  width: 30px;
}/*# sourceMappingURL=main.css.map */