.text-main-color {
  color: #01b3e4;
}

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

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

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

.fs-12px {
  font-size: 13px;
}

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

body {
  font-family: "Cairo", sans-serif;
  background-color: #F4F8FB;
  color: #000;
  font-size: 16px;
  scroll-behavior: smooth;
  direction: rtl;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #01b3e4;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #02a6d3;
}

/* 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;
}
.form-control::-moz-placeholder {
  font-size: 11px;
}
.form-control::placeholder {
  font-size: 11px;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::placeholder {
  opacity: 0;
  transition: 0.4s;
}
.form-control.lg {
  border-radius: 4px !important;
  padding: 10px !important;
  border: 1px solid #b5bdce !important;
}

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

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

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

.btn-info,
.btn-warning {
  color: #fff !important;
}
.btn-info:hover,
.btn-warning:hover {
  color: #fff !important;
}

.up-btn {
  bottom: 15px;
  right: -20%;
  width: 40px;
  height: 40px;
  background-color: #01b3e4;
  transition: 0.4s;
  z-index: 111;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.up-btn::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background-color: #02a6d3;
  z-index: -1;
  border-radius: 0.3rem;
  transition: 0.4s;
}
.up-btn:hover::before {
  width: 100%;
}
.up-btn.show {
  right: 18px;
}

.header-print {
  display: none;
}

@page {
  margin: 5px;
}
.print-invoice .logo {
  text-align: center;
}
.print-invoice .logo .logo-img {
  width: 100px;
}
.print-invoice .logo p {
  margin: 0;
  font-weight: bold;
}
.print-invoice .title-info {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.print-invoice .client-info,
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .client-info .title,
.print-invoice .company-info .title {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.print-invoice .client-info p,
.print-invoice .company-info p {
  font-size: 15px;
  font-weight: unset;
  margin-bottom: 5px !important;
}
.print-invoice .client-info p span,
.print-invoice .company-info p span {
  font-weight: 500;
}
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .table {
  text-align: center !important;
  border: 1px solid #cbd5e1 !important;
}
.print-invoice .table th,
.print-invoice .table td {
  vertical-align: middle !important;
  font-size: 16px;
  padding: 5px;
  font-weight: 700;
  color: #000;
}
.print-invoice .table th .en,
.print-invoice .table td .en {
  color: #cbd5e1;
  font-size: 14px;
}
.print-invoice .table td svg {
  width: 100px !important;
  height: 95px;
}
.print-invoice .table td .td-bord {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.print-invoice .dataInvoice-holder {
  background-color: #e9e8e8;
  color: #505560;
  border-radius: 4px;
  padding: 12px;
  direction: rtl;
}
.print-invoice .dataInvoice-holder .info-invoice {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 6px;
}
.print-invoice .dataInvoice-holder .info-invoice.pdf {
  margin: 10px 0;
}
.print-invoice .dataInvoice-holder .info-invoice .info {
  display: flex;
  align-items: center;
  gap: 0px;
}
.print-invoice .dataInvoice-holder .info-invoice .info * {
  font-size: 15px !important;
}
.print-invoice .dataInvoice-holder .info-invoice .info .title {
  font-weight: bold;
  color: black;
}
.print-invoice .dataInvoice-holder .info-invoice .info.pdf * {
  font-size: 18px !important;
}
.print-invoice .nm {
  font-size: 13px;
}

@media print {
  body {
    background-color: #fff !important;
    direction: ltr !important;
  }
  .not-print {
    display: none !important;
  }
  .header-invoice {
    font-size: 12px !important;
  }
  .header-invoice .col-lg-4 {
    width: 20% !important;
  }
  .header-invoice .col-lg-8 {
    width: 80% !important;
  }
  .voucher-container {
    direction: rtl;
  }
  .voucher-container * {
    font-size: 13px !important;
  }
  .voucher-container .header {
    padding: 10px !important;
  }
  .voucher-container .header .header-container {
    padding: 10px !important;
  }
  .voucher-container .header .header-container .row .col-md-4 {
    width: 33.33333333%;
  }
  .voucher-container .header .header-container .row .col-md-4 .logo-section .logo {
    width: 80px !important;
  }
  .voucher-container .form-section {
    padding: 10px !important;
  }
  .voucher-container .form-section .top-form-row {
    margin-bottom: 10px !important;
  }
  .voucher-container .form-section .top-form-row .col-md-6 {
    width: 50%;
  }
  .voucher-container .form-section .top-form-row .col-md-3 {
    width: 25%;
  }
  .voucher-container .form-section .top-form-row .signature-box {
    min-height: 27px !important;
    padding: 5px 7px !important;
  }
  .voucher-container .form-section .top-form-row .currency-box {
    padding: 7px 0 !important;
    min-height: 30px !important;
  }
  .voucher-container .form-section .notes-section .row .col-md-6 {
    width: 50%;
  }
  .voucher-container .signatures {
    gap: 15px;
  }
  .voucher-container .signatures .signature-box {
    min-height: 30px !important;
    min-width: 230px;
    padding: 5px 7px !important;
  }
  .sm-table-print tr th {
    font-size: 7px !important;
    padding: 6px !important;
  }
  .sm-table-print tr td {
    font-size: 8px !important;
    padding: 6px !important;
  }
  .md-table-print tr th {
    font-size: 7px !important;
    padding: 6px !important;
  }
  .md-table-print tr td {
    font-size: 8px !important;
    padding: 6px !important;
  }
  .bottom-qr {
    display: none !important;
  }
  .print-invoice .table {
    text-align: center !important;
  }
  .print-invoice .table th {
    font-size: 11px !important;
  }
  .print-invoice .table td {
    font-size: 10px !important;
  }
  .print-invoice .table th,
  .print-invoice .table td {
    padding: 5px;
  }
  .qr-print-holder {
    width: 40% !important;
    display: block !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .data-buy {
    width: 60% !important;
  }
  .header-invoice .title {
    font-size: 14px !important;
  }
  .header-invoice .logo img {
    width: 90px !important;
  }
  .header-invoice .client-info p,
  .header-invoice .company-info p {
    font-size: 14px !important;
  }
  .header-invoice .client-info p span,
  .header-invoice .company-info p span {
    font-size: 14px !important;
  }
  .dataInvoice-holder .container .info-invoice .info * {
    font-size: 14px !important;
  }
  .bt-table-print {
    margin-top: 16px !important;
  }
  .print-bg {
    background-color: #fff;
    height: 100%;
  }
  .container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .to-top-print {
    transform: translateY(-70px) !important;
  }
  .main-section {
    padding: 0 !important;
  }
  .main-section .invoice-section .invoice-in-print .invoice-content {
    width: 100% !important;
    height: 100% !important;
  }
  .main-section .invoice-section .invoice-in-print .row {
    --bs-gutter-y: 5px !important;
    --bs-gutter-x: 5px !important;
  }
  .main-section .invoice-section .invoice-in-print * {
    font-size: 12px !important;
  }
  .main-section .invoice-section .invoice-in-print .un-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-5 {
    width: 40%;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-5.client {
    width: 52%;
    margin-right: 20px !important;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-2 {
    width: 20%;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-2.w-sm {
    width: 5%;
  }
  .main-section .invoice-section .invoice-in-print .gp {
    gap: 10px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice {
    gap: 7px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice .info {
    gap: 3px !important;
  }
  .main-section .invoice-section .invoice-in-print .logo {
    text-align: center !important;
  }
  .main-section .invoice-section .invoice-in-print .logo .logo-img {
    width: 55px !important;
  }
  .main-section .invoice-section .invoice-in-print .title-info {
    text-align: center !important;
    margin-bottom: 4px !important;
    font-size: 12px !important;
  }
  .main-section .invoice-section .invoice-in-print .np {
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table {
    margin-bottom: 7px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table thead tr th {
    color: #444 !important;
    font-size: 10px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td {
    padding: 3px 8px !important;
    font-size: 12px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td svg,
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td img {
    width: 40px !important;
    height: 40px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td div {
    font-size: 12px !important;
  }
  .main-section .invoice-section .invoice-in-print .write {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .write .nm {
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print table th {
    font-weight: 600 !important;
  }
}
.invoice-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content .status-invoice.paid {
  background-color: #51ad49 !important;
  border-color: #17c666;
}

.tooltip-holder {
  position: relative;
  display: inline-block;
  z-index: 99;
}
.tooltip-holder .tooltiptext {
  visibility: hidden;
  width: 50px;
  background-color: #555555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
}
.tooltip-holder:hover .tooltiptext {
  visibility: visible;
}

.container-invoice {
  max-width: 1500px;
  margin: 0 auto;
  padding-inline: 3px;
}

.content-section {
  padding: 19.5;
  background-color: white;
  border-radius: 14px;
}

.header-invoice {
  border: 2px solid #000;
  border-radius: 10px;
}

.app-nav {
  background-color: white;
  padding-inline: 25px;
  width: 100%;
  color: white;
  min-height: 70px;
  z-index: 1000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
}
.app-nav .tog-show {
  font-size: 16px;
  display: none;
}
.app-nav .logo {
  height: 49px;
  width: auto;
}
.app-nav .dropdown-hover {
  padding-block: 9px;
  gap: 13px;
}
.app-nav .dropdown-hover .icon-drop {
  width: 40px;
  height: 40px;
}
.app-nav .dropdown-hover .text {
  color: #383450;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 600;
}
.app-nav .dropdown-hover .desc {
  color: #909fba;
  font-family: 12px;
  margin-bottom: 0;
}
.app-nav .dropdown-hover .arrow-icon svg,
.app-nav .dropdown-hover .arrow-icon i {
  width: 20px;
  font-weight: bolder;
  height: auto;
  color: #383450 !important;
}
@media print {
  .app-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .app-nav {
    padding-inline: 12px;
  }
  .app-nav .tog-show {
    display: block;
  }
}

.app-sidebar {
  background-color: white;
  padding: 20px 14px;
  z-index: 9999;
  position: fixed;
  inset-inline-start: 0;
  bottom: 0;
  height: calc(100vh - 70px - 2px);
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
}
.app-sidebar .item {
  padding: 11.5px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  color: #909fba;
  font-size: 14px;
  border-radius: 6px;
  transition: 300ms;
}
.app-sidebar .item svg, .app-sidebar .item i {
  font-size: 17.77px;
  text-align: center;
  width: 20px;
}
.app-sidebar .item:hover {
  background-color: #F0F3F9;
  color: #21abf6;
}
.app-sidebar .item.active {
  color: #fff;
  font-weight: bold;
  background-color: #01b3e4;
}
.app-sidebar .child-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline-start: 20px;
}
.app-sidebar .child-items .item {
  gap: 6px;
  padding: 10.75px 10px;
}
@media (max-width: 991.98px) {
  .app-sidebar {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
  }
}
@media print {
  .app-sidebar {
    display: none;
  }
}

.app-content {
  padding-top: 70px;
  padding-inline-start: 230px;
}
.app-content .container-content {
  padding-block: 10px;
  padding-inline: 25px;
}
@media (max-width: 991.98px) {
  .app-content {
    padding-inline: 0;
  }
  .app-content .container-content {
    padding-inline: 12px;
  }
}

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;
  width: 66%;
  margin-left: auto;
  overflow: hidden;
  margin-right: auto;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0 solid #d5d6d7;
}
@media (min-width: 768px) and (max-width: 992px) {
  section.page-login .form-login {
    width: 85%;
  }
}
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: #01b3e4;
}
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: #01b3e4;
  cursor: pointer;
}
section.page-login .form-login .box-login .content-login .sub:hover {
  background-color: #02a6d3;
}
section.page-login .form-login .box-login .content-login .logo-footer {
  width: 55px;
}

.artical-section .box-text {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 15px;
}
.artical-section .box-text .image-holder {
  height: 250px;
  width: 50%;
  margin: 0 auto 30px;
}
.artical-section .box-text .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artical-section .box-text h1 {
  color: #01b3e4;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 13px;
}
.artical-section .box-text h1 p {
  color: #fff;
  font-size: 16px;
}

.section-contact .contact_us {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 135px;
}
.section-contact .contact_us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact .contact_us .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-contact .contact_us .box-text > h1 {
  color: #033b4a;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-contact .contact_us .box-text > p {
  margin-bottom: 0%;
  color: #fff;
  font-size: 18px;
}
.section-contact .contact_way {
  background-color: #f9fafb;
}
.section-contact .contact_way .box-content {
  text-align: center;
}
.section-contact .contact_way .box-content .icon_holder {
  margin: 0 auto 15px;
}
.section-contact .contact_way .box-content .icon_holder > i,
.section-contact .contact_way .box-content .icon_holder svg {
  font-size: 60px;
  color: #01b3e4;
}
.section-contact .contact_way .box-content p {
  margin: 0 0 15px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .contact-title {
  text-align: center;
}
.section-contact .form_section .contact-title h3 {
  font-size: 25px;
  line-height: 35px;
  color: #033b4a;
}
.section-contact .form_section .contact-title p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .form-group .custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #033b4a;
  background-color: #f0f2f5 !important;
  background-clip: padding-box;
  border: none;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-contact .btn-washla {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 6px 25px;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #01b3e4;
  border: 1px solid #01b3e4;
  transition: all 0.3s ease-in-out 0s;
}
.section-contact .btn-washla:hover {
  color: white;
  background-color: #03a0cb;
  border: 1px solid #03a0cb;
}
.section-contact .map {
  width: 100%;
}
.section-contact .map iframe {
  width: 100%;
  height: 80vh;
}

.bg-gray {
  background-color: #e9e8e8 !important;
}

.bg-gray-2 {
  background-color: #d7d7d7 !important;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #01b3e4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  border: 1px solid #01b3e4;
  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: #01b3e4;
  border: 1px solid #01b3e4;
}
.btn-main-sm:hover::before {
  left: 0;
}

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

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  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;
}

.main-heading {
  font-weight: 800;
  font-size: 23px;
  color: #333333;
  margin-bottom: 15px;
}

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

.small-label {
  color: black;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
}

.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: #01b3e4;
}
.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: #01b3e4;
}
.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 > i,
.status_box .icon svg {
  font-size: 50px;
  transition: transform 0.5s;
}
.status_box .icon > i.blue-icon,
.status_box .icon svg.blue-icon {
  color: #148a9d;
}
.status_box .icon > i.success-icon,
.status_box .icon svg.success-icon {
  color: #228e3b;
}
.status_box .icon > i.danger-icon,
.status_box .icon svg.danger-icon {
  color: #bb2d3b;
}
.status_box .icon > i.warning-icon,
.status_box .icon svg.warning-icon {
  color: #d9a406;
}
.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);
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  text-align: center;
  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: #01b3e4;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}
.main-table tfoot {
  border-top-width: 1px !important;
  border-top-color: #ddd !important;
}
.main-table tfoot tr th {
  background-color: #f9fafb;
  color: #6b7280;
}
@media (max-width: 767.98px) {
  .main-table.phone-sm th,
  .main-table.phone-sm td {
    vertical-align: middle !important;
    font-size: 11px !important;
    padding: 1px !important;
    font-weight: 500 !important;
    white-space: unset !important;
  }
}
.main-table.inv-pdf tr {
  border: 1px solid #ddd !important;
}
.main-table.inv-pdf tr th {
  background-color: #e9e8e8;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table.inv-pdf tr td {
  background-color: white;
  font-size: 18px;
  padding: 10px;
}

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

.landing-section {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.landing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: hsla(193, 99%, 45%, 0.5);
}
.landing-section .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Start tax-invoice */
.tax-invoice {
  font-size: 15px;
}
.tax-invoice .top-bar .three-bar {
  font-size: 12px;
}
.tax-invoice .top-bar .three-bar .small-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0px 10px;
}
.tax-invoice .top-bar .three-bar .client {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tax-invoice .top-bar .three-bar .client .small-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5257941484px;
  color: #131313;
}
.tax-invoice .top-bar .three-bar .client .small-label b {
  margin: 0 10px;
}
.tax-invoice .top-bar .three-bar .client .btn-table {
  border: 1px solid #01b3e4;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5257941484px;
}
.tax-invoice .top-bar .three-bar .client .btn-table img {
  width: 24px;
  height: 24px;
}
.tax-invoice .top-bar .three-bar select {
  width: 250px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5257941484px;
  color: #1a1718;
}
.tax-invoice .top-bar .three-bar .date {
  position: relative;
}
.tax-invoice .top-bar .three-bar .date .icon {
  width: 26px;
  position: absolute;
  inset-inline-end: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.tax-invoice .content .box {
  min-height: 1vh;
}
.tax-invoice .content .bar-bottom {
  background-color: #e5e6ea;
  padding: 3px;
  border-top: 1px solid #fff;
  font-size: 14px;
  display: flex;
  color: #5a72cd;
  font-weight: bold;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  padding-left: 200px;
}
.tax-invoice .content .bar-bottom .total {
  background-color: #fff;
  padding: 0px 30px;
  border-radius: 4px;
}
.tax-invoice table {
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
}
.tax-invoice table th,
.tax-invoice table td {
  font-size: 14px;
  border: 1px solid #dee2e6;
  text-align: center;
}
.tax-invoice table th input,
.tax-invoice table td input {
  text-align: center;
}
.tax-invoice table th {
  white-space: nowrap;
  font-weight: bold;
  padding: 14px 7px;
  background-color: #cef3be;
  color: #000;
  padding: 14px 20px;
  width: 60px;
}
.tax-invoice table th:first-of-type {
  min-width: 150px;
}
.tax-invoice table .form-control:focus {
  box-shadow: none !important;
}
.tax-invoice table td {
  padding: 7px 20px;
}
.tax-invoice table td .total {
  background-color: #f5f5f5;
  padding: 14px 16px;
  font-weight: 700;
}
.tax-invoice table td .total span {
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #e3e3e3;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  margin: 0 5px;
}
.tax-invoice table td .btn-add {
  padding: 10px 14px;
  background-color: #01b3e4;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 183px;
}
.tax-invoice .info {
  margin-bottom: 5px;
}
.tax-invoice textarea.bg-grey {
  background-color: #f0f3f9;
}
.tax-invoice .info-text {
  background-color: #e8edee;
  display: flex;
  align-items: center;
}
.tax-invoice .info-text .title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.tax-invoice .info-text .inp-text {
  min-height: 60px !important;
}
.tax-invoice .btn-submit {
  padding: 10px 14px;
  background-color: #398cfd;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 147px;
}
.tax-invoice .instructions {
  background-color: #e8edee;
}
.tax-invoice .instructions .btns {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  padding: 7px 0;
  flex-wrap: wrap;
  margin-top: 3px;
}
.tax-invoice .instructions .btns .btn-parint {
  outline: none;
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px !important;
  font-weight: bold;
  padding: 5px;
}
.tax-invoice .instructions .btns .btn-parint img {
  width: 16px;
}

@media (max-width: 575.98px) {
  section.tax-invoice .content .bar-bottom {
    padding-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  section.tax-invoice .content .bar-bottom {
    padding-left: 0;
    justify-content: center;
  }
}
.table-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-gap: 10px;
  margin: 0px 13px 15px;
}
@media (min-width: 1200px) {
  .menu-container {
    grid-template-columns: repeat(5, 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 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
  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);
  }
}
.vendor-tabs {
  gap: 1rem;
}
.vendor-tabs .nav-link {
  padding: 0 1rem 20px !important;
  border: none !important;
  color: #828282 !important;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.vendor-tabs .nav-link::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #01b3e4;
  left: 0;
  opacity: 0;
  transition: 300ms;
  border-radius: 20px;
  bottom: 0;
  width: 100%;
}
.vendor-tabs .nav-link.active {
  color: black !important;
}
.vendor-tabs .nav-link.active::after {
  opacity: 1;
}

.nav-tap-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
.nav-tap-holder .main-heading {
  padding-bottom: 20px;
}
.tab-content-v {
  padding: 20px 20px 10px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.content-header .title {
  margin-bottom: 0rem;
  font-size: 16px;
  font-weight: 700;
  color: #525f71;
}

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

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