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

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

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

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

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

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

/* start scroll bar */
::-webkit-scrollbar {
  width: 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:-ms-input-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:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::placeholder {
  opacity: 0;
  transition: 0.4s;
}

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

@media print {
  .not-print {
    display: none !important;
  }
  .main-section {
    padding-top: 5% !important;
    padding-bottom: 0% !important;
  }
  .main-section .invoice-section .invoice-in-print .row {
    --bs-gutter-y: 5px !important;
    --bs-gutter-x: 5px !important;
  }
  .main-section .invoice-section .invoice-in-print .dataInvoice-holder {
    margin-top: 2px !important;
  }
  .main-section .invoice-section .invoice-in-print * {
    font-size: 5.5px !important;
  }
  .main-section .invoice-section .invoice-in-print .un-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .main-section .invoice-section .invoice-in-print .container {
    padding: 0 !important;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-5 {
    width: 40%;
  }
  .main-section .invoice-section .invoice-in-print .col-lg-2 {
    width: 20%;
  }
  .main-section .invoice-section .invoice-in-print .gp {
    gap: 10px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice {
    gap: 5px !important;
  }
  .main-section .invoice-section .invoice-in-print .info-invoice .info {
    gap: 5px !important;
  }
  .main-section .invoice-section .invoice-in-print .logo {
    text-align: center !important;
  }
  .main-section .invoice-section .invoice-in-print .logo .logo-img {
    width: 55px !important;
  }
  .main-section .invoice-section .invoice-in-print .title-info {
    text-align: center !important;
    margin-bottom: 4px !important;
    font-size: 4.5px !important;
  }
  .main-section .invoice-section .invoice-in-print .np {
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table {
    margin-bottom: 7px !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table thead tr th {
    color: #444 !important;
  }
  .main-section .invoice-section .invoice-in-print .table-responsive .table tbody tr td {
    padding: 3px 8px !important;
    font-size: 5px !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: 5px !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: 5px !important;
    margin-bottom: 0px !important;
  }
  .main-section .invoice-section .invoice-in-print table th {
    font-weight: 600 !important;
  }
  .invoice-section .invoice-head .col-12,
.invoice-section .invoice-body .col-12 {
    width: 50% !important;
  }
  .invoice-section .invoice-head .main-title {
    font-size: 15px !important;
  }
  .invoice-section .invoice-head .Qr-holder img,
.invoice-section .invoice-head .Qr-holder svg {
    width: 130px !important;
    height: 120px !important;
  }
  .invoice-section .invoice-head .normal-title {
    font-size: 13px !important;
  }
  .invoice-section .invoice-head .normal-info {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
  .invoice-section hr {
    margin: 10px 0 15px 0 !important;
  }
  .invoice-section .invoice-body .info-holder .bold-info {
    font-size: 12px !important;
  }
  .invoice-section .invoice-body .info-holder .main-info {
    margin-bottom: 13px !important;
    font-size: 9px !important;
  }
  .invoice-section .table-invoice thead tr th {
    padding: 5px !important;
    font-size: 10px !important;
  }
  .invoice-section .table-invoice tbody tr td,
.invoice-section .table-invoice tfoot tr td {
    padding: 5px !important;
    font-size: 12px !important;
  }
  .invoice-section .nots {
    margin-bottom: 10px !important;
  }
  .invoice-section .anticipation {
    margin: 0px !important;
  }
  .invoice-section .img-invoice {
    width: 140px !important;
    height: 200px !important;
  }
}
.print-invoice {
  font-size: 14px;
}
.print-invoice .logo {
  text-align: center;
  font-size: 9px;
}
.print-invoice .logo .logo-img {
  width: 150px;
}
.print-invoice .logo p {
  margin: 0;
  font-weight: bold;
}
.print-invoice .title-info {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.print-invoice .client-info,
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .client-info .title,
.print-invoice .company-info .title {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.print-invoice .client-info p,
.print-invoice .company-info p {
  font-size: 14px;
  font-weight: unset;
  margin-bottom: 5px !important;
}
.print-invoice .client-info p span,
.print-invoice .company-info p span {
  font-weight: 500;
}
.print-invoice .company-info {
  direction: rtl;
}
.print-invoice .table {
  text-align: center !important;
}
.print-invoice .table th,
.print-invoice .table td {
  vertical-align: middle !important;
  font-size: 12px;
  padding: 5px;
  font-weight: 700;
  border: 1px solid #e7e4e4 !important;
}
.print-invoice .table td svg {
  width: 100px !important;
  height: 95px;
}
.print-invoice .table td .td-bord {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.print-invoice .dataInvoice-holder {
  background-color: #e9e8e8;
  color: #505560;
  border-radius: 4px;
  padding: 8px;
  direction: rtl;
  margin-bottom: 5px;
}
.print-invoice .dataInvoice-holder .info-invoice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.print-invoice .dataInvoice-holder .info-invoice .info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.print-invoice .dataInvoice-holder .info-invoice .info .title {
  font-weight: 600;
  font-size: 12px;
}
.print-invoice .nm {
  font-size: 12px;
}

.invoice-section .invoice-head .main-title {
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 700;
  color: #363636;
  margin-right: 16px;
  font-size: 20px;
}
.invoice-section .invoice-head .Qr-holder img,
.invoice-section .invoice-head .Qr-holder svg {
  width: 165px;
  height: 155px;
}
.invoice-section .invoice-head .normal-title {
  color: #363636;
  font-weight: 700;
}
.invoice-section .invoice-head .normal-info {
  margin-bottom: 8px;
  font-weight: 500;
}
.invoice-section hr {
  opacity: 1;
}
.invoice-section .invoice-body .info-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.invoice-section .invoice-body .bold-info {
  color: #363636;
  flex-basis: 72%;
  text-align: end;
}
.invoice-section .invoice-body .main-info {
  text-align: end;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #363636;
}
.invoice-section .invoice-body .main-info b {
  font-size: 13px;
}
.invoice-section .table-invoice thead tr th {
  background-color: #444444;
  text-align: center;
  color: white;
  padding: 7px 4px;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #999999;
}
.invoice-section .table-invoice tbody,
.invoice-section .table-invoice tfoot {
  border-top: none !important;
}
.invoice-section .table-invoice tbody tr td,
.invoice-section .table-invoice tfoot tr td {
  padding: 7px 4px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #999999;
}
.invoice-section .table-invoice tfoot tr td {
  border: none;
  border-bottom: 1px solid #999999;
}
.invoice-section .table-invoice tfoot tr td.td-spacial {
  padding: 11px 65px;
  border: none;
  text-align: start;
}
.invoice-section .table-invoice tfoot tr td.td-border {
  padding: 11px 10px;
  border-left: 1px solid #999999;
  text-align: center;
}
.invoice-section .table-invoice tfoot tr td.bg-color {
  background-color: #c0c0c0;
}
.invoice-section .nots,
.invoice-section .anticipation {
  margin-bottom: 16px;
}

.img-invoice {
  width: 200px;
  height: 100%;
}

.top-nav {
  background-color: #01b3e4;
  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: #01b3e4;
  }
}
.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: 0px;
  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 #01b3e4;
  background-color: white;
  z-index: 1000;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .bottom-nav .container .tog-show {
    display: inline-block;
    margin: 10px 0;
  }
}
.bottom-nav .container .tog-show i,
.bottom-nav .container .tog-show svg {
  font-size: 23px;
  color: black;
}
.bottom-nav .container .list-item {
  display: flex;
  z-index: 1000;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .bottom-nav .container .list-item {
    flex-direction: column;
    display: none;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 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: #01b3e4;
}
.bottom-nav .container .list-item li .item:hover i,
.bottom-nav .container .list-item li .item:hover svg {
  color: #01b3e4;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}

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

.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;
  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: -webkit-fit-content;
  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: 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;
}

.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: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  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(193deg, 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;
  background-color: #fff;
}
.tax-invoice .top-bar .one-bar {
  background-color: #4068e1;
  color: white;
  padding: 5px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}
.tax-invoice .top-bar .two-bar {
  background-color: #e4e5e9;
  color: #4068e1;
  text-align: start;
}
.tax-invoice .top-bar .two-bar .small-container {
  padding: 5px;
}
.tax-invoice .top-bar .three-bar {
  background-color: #e4e5e9;
  padding-right: 15px;
  background-color: #ebecf0;
  font-size: 12px;
}
.tax-invoice .top-bar .three-bar .small-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0px 10px;
}
.tax-invoice .top-bar .three-bar .client {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tax-invoice .top-bar .three-bar select {
  width: 140px;
  max-height: 30px;
  padding: 3px;
  font-size: 12px;
}
.tax-invoice .top-bar .three-bar .date label {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tax-invoice .content {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  border-right: 1px solid rgba(153, 153, 153, 0.6);
  border-left: 1px solid rgba(153, 153, 153, 0.6);
}
.tax-invoice .content .box {
  min-height: 1vh;
}
.tax-invoice .content .bar-bottom {
  background-color: #e5e6ea;
  padding: 3px;
  border-top: 1px solid rgba(153, 153, 153, 0.6);
  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 rgba(153, 153, 153, 0.6);
}
.tax-invoice table th,
.tax-invoice table td {
  font-size: 14px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  text-align: center;
}
.tax-invoice table th:first-child,
.tax-invoice table td:first-child {
  border-right: none;
}
.tax-invoice table th:last-child,
.tax-invoice table td:last-child {
  border-left: none;
}
.tax-invoice table th {
  white-space: nowrap;
  font-weight: bold;
  padding: 0 7px;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.6);
  background-color: #f4f4f6;
  width: 60px;
}
.tax-invoice table th:first-of-type {
  min-width: 150px;
}
.tax-invoice table td {
  border-bottom: 1px dashed rgba(153, 153, 153, 0.6);
  border-top: 1px dashed rgba(153, 153, 153, 0.6);
}
.tax-invoice table td input {
  padding: 14px 7px;
  text-align: center;
}
.tax-invoice table td input.inp-create {
  width: 98% !important;
  margin: auto;
}
.tax-invoice table td input.form-control {
  border: none !important;
}
.tax-invoice .info {
  margin-bottom: 5px;
}
.tax-invoice .info-text {
  background-color: #e8edee;
  display: flex;
  align-items: center;
}
.tax-invoice .info-text .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.tax-invoice .info-text .inp-text {
  min-height: 60px !important;
}
.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;
  }
}
.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(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 */