.text-main-color {
  color: #09adce;
}

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

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

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

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

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

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

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

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

.w-180px {
  width: 180px !important;
}

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

.w-250px {
  width: 250px !important;
}

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

@media (min-width: 1200px) {
  .special-col {
    flex: 0 0 auto !important;
    width: 14.666667% !important;
  }
  .special-medal-col {
    flex: 0 0 auto;
    width: 52%;
  }
}
.fs-10px {
  font-size: 10px;
}

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

.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-18px {
  font-size: 18px !important;
}

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

.v-center {
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .sw-100 {
    width: 100% !important;
  }
  .section-mobile {
    padding-top: calc(75px + 1rem) !important;
    padding-bottom: calc(65.5px + 2rem) !important;
  }
}
@media (max-width: 1199.98px) {
  .lw-100 {
    width: 100% !important;
  }
}
body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #f7f6fe;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
}

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

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

button {
  border: none;
  outline: none;
}

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

.main-section {
  padding: 3rem 0;
  min-height: calc(100vh - 46.66px - 54.75px - 68.98px);
}
@media (max-width: 767.98px) {
  .main-section {
    min-height: calc(100vh - 62px - 65.5px - 68.98px);
    padding: 0rem 0;
  }
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #09b6d8;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #09adce;
}

.loader-holder {
  background: url(../img/flying_clock.gif) no-repeat center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 430px;
  top: 0;
  right: 0;
  background-color: #fefeff;
  z-index: 1111;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.loader-holder.hidden {
  visibility: hidden;
  opacity: 0;
}

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

@media print {
  .container, .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .main-section {
    padding: unset;
    min-height: unset;
  }
  #prt-content {
    padding: 0.5rem;
  }
  body {
    background-color: white;
  }
  .not-print {
    display: none !important;
  }
  .invoice-name {
    font-size: 12px !important;
    padding-top: 10px !important;
  }
  .fw-bold {
    font-size: 12px !important;
  }
  .the_date {
    font-size: 12px !important;
  }
  .tax-number {
    font-size: 12px !important;
  }
  .the_address {
    font-size: 12px !important;
  }
  .main-table tr th {
    font-size: 10px !important;
    padding: 0px !important;
  }
  .main-table tr td {
    font-size: 10px !important;
    padding: 2px !important;
  }
  .form-control {
    font-size: 10px !important;
  }
  .invoice-section .invoice-content {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .invoice-section .the-title {
    font-size: 12px !important;
  }
  .invoice-section .in-print .top-fs {
    font-size: 10px !important;
  }
  .invoice-section .in-print .b-fs {
    font-size: 10px !important;
  }
  .invoice-section .the_image {
    width: 60px !important;
  }
  .invoice-section .d-b {
    display: block !important;
  }
  .invoice-section .second-responsive {
    margin-top: 0 !important;
  }
  .invoice-section .main-table thead tr th {
    font-size: 6px !important;
  }
  .invoice-section .main-table tbody tr td {
    font-size: 5px !important;
  }
  .invoice-section .main-table.second-table thead tr th {
    font-size: 6px !important;
  }
  .invoice-section .main-table.second-table tbody tr td {
    font-size: 6px !important;
  }
  .invoice-section .bar_code_holder svg, .invoice-section .bar_code_holder img {
    width: 70px !important;
    height: 50px !important;
  }
  .invoice-section .container {
    padding: 0px 1px !important;
  }
  .text_area_holder {
    margin-bottom: 1rem !important;
  }
  .bar_code_holder svg {
    width: 90px !important;
  }
  .box-header-invoice {
    font-size: 13px !important;
  }
  .table-print thead tr th {
    font-size: 10px !important;
    padding: 4px !important;
  }
  .table-print tbody tr td {
    font-size: 12px !important;
    padding: 4px !important;
  }
}
.btn-img {
  position: relative;
  width: 103px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background-color: white;
  border: 1px solid #009080;
}
.btn-img .choose {
  top: 0;
  position: absolute;
  right: 2px;
}
.btn-img svg,
.btn-img i {
  font-size: 34px;
  color: #52a7e8;
}
.btn-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lang {
  font-size: 23px;
}

.lang-control {
  font-size: 35px;
}

section.app {
  font-size: 14px;
}
section.app .list-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
section.app .cards .card-app {
  border: 1px solid #ddd;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
}
section.app .cards .card-app .title-card-app {
  background-color: #eee;
  color: #777;
  font-size: 13.5px;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold;
}
section.app .cards .card-app .body-card-app {
  overflow-y: auto;
  padding: 0 7px;
  padding-bottom: 5px;
}
section.app .cards .card-app .body-card-app.content {
  height: 270px;
}
section.app .cards .card-app .body-card-app td,
section.app .cards .card-app .body-card-app th {
  font-size: 12px;
  font-weight: normal;
}
section.app .cards .card-app .body-card-app .footer-table {
  background-color: #f0f0f0;
}
section.app .cards .card-app .body-card-app .footer-table .num {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 5px 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
section.app .cards .card-app .body-card-app .list-orders {
  max-height: 169px;
  display: grid;
  gap: 8px;
  align-items: start;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  section.app .cards .card-app .body-card-app .list-orders {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.app .btns-control .btn {
  height: 40px;
  display: flex;
  align-items: center;
  width: 100% !important;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.box-invoice {
  border: 2px solid black;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 8px;
}

.box-invoice p {
  margin-bottom: 2px;
  font-size: 15px;
}

.box-invoice h6 {
  font-size: 14px;
}

.not-display {
  display: none;
}

@media print {
  .not-display {
    display: block !important;
  }
  .printContract .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .box-invoice .col-md-4.p-3 {
    width: 33.3333333333%;
  }
  .box-invoice .col-md-4.p-3 * {
    font-size: 10px;
  }
  .box-invoice .col-md-4.p-3 img {
    width: 50px;
  }
  .parent-barcode {
    width: 25%;
  }
  .table-info {
    width: 74%;
  }
  .col-md-4 {
    width: 20%;
  }
  .col-md-8 {
    width: 80%;
  }
  .table-invoice {
    margin: 0;
  }
  .table-invoice th {
    font-size: 10px !important;
  }
  .table-invoice td {
    font-size: 11px !important;
  }
  .dashboard-card {
    visibility: hidden;
  }
  .print-margin {
    margin-top: -120px !important;
  }
  .not-print {
    display: none !important;
  }
  .print-show {
    display: block !important;
  }
  .dashboard-content {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .col-md-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
}
.top-nav {
  background-color: #09adce;
  color: white;
  font-size: 13px;
  z-index: 1000;
}
.top-nav .container {
  display: flex;
  align-items: center;
  position: relative;
}
.top-nav .container .hid-div {
  visibility: hidden;
}
.top-nav .container .tog-show {
  margin: 10px 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .top-nav .container .tog-show {
    display: block;
  }
}
.top-nav .container .tog-show i,
.top-nav .container .tog-show svg {
  font-size: 23px;
}
.top-nav .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav .container a {
  color: white;
  font-size: 13px;
}
.top-nav .container .list-item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .top-nav .container .list-item {
    flex-direction: column;
    position: absolute;
    top: 100%;
    min-width: 200px;
    display: none;
    right: 0;
    background-color: #313131;
  }
  .top-nav .container .list-item li {
    width: 100%;
  }
  .top-nav .container .list-item li a {
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
    transition: 300ms;
  }
  .top-nav .container .list-item li a::before {
    display: none;
  }
  .top-nav .container .list-item li a:hover {
    color: #09adce;
  }
}
.top-nav .container .list-item li a {
  padding: 0.7rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-nav .container .list-item li a::before {
  content: "";
  width: 100%;
  left: 100%;
  bottom: 3px;
  transition: 300ms;
  position: absolute;
  height: 3px;
  background-color: white;
}
.top-nav .container .list-item li a:hover::before {
  left: 0;
}

.bottom-nav {
  box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  border-bottom: 3px solid #09adce;
  background-color: white;
  z-index: 1000;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .bottom-nav .container .tog-show {
    display: inline-block;
    margin: 10px 0;
  }
}
.bottom-nav .container .tog-show i,
.bottom-nav .container .tog-show svg {
  font-size: 23px;
  color: black;
}
.bottom-nav .container .list-item {
  display: flex;
  z-index: 111;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .bottom-nav .container .list-item {
    flex-direction: column;
    display: none;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 1rem 0.7rem;
  display: block;
  transition: 300ms;
  color: black;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
}
.bottom-nav .container .list-item li .item .badge-count {
  position: absolute;
  left: 0px;
  top: 13%;
}
.bottom-nav .container .list-item li .item .i-item {
  transition: 300ms;
  color: #8f9ab8;
  font-size: 16px;
  margin-right: 2px;
}
.bottom-nav .container .list-item li .item:hover {
  color: #09adce;
}
.bottom-nav .container .list-item li .item:hover i,
.bottom-nav .container .list-item li .item:hover svg {
  color: #09adce;
}
.bottom-nav .container .list-item li .item.active {
  color: #09adce;
}
.bottom-nav .container .list-item li .item.active i,
.bottom-nav .container .list-item li .item.active svg {
  color: #09adce;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: flex;
}

.top-nav-mob {
  position: fixed;
  left: 0;
  height: 62px;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
}
.top-nav-mob .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.top-nav-mob .nav-content .navbar {
  width: 100%;
  gap: 13px;
}
.top-nav-mob .nav-content .navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.top-nav-mob .nav-content .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.top-nav-mob .nav-content .navbar .offcanvas {
  width: 290px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav {
  position: relative;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img {
  margin-bottom: 15px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border: 1px solid #ddd;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h5,
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h6 {
  font-weight: 700;
  margin: 0;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item.nav-img h6 {
  color: #09adce;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  transition: 0.3s ease;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  background-color: #f3f3f3 !important;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  background-color: #09adce;
  color: #fff;
  margin-bottom: 10px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active:hover {
  background-color: #09adce !important;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link i,
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link svg {
  font-size: 14px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link .holder-name {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 7px;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow {
  justify-content: space-between;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow .arrow {
  transition: 0.4s ease;
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.nav-arrow[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
.top-nav-mob .nav-content .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .sub-menu {
  border-right: 1px solid #000000;
  margin-right: 20px;
}
.top-nav-mob .nav-content .image-holder a {
  position: relative;
}
.top-nav-mob .nav-content .image-holder a span {
  position: absolute;
  right: -6px;
  top: -2px;
  background: #d56363;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  position: relative;
  top: 0;
  height: 65.5px;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  transition: 0.4s;
  border-bottom: 1px solid #efeff0;
}
@media (max-width: 767.98px) {
  .header {
    position: fixed !important;
    bottom: 0;
    top: auto;
    border-top: 1px solid #efeff0;
  }
  .header .main-nav .nav-menu {
    justify-content: space-around !important;
  }
  .header .main-nav .nav-menu .nav-item .nav-link {
    padding: 6px 11px !important;
  }
}
.header .main-nav .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}
.header .main-nav .nav-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  color: #AFB1B6;
  transition: 0.4s;
}
.header .main-nav .nav-menu .nav-item .nav-link .nav-icon {
  font-size: 18px;
}
.header .main-nav .nav-menu .nav-item .nav-link.active .nav-icon,
.header .main-nav .nav-menu .nav-item .nav-link.active .nav-name {
  color: #09adce;
}
.header .main-nav .nav-menu .nav-item .nav-link .nav-name {
  font-weight: 500;
  font-size: 13px;
}
.header .main-nav .nav-menu .nav-item .nav-link:hover {
  color: #09adce;
}

section.page-login {
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  align-items: center;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
section.page-login .form-login {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.page-login .form-login .box-login {
  display: flex;
  flex-direction: row-reverse;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.2);
  min-height: 600px;
}
@media (max-width: 768px) {
  section.page-login .form-login .box-login {
    flex-direction: column;
    min-height: auto;
  }
}
section.page-login .form-login .box-login .img-login {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.page-login .form-login .box-login .img-login {
    width: 100%;
    height: 250px;
  }
}
section.page-login .form-login .box-login .img-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(9, 173, 206, 0.85) 0%, rgba(7, 140, 167, 0.85) 100%);
  z-index: 1;
}
section.page-login .form-login .box-login .img-login::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  border-radius: 0 50% 50% 0;
}
@media (max-width: 768px) {
  section.page-login .form-login .box-login .img-login::after {
    display: none;
  }
}
section.page-login .form-login .box-login .img-login img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.page-login .form-login .box-login .content-login {
  width: 50%;
  padding: 4rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  section.page-login .form-login .box-login .content-login {
    width: 100%;
    padding: 2.5rem 2rem;
  }
}
section.page-login .form-login .box-login .content-login::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(9, 173, 206, 0.05) 0%, rgba(7, 140, 167, 0.05) 100%);
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: 0;
}
section.page-login .form-login .box-login .content-login::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(9, 173, 206, 0.08) 0%, rgba(7, 140, 167, 0.08) 100%);
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
  z-index: 0;
}
section.page-login .form-login .box-login .content-login .w-100 {
  position: relative;
  z-index: 1;
}
section.page-login .form-login .box-login .content-login .title {
  margin-bottom: 2rem;
  font-size: 28px;
  font-weight: 700;
  color: #1a202c;
}
@media (max-width: 768px) {
  section.page-login .form-login .box-login .content-login .title {
    font-size: 24px;
  }
}
section.page-login .form-login .box-login .content-login .lang-control {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #09adce 0%, #078ca7 100%);
  color: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(9, 173, 206, 0.3);
}
section.page-login .form-login .box-login .content-login .lang-control:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(9, 173, 206, 0.4);
}
section.page-login .form-login .box-login .content-login .lable {
  margin-bottom: 10px;
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
}
section.page-login .form-login .box-login .content-login .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #f7fafc;
}
section.page-login .form-login .box-login .content-login .form-control:focus {
  box-shadow: 0 0 0 4px rgba(9, 173, 206, 0.1) !important;
  border-color: #09adce;
  background-color: #ffffff;
  outline: none;
}
section.page-login .form-login .box-login .content-login .form-control::-moz-placeholder {
  color: #a0aec0;
}
section.page-login .form-login .box-login .content-login .form-control::placeholder {
  color: #a0aec0;
}
section.page-login .form-login .box-login .content-login .d-flex {
  position: relative;
  gap: 10px;
}
section.page-login .form-login .box-login .content-login .d-flex .form-control {
  flex: 1;
}
section.page-login .form-login .box-login .content-login .d-flex button {
  height: 52px !important;
  width: 52px;
  border: 2px solid #e2e8f0;
  background: #f7fafc;
  color: #09adce;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page-login .form-login .box-login .content-login .d-flex button:hover {
  background-color: #09adce;
  border-color: #09adce;
  color: white;
}
section.page-login .form-login .box-login .content-login .d-flex button i {
  font-size: 18px;
}
section.page-login .form-login .box-login .content-login .sub {
  transition: all 0.4s ease;
  width: 100%;
  color: white;
  text-align: center;
  padding: 16px 1rem;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #09adce 0%, #078ca7 100%);
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 30px rgba(9, 173, 206, 0.3);
  position: relative;
  overflow: hidden;
}
section.page-login .form-login .box-login .content-login .sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
section.page-login .form-login .box-login .content-login .sub:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(9, 173, 206, 0.4);
}
section.page-login .form-login .box-login .content-login .sub:hover::before {
  left: 100%;
}
section.page-login .form-login .box-login .content-login .sub:active {
  transform: translateY(-1px);
}
section.page-login .form-login .box-login .content-login hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  margin: 2rem 0;
}
section.page-login .form-login .box-login .content-login .fs-10px {
  color: #718096;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
section.page-login .form-login .box-login .content-login .fs-10px:hover {
  color: #09adce;
}
section.page-login .form-login .box-login .content-login .logo-footer {
  width: 50px;
  transition: transform 0.3s ease;
}
section.page-login .form-login .box-login .content-login .logo-footer:hover {
  transform: scale(1.1) rotate(5deg);
}

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

.btn-img {
  position: relative;
  width: 103px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  background-color: white;
  border: 1px solid #009080;
}
.btn-img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-img i,
.btn-img svg {
  font-size: 34px;
  color: #52a7e8;
}
.btn-img .choose {
  position: absolute;
  top: 0;
  right: 3px;
}

.trans-btn {
  background-color: #528de3;
  border: 1px solid #528de3;
  color: #fff;
}
.trans-btn:hover {
  background-color: #377fe8;
  border: 1px solid #377fe8;
  color: #fff;
}
.trans-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #09adce;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.btns-table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-purple {
  color: white;
  background-color: #8e44ad;
}
.btn-purple:hover {
  background-color: #7d3d99;
  color: white;
}

.order-btn {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.order-btn img {
  padding: 0rem;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 12px 0 #eeebeb;
  margin-bottom: 10px;
}
.order-btn .about-product {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}

.btn-info,
.btn-warning {
  color: white;
}
.btn-info:hover,
.btn-warning:hover {
  color: white;
}
.btn-info:focus,
.btn-warning:focus {
  color: white;
}

.control-num {
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
}

.sec-btn-gre {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 9px;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #fff;
  border: 1px solid #09adce;
  border-radius: 1px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  transition: 0.4s;
}
.sec-btn-gre i,
.sec-btn-gre svg {
  font-size: 14px;
}
.sec-btn-gre:hover {
  color: #09adce;
}
.sec-btn-gre::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 180%;
  z-index: -1;
  background-color: #09adce;
  transition: 0.4s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.sec-btn-gre:hover::before {
  height: 0%;
}

.badge-ligth {
  border-radius: 50px;
  padding: 0.3rem 1rem;
  color: #5d5d00;
  background-color: #ffff9a;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0 8px 0 rgba(189, 188, 63, 0.6392156863);
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip .tip {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  z-index: 11111;
  visibility: hidden;
  transition: 0.3s;
  color: #fff;
  background-color: black;
}
.btn-tooltip .tip::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  z-index: 11111;
  border-style: solid;
  border-color: black transparent transparent;
}
.btn-tooltip:hover .tip {
  opacity: 1;
  visibility: visible;
}
.btn-tooltip.left-dir .tip {
  bottom: 0px;
  left: -150%;
}
.btn-tooltip.left-dir .tip::before {
  bottom: 8px;
  left: calc(100% + 8px);
  border-color: transparent transparent transparent black;
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

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

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

.xl-label {
  color: #6b7280;
  font-size: 16px;
}

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

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

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

.boxes-info .box-info {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  padding: 28px 20px;
  text-align: end;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.boxes-info .box-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 18px 0 0 18px;
}
.boxes-info .box-info::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.boxes-info .box-info:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.boxes-info .box-info:hover::before {
  width: 100%;
}
.boxes-info .box-info:hover::after {
  opacity: 1;
}
.boxes-info .box-info:hover .bg-icon {
  transform: scale(1.15) rotate(10deg);
  opacity: 1;
}
.boxes-info .box-info:hover .num {
  transform: scale(1.05);
}
.boxes-info .box-info:hover .text {
  color: #fff;
}
.boxes-info .box-info.blue::before {
  background: linear-gradient(180deg, #5b8af0 0%, #4169e1 100%);
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.blue:hover {
  box-shadow: 0 12px 35px rgba(91, 138, 240, 0.25);
}
.boxes-info .box-info.green::before {
  background: linear-gradient(180deg, #2ba670 0%, #1e8a5a 100%);
}
.boxes-info .box-info.green .bg-icon {
  color: #2ba670;
}
.boxes-info .box-info.green:hover {
  box-shadow: 0 12px 35px rgba(43, 166, 112, 0.25);
}
.boxes-info .box-info.pur::before {
  background: linear-gradient(180deg, #7b74eb 0%, #6158d3 100%);
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.pur:hover {
  box-shadow: 0 12px 35px rgba(123, 116, 235, 0.25);
}
.boxes-info .box-info.red::before {
  background: linear-gradient(180deg, #de5f56 0%, #c9302c 100%);
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info.red:hover {
  box-shadow: 0 12px 35px rgba(222, 95, 86, 0.25);
}
.boxes-info .box-info .num {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  background: linear-gradient(135deg, #333 0%, #555 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6c757d;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -5%;
  bottom: -10%;
  font-size: 80px;
  opacity: 0.9;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
  border: none;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: rgba(255, 255, 255, 0.95);
}
.boxes-info.boxes-bg-color .box-info .num {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.boxes-info.boxes-bg-color .box-info::before {
  background: rgba(255, 255, 255, 0.15) !important;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background: linear-gradient(135deg, #5b8af0 0%, #4169e1 100%);
}
.boxes-info.boxes-bg-color .box-info.green {
  background: linear-gradient(135deg, #2ba670 0%, #1e8a5a 100%);
}
.boxes-info.boxes-bg-color .box-info.pur {
  background: linear-gradient(135deg, #7b74eb 0%, #6158d3 100%);
}
.boxes-info.boxes-bg-color .box-info.red {
  background: linear-gradient(135deg, #de5f56 0%, #c9302c 100%);
}

@media (max-width: 768px) {
  .boxes-info .box-info {
    padding: 22px 16px;
  }
  .boxes-info .box-info .num {
    font-size: 26px;
  }
  .boxes-info .box-info .text {
    font-size: 14px;
  }
  .boxes-info .box-info .bg-icon {
    font-size: 65px;
  }
}
/* status box style */
.status_section .row > [class*=col]:nth-child(1) .status_box {
  animation: slideInUp 0.6s ease 0.1s backwards;
}
.status_section .row > [class*=col]:nth-child(2) .status_box {
  animation: slideInUp 0.6s ease 0.2s backwards;
}
.status_section .row > [class*=col]:nth-child(3) .status_box {
  animation: slideInUp 0.6s ease 0.3s backwards;
}
.status_section .row > [class*=col]:nth-child(4) .status_box {
  animation: slideInUp 0.6s ease 0.4s backwards;
}

.status_box {
  position: relative;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 180px;
  display: flex;
  flex-direction: column;
}
.status_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(40%, -40%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.status_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.status_box.blue-box {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 50%, #0e6674 100%);
}
.status_box.blue-box:hover {
  box-shadow: 0 15px 45px rgba(23, 162, 184, 0.35);
}
.status_box.success-box {
  background: linear-gradient(135deg, #28a745 0%, #218838 50%, #1e7e34 100%);
}
.status_box.success-box:hover {
  box-shadow: 0 15px 45px rgba(40, 167, 69, 0.35);
}
.status_box.danger-box {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
}
.status_box.danger-box:hover {
  box-shadow: 0 15px 45px rgba(220, 53, 69, 0.35);
}
.status_box.warning-box {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 50%, #d39e00 100%);
}
.status_box.warning-box:hover {
  box-shadow: 0 15px 45px rgba(255, 193, 7, 0.35);
}
.status_box:hover {
  transform: translateY(-10px) scale(1.02);
}
.status_box:hover::before {
  transform: translate(40%, -40%) scale(1.4);
}
.status_box:hover::after {
  opacity: 1;
}
.status_box:hover .icon svg, .status_box:hover .icon i {
  transform: scale(1.2) rotate(-8deg);
  opacity: 0.4;
}
.status_box:hover .data > h3 {
  transform: scale(1.05);
}
.status_box:hover .more {
  background-color: rgba(0, 0, 0, 0.25);
}
.status_box:hover .more svg, .status_box:hover .more i {
  animation: arrowBounce 0.6s ease infinite;
}
.status_box .data {
  padding: 24px 20px 16px;
  position: relative;
  z-index: 2;
  flex: 1;
}
.status_box .data > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 0 0 8px;
  white-space: nowrap;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -1px;
}
.status_box .data > h3::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.status_box .data > p {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.95;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.status_box .icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.status_box .icon svg, .status_box .icon i {
  font-size: 70px;
  opacity: 0.15;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.2));
  display: block;
}
.status_box .more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 14px 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.status_box .more i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.status_box .more:hover {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 14px 10px;
  letter-spacing: 1px;
}
.status_box:hover .data > h3::after {
  width: 100%;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@media (max-width: 1199px) {
  .status_box {
    min-height: 160px;
  }
  .status_box .data > h3 {
    font-size: 2.4rem;
  }
  .status_box .icon i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .status_box {
    min-height: 150px;
    border-radius: 16px;
  }
  .status_box .data {
    padding: 20px 16px 14px;
  }
  .status_box .data > h3 {
    font-size: 2rem;
  }
  .status_box .data > p {
    font-size: 15px;
  }
  .status_box .icon {
    top: 15px;
    left: 15px;
  }
  .status_box .icon i {
    font-size: 50px;
  }
  .status_box .more {
    padding: 12px 0;
    font-size: 14px;
  }
  .status_box .more i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .status_box .data > h3 {
    font-size: 1.8rem;
  }
}
@media (prefers-color-scheme: dark) {
  .status_box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
  .status_box::before {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  }
}
.box-header-invoice {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  display: none;
}
@media print {
  .box-header-invoice {
    display: block;
  }
  .box-header-invoice .col-md-8 {
    width: 66.66666667% !important;
  }
  .box-header-invoice .col-md-4 {
    width: 33.33333333% !important;
  }
}
.box-header-invoice .img-logo {
  width: 70px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table tbody {
  border-top: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .main-table tr td {
    white-space: nowrap;
  }
}

.box-content {
  border-radius: 0.3rem;
  background-color: white;
  padding: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.box-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #09adce;
  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:hover {
  box-shadow: inset 0 0 0 100px #09adce;
}
.box-report:hover p {
  color: white;
}
.box-report p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  color: #020000;
  transition: 0.7s;
}
@media (min-width: 1200px) {
  .box-report p {
    margin-left: 20px;
  }
}
.box-report .report-img {
  width: 60px;
  height: 55px;
}

.box-white {
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 1px solid #ddd;
  padding: 1rem;
}

.states-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  box-shadow: 0 0 9px 0 #dbdbdb;
  transition: 0.4s;
}
.states-box:hover {
  box-shadow: 0 0 9px 0 #b4b4b4;
}
.states-box .data-icon {
  display: flex;
  align-items: center;
  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: #09adce;
}
.states-box .data-icon .icon-3 {
  color: #09adce;
}
.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: #09adce;
}
.states-box .prog-box .prog span.prog-4 {
  position: absolute;
  width: 70%;
  background-color: #ff594d;
}

.btn-box {
  border: none;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  height: 100%;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.btn-box .icon {
  width: 55px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.btn-box::before {
  content: "";
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 0;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ffaf10 0%, #ff8c00 100%);
  border-radius: 16px;
}
.btn-box::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ffaf10 0%, #ff8c00 100%);
  border-radius: 16px 0 0 16px;
  transition: all 0.4s ease;
}
.btn-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(255, 175, 16, 0.25);
  color: white;
}
.btn-box:hover::before {
  width: 100%;
}
.btn-box:hover::after {
  width: 100%;
  background: transparent !important;
}
.btn-box:hover .icon {
  transform: scale(1.1) rotate(5deg);
}
.btn-box:active {
  transform: translateY(-2px);
}
.btn-box.green::before {
  background: linear-gradient(135deg, #2ba670 0%, #1e8a5a 100%);
}
.btn-box.green::after {
  background: linear-gradient(180deg, #2ba670 0%, #1e8a5a 100%);
}
.btn-box.green:hover {
  box-shadow: 0 12px 30px rgba(43, 166, 112, 0.25);
}
.btn-box.info::before {
  background: linear-gradient(135deg, #46cec3 0%, #2fb3a8 100%);
}
.btn-box.info::after {
  background: linear-gradient(180deg, #46cec3 0%, #2fb3a8 100%);
}
.btn-box.info:hover {
  box-shadow: 0 12px 30px rgba(70, 206, 195, 0.25);
}
.btn-box.purple::before {
  background: linear-gradient(135deg, #686bdf 0%, #5355c9 100%);
}
.btn-box.purple::after {
  background: linear-gradient(180deg, #686bdf 0%, #5355c9 100%);
}
.btn-box.purple:hover {
  box-shadow: 0 12px 30px rgba(104, 107, 223, 0.25);
}

@media (max-width: 768px) {
  .btn-box {
    padding: 16px 1.2rem;
    font-size: 15px;
  }
  .btn-box .icon {
    width: 45px;
  }
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.main-select {
  border-radius: 4px;
  padding: 4.9px 0.2rem;
  font-size: 12px !important;
  color: #858585;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

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