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

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

.status_info {
  padding: 8px 13px;
  color: #fff;
  background-color: #369FFF;
  border-radius: 0.3rem;
}

.status_green {
  padding: 8px 13px;
  color: #fff;
  background-color: #0FC859;
  border-radius: 0.3rem;
}

.status_red {
  padding: 8px 13px;
  color: #fff;
  background-color: #FF3636;
  border-radius: 0.3rem;
}

/* 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;
}

.h-app {
  min-height: calc(100vh - 55px);
}

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .w-230px {
    width: 100%;
  }
}
.main-red-color {
  color: #e02222 !important;
}

.main-color {
  color: #2E5789 !important;
}

.color-666 {
  color: #666;
}

.table-borderless th {
  background-color: #f0f2f8 !important;
  font-weight: bold !important;
  padding: 14px !important;
}
.table-borderless td {
  padding: 11.2px 12px !important;
  position: relative;
}
.table-borderless td .img-table {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.table-borderless td,
.table-borderless th {
  font-size: 12px !important;
}
.table-borderless tbody tr:hover {
  box-shadow: 0 0 6px 0 #FF3636;
}

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

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

.main-color {
  color: #2E5789 !important;
}

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

.table-dark th {
  background-color: #243848;
}

.table .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table td {
  vertical-align: middle;
}
.table td .icon-table {
  width: 25px;
}

.content_view .top-bar .three-bar {
  background-color: #fff;
  padding: 20px;
  font-size: 12px;
}

.content_view .top-bar .three-bar .small-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0px 10px;
}

.content_view .top-bar .three-bar .client {
  display: flex;
  align-items: center;
  gap: 20px;
}

.content_view .top-bar .three-bar .client .small-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5257941484px;
  color: #131313;
}

.content_view .top-bar .three-bar .client .small-label b {
  margin: 0 10px;
}

.content_view .top-bar .three-bar .client .btn-table {
  border: 1px solid #01b3e4;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5257941484px;
}

.content_view .top-bar .three-bar .client .btn-table img {
  width: 24px;
  height: 24px;
}

.content_view .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;
  background-color: #f5f5fc;
}

.content_view .top-bar .three-bar .date label {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0.5257941484px;
}

.content_view .top-bar .three-bar .date label .icon {
  width: 26px;
  position: absolute;
  inset-inline-end: 7px;
  bottom: 7px;
}

.content_view .top-bar .three-bar .date label .date-inp {
  width: 250px;
  padding: 8px 16px;
  background-color: #f5f5fc;
  text-align: right;
  position: relative;
}

.content_view .top-bar .three-bar .date label ::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 50px;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}

.content_view .content .box {
  min-height: 1vh;
}

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

.content_view .content .bar-bottom .total {
  background-color: #fff;
  padding: 0px 30px;
  border-radius: 4px;
}

.content_view .content table {
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
}

.content_view .content table th,
.content_view .content table td {
  font-size: 14px;
  border: 1px solid #dee2e6;
  text-align: center;
}

.content_view .content table th {
  white-space: nowrap;
  font-weight: bold;
  padding: 14px 7px;
  background-color: #f5f5f5;
  width: 60px;
}

.content_view .content table th:first-of-type {
  min-width: 150px;
}

.content_view .content table .form-control:focus {
  box-shadow: none !important;
}

.content_view .content table td input {
  padding: 14px 7px;
  text-align: center;
}

.content_view .content table td input.inp-create {
  width: 100% !important;
  margin: auto;
  background-color: #f2fbfd;
}

.content_view .content table td input.form-control {
  border: none !important;
}

.content_view .content table td input.form-control :focus {
  box-shadow: 0 0 10px red !important;
}

.content_view .content table td .total {
  background-color: #f5f5f5;
  padding: 14px 16px;
  font-weight: 700;
}

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

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

.content_view .info {
  margin-bottom: 5px;
}

.content_view .info-text {
  background-color: #e8edee;
  display: flex;
  align-items: center;
}

.content_view .info-text .title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.content_view .info-text .inp-text {
  min-height: 60px !important;
}

.content_view .btn-submit {
  padding: 10px 14px;
  background-color: #7fc968;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 183px;
}

.content_view .instructions {
  background-color: #e8edee;
}

.content_view .instructions .btns {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  padding: 7px 0;
  flex-wrap: wrap;
  margin-top: 3px;
}

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

.content_view .instructions .btns .btn-parint img {
  width: 16px;
}

@media (max-width: 575.98px) {
  .content_view .content .bar-bottom {
    padding-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .content_view .content .bar-bottom {
    padding-left: 0;
    justify-content: center;
  }
}
.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%;
}
@media print {
  .table-invoice {
    margin: 0;
  }
  .table-invoice th {
    font-size: 9px !important;
    padding: 5px;
  }
  .table-invoice td {
    font-size: 10px !important;
    padding: 5px;
  }
}

.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 {
  .table-invoice-footer td {
    font-size: 12px;
  }
  .table-invoice-footer td b {
    font-size: 12px;
  }
}

.table > :not(:first-child) {
  border-top: unset;
}

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

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

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

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

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

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

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

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

.profile-bar {
  position: relative;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  word-wrap: break-word;
  background-color: #fff;
}
.profile-bar .main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.profile-bar .main-info .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-bar .main-info .user .img-holder {
  position: relative;
  width: 60px;
  height: 60px;
}
.profile-bar .main-info .user .img-holder img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.profile-bar .main-info .user .img-holder .icon-holder {
  position: absolute;
  background-color: #fff;
  left: -5px;
  bottom: -5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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 {
  font-size: 20px;
  color: #007df1;
}
.profile-bar .main-info .user .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.profile-bar .main-info .user .data .name {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.profile-bar .main-info .user .data .work {
  font-size: 12px;
  font-weight: 500;
}
.profile-bar .main-info .user .data .title {
  margin-bottom: 0;
  font-size: 114px;
}

.bar-list-no {
  list-style: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
.bar-list-no li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 13px 15px;
}
.bar-list-no li .key {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.bar-list-no li .key i,
.bar-list-no li .key svg {
  font-size: 13px;
  color: #999;
}
.bar-list-no li .key .name {
  font-size: 13px;
  font-weight: 600;
}
.bar-list-no li .value {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}

.list-option {
  width: 100%;
}
.list-option:last-child {
  border: 0 !important;
}
.list-option .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 !important;
  color: #495057 !important;
  background-color: #fff !important;
}
.list-option .nav-link:hover {
  background-color: #f8f9fa !important;
}
.list-option .nav-link.active {
  background-color: #f8f9fa !important;
  color: #2E5789 !important;
}
.list-option .nav-link.active .arrow {
  color: #495057 !important;
}
.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 .arrow {
  font-size: 12px;
}

.main-tab-color .nav-item .nav-link {
  color: #6284A7 !important;
  font-size: 14px;
  font-weight: 600;
}
.main-tab-color .nav-item .nav-link.active {
  background-color: #2E5789 !important;
  color: #fff !important;
}

.status {
  font-size: 10px;
  padding: 3px 5px;
  background-color: #daf6e7;
  color: #17c666;
  border: 1px solid #daf6e7;
}

.main-pagination {
  border-radius: 4px !important;
}
.main-pagination .page-item .page-link {
  color: #6c757d !important;
}
.main-pagination .page-item.active .page-link {
  background-color: #FF3636 !important;
  border-color: #FF3636 !important;
  color: white !important;
}

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

.main-table {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.main-table tr:nth-child(2n):not(.bg-white) {
  background-color: #ecf2f2 !important;
}
.main-table thead {
  background-color: #10375c;
}
.main-table thead tr th {
  padding: 10px 13px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.main-table tbody tr td {
  padding: 10px 13px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #555;
  border: 1px solid #ddd !important;
}
.main-table tbody tr td .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.main-table tbody tr td .user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-table tbody tr td .user span {
  font-weight: 500;
  font-size: 15px;
}
.main-table tbody tr td .form-check .form-check-input {
  width: 3.2em !important;
  height: 1.5em;
}
.main-table tbody tr td .drop-table .dropdown-toggle::after {
  content: none;
}
.main-table tbody tr td .drop-table .dropdown-menu {
  transition: 300ms;
  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;
}

@media print {
  .not-print {
    display: none !important;
  }
  .prt-none-shadow {
    box-shadow: none !important;
  }
  body {
    direction: rtl !important;
    padding: 10px !important;
  }
  .re-tas-pro {
    width: 100%;
    padding: 0 !important;
    overflow-x: hidden;
  }
  .re-tas-pro .issue-main-info {
    padding: 0 !important;
    border: none !important;
  }
  .re-tas-pro .issue-main-info .row .col-md-3 {
    width: 25%;
  }
  .table-responsive {
    width: 100% !important;
  }
  .ar {
    font-size: 19px !important;
  }
  .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100% !important;
  }
  .data-content div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .data-content div div {
    width: 50%;
  }
  .data-content div div p {
    font-size: 8px !important;
    white-space: wrap !important;
  }
  .data-content div div.holder {
    width: 100% !important;
  }
  .data-content div div.holder .special {
    width: 100% !important;
  }
  .data-content div div.holder .special textarea {
    width: 100% !important;
    min-height: 100px !important;
  }
  .casher-invoice .invoice-content .logo-holder .the_image {
    width: 10px !important;
  }
  .casher-invoice .invoice-content .invoice-name {
    font-size: 10px !important;
  }
  .casher-invoice .the_address p {
    font-size: 11px !important;
  }
  .casher-invoice .tax {
    font-size: 11px;
  }
  .casher-invoice .the_date {
    font-size: 11px;
  }
  .casher-invoice div b {
    font-size: 11px !important;
  }
  .casher-invoice .main-table tr th {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .main-table tr td {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .bototm-table .dd {
    font-size: 11px !important;
  }
  .casher-invoice .bototm-table .dd .nn {
    font-size: 11px !important;
  }
  .casher-invoice .wel {
    margin: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  .casher-invoice .bar_code_holder {
    width: 40% !important;
  }
  .casher-invoice .bar_code_holder svg {
    width: 100% !important;
    height: 100% !important;
  }
  .casher-invoice .parent-boxes-info {
    margin-top: 10px !important;
    width: 60% !important;
  }
  .box-shadow .header-invoice .row .col-lg-4 {
    width: 33% !important;
  }
  .box-shadow .header-invoice .name {
    font-size: 12px !important;
  }
  .box-shadow .header-invoice .address {
    font-size: 12px !important;
  }
  .box-shadow .header-invoice .title {
    font-size: 17px !important;
  }
  .box-shadow .header-invoice .img-holder img {
    width: 70px !important;
  }
  .box-shadow .black {
    font-size: 15px !important;
  }
  .box-shadow .def {
    font-size: 14px !important;
  }
  .box-shadow .box-information {
    flex-direction: row !important;
  }
  .box-shadow .box-bank {
    width: calc(100% - 117px) !important;
  }
  .box-shadow .box-qr {
    position: absolute !important;
    margin: unset !important;
    margin-bottom: 0 !important;
    transform: translateY(calc(-50% - 13px)) !important;
  }
}
.main-table-2 {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.main-table-2 th {
  padding: 10px 13px;
  font-weight: bold;
  font-size: 14px;
  background-color: #2e6773;
  border: 1px solid #47d45a;
  color: white;
}
.main-table-2 td {
  padding: 10px 13px;
  font-size: 14px;
  background-color: #c1f0c8;
  border: 1px solid #47d45a;
}

@media print {
  .not-print {
    display: none !important;
  }
  .main-side {
    padding: unset !important;
    margin: unset !important;
  }
  .container,
  .container-fluid {
    max-width: 100% !important;
  }
  .invoice-section .row .col-md-6 {
    width: 50%;
  }
  .casher-invoice .invoice-content .logo-holder .the_image {
    width: 10px !important;
  }
  .casher-invoice .invoice-content .invoice-name {
    font-size: 10px !important;
  }
  .casher-invoice .the_address p {
    font-size: 11px !important;
  }
  .casher-invoice .tax {
    font-size: 11px;
  }
  .casher-invoice .the_date {
    font-size: 11px;
  }
  .casher-invoice div b {
    font-size: 11px !important;
  }
  .casher-invoice .main-table tr th {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .main-table tr td {
    font-size: 7px;
    padding: 4px;
  }
  .casher-invoice .bototm-table .dd {
    font-size: 11px !important;
  }
  .casher-invoice .bototm-table .dd .nn {
    font-size: 11px !important;
  }
  .casher-invoice .wel {
    margin: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  .casher-invoice .bar_code_holder {
    width: 40% !important;
  }
  .casher-invoice .bar_code_holder svg {
    width: 100% !important;
    height: 100% !important;
  }
  .casher-invoice .parent-boxes-info {
    margin-top: 10px !important;
    width: 60% !important;
  }
}
.casher-invoice {
  width: 100%;
  font-size: 14px;
  min-height: 100vh;
  background-color: #f7f6fe;
}
.casher-invoice .invoice-content .logo-holder .the_image {
  width: 125px;
  height: auto;
  max-width: 100%;
}
.casher-invoice .invoice-content .bototm-table b {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.casher-invoice .invoice-content .parent-boxes-info {
  width: 35%;
}
.casher-invoice .invoice-content .parent-boxes-info .box-info-border {
  border: 1px dotted black;
  padding: 2px;
  display: flex;
  font-size: 15px !important;
  align-items: center;
  gap: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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: #fff;
  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;
}

.invoice-section .qr-holder svg {
  width: 180px;
  height: 250px;
}

.app {
  position: relative;
  min-height: calc(100vh - 66px);
  overflow-x: hidden;
  display: flex;
}
.app .sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  height: 100%;
  width: 216px;
  z-index: 11;
  overflow-y: auto;
  background: #fdfdfd;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  transition: 300ms;
  position: absolute;
  right: 0;
  top: 0%;
}
.app .sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
@media (max-width: 991.98px) {
  .app .sidebar {
    right: -216px;
  }
}
.app .sidebar .tog-active {
  color: #d7d7dc;
  cursor: pointer;
  margin: 20px 21px 9px auto;
  font-size: 20px;
  display: block;
}
.app .sidebar .list {
  padding: 7px;
  margin: 0;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app .sidebar .list .list-item {
  white-space: nowrap;
}
.app .sidebar .list .list-item a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  padding: 11px 8px;
  background-color: #1993D2;
  border-radius: 8px;
  gap: 5px;
  font-weight: 300;
}
.app .sidebar .list .list-item a svg:not(.arrow),
.app .sidebar .list .list-item a i,
.app .sidebar .list .list-item a svg:not(.arrow) {
  font-size: 18px;
  width: 30px;
  text-shadow: none;
}
.app .sidebar .list .list-item a .arrow {
  margin: 0;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 300;
  transition: transform ease-in-out 0.3s;
}
.app .sidebar .list .list-item a:not(.active):hover {
  opacity: 0.8;
}
.app .sidebar .list .list-item a[aria-expanded=true] .arrow {
  transform: rotate(90deg);
}
.app .sidebar .list .list-item a > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 1;
}
.app .sidebar .list .list-item a > div .main-badge {
  margin-right: auto !important;
  background-color: white !important;
  border: 0 !important;
}
.app .sidebar .list .item-collapse {
  margin-top: 4px;
  margin-right: 22px;
  list-style: none;
  position: relative;
}
.app .sidebar .list .item-collapse::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 10px;
  width: 3px;
  height: 100%;
  background-color: #9c9c9c;
}
.app .sidebar .list .item-collapse .list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.app .sidebar .list .item-collapse .list-item a {
  font-size: 14px;
  padding: 8px;
  height: unset !important;
}
.app .sidebar .list .item-collapse .list-item a svg,
.app .sidebar .list .item-collapse .list-item a i {
  font-size: 15px;
  width: 15px;
}
.app .main-side {
  width: calc(100% - 216px);
  margin: 0 auto 0 0;
  padding: 16px 16px 35px 16px;
  overflow-y: auto;
  transition: 300ms;
}
@media (max-width: 991.98px) {
  .app .main-side {
    width: 100%;
  }
}
.app.active .sidebar {
  width: 55px;
}
@media (max-width: 991.98px) {
  .app.active .sidebar {
    width: 216px;
    right: 0;
  }
}
.app.active .sidebar .list {
  transition: 300ms;
}
.app.active .sidebar .list .list-item {
  overflow: hidden;
}
.app.active .sidebar .list .list-item a .main-badge {
  display: none;
}
.app.active .main-side {
  width: calc(100% - 50px);
}

.option-section .a_content {
  position: relative;
}

.option-section .a_content::before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  width: 6%;
  height: 45px;
  top: 23px;
  right: 4px;
  z-index: 1111;
  border: 1px dashed #999;
  visibility: visible;
  opacity: 1;
}

.option-section {
  display: flex;
  flex-direction: column;
}

.option-section .item {
  padding: 7px 10px;
  border-radius: 4px;
  color: #c2c7d0;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 13px;
  align-items: center;
}

.option-section .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.option-section .collapse-border .item::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #c2c7d0;
}

.option-section .item .arrow-after {
  display: none;
}

.option-section .item[aria-expanded=true] .arrow-before {
  display: none;
}

.option-section .item[aria-expanded=true] .arrow-after {
  display: block;
}

.option-section .item .arrow-after,
.option-section .item .arrow-before {
  color: #c2c7d0;
  font-size: 14px;
}

.option-section .item .content-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.option-section .item .content-item i,
.option-section .item .content-item svg {
  color: #c2c7d0;
  font-size: 16px;
}

.option-section .collapse-border {
  position: relative;
}

.option-section .collapse-border::before {
  content: "";
  position: absolute;
  right: 13.5px;
  top: 0;
  height: calc(100% - 17px);
  width: 1px;
  background-color: #c2c7d0;
}

.option-section .mar-side {
  margin-right: 30px;
}

.main-navbar {
  z-index: 1111;
  background: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.main-navbar .tog-active {
  font-size: 20px;
  color: #9c9c9c;
  height: auto;
  cursor: pointer;
}
.main-navbar .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-navbar .logo .img {
  width: 150px;
  height: auto;
}
.main-navbar .logo .text {
  color: #737373;
  white-space: nowrap;
  font-size: 16px;
}
.main-navbar .list-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .main-navbar .list-item .btn {
    font-size: 12px !important;
    padding: 4px !important;
  }
}
.main-navbar .icon-nav .icon {
  font-size: 20px;
  width: 20px;
}
.main-navbar .icon-nav .main-badge {
  position: absolute;
  right: -10px;
  color: #fff;
  top: -10px;
  z-index: 2;
}
.main-navbar .icon-nav .dropdown-toggle {
  position: relative;
}
.main-navbar .icon-nav .dropdown-toggle::after {
  display: none;
}
.main-navbar .info-user {
  padding-right: 2rem;
  border-right: 1px solid #CCCCCC;
}
.main-navbar .info-user .content::after {
  content: none;
}
.main-navbar .info-user .content .text {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.main-navbar .info-user .content .text .name {
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.main-navbar .info-user .content .text .dic {
  color: #000000;
  font-size: 12px;
  opacity: 0.5;
}
.main-navbar .info-user .content .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #c1c1c1;
  justify-content: center;
}
.main-navbar .info-user .content .img .icon {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}

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

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

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

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

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

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

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.app-price {
  background-color: white;
  padding-top: 1px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  min-height: calc(100% - 57px - 39px);
  margin-bottom: 20px;
}
.app-price .price-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 10px solid #214136;
  z-index: 1;
  margin-top: 57px;
}
.app-price .price-page .logo-page {
  position: absolute;
  height: 124px;
  width: auto;
  inset-inline-end: 30px;
  top: -67px;
}
.app-price .price-page .fixed-logo {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
}
.app-price .price-page .content-page {
  padding: 30px;
}

.footer-page {
  margin-top: auto;
}
.footer-page .top-footer-page {
  background-color: #1C2120;
  padding: 1rem;
}
.footer-page .top-footer-page .item-footer-page {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 14px;
}
.footer-page .top-footer-page .item-footer-page .icon {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.footer-page .bottom-footer-page {
  background-color: #214136;
  padding: 16px;
}

.login_page {
  position: relative;
  min-height: 100vh;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
  direction: rtl;
}
.login_page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(114, 114, 114, 0.2), rgba(114, 114, 114, 0.2)), linear-gradient(113.44deg, rgba(3, 1, 76, 0.36) 27.53%, rgba(28, 28, 28, 0.36) 70.77%);
}
.login_page .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.login_page .container .logo-holder {
  position: relative;
  z-index: 11;
  align-self: flex-start;
}
.login_page .container .logo-holder .const-logo {
  width: 173px;
  height: auto;
}
.login_page .container .form_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  max-width: 100%;
  padding: 25px;
  border-radius: 15px;
  z-index: 11;
  background-color: #fff;
}
.login_page .container .form_content .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 409px;
  height: 509px;
  max-width: 100%;
}
.login_page .container .form_content .content-holder .header_title .title,
.login_page .container .form_content .content-holder .header_title .text {
  color: #3E3E3E;
}
.login_page .container .form_content .content-holder .header_title .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  margin-bottom: 25px;
}
.login_page .container .form_content .content-holder .header_title .text {
  margin-bottom: 0;
  font-size: 13.32px;
  font-weight: 400;
  line-height: 24.97px;
  opacity: 60%;
}
.login_page .container .form_content .content-holder .group-inp {
  width: 100%;
  height: 66px;
  border: 1px solid rgba(3, 1, 76, 0.2);
  border-radius: 8.5px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  padding: 0.6rem 1rem;
}
.login_page .container .form_content .content-holder .group-inp .inp {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
}
.login_page .container .form_content .content-holder .group-inp .inp::-moz-placeholder {
  font-size: 13.32px;
  font-weight: 700;
  line-height: 24.97px;
  text-align: right;
  color: #131313;
  opacity: 0.6;
}
.login_page .container .form_content .content-holder .group-inp .inp::placeholder {
  font-size: 13.32px;
  font-weight: 700;
  line-height: 24.97px;
  text-align: right;
  color: #131313;
  opacity: 0.6;
}
.login_page .container .form_content .content-holder .group-inp .box .icon {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.login_page .container .form_content .content-holder .form-check .form-check-label {
  font-size: 13.32px;
  font-weight: 400;
  line-height: 24.97px;
  text-align: right;
  color: #3E3E3E;
}
.login_page .container .form_content .content-holder .reseat {
  font-size: 13.32px;
  font-weight: 600;
  line-height: 24.97px;
  text-align: left;
  color: #3E3E3E;
}
.login_page .container .form_content .content-holder .sub_btn {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8.5px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: center;
  background-color: #3E3E3E;
  color: #fff;
}
.login_page .container .form_content .content-holder .sub_btn:hover {
  background-color: #25456d;
}
.login_page .container .form_content .content-holder .ask {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: center;
}
.login_page .container .form_content .content-holder .ask a {
  text-decoration: underline;
}

.main-btn {
  color: white !important;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  outline: none;
  display: flex;
  align-items: center;
  gap: 7px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 8px 13px;
  background: #0FC859;
}
.main-btn.btn-orange {
  background-color: #F99132;
}
.main-btn.btn-purple {
  background-color: #8D1EE5;
}
.main-btn.btn-blue {
  background-color: #1E88E5;
}
.main-btn.btn-main-color {
  background-color: #2E5789;
}
.main-btn .icon {
  width: 20px;
  height: auto;
}
.main-btn svg {
  font-size: 20px;
}
.main-btn .main-badge {
  position: absolute;
  left: -10px;
  top: -10px;
}

.main-badge {
  border: 2px solid #fff !important;
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #FF3636;
}
.main-badge.badge-info {
  background-color: #369FFF;
}

.btn-light-blue {
  padding: 5px 18px;
  background: #daecfb;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #369fff;
}

.btn-light-green {
  padding: 5px 18px;
  background: #d4f2e2;
  border-radius: 25px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  color: #0fc859;
}

.btn-light-red {
  padding: 5px 18px;
  background: #ebc8c8;
  border-radius: 25px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  color: #c80f0f;
}

.btn-light-yellow {
  padding: 5px 18px;
  background: #ffecb4;
  border-radius: 25px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #ffc107;
}

.btn-light-purple {
  padding: 5px 18px;
  background: #F2E7FD;
  white-space: nowrap;
  border-radius: 25px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #8D1EE5;
}

.main-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-whatsapp {
  background-color: #25D366;
  color: white !important;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  font-size: 27px;
  justify-content: center;
}

.dropdown-effect .dropdown-toggle::after {
  content: none;
}
.dropdown-effect .dropdown-menu {
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}
.dropdown-effect .dropdown-menu li .dropdown-item {
  text-align: start;
  font-size: 13px;
}
.dropdown-effect .dropdown-menu li .dropdown-item i,
.dropdown-effect .dropdown-menu li .dropdown-item svg,
.dropdown-effect .dropdown-menu li .dropdown-item img {
  width: 18px;
}
.dropdown-effect .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.select2 {
  width: 100% !important;
}

.select2-selection {
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  border-radius: 0.375rem !important;
}

.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;
  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;
  border-style: solid;
  border-color: black transparent transparent;
}
.btn-tooltip:hover .tip {
  opacity: 1;
}

.main-nav-pills .nav-link {
  color: #2E5789 !important;
  font-size: 15px;
}
.main-nav-pills .nav-link:hover {
  color: #2E5789 !important;
}
.main-nav-pills .nav-link.active {
  color: white !important;
  background-color: #2E5789 !important;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.main-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 1rem;
}
.main-title .small {
  font-size: 18px;
  color: #000000;
  opacity: 0.5;
}
.main-title .large {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}

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

.option-circle .circle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.option-circle .circle:first-child {
  margin-bottom: 6px;
}
.option-circle .circle:first-child span {
  background-color: #0FC859;
}
.option-circle .circle:last-child span {
  background-color: #8D1EE5;
}
.option-circle .circle span {
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.option-circle .circle p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}

.gray-select {
  background-color: #f2f5f7;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  color: #000 !important;
  padding: 6px 13px 6px 45px;
  font-weight: 600 !important;
  font-size: 15px;
}

.box-selected {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  flex-wrap: wrap;
}
.box-selected .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.box-selected .info span {
  font-weight: 600;
  font-size: 16px;
  color: #0f0f0f;
}

.box-search {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 10px;
  background-color: #fff;
  max-width: 100%;
}
.box-search input {
  font-weight: 600;
  font-size: 14px;
  width: 270px;
  height: 100%;
  max-width: calc(100% - 30px);
  border: none;
}
.box-search input:focus {
  outline: none;
}
.box-search input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 300ms;
  transition: 300ms;
}
.box-search input:focus::placeholder {
  opacity: 0;
  transition: 300ms;
}

.issues-tap .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  border: 1px solid #dee2e6;
  border-bottom-width: 0px;
  margin-left: 5px;
}
.issues-tap .nav-tabs .nav-item .nav-link i,
.issues-tap .nav-tabs .nav-item .nav-link svg {
  margin-left: 3px;
}
.issues-tap .nav-tabs .nav-item .nav-link:hover {
  background-color: rgba(98, 132, 167, 0.07);
}
.issues-tap .nav-tabs .nav-item .nav-link.active {
  color: #2E5789;
  background-color: rgba(98, 132, 167, 0.07);
  border-bottom-width: 1px;
}
.issues-tap .tab-content {
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top-width: 0px;
}
.issues-tap .tab-content .issue-info {
  border: 1px solid #dee2e6;
}
.issues-tap .tab-content .issue-info .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  background-color: #2E5789;
  color: #fff;
  font-size: 15px;
}
.issues-tap .tab-content .issue-info .head p {
  margin-bottom: 0;
}
.issues-tap .tab-content .issue-info .head span {
  display: inline-block;
}
.issues-tap .tab-content .issue-info .content {
  padding: 15px;
}

.issue-main-info {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.issue-main-info .content-header {
  color: #525f71;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.issue-main-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.issue-main-info ul li i,
.issue-main-info ul li svg {
  font-size: 45px;
  color: #2E5789;
  margin-bottom: 15px;
}
.issue-main-info ul li .main-title {
  margin-bottom: 15px;
  font-weight: 700;
  background-color: #e3f5ff;
  padding: 10px;
  font-size: 19px;
  color: #2E5789;
}
.issue-main-info ul li .main-title span {
  display: inline-block;
  font-size: 20px;
}
.issue-main-info ul li .title {
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 14px;
  padding: 10px;
  color: #2E5789;
}
.issue-main-info ul li .title.bg-red {
  background-color: #fde7e7;
  color: #FF3636;
}
.issue-main-info ul li .title.bg-green {
  color: #0FC859;
  background-color: #e3ffe6;
}
.issue-main-info ul li .info-grey {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  color: #6b7280;
}
.issue-main-info ul li .info {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #2E5789;
}
.issue-main-info ul li .info:last-child {
  margin-bottom: 15px;
}
.issue-main-info ul li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}

.step-anchor {
  border: 0;
}
.step-anchor li {
  position: relative;
  margin-right: 2px;
  display: flex;
  flex-grow: 1;
}
.step-anchor li a,
.step-anchor li button {
  cursor: pointer;
  padding: 0 3.75rem 0 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.5rem;
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none;
  color: #293240;
  font-weight: 500;
}
.step-anchor li a .icon,
.step-anchor li button .icon {
  position: absolute;
  right: 0;
  font-size: 2rem;
  left: auto;
}
.step-anchor li a .title-small,
.step-anchor li button .title-small {
  font-size: 12px;
  color: #6c757d !important;
}
.step-anchor li a.active, .step-anchor li a:hover,
.step-anchor li button.active,
.step-anchor li button:hover {
  color: #2E5789 !important;
}

.box-nums {
  border-radius: 8px;
  border: 1px solid #dfe0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: white;
  padding-bottom: 8px;
  flex-direction: column;
  transition: 300ms;
}
.box-nums .text,
.box-nums .num {
  color: white;
}
.box-nums .text {
  font-size: 19px;
  font-weight: 600;
}
.box-nums .num {
  font-size: 40px;
  font-weight: 700;
}
.box-nums:hover {
  transform: scale(1.02);
}
.box-nums.box-green {
  background-color: #0FC859;
}
.box-nums.box-red {
  background-color: #e52929;
}
.box-nums.box-purple {
  background-color: #8D1EE5;
}
.box-nums.box-main {
  background-color: #2E5789;
}
.box-nums.box-blue {
  background-color: #1E88E5;
}
.box-nums.box-orange {
  background-color: #F99132;
}

.box-statistic {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 140px;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e9ebec;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.1);
  background-color: hsl(36, 85%, 95%);
  transition: all 0.4s;
}
.box-statistic .right-side,
.box-statistic .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.box-statistic .right-side {
  align-items: flex-start;
}
.box-statistic .right-side .name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}
.box-statistic .right-side .amount {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0rem;
  line-height: 1.2;
  color: #333;
}
.box-statistic .right-side .link-view {
  text-decoration: underline;
  color: #333;
  font-size: 14px;
}
.box-statistic .left-side {
  align-items: flex-end;
}
.box-statistic .left-side .status-number {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #878a99;
}
.box-statistic .left-side .status-number.up {
  color: #0ab39c;
}
.box-statistic .left-side .status-number.down {
  color: #f06548;
}
.box-statistic .left-side .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: calc(1.2671875rem + 0.20625vw);
  background-color: #ff9700;
  color: #fff;
}
.box-statistic.purple {
  background-color: #f3e7fd;
}
.box-statistic.purple .left-side .icon-holder {
  background-color: #8d1fe2;
}
.box-statistic.green {
  background-color: #daf4f0;
}
.box-statistic.green .left-side .icon-holder {
  background-color: rgb(10, 179, 156);
}
.box-statistic.blue {
  background-color: #dff0fa;
}
.box-statistic.blue .left-side .icon-holder {
  background-color: rgb(41, 156, 219);
}
.box-statistic.yellow {
  background-color: hsl(49, 85%, 95%);
}
.box-statistic.yellow .left-side .icon-holder {
  background-color: rgb(255, 214, 33);
}
.box-statistic.red {
  background-color: #fde7e7;
}
.box-statistic.red .left-side .icon-holder {
  background-color: #fe3734;
}
.box-statistic:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.box-project {
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.box-project .img-holder {
  padding: 10px 10px 0px;
  height: 150px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-project .img-holder .pro-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-project .pro-info {
  padding: 0px 10px 15px;
}
.box-project .pro-info .holder-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.box-project .pro-info .holder-name .name,
.box-project .pro-info .holder-name span {
  color: #777;
}
.box-project .pro-info .holder-name .name {
  font-size: 16px;
}
.box-project .pro-info .holder-name span {
  font-size: 13px;
  font-weight: 600;
}
.box-project .pro-info .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-project .pro-info .bar .date {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}
.box-project .progress-holder {
  padding: 15px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.box-project .bar-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
.box-project .bar-options .btn-holder {
  display: flex;
  align-items: center;
  gap: 5px;
}

.team-work {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.team-work .team-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.team-work .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-work .btn-team {
  margin-top: 3px;
}
.team-work .btn-team i,
.team-work .btn-team svg {
  font-size: 17px;
}

.card-side {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}

.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 .data {
  padding: 10px;
}
.status_box .data > h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  z-index: 5;
}
.status_box .data > p {
  font-size: 16px;
  z-index: 5;
}
.status_box .icon {
  position: absolute;
  top: 20px;
  left: 15px;
}
.status_box .icon > svg {
  font-size: 50px;
  transition: transform 0.5s;
}
.status_box .icon > svg.blue-icon {
  color: #148a9d;
}
.status_box .icon > svg.success-icon {
  color: #228e3b;
}
.status_box .icon > svg.danger-icon {
  color: #bb2d3b;
}
.status_box .icon > svg.warning-icon {
  color: #d9a406;
}
.status_box .icon > svg.main-icon {
  color: #294e7b;
}
.status_box .icon > svg.purple-icon {
  color: #6615a7;
}
.status_box .icon > svg.sky-icon {
  color: #1b7ace;
}
.status_box .icon > svg.orange-icon {
  color: #e0822d;
}
.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);
}
.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.purple-box {
  background-color: #7217ba;
}
.status_box.main-box {
  background-color: #2E5789;
}
.status_box.sky-box {
  background-color: #1E88E5;
}
.status_box.orange-box {
  background-color: #F99132;
}
.status_box:hover .icon > svg {
  transform: scale(1.1);
}

.header-invoice {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}

.box-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  width: calc(16.6666666667% - 20px);
}
.box-icon img,
.box-icon svg,
.box-icon i {
  width: 32px;
  height: 32px;
  font-size: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  color: #f14f22;
}
.box-icon .text {
  line-height: 33.73px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991.98px) {
  .box-icon {
    width: calc(50% - 10px);
  }
}

.chat-container {
  background-color: #fff;
  height: calc(100vh - 3rem - 105px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 64px;
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.chat-container .header-chat {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 1;
  width: 100%;
}
.chat-container .body-chat {
  overflow: auto;
  padding: 20px 20px 0;
  flex: 1;
}
.chat-container .body-chat .message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 10px;
  justify-content: flex-start;
}
.chat-container .body-chat .message .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-container .body-chat .message .content-message {
  max-width: 70%;
}
.chat-container .body-chat .message .content-message .text {
  padding: 10px 15px;
  border-radius: 10px;
  border-start-start-radius: 0;
  position: relative;
  background-color: rgba(46, 87, 137, 0.3);
}
.chat-container .body-chat .message .content-message .text .name {
  font-size: 13px;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  color: #2E5789;
}
.chat-container .body-chat .message .content-message .text .name.purple {
  color: #8e44ad;
}
.chat-container .body-chat .message .content-message .text .files {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 100%;
  justify-content: start;
  width: 530px;
  gap: 10px;
}
.chat-container .body-chat .message .content-message .text .files .file {
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-container .body-chat .message .content-message .text .files .file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-container .body-chat .message .content-message .text .files .file .icon {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  padding: 10px;
  gap: 10px;
  color: #444;
}
.chat-container .body-chat .message .content-message .text .files .file .icon > i, .chat-container .body-chat .message .content-message .text .files .file .icon > svg {
  width: 50px;
  max-width: 100%;
  height: auto;
  color: #ed3f29;
}
@media (max-width: 767.98px) {
  .chat-container .body-chat .message .content-message .text .files {
    max-width: unset;
    flex-direction: column;
  }
  .chat-container .body-chat .message .content-message .text .files .file {
    width: 100%;
  }
}
.chat-container .body-chat .message .content-message .time {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.chat-container .body-chat .message.received {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.chat-container .body-chat .message.received .content-message {
  margin-inline-start: auto;
}
.chat-container .body-chat .message.received .content-message .text {
  background-color: #f1f1f1;
  border-start-start-radius: 10px;
  border-start-end-radius: 0;
}
.chat-container .body-chat .message.received .content-message .text .files {
  justify-content: end;
  margin-inline-start: auto;
}
.chat-container .body-chat .message.received .content-message .time {
  margin-inline-start: auto;
}
.chat-container .message-input {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  gap: 10px;
}
.chat-container .message-input .btn-file {
  position: relative;
}
.chat-container .message-input .btn-file svg,
.chat-container .message-input .btn-file i {
  font-size: 20px;
  color: #2E5789;
}
.chat-container .message-input .btn-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.chat-container .message-input input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  outline: 0 !important;
  border-radius: 20px;
}
.chat-container .message-input button {
  background-color: #2E5789;
  color: #fff;
  border: none;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
}
.chat-container .message-input button img {
  max-width: 100%;
  transform: rotateY(180deg);
  height: auto;
}

.bar-status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  padding-top: 28px;
  margin-bottom: 0px;
  width: 70%;
}
.bar-status li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-top: 2px;
  text-align: center;
  font-size: 11px;
}
.bar-status li::before {
  content: "";
  position: absolute;
  top: -16px;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  z-index: -1;
  background-color: #cbcbcb;
}
.bar-status li .circle {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 23px;
  color: white;
  border-radius: 50%;
  z-index: 2;
  background-color: #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar-status li .circle .checked {
  color: #fff;
  font-size: 15px;
}
.bar-status li.active {
  color: #2ba670;
}
.bar-status li.active .circle::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.bar-status li.active .circle, .bar-status li.active::before {
  background-color: #2ba670;
}
.bar-status li.active::before {
  inset-inline-end: -50%;
  z-index: 2;
}
.bar-status li.current .circle {
  background-color: #2ba670;
}
@media (max-width: 767.98px) {
  .bar-status li {
    font-size: 12px;
  }
}

.box-quotation {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 8px;
}
.box-quotation .content-box {
  padding: 20px;
}
.box-quotation .content-box .logo {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.box-quotation .content-box .logo img {
  width: 90px;
  height: auto;
}
.box-quotation .content-box .logo .title {
  color: #006666;
  font-size: 20px;
  font-weight: bold;
  text-wrap: nowrap;
}
.box-quotation .content-box .info {
  text-align: start;
}
.box-quotation .content-box .info .name {
  font-size: 20px;
  font-weight: bold;
  color: #006666;
}
.box-quotation .content-box .info small {
  color: #acb5cb;
  font-size: 13px;
}

.box-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 90px;
  padding: 15px 18px;
  border: 1px solid #1993D2;
  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 #1993D2;
}
.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;
}

.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;
  }
}
@media print {
  .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;
  }
}

select.form-control {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 35px;
}

.form-select {
  color: #6b7280;
  font-size: 14px;
}

.view-img-form {
  width: 150px;
  max-width: 100%;
  border-radius: 4px;
}

.special-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

.special-input {
  width: 100%;
}
.special-input span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.special-input .box-input {
  padding-left: 12px;
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.special-input .box-input input {
  direction: rtl;
  flex-grow: 1;
  padding: 9px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  border: none;
}
.special-input .box-input input:focus {
  outline: none;
}
.special-input .box-input input[type=file] {
  border-color: #bcbcbc;
}

.select-setting {
  font-weight: 600;
  font-size: 15px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #000;
}

.main-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.main-checkbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2E5789;
  opacity: 0;
  transition: 0.2s;
  background-image: url("../img/icons/trueMark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.main-checkbox:checked {
  background-color: transparent;
  border-color: #2E5789;
}
.main-checkbox:checked::before {
  opacity: 1;
}

.app .main-footer {
  width: calc(100% - 216px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px 7px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}
.app.active .main-footer {
  width: calc(100% - 50px);
}/*# sourceMappingURL=main.css.map */