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

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

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

.btn-green {
  background-color: #32A24C;
  color: white;
}
.btn-green:hover {
  color: white;
  background-color: #309748;
}

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

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

.status_red {
  padding: 8px 13px;
  color: #fff;
  background-color: #FF1F1D;
  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;
}

.form-floating > label {
  left: auto;
}

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

.badge-text {
  color: white;
  background-color: rgb(255, 56, 74);
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  vertical-align: middle;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
}

.w-cn {
  width: 126%;
}
@media (max-width: 991.98px) {
  .w-cn {
    width: 100%;
  }
}

.half-full-w {
  width: 50%;
}
@media (max-width: 767.98px) {
  .half-full-w {
    width: 100%;
  }
}

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

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

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

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

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

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

.table,
.table thead {
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
  border-radius: 5px;
}

.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;
  white-space: nowrap;
}

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

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

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

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #e9e9e9;
  font-size: 14px;
  min-width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

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

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

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

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

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

.breadcrumb-item a {
  color: #858585;
}
.breadcrumb-item a:hover {
  color: #525252;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0em;
  padding-left: 0.5rem;
}

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

#chartdiv {
  width: 100%;
  height: 205px;
}

.invoice-show .pay-invoice {
  width: 40%;
}
@media (max-width: 991.98px) {
  .invoice-show .pay-invoice {
    width: 100%;
  }
}
.invoice-show .pay-invoice .pay {
  text-align: center;
  background-color: #eee;
  color: #777;
  padding: 10px 0;
  font-size: 13px;
}
.invoice-show .pay-invoice .btn-img {
  position: relative;
  width: 103px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background-color: white;
  border: 1px solid #009080;
}
.invoice-show .pay-invoice .btn-img .choose {
  top: 0;
  position: absolute;
  right: 2px;
}
.invoice-show .pay-invoice .btn-img svg, .invoice-show .pay-invoice .btn-img i {
  font-size: 34px;
  color: #52a7e8;
}
.invoice-show .pay-invoice .btn-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.invoice-show .main {
  width: 60%;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  .invoice-show .main {
    width: 100%;
  }
}
.invoice-show .main .main-info div h6 {
  font-size: 14px;
  color: #777;
}
.invoice-show .main .main-info div span {
  font-size: 13px;
  color: #888;
}
.invoice-show .main .invoice-items {
  margin: 25px 0;
  text-align: right;
}
.invoice-show .main .invoice-items td {
  padding: 7px 0;
  border-top: #eee 1px solid;
}
.invoice-show .main .invoice-items .total td {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: 700;
}

@media print {
  .not-print {
    display: none !important;
  }

  .invoice-show {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .invoice-show .pay-invoice {
    display: none;
  }
  .invoice-show .main {
    direction: rtl !important;
  }
  .invoice-show .main.sec-main {
    width: 59% !important;
    margin-right: 210px !important;
  }
  .invoice-show .main .invoice-items {
    direction: rtl !important;
    text-align: initial;
  }
}
.app {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app .sidebar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 11;
  background-color: #3d3d3d;
  width: 240px;
  position: fixed;
  overflow-y: auto;
  height: 100%;
  right: 0;
  top: 0%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.app .sidebar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
@media (max-width: 991.98px) {
  .app .sidebar {
    right: -240px;
  }
}
.app .sidebar .close {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  display: none;
  left: 10px;
}
@media (max-width: 991.98px) {
  .app .sidebar .close {
    display: block;
  }
}
.app .sidebar .list {
  margin-top: 48px !important;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  height: 100%;
}
.app .sidebar .list .list-item {
  white-space: nowrap;
}
.app .sidebar .list .list-item a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  padding: 10px 11px 10px 12px;
  gap: 7px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  border-top: 1px solid #5c5c5c;
}
.app .sidebar .list .list-item a svg,
.app .sidebar .list .list-item a i {
  font-size: 15px;
  text-shadow: none;
  color: #969696;
  margin-left: 6px;
}
.app .sidebar .list .list-item a .arrow {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.app .sidebar .list .list-item a:not(.active):hover {
  cursor: pointer;
  background: #303030;
}
.app .sidebar .list .list-item a .badge-count {
  position: absolute;
  background-color: #ed4e2a;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  min-width: 17px;
  height: 17px;
  font-size: 10px;
}
.app .sidebar .list .list-item a[aria-expanded=true] .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.app .sidebar .list .list-item.active a {
  background: #e02222;
  border-top-color: transparent !important;
}
.app .sidebar .list .list-item.active a:hover {
  background: #e02222 !important;
}
.app .sidebar .list .list-item.active a svg,
.app .sidebar .list .list-item.active a i {
  color: white !important;
}
.app .sidebar .list .list-item.active a ::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0%;
  border-width: 12px;
  border-color: transparent transparent transparent white;
  border-style: solid;
}
.app .sidebar .list .item-collapse {
  margin-top: 4px;
  margin-right: 22px;
  list-style: none;
  position: relative;
}
.app .sidebar .list .item-collapse::before {
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 10px;
  width: 3px;
  height: 100%;
  background-color: #ddd;
  content: "";
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.app .sidebar .list .item-collapse .list-item a {
  font-size: 14px;
  padding: 12px;
  height: unset !important;
}
.app .sidebar .list .item-collapse .list-item a svg,
.app .sidebar .list .item-collapse .list-item a i {
  font-size: 15px;
}
.app .sidebar .list .item-collapse .list-item a .badge-count {
  min-width: 20px;
  font-size: 12px;
  height: 20px;
  left: 32px;
}
.app .main-side {
  width: calc(100% - 240px);
  margin: 0 auto 0 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .app .main-side {
    width: 100%;
  }
}
.app.active .sidebar {
  width: 57px;
}
@media (max-width: 991.98px) {
  .app.active .sidebar {
    width: 240px;
    right: 0;
  }
}
.app.active .sidebar .list {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.app.active .sidebar .list .list-item {
  overflow: hidden;
}
.app.active .sidebar .list .list-item a {
  gap: 18px;
}
.app.active .sidebar .list .list-item a svg:not(.arrow) {
  width: 29px;
}
.app.active .sidebar .list .list-item a .badge-count {
  display: none;
}
.app.active .sidebar:hover {
  width: 240px;
}
.app.active .sidebar:hover .list .list-item {
  overflow: unset;
}
.app.active .sidebar:hover .list .list-item a {
  gap: 7px;
}
.app.active .sidebar:hover .list .list-item a .badge-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app.active .main-side {
  width: calc(100% - 50px);
}

.main-navbar {
  width: 100%;
  z-index: 111;
  position: fixed;
  top: 0%;
  right: 0%;
  background-color: #3d3d3d;
  padding: 10px 15px;
  color: white;
}
.main-navbar .tog-nav {
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.main-navbar .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.main-navbar .list-item .icon-nav {
  color: #fff;
  font-size: 16px;
}
.main-navbar .list-item .icon-nav.notice .badge-count {
  background-color: #09AECE;
}
.main-navbar .list-item .icon-nav.msg .badge-count {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-navbar .list-item .icon-nav .badge-count {
  position: absolute;
  right: -8px;
  top: -4px;
  z-index: 2;
  width: 15px;
  height: 15px;
}
.main-navbar .list-item .icon-nav .dropdown-toggle {
  position: relative;
}
.main-navbar .list-item .icon-nav .dropdown-toggle::after {
  display: none;
}
@media (max-width: 767.98px) {
  .main-navbar .list-item .btn {
    font-size: 12px !important;
    padding: 4px !important;
  }
}

button.icon-nav {
  font-size: 15px !important;
}

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

* {
  -webkit-box-sizing: border-box;
          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;
}

/* status box style */
.status_box {
  position: relative;
  color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.status_box:hover .icon > svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.status_box .data {
  padding: 10px;
}
.status_box .data > h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  z-index: 5;
}
.status_box .data > p {
  font-size: 16px;
  z-index: 5;
}
.status_box .icon {
  position: absolute;
  top: 20px;
  left: 15px;
}
.status_box .icon > svg {
  font-size: 50px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.status_box .more {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  color: #fff;
}
.status_box .more:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.blue-box {
  background-color: #17a2b8;
}

.success-box {
  background-color: #28a745;
}

.danger-box {
  background-color: #dc3545;
}

.warning-box {
  background-color: #ffc107;
}

.blue-icon {
  color: #148a9d;
}

.success-icon {
  color: #228e3b;
}

.danger-icon {
  color: #bb2d3b;
}

.warning-icon {
  color: #d9a406;
}

.page-login {
  padding: 1.5rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(249, 250, 251);
}
.page-login .form-login {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 100%;
  width: 800px;
  margin-left: auto;
  overflow: hidden;
  margin-right: auto;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0 solid #d5d6d7;
}
.page-login .form-login .box-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .page-login .form-login .box-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-login .form-login .box-login .img-login {
  height: 8rem;
}
@media (min-width: 576px) {
  .page-login .form-login .box-login .img-login {
    height: auto;
    width: 50%;
  }
}
.page-login .form-login .box-login .img-login img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .page-login .form-login .box-login .img-login img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.page-login .form-login .box-login .content-login {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .page-login .form-login .box-login .content-login {
    width: 50%;
  }
}
.page-login .form-login .box-login .content-login .title {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #555;
  font-weight: 600;
}
.page-login .form-login .box-login .content-login .lable {
  margin-bottom: 4px;
}
.page-login .form-login .box-login .content-login .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.37) !important;
          box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.37) !important;
}
.page-login .form-login .box-login .content-login .form-control::-webkit-input-placeholder {
  font-size: 11px;
}
.page-login .form-login .box-login .content-login .form-control::-moz-placeholder {
  font-size: 11px;
}
.page-login .form-login .box-login .content-login .form-control:-ms-input-placeholder {
  font-size: 11px;
}
.page-login .form-login .box-login .content-login .form-control::-ms-input-placeholder {
  font-size: 11px;
}
.page-login .form-login .box-login .content-login .form-control::placeholder {
  font-size: 11px;
}
.page-login .form-login .box-login .content-login .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-login .form-login .box-login .content-login .form-control:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page-login .form-login .box-login .content-login .form-control:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.page-login .form-login .box-login .content-login .form-control:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.page-login .form-login .box-login .content-login .form-control:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-login .form-login .box-login .content-login .acc-new {
  display: block;
  color: #2ba670;
}
.page-login .form-login .box-login .content-login .sub {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #2ba670;
  cursor: pointer;
}
.page-login .form-login .box-login .content-login .sub:hover {
  background-color: #269363;
}
.page-login .form-login .box-login .content-login .sub:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.37) !important;
          box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.37) !important;
}
.page-login .form-login .box-login .content-login .logo-footer {
  width: 55px;
}

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

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

.ignoreBtn_bg {
  background-color: #FF1F1D;
  color: #fff;
}
.ignoreBtn_bg:hover {
  color: #fff;
  background-color: #da2624;
}

.badge-count {
  background-color: #FF1F1D;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 18px;
  min-width: 18px;
  font-family: sans-serif;
  border-radius: 5px;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whatsapp {
  background-color: #3EBD4E;
  color: white;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

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

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  -webkit-box-shadow: 0 0 6px 0 #d3d3d3;
          box-shadow: 0 0 6px 0 #d3d3d3;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  -webkit-box-shadow: 0 0 6px 0 #aeaaaa;
          box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #2ba670;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #2ba670;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.states-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  -webkit-box-shadow: 0 0 9px 0 #dbdbdb;
          box-shadow: 0 0 9px 0 #dbdbdb;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.states-box:hover {
  -webkit-box-shadow: 0 0 9px 0 #b4b4b4;
          box-shadow: 0 0 9px 0 #b4b4b4;
}
.states-box .data-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 7px;
}
.states-box .data-icon .num-1 {
  color: #03A9F4;
}
.states-box .data-icon .icon-1 {
  color: #03A9F4;
}
.states-box .data-icon .num-2 {
  color: #ff835c;
}
.states-box .data-icon .icon-2 {
  color: #ff835c;
}
.states-box .data-icon .num-3 {
  color: #2ba670;
}
.states-box .data-icon .icon-3 {
  color: #2ba670;
}
.states-box .data-icon .num-4 {
  color: #ff594d;
}
.states-box .data-icon .icon-4 {
  color: #ff594d;
}
.states-box .text {
  margin-bottom: 15px;
}
.states-box .prog-box .prog {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #e7e7e7;
  position: relative;
}
.states-box .prog-box .prog span {
  height: 100%;
  border-radius: 20px;
}
.states-box .prog-box .prog span.prog-1 {
  position: absolute;
  width: 80%;
  background-color: #03A9F4;
}
.states-box .prog-box .prog span.prog-2 {
  position: absolute;
  width: 90%;
  background-color: #ff835c;
}
.states-box .prog-box .prog span.prog-3 {
  position: absolute;
  width: 70%;
  background-color: #2ba670;
}
.states-box .prog-box .prog span.prog-4 {
  position: absolute;
  width: 70%;
  background-color: #ff594d;
}

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

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

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}
.form-control::-webkit-input-placeholder {
  font-size: 11px;
}
.form-control::-moz-placeholder {
  font-size: 11px;
}
.form-control:-ms-input-placeholder {
  font-size: 11px;
}
.form-control::-ms-input-placeholder {
  font-size: 11px;
}
.form-control::placeholder {
  font-size: 11px;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-check {
  padding-left: 0px;
  padding-right: 1.5em;
}
.form-check .form-check-input {
  float: right;
  margin-left: 0px;
  margin-right: -1.4em;
}
.form-check .form-check-label {
  font-size: 12px;
  color: #777;
}

.input-group .input-group-text {
  line-height: 1.3 !important;
  font-size: 12px;
  gap: 6px;
}
.input-group .input-group-text I, .input-group .input-group-text svg {
  font-size: 16px;
  color: #7d7c7c;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px !important;
  margin-right: -1px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.footer-app {
  background: #3d3d3d;
  height: 55px;
  color: #999999;
  z-index: 1;
  position: relative;
  text-align: start;
  padding: 10px 10px;
}
.footer-app a {
  font-size: 12px;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-app a:hover {
  color: #fff;
}
.footer-app .logo {
  width: 100px;
}