.text-main-color {
  color: #09adce;
}

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

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

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

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

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

.w-120px {
  width: 120px !important;
}

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

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

.w-180px {
  width: 180px !important;
}

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

.w-250px {
  width: 250px !important;
}

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

@media (min-width: 1200px) {
  .special-col {
    flex: 0 0 auto !important;
    width: 14.666667% !important;
  }
  .special-medal-col {
    flex: 0 0 auto;
    width: 52%;
  }
}
.fs-9px {
  font-size: 9px !important;
}

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

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

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

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

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

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

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

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

.v-center {
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .sw-100 {
    width: 100% !important;
  }
  .section-mobile {
    padding-top: calc(75px + 1rem) !important;
    padding-bottom: calc(65.5px + 2rem) !important;
  }
}
@media (max-width: 1199.98px) {
  .lw-100 {
    width: 100% !important;
  }
}
html,
body {
  direction: rtl;
}

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

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

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

button {
  border: none;
  outline: none;
}

.form-control,
.form-select {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 3rem 0;
  min-height: calc(100vh - 46.66px - 54.75px - 68.98px);
}

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

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

.loader-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 430px;
  top: 0;
  right: 0;
  background-color: #fefeff;
  z-index: 1111;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-holder.hidden {
  visibility: hidden;
  opacity: 0;
}

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

@media print {
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  #prt-content {
    padding: 0.5rem;
  }
  body {
    background-color: white;
  }
  .not-print {
    display: none !important;
  }
  .invoice-name {
    font-size: 12px !important;
    padding-top: 10px !important;
  }
  .fw-bold {
    font-size: 12px !important;
  }
  .the_date {
    font-size: 12px !important;
  }
  .tax-number {
    font-size: 12px !important;
  }
  .the_address {
    font-size: 12px !important;
  }
  .main-table tr th {
    font-size: 10px !important;
    padding: 0px !important;
  }
  .main-table tr td {
    font-size: 10px !important;
    padding: 2px !important;
  }
  .form-control {
    font-size: 10px !important;
  }
  .invoice-section .invoice-content {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .invoice-section .the-title {
    font-size: 12px !important;
  }
  .invoice-section .in-print .top-fs {
    font-size: 10px !important;
  }
  .invoice-section .in-print .b-fs {
    font-size: 10px !important;
  }
  .invoice-section .the_image {
    width: 60px !important;
  }
  .invoice-section .d-b {
    display: block !important;
  }
  .invoice-section .second-responsive {
    margin-top: 0 !important;
  }
  .invoice-section .main-table thead tr th {
    font-size: 6px !important;
  }
  .invoice-section .main-table tbody tr td {
    font-size: 5px !important;
  }
  .invoice-section .main-table.second-table thead tr th {
    font-size: 6px !important;
  }
  .invoice-section .main-table.second-table tbody tr td {
    font-size: 6px !important;
  }
  .invoice-section .bar_code_holder svg,
  .invoice-section .bar_code_holder img {
    width: 70px !important;
    height: 50px !important;
  }
  .invoice-section .container {
    padding: 0px 1px !important;
  }
  .text_area_holder {
    margin-bottom: 1rem !important;
  }
  .bar_code_holder svg {
    width: 90px !important;
  }
  .box-header-invoice {
    font-size: 13px !important;
  }
  .table-print thead tr th {
    font-size: 10px !important;
    padding: 4px !important;
  }
  .table-print tbody tr td {
    font-size: 12px !important;
    padding: 4px !important;
  }
}
.btn-img {
  position: relative;
  width: 103px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background-color: white;
  border: 1px solid #009080;
}
.btn-img .choose {
  top: 0;
  position: absolute;
  right: 2px;
}
.btn-img svg,
.btn-img i {
  font-size: 34px;
  color: #52a7e8;
}
.btn-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lang {
  font-size: 23px;
}

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

section.app {
  font-size: 14px;
}
section.app .list-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
section.app .cards .card-app {
  border: 1px solid #ddd;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
}
section.app .cards .card-app .title-card-app {
  background-color: #eee;
  color: #777;
  font-size: 13.5px;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
}
section.app .cards .card-app .body-card-app {
  overflow-y: auto;
  padding: 0 7px;
  padding-bottom: 5px;
}
section.app .cards .card-app .body-card-app.content {
  height: 270px;
}
section.app .cards .card-app .body-card-app td,
section.app .cards .card-app .body-card-app th {
  font-size: 12px;
  font-weight: normal;
}
section.app .cards .card-app .body-card-app .footer-table {
  background-color: #f0f0f0;
}
section.app .cards .card-app .body-card-app .footer-table .num {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 5px 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
section.app .cards .card-app .body-card-app .list-orders {
  max-height: 169px;
  display: grid;
  gap: 8px;
  align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.app .btns-control .btn {
  height: 40px;
  display: flex;
  align-items: center;
  width: 100% !important;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

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

.not-display {
  display: none;
}

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

.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;
  inset-inline-end: 50%;
  width: 100%;
  height: 5px;
  z-index: 0;
  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 !important;
  font-size: 20px;
}
.bar-transaction-status li:first-child::before {
  width: 0%;
}
.bar-transaction-status li:last-child::before {
  width: 100%;
}
.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::before {
  inset-inline-end: 50%;
}

.info-badge {
  background-color: #f2f0f0;
  padding: 0px 13px;
  border-radius: 7px;
  font-size: 13px;
  margin: 0px 5px;
}

.top-nav {
  background-color: #09adce;
  color: white;
  font-size: 13px;
  z-index: 1000;
}
.top-nav .container {
  display: flex;
  align-items: center;
  position: relative;
}
.top-nav .container .hid-div {
  visibility: hidden;
}
.top-nav .container .tog-show {
  margin: 10px 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .top-nav .container .tog-show {
    display: block;
  }
}
.top-nav .container .tog-show i,
.top-nav .container .tog-show svg {
  font-size: 23px;
}
.top-nav .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav .container a {
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.top-nav .container .list-item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .top-nav .container .list-item {
    flex-direction: column;
    position: absolute;
    top: 100%;
    min-width: 200px;
    display: none;
    right: 0;
    background-color: #313131;
  }
  .top-nav .container .list-item li {
    width: 100%;
  }
  .top-nav .container .list-item li a {
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
    transition: 300ms;
  }
  .top-nav .container .list-item li a::before {
    display: none;
  }
  .top-nav .container .list-item li a:hover {
    color: #09adce;
  }
}
.top-nav .container .list-item li a {
  padding: 0.7rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-nav .container .list-item li a::before {
  content: "";
  width: 100%;
  left: 100%;
  bottom: 3px;
  transition: 300ms;
  position: absolute;
  height: 3px;
  background-color: white;
}
.top-nav .container .list-item li a:hover::before {
  left: 0;
}

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

.top-nav-mob {
  position: fixed;
  left: 0;
  height: 62px;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
}
.top-nav-mob .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.top-nav-mob .nav-content .navbar {
  width: 100%;
  gap: 13px;
}
.top-nav-mob .nav-content .navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.top-nav-mob .nav-content .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.top-nav-mob .nav-content .navbar .offcanvas {
  width: 290px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav {
  position: relative;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img {
  margin-bottom: 15px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h5,
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h6 {
  font-weight: 700;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h6 {
  color: #09adce;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 7px;
  transition: 0.3s ease;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  background-color: #f3f3f3 !important;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  background-color: #09adce;
  color: #fff;
  margin-bottom: 10px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active:hover {
  background-color: #09adce !important;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link i,
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link svg {
  font-size: 14px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link .holder-name {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 7px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow {
  justify-content: space-between;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow .arrow {
  transition: 0.4s ease;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .sub-menu {
  border-right: 1px solid #000000;
  margin-right: 20px;
}
.top-nav-mob .nav-content .image-holder a {
  position: relative;
}
.top-nav-mob .nav-content .image-holder a span {
  position: absolute;
  right: -6px;
  top: -2px;
  background: #d56363;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  position: relative;
  top: 0;
  height: 65.5px;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid #efeff0;
}
@media (max-width: 767.98px) {
  .header {
    position: fixed !important;
    bottom: 0;
    top: auto;
    border-top: 1px solid #efeff0;
  }
  .header .main-nav .nav-menu {
    justify-content: space-around !important;
  }
  .header .main-nav .nav-menu .nav-item .nav-link {
    padding: 6px 11px !important;
  }
}
.header .main-nav .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}
.header .main-nav .nav-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  color: #AFB1B6;
  transition: 0.4s;
}
.header .main-nav .nav-menu .nav-item .nav-link .nav-icon {
  font-size: 18px;
}
.header .main-nav .nav-menu .nav-item .nav-link.active .nav-icon,
.header .main-nav .nav-menu .nav-item .nav-link.active .nav-name {
  color: #09adce;
}
.header .main-nav .nav-menu .nav-item .nav-link .nav-name {
  font-weight: 500;
  font-size: 13px;
}
.header .main-nav .nav-menu .nav-item .nav-link:hover {
  color: #09adce;
}

.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: 14px;
  font-weight: bold;
}
.table-invoice th {
  border-top: 1px solid #bbb !important;
  background-color: #f4f4f4;
  border-right: 1px solid #bbb !important;
  font-size: 14px !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: 13px !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: 12px;
  }
  .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;
  }
  .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;
  }
}
.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  color: white;
}
.login_page .box-col.box-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: rgba(9, 173, 206, 0.4);
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page .box-col.box-bg .logo-bg {
  width: 150px;
  height: auto;
}
.login_page .box-col.box-bg .logo-holder {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  z-index: 99;
  font-size: 28px;
}
.login_page .box-col.box-bg .logo-holder .logo-bg {
  width: 150px;
  height: auto;
}
.login_page .box-col.box-bg .text-bg {
  z-index: 99;
}
.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 5px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
}
.login_page .box-col.box-bg .text-bg-2 {
  z-index: 99;
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 15px;
}
.login_page .box-col .form_content .logo-form {
  width: 100px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}
.login_page .box-col .form_content .group-inp .inp {
  flex: 1;
  border: 0;
  outline: 0;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #09adce;
}
.login_page .box-col .form_content .sub_btn {
  background: #09adce;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
  border: 0;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #09869f;
}

.choice-register {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  justify-content: center;
}
.choice-register .item input[type=radio] {
  display: none;
}
.choice-register .item input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.choice-register .item input[type=radio]:disabled ~ label {
  color: hsl(150, 5%, 75%);
  border-color: hsl(150, 5%, 75%);
  box-shadow: none;
  cursor: not-allowed;
}
.choice-register .item label {
  display: block;
  background: white;
  border: 2px solid #bd1d3d;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
}
.choice-register .item input[type=radio]:checked + label {
  background: #bd1d3d;
  color: hsl(215, 0%, 100%);
  box-shadow: 0px 0px 20px rgba(189, 29, 61, 0.75);
}
.choice-register .item input[type=radio]:checked + label::after {
  color: hsl(215, 5%, 25%);
  font-family: FontAwesome;
  border: 2px solid #bd1d3d;
  content: "\f00c";
  font-size: 12px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
}

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

.btn-img {
  position: relative;
  width: 103px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  background-color: white;
  border: 1px solid #009080;
}
.btn-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-img i,
.btn-img svg {
  font-size: 34px;
  color: #52a7e8;
}
.btn-img .choose {
  position: absolute;
  top: 0;
  right: 3px;
}

.trans-btn {
  background-color: #528de3;
  border: 1px solid #528de3;
  color: #fff;
}
.trans-btn:hover {
  background-color: #377fe8;
  border: 1px solid #377fe8;
  color: #fff;
}
.trans-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.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;
  z-index: 11111;
  visibility: hidden;
  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;
  z-index: 11111;
  border-style: solid;
  border-color: black transparent transparent;
}
.btn-tooltip:hover .tip {
  opacity: 1;
  visibility: visible;
}
.btn-tooltip.left-dir .tip {
  bottom: 0px;
  left: -150%;
}
.btn-tooltip.left-dir .tip::before {
  bottom: 8px;
  left: calc(100% + 8px);
  border-color: transparent transparent transparent black;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 600;
  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%;
  color: #fff;
  background-color: #09adce;
  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%;
  background: #4e4e4e;
  white-space: nowrap;
  color: #fff;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #09adce;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.btns-table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
}

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

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

.order-btn {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.order-btn img {
  padding: 0rem;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 12px 0 #eeebeb;
  margin-bottom: 10px;
}
.order-btn .about-product {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}

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

.control-num {
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
}

.sec-btn-gre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 9px;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #fff;
  border: 1px solid #09adce;
  border-radius: 1px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  transition: 0.4s;
}
.sec-btn-gre i,
.sec-btn-gre svg {
  font-size: 14px;
}
.sec-btn-gre:hover {
  color: #09adce;
}
.sec-btn-gre::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 180%;
  z-index: -1;
  background-color: #09adce;
  transition: 0.4s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.sec-btn-gre:hover::before {
  height: 0%;
}

.badge-ligth {
  border-radius: 50px;
  padding: 0.3rem 1rem;
  color: #5d5d00;
  background-color: #ffff9a;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0 8px 0 rgba(189, 188, 63, 0.6392156863);
}

.menu-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-gap: 10px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .menu-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 10px;
  border-radius: 12px;
  border: 1px solid #e6e5e5;
  z-index: 1;
  overflow: hidden;
  background-color: white;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(var(--dynamic-color), 0.05), rgba(var(--dynamic-color), 0.1));
  z-index: -1;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.menu-item::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s, opacity 0.5s;
}
.menu-item .icon-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--dynamic-color), 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.menu-item .icon-wrapper .icon {
  font-size: 20px;
  color: rgb(var(--dynamic-color));
  transition: all 0.3s ease;
  z-index: 2;
}
.menu-item .icon-text {
  font-weight: 600;
  font-size: 15px;
  color: #1f2937;
  text-align: center;
  transition: all 0.3s ease;
}
.menu-item .badge-notify {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ef4444;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(239, 68, 68, 0.3);
  transition: all 0.3s ease;
}
.menu-item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.menu-item:hover::before {
  opacity: 1;
}
.menu-item:hover .icon-wrapper {
  transform: rotate(5deg) scale(1.15);
  background: rgba(var(--dynamic-color), 0.15);
}
.menu-item:hover .icon-wrapper .icon {
  transform: scale(1.1);
  animation: pulse 1.5s infinite;
}
.menu-item:hover .icon-text {
  transform: scale(1.05);
}
.menu-item:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}
.menu-item:active::after {
  transform: scale(3);
  opacity: 0.3;
  transition: 0s;
}

/* Define dynamic colors for each item */
.client-new {
  --dynamic-color: 45, 212, 191;
  /* slate-600 */
}

.clients {
  --dynamic-color: 59, 201, 219;
  /* emerald-500 */
}

.invoices {
  --dynamic-color: 20, 184, 166;
  /* teal-500 */
}

.sessions {
  --dynamic-color: 139, 92, 246;
  /* violet-500 */
}

.create-invoice {
  --dynamic-color: 59, 130, 246;
  /* blue-500 */
}

.sales-invoice {
  --dynamic-color: 71, 85, 105;
  /* teal-400 */
}

.trips {
  --dynamic-color: 147, 197, 253;
}

.create-trips {
  --dynamic-color: 101, 163, 13;
  /* teal-400 */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-orange {
  background-color: #ff5d2a !important;
  color: #fff !important;
}

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

.xl-label {
  color: #6b7280;
  font-size: 16px;
}

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

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

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

.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: #09adce;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #09adce;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

/* status box style */
.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.blue-box {
  background-color: #17a2b8;
}
.status_box.success-box {
  background-color: #28a745;
}
.status_box.danger-box {
  background-color: #dc3545;
}
.status_box.warning-box {
  background-color: #ffc107;
}
.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);
}

.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;
  border: 1px solid #ddd !important;
}
.main-table tbody {
  border-top: 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;
  text-align: center;
  vertical-align: middle;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

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

.w-contract {
  max-width: 850px;
  margin: 0 auto;
}

.box-content-white {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 20px;
}
.box-content-white .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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-white {
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 1px solid #ddd;
  padding: 1rem;
}

.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: #09adce;
}
.states-box .data-icon .icon-3 {
  color: #09adce;
}
.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: #09adce;
}
.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;
}

.card-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  overflow: hidden;
  color: #fff;
}

.card-section .card-content {
  display: flex;
  flex-direction: column;
  text-align: right;
  flex: 1;
}

.card-section .card-content .card-value {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.card-section .card-content .card-label {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.95;
  line-height: 1;
}

.card-section .card-icon {
  position: relative;
  font-size: 3rem;
  opacity: 0.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.card-section .card-icon i, .card-section .card-icon svg {
  position: absolute;
  opacity: 0.4;
  font-size: 100px;
  bottom: -50px;
  left: -40px;
}

.card-section.red {
  background: linear-gradient(135deg, #e85a4f 0%, #d14843 100%);
}

.card-section.purple {
  background: linear-gradient(135deg, #9b7fb8 0%, #8b6fa8 100%);
}

.card-section.teal {
  background: linear-gradient(135deg, #4ecdc4 0%, #3ebdb4 100%);
}

.card-section.blue {
  background: linear-gradient(135deg, #5a9bd4 0%, #4a8bc4 100%);
}

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

.main-select {
  border-radius: 4px;
  padding: 4.9px 0.2rem;
  font-size: 12px !important;
  color: #858585;
  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;
}

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

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