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

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

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

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

.break-word {
  word-wrap: break-word;
}

.end-unset {
  right: unset !important;
}

@media print {
  .mt-4-print {
    margin-top: 5rem;
  }
}
body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #f7f6fe;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
}

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

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

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

/* end scroll bar */
* {
  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: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54.5px - 69px);
}

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

@media print {
  .not-print {
    display: none;
  }
  .invoice-name {
    font-size: 8px !important;
    padding-top: 10px !important;
  }
  .fw-bold {
    font-size: 11px !important;
  }
  .the_date {
    font-size: 10px !important;
  }
  .tax-number {
    font-size: 7px !important;
  }
  .the_address {
    font-size: 10px !important;
  }
  .main-table tr th {
    font-size: 10px !important;
    padding: 0px !important;
  }
  .main-table tr td {
    font-size: 10px !important;
    padding: 3px !important;
  }
  .form-control {
    font-size: 8px !important;
  }
  .invoice-section .container {
    padding: 0px 1px !important;
  }
  .text_area_holder {
    margin-bottom: 1rem !important;
  }
  .bar_code_holder svg {
    width: 90px !important;
  }
}
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.97);
  visibility: visible;
  opacity: 1;
  transition: 300ms;
}
.loader-container .the_loader {
  width: 550px;
  height: auto;
}
.loader-container.hidden-loader {
  opacity: 0;
  visibility: hidden;
}

.gr {
  background-color: #e9ecef;
  font-size: 12px;
  border-radius: 0.3rem !important;
  padding: 0.25rem 1rem;
}

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

.lang {
  font-size: 23px;
}

.top-nav {
  background-color: #0890ab;
  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: 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: #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: #2ba670;
}
.top-nav .container .list-item li a:hover::before {
  left: 0;
}
.top-nav .container .btn-item {
  font-size: 20px;
  position: relative;
}
.top-nav .container .btn-item .badge-count {
  position: absolute;
  inset-inline-start: -9px;
  top: -2px;
}

.bottom-nav {
  box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  border-bottom: 3px solid #2ba670;
  background-color: white;
  z-index: 1000;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .bottom-nav .container .tog-show {
    display: inline-block;
    margin: 10px 0;
  }
}
.bottom-nav .container .tog-show i, .bottom-nav .container .tog-show svg {
  font-size: 23px;
  color: black;
}
.bottom-nav .container .list-item {
  display: flex;
  z-index: 1000;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 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 .i-item {
  transition: 300ms;
  color: #8f9ab8;
  font-size: 16px;
  margin-right: 2px;
}
.bottom-nav .container .list-item li .item:hover {
  color: #2ba670;
}
.bottom-nav .container .list-item li .item:hover i, .bottom-nav .container .list-item li .item:hover svg {
  color: #2ba670;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}

.scrl {
  overflow: auto;
  margin-bottom: 20px;
}

/*
/* 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 {
  border: 1px solid #bbb !important;
}
.table-invoice .duble-border {
  border-bottom-width: 2px;
  border-bottom-color: black;
}
.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: 9px !important;
  font-size: 12px;
  font-weight: bold;
}
.table-invoice th {
  border-top: 1px solid #bbb !important;
  background-color: #f4f4f4;
  border-right: 1px solid #bbb !important;
  font-size: 12px !important;
  padding: 9px !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: 12px !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 {
  .content-print * {
    direction: rtl;
  }
  .printContract .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .box-invoice .col-md-4.p-3 {
    width: 33.3333333333%;
  }
  .box-invoice .col-md-4.p-3 * {
    font-size: 14px;
  }
  .box-invoice .col-md-4.p-3 img {
    width: 100px;
  }
  .parent-barcode {
    width: 25%;
  }
  .table-info {
    width: 74%;
  }
  .table-invoice {
    margin: 0;
  }
  .table-invoice th {
    font-size: 10px !important;
  }
  .table-invoice td {
    font-size: 11px !important;
  }
  .table-invoice td.td-head {
    font-size: 8px;
  }
  .dashboard-card {
    visibility: hidden;
  }
  .print-margin {
    margin-top: -120px !important;
  }
  .not-print {
    display: none !important;
  }
  .print-show {
    display: block !important;
  }
  .dashboard-content {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.accordion-button {
  font-size: 14px !important;
}

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

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

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

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

.invoice-content {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.casher-invoice {
  width: 100%;
  font-size: 14px;
  min-height: 100vh;
  background-color: #f7f6fe;
}
@media (max-width: 767.98px) {
  .casher-invoice {
    padding: 0 !important;
  }
}
@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: 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 .parent-boxes-info {
    width: 100% !important;
  }
}

@page {
  margin: 5px;
}
@media print {
  body {
    background-color: white;
  }
  .col-12 {
    width: 100%;
  }
  .col-md-3 {
    width: 25% !important;
  }
  .col-md-2 {
    width: 25% !important;
  }
  .form-control {
    width: 100% !important;
  }
  .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;
  }
  .form-control {
    font-size: 10px !important;
  }
  .col-md-4 {
    width: 30%;
  }
  .col-md-8 {
    width: 70%;
  }
  .not-print {
    display: none !important;
  }
  .table-responsive {
    width: 100% !important;
  }
  .ar {
    font-size: 19px !important;
  }
  .patientFile .row > * {
    width: 20%;
  }
  .patientFile .check {
    width: 50% !important;
  }
  .patientFile .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .patientFile .data-content div {
    width: 50%;
  }
  .patientFile .data-content div p {
    font-size: 10px;
    white-space: nowrap;
  }
  .patientFile .wrapper {
    display: flex;
  }
  .patientFile .wrapper .parent {
    display: flex;
    flex-direction: column;
  }
  .patientFile .wrapper .parent .data-content div {
    width: 100%;
  }
  .patientFile .wrapper .parent .data-content div textarea {
    min-height: 140px !important;
    width: 100%;
  }
  .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100% !important;
  }
  .data-content div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .data-content div div {
    width: 50%;
  }
  .data-content div div p {
    font-size: 8px !important;
    white-space: wrap !important;
  }
  .data-content div div.holder {
    width: 100% !important;
  }
  .data-content div div.holder .special {
    width: 100% !important;
  }
  .data-content div div.holder .special textarea {
    width: 100% !important;
    min-height: 100px !important;
  }
  table th {
    white-space: unset !important;
  }
  .casher-invoice .invoice-content .logo-holder .the_image {
    width: 100px !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: 10px;
    padding: 4px;
  }
  .casher-invoice .main-table tr td {
    font-size: 10px;
    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 .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;
  }
}
section.page-login {
  padding: 1.5rem;
  min-height: 100vh;
  display: flex;
  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%;
  flex: 1 1 0%;
  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;
}

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

.btn-purple {
  color: white;
  background-color: #8e44ad;
}
.btn-purple:hover {
  background-color: #7d3d99;
  color: white;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  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;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  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 .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .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;
}

.up-btn {
  position: fixed; /* لتثبيت الزر في مكانه */
  bottom: 20px; /* التباعد من الأسفل */
  right: 20px; /* التباعد من اليمين */
  width: 50px; /* حجم الزر */
  height: 50px;
  background-color: #333; /* لون الخلفية */
  color: #fff; /* لون الأيقونة */
  border-radius: 50%; /* شكل دائري للزر */
  display: flex; /* لتوسيط المحتوى */
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s; /* تحسين الانتقالات */
  z-index: 99999;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0; /* جعل الزر غير مرئي في البداية */
  transform: translateY(20px); /* تحريك الزر للأسفل */
}
.up-btn.show {
  opacity: 1; /* جعل الزر مرئي عند الحاجة */
  transform: translateY(0); /* إعادته لمكانه الأصلي */
}
.up-btn:hover {
  background-color: #555; /* تغيير لون الخلفية عند المرور */
  transform: scale(1.1); /* تكبير الزر عند المرور */
}
.up-btn > svg {
  position: absolute; /* وضع الأيقونة في مكان معين */
  transition: opacity 0.3s, transform 0.3s; /* تحسين الترانزيشن للأيقونة */
  font-size: 24px;
  opacity: 0; /* جعل الأيقونة غير مرئية في البداية */
  transform: translateY(20px); /* تحريك الأيقونة للأسفل */
}
.up-btn .pills-icon {
  opacity: 1; /* جعل البرشام مرئياً */
  transform: translateY(0); /* في موضعه الأصلي */
}
.up-btn .up-ar {
  opacity: 0; /* جعل السهم غير مرئي في البداية */
  transform: translateY(30px); /* تحريك السهم للأسفل */
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s; /* تأخير ظهور السهم */
}
.up-btn:hover .pills-icon {
  opacity: 0; /* جعل البرشام غير مرئي عند المرور */
  transform: translateY(-20px); /* تحريكه للأعلى */
}
.up-btn:hover .up-ar {
  opacity: 1; /* جعل السهم مرئياً عند المرور */
  transform: translateY(0); /* تحريكه إلى موضعه الأصلي */
}

.main-tooltip {
  width: 17px;
  height: 17px;
  background-color: #0890ab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  color: #fff;
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  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;
}

.title-btm-bord {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  position: relative;
}
.title-btm-bord::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 5px;
  background-color: #f04242;
  border-radius: 50px;
}

.boxes-info .box-info {
  background-color: white;
  padding: 20px 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: #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: 20px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  inset-inline-start: -3%;
  bottom: 0;
  font-size: 55px;
}
.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;
}

.main-table {
  width: 100%;
  text-align: center;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table tr,
.main-table td,
.main-table th,
.main-table thead,
.main-table tbody {
  border: none !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;
  vertical-align: middle;
}
.main-table tr td {
  vertical-align: middle;
  background-color: white;
  font-size: 14px;
  padding: 10px;
  white-space: nowrap;
}
.main-table.table-green th {
  background-color: #2ba670;
  color: white;
}

.sale-invoice {
  background-color: #f9f9f9;
  border-radius: 5px;
}
.sale-invoice .head-invoice {
  border-radius: 5px 5px 0 0;
  background-color: #2ba670;
  color: white;
  text-align: center;
  padding: 10px;
}
.sale-invoice .head-invoice .box-border {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}
.sale-invoice .head-invoice .box-border.box-check {
  font-weight: bold;
  font-size: 16px;
}
.sale-invoice .head-invoice .box-border input {
  font-size: 12px !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  padding: 4px !important;
  width: 137px !important;
}
.sale-invoice .content-invoice {
  padding: 10px;
  padding-top: 15px;
  padding-top: 15px;
}
.sale-invoice .content-invoice .box-border {
  border: 1px solid #ddd;
  padding: 7px;
  padding-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.103);
  position: relative;
}
.sale-invoice .content-invoice .box-border.box-check {
  font-weight: bold;
  font-size: 16px;
}
.sale-invoice .content-invoice .box-border .title-box {
  position: absolute;
  top: -11px;
  font-size: 14px;
  background-color: #f9f9f9;
  font-weight: bold;
  right: 10px;
}
.sale-invoice .content-invoice .inp-small {
  width: 80px !important;
}
.sale-invoice .content-invoice .box-info {
  background-color: black;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: auto;
}
.sale-invoice .content-invoice .box-info .head-box-info {
  padding: 5px 30px;
  background-color: white;
  color: black !important;
}
.sale-invoice .content-invoice .box-info .content-box-info {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  color: white;
  min-height: 200px;
}
.sale-invoice > .table-responsive {
  margin: 0.5rem;
  background-color: white;
}

.box-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #0890ab;
  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 #0890ab;
}
.box-report:hover p,
.box-report:hover .report-img {
  color: white !important;
}
.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 {
  color: #636363;
  transition: 0.7s;
  width: 60px;
  height: 55px;
  opacity: 0.8;
}

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

.states-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  box-shadow: 0 0 9px 0 #dbdbdb;
  transition: 300ms;
}
.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;
}

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

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

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