/* Chrome, Safari, Edge, Opera */
.rmv-arw-inp::-webkit-outer-spin-button,
.rmv-arw-inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.rmv-arw-inp[type=number] {
  -moz-appearance: textfield;
}

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

.purple-color {
  color: #8D1EE5 !important;
}

.red-color {
  color: #e02222 !important;
}

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

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

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

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

.dropdown-remove-arrow::after {
  border: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.375rem !important;
  border: 1px solid #ced4da !important;
  font-size: 1rem;
  background-color: #fbfdfe !important;
}

.table-responsive {
  border-radius: 10px;
  border: 1px solid #ECEFF3;
}

.main-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.main-table .checkbox-custom {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.main-table thead th {
  background: #ECEFF3;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  color: #2F3541;
}
.main-table tbody tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #E3E7EA;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: right;
  color: #2F3541;
}
.main-table tbody tr td .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-table tbody tr td .user-info .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-table tbody tr td .user-info .user-details {
  text-align: right;
}
.main-table tbody tr td .user-info .user-details .user-name {
  font-weight: 600;
  color: #333;
  margin: 0;
  font-size: 14px;
}
.main-table tbody tr td .user-info .user-details .user-email {
  color: #999;
  font-size: 12px;
  margin: 0;
}
.main-table tbody tr td .form-check .form-check-input {
  width: 3.2em !important;
  height: 1.5em;
}
.main-table tbody tr td .btn-table {
  padding: 8px;
  border-radius: 6px;
  font-size: 15px;
  color: #2F3541;
  line-height: 1;
  background-color: rgba(227, 231, 234, 0.337254902);
  transition: 0.3s;
  white-space: nowrap;
}
.main-table tbody tr td .btn-table i, .main-table tbody tr td .btn-table svg {
  font-size: 14px;
}
.main-table tbody tr td .btn-table:hover {
  background-color: #E3E7EA;
}
.main-table tbody tr td .drop-table .dropdown-toggle::after {
  content: none;
}
.main-table tbody tr td .drop-table .dropdown-menu {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.main-table tbody tr td .drop-table .dropdown-menu li .dropdown-item {
  text-align: start;
  font-size: 13px;
}
.main-table tbody tr td .drop-table .dropdown-menu li .dropdown-item i,
.main-table tbody tr td .drop-table .dropdown-menu li .dropdown-item svg,
.main-table tbody tr td .drop-table .dropdown-menu li .dropdown-item img {
  width: 18px;
}
.main-table tbody tr td .drop-table .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.main-table tbody tr tr:hover, .main-table tbody tr.active {
  background-color: #fafafa;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FDFDFD;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
}

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

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

.content_view {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}

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

.home-section {
  display: flex;
}
.home-section .statistics-holder {
  padding: 15px;
}
.home-section .sidebar-notifi {
  width: 200px;
  padding: 15px;
  border-right: 1px solid #e9ecef;
  overflow-y: auto;
  background-color: white;
}
@media (max-width: 991.98px) {
  .home-section .statistics-holder {
    width: 100%;
  }
  .home-section .sidebar-notifi {
    display: none;
  }
}

.modal-header .modal-title {
  font-size: 15px !important;
}

@media print {
  .not-print {
    display: none !important;
  }
}
.search-filter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: #eceff3;
}
.search-filter-section .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-grow: 1;
}
.search-filter-section .form-select,
.search-filter-section .form-control {
  background-color: #fbfdfe;
}

.profile-bar {
  border: 1px solid #cbcbcb;
  border-radius: var(--card-radius);
  background: #fff;
  overflow: hidden;
}
.profile-bar .main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.profile-bar .main-info .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile-bar .main-info .user .img-holder {
  position: relative;
  width: 65px;
  height: 65px;
}
.profile-bar .main-info .user .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.profile-bar .main-info .user .img-holder .icon-holder {
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-bar .main-info .user .img-holder .icon-holder i,
.profile-bar .main-info .user .img-holder .icon-holder svg {
  color: var(--main);
  font-size: 18px;
}
.profile-bar .main-info .user .data .name {
  font-weight: 700;
  color: #111;
}
.profile-bar .main-info .user .data .work {
  font-size: 12px;
  color: var(--muted);
}
.profile-bar .main-info .status {
  background: #e9f5ff;
  color: #1d4ed8;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.profile-bar .bar-list-no li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid #f1f3f5;
}
.profile-bar .bar-list-no li .key {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}
.profile-bar .bar-list-no li .value {
  margin-bottom: 0;
  font-weight: 600;
  color: #222;
  font-size: 13px;
  word-break: break-word;
}

.list-option .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  color: var(--muted);
  background-color: #fff;
}
.list-option .nav-link .name {
  font-size: 15px;
  font-weight: 600;
}
.list-option .nav-link .name i,
.list-option .nav-link .name svg {
  font-size: 14px;
}
.list-option .nav-link i,
.list-option .nav-link svg {
  font-size: 12px;
}
.list-option .nav-link:hover {
  background-color: #f8f9fa;
}
.list-option .nav-link.active {
  background-color: #f8f9fa;
  color: var(--main);
}

/*
/* Start invoice */
.box-invoice {
  border: 2px solid black;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.box-invoice .company-info {
  color: #394e62;
  font-weight: 600;
}
.box-invoice .company-info .name {
  font-size: 16px;
  font-weight: bold;
  padding-inline-start: 5px;
  margin-bottom: 8px;
}
.box-invoice .company-info p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
@media print {
  .box-invoice .company-info .name {
    font-size: 13px !important;
  }
  .box-invoice .company-info p {
    font-size: 11.5px !important;
  }
}
.box-invoice .client-info .holder {
  padding: 5px 8px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  background-color: #ededed;
}
.box-invoice .client-info p,
.box-invoice .client-info .name {
  font-size: 13px;
  margin-bottom: 5px;
}
@media print {
  .box-invoice .client-info .holder {
    font-size: 13px !important;
  }
  .box-invoice .client-info p,
  .box-invoice .client-info .name {
    font-size: 11.5px !important;
  }
}

.table-invoice .duble-border {
  border-bottom-width: 2px;
  border-bottom-color: black;
}
.table-invoice td {
  border: 1px solid #bbb;
  vertical-align: middle;
  padding: 9px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.table-invoice th {
  border: 1px solid #bbb;
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 9px;
  font-weight: bolder;
  text-align: center;
}
.table-invoice .td-head {
  background-color: #f4f4f4;
  border-left: 1px solid #bbb !important;
  text-align: right;
  font-size: 13px !important;
  font-weight: bold;
  width: 50%;
}

.table-invoice-footer {
  border: 0 !important;
}
.table-invoice-footer .duble-border {
  border-bottom-width: 2px;
  border-bottom-color: black;
}
.table-invoice-footer td {
  vertical-align: middle;
  padding: 9px !important;
  font-size: 14px;
  font-weight: bold;
}
.table-invoice-footer .bg-gray {
  background-color: #e5e5e5;
}
.table-invoice-footer th {
  background-color: #f4f4f4;
  font-size: 14px !important;
  padding: 9px !important;
  font-weight: bolder;
}
.table-invoice-footer .td-head {
  text-align: right;
  font-size: 13px !important;
  font-weight: bold;
  width: 50%;
}

@media print {
  .col-md-5 {
    width: 41.66666667%;
  }
  .table-invoice-footer td {
    font-size: 12px;
  }
  .table-invoice-footer td b {
    font-size: 12px;
  }
}
.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 {
  body {
    direction: rtl;
  }
  .small-table tr td,
  .small-table tr th {
    font-size: 10px !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .printContract .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .box-invoice .col-md-4.p-3 {
    width: 33.3333333333%;
  }
  .box-invoice .col-md-4.p-3 * {
    font-size: 14px;
  }
  .box-invoice .col-md-4.p-3 img {
    width: 100px;
  }
  .parent-barcode {
    width: 25%;
  }
  .table-info {
    width: 74%;
  }
  .table-invoice {
    margin: 0;
  }
  .table-invoice th {
    font-size: 10px !important;
  }
  .table-invoice td {
    font-size: 11px !important;
  }
  .dashboard-card {
    visibility: hidden;
  }
  .print-show {
    display: block !important;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-8 {
    width: 75%;
  }
  .dashboard-content {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.d-print {
  display: none;
}
@media print {
  .d-print {
    display: block !important;
  }
}

.box-header-invoice {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
  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;
}

.app {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  /* Main Sidebar */
  /* Main Content */
}
.app .sidebar {
  position: fixed;
  top: 0px;
  inset-inline-start: 0;
  width: 216px;
  height: 100vh;
  padding: 10px;
  border-inline-end: 1px solid #e9ecef;
  transition: 0.3s;
  background-color: white;
  z-index: 11;
}
.app .sidebar .holder-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.app .sidebar .holder-about .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2E6FF3;
  opacity: 1;
  transition: inherit;
}
.app .sidebar .holder-about .logo {
  width: 70px;
  height: auto;
  transition: inherit;
}
.app .sidebar .sidebar-menu {
  height: calc(100% - 80px);
  padding-inline-end: 5px;
  overflow-y: auto;
  transition: 0.3s;
}
.app .sidebar .sidebar-menu::-webkit-scrollbar {
  width: 6px;
}
.app .sidebar .sidebar-menu::-webkit-scrollbar-track {
  background: rgba(28, 28, 28, 0.0509803922);
  border-radius: 4px;
}
.app .sidebar .sidebar-menu::-webkit-scrollbar-thumb {
  background: #959595;
  border-radius: 4px;
}
.app .sidebar .sidebar-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  color: #6c757d;
  background-color: #fff;
}
.app .sidebar .sidebar-menu .menu-item .menu-link i,
.app .sidebar .sidebar-menu .menu-item .menu-link svg {
  font-size: 14px;
}
.app .sidebar .sidebar-menu .menu-item .menu-link > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.app .sidebar .sidebar-menu .menu-item .menu-link .arrow {
  margin-inline-start: auto;
  font-size: 12px;
  transition: 0.3s;
}
.app .sidebar .sidebar-menu .menu-item .menu-link[aria-expanded=true] .arrow {
  transform: rotate(270deg);
}
.app .sidebar .sidebar-menu .menu-item .menu-link:hover, .app .sidebar .sidebar-menu .menu-item .menu-link.active {
  background-color: rgba(28, 28, 28, 0.0509803922);
  color: #1C1C1C;
}
.app .sidebar .sidebar-menu .menu-item:not(last-child) {
  margin-bottom: 10px;
}
.app .sidebar .sidebar-menu .item-collapse {
  position: relative;
  margin-top: 4px;
  margin-right: 17px;
}
.app .sidebar .sidebar-menu .item-collapse::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  border-radius: 10px;
  width: 2px;
  height: 100%;
  background-color: #9c9c9c;
}
.app .sidebar .member-info {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid rgba(28, 28, 28, 0.0509803922);
}
.app .sidebar .member-info .img-holder {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.app .sidebar .member-info .img-holder img {
  width: 100%;
  height: 100%;
}
.app .sidebar .member-info .name {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #1C1C1C;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .app .sidebar {
    inset-inline-start: -216px;
  }
}
.app .app-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 216px);
  margin-inline-start: auto;
  transition: 0.3s;
}
.app .app-container .main-content {
  padding: 15px;
}
@media (max-width: 991.98px) {
  .app .app-container {
    width: 100%;
  }
}
.app.active .sidebar {
  width: 55px;
}
.app.active .sidebar .holder-about {
  justify-content: center;
}
.app.active .sidebar .holder-about .name {
  opacity: 0;
  display: none;
}
.app.active .sidebar .holder-about .logo {
  width: 50px;
}
.app.active .sidebar .sidebar-menu {
  height: calc(100% - 110px);
  padding-inline-end: 0px;
}
.app.active .sidebar .sidebar-menu .menu-item .menu-link span,
.app.active .sidebar .sidebar-menu .menu-item .menu-link > div span,
.app.active .sidebar .sidebar-menu .menu-item .menu-link .arrow {
  display: none;
  opacity: 0;
}
.app.active .sidebar .member-info {
  padding: 3px;
}
.app.active .sidebar .member-info .img-holder {
  width: 25px;
  height: 25px;
}
.app.active .sidebar .member-info .name {
  display: none;
  opacity: 0;
}
.app.active .sidebar:hover {
  width: 216px;
}
.app.active .sidebar:hover .holder-about {
  justify-content: space-between;
}
.app.active .sidebar:hover .holder-about .name {
  display: block;
  opacity: 1;
}
.app.active .sidebar:hover .holder-about .logo {
  width: 70px;
}
.app.active .sidebar:hover .sidebar-menu {
  height: calc(100% - 153px);
  padding-left: 5px;
}
.app.active .sidebar:hover .sidebar-menu .menu-item .menu-link span,
.app.active .sidebar:hover .sidebar-menu .menu-item .menu-link > div span,
.app.active .sidebar:hover .sidebar-menu .menu-item .menu-link .arrow {
  display: block;
  opacity: 1;
}
.app.active .sidebar:hover .member-info {
  padding: 8px;
}
.app.active .sidebar:hover .member-info .img-holder {
  width: 35px;
  height: 35px;
}
.app.active .sidebar:hover .member-info .name {
  display: block;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .app.active .sidebar {
    width: 216px;
    inset-inline-start: 0;
  }
  .app.active .sidebar .holder-about {
    justify-content: space-between;
  }
  .app.active .sidebar .holder-about .name {
    display: block;
    opacity: 1;
  }
  .app.active .sidebar .holder-about .logo {
    width: 70px;
  }
  .app.active .sidebar .sidebar-menu {
    height: calc(100% - 153px);
    padding-left: 5px;
  }
  .app.active .sidebar .sidebar-menu .menu-item .menu-link span,
  .app.active .sidebar .sidebar-menu .menu-item .menu-link > div span,
  .app.active .sidebar .sidebar-menu .menu-item .menu-link .arrow {
    display: block;
    opacity: 1;
  }
  .app.active .sidebar .member-info {
    padding: 8px;
  }
  .app.active .sidebar .member-info .img-holder {
    width: 35px;
    height: 35px;
  }
  .app.active .sidebar .member-info .name {
    display: block;
    opacity: 1;
  }
}
.app.active .app-container {
  width: calc(100% - 50px);
}

/* Header */
.main-header {
  background: white;
  padding: 15px 0px;
  border-bottom: 1px solid #e9ecef;
}
.main-header .holder-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-header .header-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header .header-icons .header-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #6c757d;
  transition: all 0.3s;
  background-color: #f7f7f7;
  border: none;
}
.main-header .header-icons .header-icon:hover {
  background-color: #ecedef;
}
.main-header .info-user {
  padding-inline-start: 1rem;
  margin-inline-start: 0.5rem;
  border-inline-start: 1px solid #CCCCCC;
}
.main-header .info-user .dropdown-toggle::after {
  content: none;
}
.main-header .info-user .dropdown-toggle .text {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.main-header .info-user .dropdown-toggle .text .name {
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.main-header .info-user .dropdown-toggle .text .name i, .main-header .info-user .dropdown-toggle .text .name svg {
  font-size: 13px;
}
.main-header .info-user .dropdown-toggle .text .dic {
  color: #000000;
  font-size: 12px;
  opacity: 0.5;
}
.main-header .info-user .dropdown-toggle .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #c1c1c1;
  justify-content: center;
}
.main-header .info-user .dropdown-toggle .img .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-info {
  color: #fff;
}
.btn-info:hover {
  color: #fff;
}
.btn-info:hover:focus {
  color: #fff;
}

.btn-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}
.btn-header.btn-add {
  color: white;
  background: #007bff;
}
.btn-header.btn-export {
  color: #333;
  background: #f0f0f0;
}
.btn-header:hover {
  transform: scale(1.02);
}

.filter-btn {
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2509803922);
  font-weight: 500;
  font-size: 13px;
  color: #2F3541;
  background: #FBFDFE;
  transition: 0.3s;
}
.filter-btn.active, .filter-btn:hover {
  background: #0050a1;
  color: #fff;
}

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

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

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

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.header-section .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
  color: #2F3541;
}
.header-section .header-buttons {
  display: flex;
  gap: 10px;
}

.status-badge {
  display: inline-block;
  padding: 5px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.status-badge.green {
  background: #d4f4dd;
  color: #1e7e34;
}
.status-badge.gray {
  background: #f0f0f0;
  color: #666;
}
.status-badge.red {
  background: #ffcaca;
  color: #be0e0e;
}
.status-badge.yellow {
  background: #fff8b6;
  color: #9d9976;
}
.status-badge.purple {
  background: #e8e5ff;
  color: #6c5ce7;
}
.status-badge.blue {
  background: #e3f2fd;
  color: #1976d2;
}

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

.stat-card {
  padding: 18px;
  border-radius: 20px;
  background-color: #e9f0ff;
}
.stat-card .stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.stat-card .stat-header .stat-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.stat-card .stat-header .stat-badge i,
.stat-card .stat-header .stat-badge svg {
  font-size: 12px;
}
.stat-card .stat-header .stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
}
.stat-card .stat-label {
  font-size: 17px;
  font-weight: 700;
  color: #212529;
}

.box-gray {
  padding: 20px;
  border-radius: 20px;
  background-color: #f9f9fa;
}
.box-gray .holder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.box-gray .holder-head .title {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}
.box-gray .holder-head .chart-legend {
  display: flex;
  gap: 25px;
}
.box-gray .holder-head .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6c757d;
}
.box-gray .holder-head .chart-legend .legend-item .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.box-package {
  background-color: #fff;
  padding: 45px 30px 45px 30px;
  transition: background-color 0.3s;
  border-radius: 10px;
  box-shadow: 0 1px 18px 0 #eee;
}
.box-package .icon-holder {
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px 0 #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin: 0px auto 20px auto;
}
.box-package .icon-holder .badge-plan {
  transition: background-color, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #2E5789;
}
.box-package .icon-holder img {
  width: 35px;
}
.box-package .header {
  margin-bottom: 35px;
  color: #191d23;
  transition: color 0.3s;
}
.box-package .header .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box-package .header .title span {
  margin-right: 3px;
}
.box-package .fet {
  padding-right: 0;
  margin-bottom: 35px;
  list-style: none;
}
.box-package .fet li {
  text-align: center;
}
.box-package .fet li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dde9ff;
}
.box-package .fet li p {
  transition: color 0.3s;
  margin-bottom: 0;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #253b5a;
}
.box-package .price {
  transition: color 0.3s;
  text-align: center;
  color: #2E5789;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
}
.box-package .price small {
  font-size: 14px;
}
.box-package .price span {
  margin-right: 3px;
}
.box-package .btn-order {
  transition: border 0.3s;
  width: 100%;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #2E5789;
  position: relative;
  transition: 300ms;
  z-index: 1;
  color: #fff;
}
.box-package .btn-order i,
.box-package .btn-order svg {
  margin-right: 5px;
}
.box-package .btn-order::before, .box-package .btn-order::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: background-color, width 0.3s;
  background-color: #2E5789;
  z-index: -1;
}
.box-package .btn-order::after {
  right: 0;
}
.box-package .btn-order::before {
  left: 0;
}
.box-package .btn-order:hover::after, .box-package .btn-order:hover::before {
  width: 0%;
}
.box-package:hover, .box-package.active {
  background-color: #2E5789;
  color: #fff !important;
}
.box-package:hover .icon-holder, .box-package.active .icon-holder {
  box-shadow: 0 1px 6px 0 rgba(26, 26, 26, 0.26);
}
.box-package:hover .icon-holder .badge-plan, .box-package.active .icon-holder .badge-plan {
  color: #2E5789;
  background-color: #fff;
}
.box-package:hover .icon-holder img, .box-package.active .icon-holder img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(2776%) hue-rotate(183deg) brightness(110%) contrast(100%);
}
.box-package:hover .header, .box-package.active .header {
  color: #fff !important;
}
.box-package:hover .header .title, .box-package.active .header .title {
  color: #fff;
}
.box-package:hover .fet li p, .box-package.active .fet li p {
  color: #fff;
}
.box-package:hover .price, .box-package.active .price {
  color: #fff;
}
.box-package:hover .btn-order, .box-package.active .btn-order {
  border-color: #028ac5;
  border-width: 1px;
}
.box-package:hover .btn-order::before, .box-package:hover .btn-order::after, .box-package.active .btn-order::before, .box-package.active .btn-order::after {
  background-color: #028ac5;
}

.box-bonds {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
.box-bonds .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
}
.box-bonds .header h3 {
  font-size: 18px;
}
.box-bonds .header .logo {
  width: 100px;
}
.box-bonds .header .logo img {
  width: 100%;
}
.box-bonds .content {
  padding: 20px;
}
.box-bonds .content p {
  font-weight: 800;
}
.box-bonds .content span {
  font-weight: 400;
}
.box-bonds .foot-text .wel-text {
  font-weight: 700;
  font-size: 17px;
}
.box-bonds .foot-text .qr {
  width: 100px;
}
.box-bonds .foot-text .qr img {
  width: 100%;
}

.box-data {
  background-color: rgba(98, 132, 167, 0.07);
  border-radius: 20px;
  padding: 20px;
}
.box-data .bar-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.box-data .bar-name .name {
  flex: 1;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
.box-data .bar-name .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(98, 132, 167, 0.07);
}
.box-data .bar-name .box-icon img {
  width: 23px;
}
.box-data .bar-name .box-icon i,
.box-data .bar-name .box-icon svg {
  font-size: 23px;
  color: #fff;
}
.box-data .amount {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.box-data .more {
  color: #2E5789;
  font-weight: 500;
  font-size: 15px;
}
.box-data .more img {
  margin-right: 6px;
}
.box-data.box-main-color .box-icon {
  background-color: #2E5789;
}
.box-data.box-main-color .box-icon img {
  width: 27px;
}
.box-data.box-blue {
  background-color: #E3F5FF;
}
.box-data.box-blue .box-icon {
  background-color: #1E88E5;
}
.box-data.box-blue .box-icon img {
  width: 30px;
}
.box-data.box-orange {
  background-color: #FFF2E3;
}
.box-data.box-orange .box-icon {
  background-color: #F99132;
}
.box-data.box-green {
  background-color: #E3FFE6;
}
.box-data.box-green .box-icon {
  background-color: #0FC859;
}
.box-data.box-purple {
  background-color: #F2E7FD;
}
.box-data.box-purple .box-icon {
  background-color: #8D1EE5;
}
.box-data.box-purple .box-icon img {
  width: 27px;
}
.box-data.box-red {
  background-color: #fde7e7;
}
.box-data.box-red .box-icon {
  background-color: #FF3636;
}
.box-data.box-red .box-icon img {
  width: 27px;
}

.box-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 90px;
  padding: 15px 18px;
  border: 1px solid #263948;
  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 p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  color: #020000;
  transition: 0.7s;
}
.box-report .report-img {
  width: 60px;
  height: auto;
  transition: 0.5s;
}
.box-report .report-icon {
  font-size: 50px;
  color: #636363;
  margin-left: 10px;
  opacity: 0.8;
}
.box-report:hover {
  box-shadow: inset 0 0 0 100px #263948;
}
.box-report:hover .report-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7460%) hue-rotate(120deg) brightness(110%) contrast(101%);
}
.box-report:hover p {
  color: white;
}

input[readonly] {
  cursor: context-menu;
}
input[readonly]:focus {
  box-shadow: none !important;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.search-box input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  outline: none;
  font-size: 14px;
  background-color: #FBFDFE;
}
.search-box input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.search-box input::placeholder {
  transition: 0.3s;
}
.search-box input:focus::-moz-placeholder {
  opacity: 0;
}
.search-box input:focus::placeholder {
  opacity: 0;
}
.search-box i,
.search-box svg {
  position: absolute;
  inset-inline-start: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.app .main-footer {
  width: 100%;
  padding: 13px;
  margin-top: auto;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  background: #ffffff;
}/*# sourceMappingURL=main.css.map */