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

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

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

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

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

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

.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%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-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;
}

.gap-2rem {
  gap: 2rem;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

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

.table,
.table thead {
  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;
}

.table td .icon-table {
  width: 25px;
}

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

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

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

body {
  font-family: "Cairo", sans-serif;
  background-color: #FDFDFD;
  color: #000000;
  font-size: 14px;
  min-width: 100%;
  min-height: 100%;
  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;
  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);
}

.section_content {
  min-height: calc(100vh - 149px - 55px);
}

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

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

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

.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;
  border: 1px solid #e0e0e0;
}

.main-table thead {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.main-table thead tr th {
  padding: 12px 13px;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
}

.main-table tbody tr.active {
  background: rgba(54, 159, 255, 0.19);
}

.main-table tbody tr td {
  padding: 10px 13px;
  font-weight: 500;
  font-size: 14px;
}

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

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

  .table-responsive {
    width: 100% !important;
  }

  .ar {
    font-size: 19px !important;
  }

  .patientFile .row>* {
    width: 20%;
  }

  .patientFile .check {
    width: 50% !important;
  }

  .patientFile .data-content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }

  .patientFile .data-content div {
    width: 50%;
  }

  .patientFile .data-content div p {
    font-size: 10px;
    white-space: nowrap;
  }

  .patientFile .wrapper {
    display: flex;
  }

  .patientFile .wrapper .parent {
    display: flex;
    flex-direction: column;
  }

  .patientFile .wrapper .parent .data-content div {
    width: 100%;
  }

  .patientFile .wrapper .parent .data-content div textarea {
    min-height: 140px !important;
    width: 100%;
  }

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

.casher-invoice {
  width: 100%;
  font-size: 14px;
  min-height: 100vh;
  background-color: #f7f6fe;
}

@media print {
  .casher-invoice {
    padding: 0 !important;
    font-size: 13px;
  }

  .casher-invoice .container {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .casher-invoice td,
  .casher-invoice th {
    padding: 2px !important;
  }
}

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

@media print {
  .casher-invoice .invoice-content .bar_code_holder {
    width: 42% !important;
  }

  .casher-invoice .invoice-content .bar_code_holder svg {
    width: 100% !important;
  }
}

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

.app {
  position: relative;
  min-height: calc(100vh - 66px);
  overflow-x: hidden;
  display: flex;
}

/* Mobile overlay backdrop */
.app::before {
  content: "";
  position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms, visibility 300ms;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .app.active::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.app .sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.app .sidebar::-webkit-scrollbar {
  display: none;
}

.app .sidebar {
  height: 100%;
  width: 216px;
  z-index: 11;
  overflow-y: auto;
  background: #10375c;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  transition: right 300ms ease-in-out;
  position: absolute;
  right: 0;
  top: 0%;
}

@media (max-width: 991.98px) {
  .app .sidebar {
    right: -216px;
    top: 66px;
    height: calc(100vh - 66px);
  }
}

.app .sidebar .tog-active {
  color: #fff;
  cursor: pointer;
  margin: 20px 21px 9px auto;
  font-size: 20px;
  display: block;
}

.app .sidebar .list {
  padding: 7px;
  margin: 0;
  overflow-y: auto;
  height: 100%;
}

.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: #fff;
  font-size: 14px;
  padding: 11px 8px;
  gap: 7px;
  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 {
  cursor: pointer;
  color: #fff;
  background-color: #2868a4;
}

.app .sidebar .list .list-item a[aria-expanded=true] .arrow {
  transform: rotate(90deg);
}

.app .sidebar .list .list-item a .main-badge {
  margin-right: auto !important;
  background-color: #fff !important;
  color: #10375c;
  border: 0 !important;
}

.app .sidebar .list .list-item.active a {
  color: #fff;
  border-radius: 4px;
  background-color: #2868a4;
}

.app .sidebar .list .list-item.active a ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  border-radius: 50px;
  height: 70%;
  right: 6px;
  background-color: #fff;
}

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

.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;
  width: 15px;
}

.app .main-side {
  width: calc(100% - 216px);
  margin: 0 auto 0 0;
  padding: 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 !important;
  }
}

/* Mobile close button styling */
.app .sidebar .mobile-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 15px auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: background-color 200ms;
}

.app .sidebar .mobile-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.app .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: 1rem;
}

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

.login_page * {
  font-family: "Cairo", sans-serif !important;
  direction: rtl;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.login_page .box-col {
  width: 50%;
  padding: 88px;
}

.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  color: white;
}

.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.login_page .box-col.box-bg .logo-holder {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.login_page .box-col.box-bg .logo-holder .logo-bg {
  width: 65px;
  height: auto;
}

.login_page .box-col.box-bg .logo-holder {
  font-size: 28px;
}

.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
}

.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 75px;
}

.login_page .box-col.box-bg .text-bg-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}

@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }

  .login_page .box-col .title {
    text-align: center;
  }
}

.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 15px;
}

.login_page .box-col .form_content .logo-form {
  width: 50px;
  height: auto;
}

.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}

.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}

.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}

.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}

.login_page .box-col .form_content .group-inp .inp {
  flex: 1;
  border: 0;
  outline: 0;
}

.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}

.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}

.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #2e5789;
}

.login_page .box-col .form_content .sub_btn {
  background: #2e5789;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
}

.login_page .box-col .form_content .sub_btn:hover {
  background-color: #25456d;
}

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

.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: 10px;
  max-width: 100%;
}

.box-search input {
  font-weight: 600;
  font-size: 14px;
  width: 270px;
  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);
}

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

/* ================================================================
   MODERN STAT CARDS
   ================================================================ */
.stat-card {
  position: relative;
  border-radius: 18px;
  padding: 1.3rem 1.3rem 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 170px;
  transition: transform 0.35s cubic-bezier(.22, .68, 0, 1.2), box-shadow 0.35s ease;
  color: #fff;
}

.stat-card::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  bottom: -40px;
  right: -35px;
  pointer-events: none;
}

.stat-card::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  bottom: 30px;
  right: 30px;
  pointer-events: none;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* Icon wrapper */
.stat-card__icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #fff;
  animation: scFloat 3.5s ease-in-out infinite;
  transition: background 0.25s;
  align-self: flex-start;
}

.stat-card:hover .stat-card__icon-wrap {
  background: rgba(255, 255, 255, 0.32);
  animation: scFloat 3.5s ease-in-out infinite, scPulse 1.2s ease-out infinite;
}

/* Info block */
.stat-card__info {
  flex: 1;
}

.stat-card__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  opacity: 0.88;
  margin-bottom: 0.25rem;
}

.stat-card__value {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}

/* Footer row */
.stat-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 0.6rem;
  margin-top: auto;
}

.stat-card__link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s;
}

.stat-card__link:hover {
  color: #fff;
}

/* Trend badge */
.stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.18rem 0.55rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.stat-badge--up {
  background: rgba(255, 255, 255, 0.25);
}

.stat-badge--down {
  background: rgba(0, 0, 0, 0.15);
}

/* Small variant (secondary 4 cards) */
.stat-card--sm {
  min-height: 140px;
  padding: 1rem 1rem 0.8rem;
}

.stat-card--sm .stat-card__icon-wrap {
  width: 44px;
  height: 44px;
  font-size: 1.15rem;
  border-radius: 11px;
}

.stat-card--sm .stat-card__value {
  font-size: 1.7rem;
}

.stat-card--sm .stat-card__label {
  font-size: 0.7rem;
}

/* ── Color themes ── */
.stat-card--teal {
  background: linear-gradient(135deg, #0ab39c 0%, #048c7b 100%);
}

.stat-card--blue {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.stat-card--purple {
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
}

.stat-card--orange {
  background: linear-gradient(135deg, #f97316 0%, #c2410c 100%);
}

.stat-card--amber {
  background: linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
}

.stat-card--indigo {
  background: linear-gradient(135deg, #6366f1 0%, #4338ca 100%);
}

.stat-card--cyan {
  background: linear-gradient(135deg, #06b6d4 0%, #0e7490 100%);
}

.stat-card--pink {
  background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
}

/* ── Keyframe animations ── */
@keyframes scFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes scPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* ================================================================
   PROJECTO-STYLE WORK TRACKING DASHBOARD
   ================================================================ */

.pj-dashboard {
  background: #f5f6fa;
  min-height: 100vh;
}

/* ── Header ── */
.pj-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.pj-header__sub {
  font-size: 0.92rem;
  color: #6b7280;
  margin-bottom: 0.2rem;
}

.pj-header__title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.pj-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  color: #374151;
  font-weight: 500;
}

/* ── KPI Cards ── */
.pj-kpi {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pj-kpi:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.pj-kpi__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.pj-kpi__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
}

.pj-kpi--blue .pj-kpi__icon {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.pj-kpi--violet .pj-kpi__icon {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.pj-kpi--green .pj-kpi__icon {
  background: linear-gradient(135deg, #22c55e, #15803d);
}

.pj-kpi--orange .pj-kpi__icon {
  background: linear-gradient(135deg, #f97316, #c2410c);
}

.pj-kpi__trend {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 20px;
}

.pj-kpi__trend.up {
  background: #dcfce7;
  color: #16a34a;
}

.pj-kpi__trend.down {
  background: #fee2e2;
  color: #dc2626;
}

.pj-kpi__trend.neutral {
  background: #f3f4f6;
  color: #6b7280;
}

.pj-kpi__num {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.pj-kpi__label {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.pj-kpi__bar {
  height: 4px;
  background: #f3f4f6;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pj-kpi__bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 4px;
  transition: width 1s ease;
}

.pj-kpi--blue .pj-kpi__bar::after {
  background: #3b82f6;
}

.pj-kpi--violet .pj-kpi__bar::after {
  background: #8b5cf6;
}

.pj-kpi--green .pj-kpi__bar::after {
  background: #22c55e;
}

.pj-kpi--orange .pj-kpi__bar::after {
  background: #f97316;
}

/* ── Panel container ── */
.pj-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pj-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f3f4f6;
}

.pj-panel__title {
  font-size: 0.97rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.pj-panel__title i {
  color: #6366f1;
  font-size: 1rem;
}

.pj-panel__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pj-tag {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.22rem 0.65rem;
  border-radius: 20px;
}

.pj-tag--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

/* ── Kanban Board ── */
.pj-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

@media (max-width: 767.98px) {
  .pj-board {
    grid-template-columns: 1fr;
  }
}

.pj-col__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  margin-bottom: 0.7rem;
}

.pj-col__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pj-col__header--yellow {
  background: #fef9c3;
  color: #92400e;
}

.pj-col__header--yellow .pj-col__dot {
  background: #f59e0b;
}

.pj-col__header--green {
  background: #dcfce7;
  color: #166534;
}

.pj-col__header--green .pj-col__dot {
  background: #22c55e;
}

.pj-col__header--red {
  background: #fee2e2;
  color: #991b1b;
}

.pj-col__header--red .pj-col__dot {
  background: #ef4444;
}

.pj-col__count {
  margin-right: auto;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 0 0.45rem;
  font-size: 0.7rem;
}

.pj-col__body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* ── Task Card ── */
.pj-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.9rem;
  border-right: 4px solid transparent;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pj-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.pj-card--yellow {
  border-right-color: #f59e0b;
}

.pj-card--green {
  border-right-color: #22c55e;
}

.pj-card--red {
  border-right-color: #ef4444;
}

.pj-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.pj-card__cat {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6366f1;
  background: #eef2ff;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
}

.pj-card__priority {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
}

.pj-card__priority--high {
  background: #fee2e2;
  color: #dc2626;
}

.pj-card__priority--mid {
  background: #fef9c3;
  color: #92400e;
}

.pj-card__priority--low {
  background: #dcfce7;
  color: #16a34a;
}

.pj-card__title {
  font-size: 0.84rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.pj-card__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

.pj-card__progress {
  height: 4px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}

.pj-card__progress-bar {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  transition: width 1s ease;
}

.pj-card--green .pj-card__progress-bar {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.pj-card--red .pj-card__progress-bar {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

.pj-empty {
  text-align: center;
  padding: 1.5rem 0.5rem;
  color: #d1d5db;
}

.pj-empty i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.pj-empty p {
  font-size: 0.8rem;
  margin: 0;
}

/* ── Activity Feed ── */
.pj-activity {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pj-activity__item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f9fafb;
}

.pj-activity__item:last-child {
  border-bottom: 0;
}

.pj-activity__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

.pj-activity__dot--blue {
  background: #3b82f6;
}

.pj-activity__dot--green {
  background: #22c55e;
}

.pj-activity__dot--orange {
  background: #f97316;
}

.pj-activity__dot--violet {
  background: #8b5cf6;
}

.pj-activity__dot--red {
  background: #ef4444;
}

.pj-activity__text {
  font-size: 0.82rem;
  color: #374151;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.pj-activity__time {
  font-size: 0.72rem;
  color: #9ca3af;
}

/* ── Quick Links ── */
.pj-quicklinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.pj-ql {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.pj-ql:hover {
  filter: brightness(0.93);
  transform: translateY(-1px);
}

.pj-ql i {
  font-size: 1rem;
  flex-shrink: 0;
}

.pj-ql__count {
  margin-right: auto;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  font-size: 0.68rem;
  padding: 0.1rem 0.45rem;
}

.pj-ql--blue {
  background: #eff6ff;
  color: #1d4ed8;
}

.pj-ql--violet {
  background: #f5f3ff;
  color: #6d28d9;
}

.pj-ql--orange {
  background: #fff7ed;
  color: #c2410c;
}

.pj-ql--green {
  background: #f0fdf4;
  color: #15803d;
}

.pj-ql--red {
  background: #fef2f2;
  color: #b91c1c;
}

.pj-ql--teal {
  background: #f0fdfa;
  color: #0f766e;
}

/* ── Chart Legend ── */
.pj-legend {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: #6b7280;
  font-weight: 500;
}

.pj-legend__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* ── Summary Bars ── */
.pj-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}

.pj-summary__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.pj-summary__info {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 110px;
  font-size: 0.8rem;
  color: #374151;
  font-weight: 500;
}

.pj-summary__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pj-summary__bar-wrap {
  flex: 1;
  height: 8px;
  background: #f3f4f6;
  border-radius: 6px;
  overflow: hidden;
}

.pj-summary__bar {
  height: 100%;
  border-radius: 6px;
  background: var(--c, #6366f1);
  width: var(--w, 50%);
  transition: width 1.2s ease;
}

.pj-summary__val {
  font-size: 0.78rem;
  font-weight: 700;
  color: #374151;
  min-width: 34px;
  text-align: left;
}

/* ================================================================
   PACKAGES PAGE
   ================================================================ */
.pk-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem
}

.pk-page-header__sub {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px
}

.pk-page-header__title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  font-family: 'Cairo', sans-serif
}

.pk-btn-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
  cursor: pointer;
  transition: all .25s;
  box-shadow: 0 4px 12px rgba(109, 40, 217, .25)
}

.pk-btn-add:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(109, 40, 217, .35)
}

.pk-filter-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

.pk-filter-body {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 16px
}

.pk-search-wrap {
  flex: 1;
  min-width: 180px;
  position: relative;
  display: flex;
  align-items: center
}

.pk-search-icon {
  position: absolute;
  right: 10px;
  color: #9ca3af;
  font-size: 12px;
  pointer-events: none
}

.pk-search-inp {
  width: 100%;
  padding: 8px 32px 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Cairo', sans-serif;
  color: #374151;
  background: #f9fafb;
  transition: border-color .25s
}

.pk-search-inp:focus {
  outline: none;
  border-color: #7c3aed;
  background: #fff
}

.pk-select {
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Cairo', sans-serif;
  color: #374151;
  background: #f9fafb;
  cursor: pointer
}

.pk-select:focus {
  outline: none;
  border-color: #7c3aed
}

.pk-btn-clear {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 12px;
  font-family: 'Cairo', sans-serif;
  color: #6b7280;
  background: #f9fafb;
  cursor: pointer;
  transition: all .2s
}

.pk-btn-clear:hover {
  border-color: #ef4444;
  color: #ef4444;
  background: #fef2f2
}

.pk-stat-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  transition: transform .3s, box-shadow .3s
}

.pk-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.pk-stat-body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px
}

.pk-stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0
}

.pk-stat-icon--purple {
  background: linear-gradient(135deg, #7c3aed, #6d28d9)
}

.pk-stat-icon--blue {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8)
}

.pk-stat-icon--green {
  background: linear-gradient(135deg, #22c55e, #16a34a)
}

.pk-stat-icon--red {
  background: linear-gradient(135deg, #ef4444, #dc2626)
}

.pk-stat-label {
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 2px;
  font-weight: 500
}

.pk-stat-value {
  font-size: 22px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
  font-family: 'Cairo', sans-serif;
  line-height: 1
}

.pk-table-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  overflow: hidden
}

.pk-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6
}

.pk-table-title {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.pk-table-title i {
  color: #7c3aed
}

.pk-count-badge {
  font-size: 11px;
  font-weight: 600;
  color: #7c3aed;
  background: #f5f3ff;
  padding: 3px 10px;
  border-radius: 20px
}

.pk-table {
  width: 100%;
  border-collapse: collapse
}

.pk-table thead tr {
  background: #fafafa
}

.pk-table thead th {
  padding: 11px 16px;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-align: right;
  border-bottom: 1px solid #f3f4f6;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .4px
}

.pk-table tbody tr {
  transition: background .15s
}

.pk-table tbody tr:hover {
  background: #fafafa
}

.pk-table tbody td {
  padding: 13px 16px;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #f9fafb;
  font-family: 'Cairo', sans-serif;
  vertical-align: middle
}

.pk-table tbody tr:last-child td {
  border-bottom: 0
}

.pk-row-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #1f2937
}

.pk-row-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f5f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c3aed;
  font-size: 12px;
  flex-shrink: 0
}

.pk-price {
  font-weight: 700;
  color: #1f2937
}

.pk-price small {
  font-size: 10px;
  color: #9ca3af;
  margin-right: 2px
}

.pk-meta-cell {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6b7280;
  font-size: 12px
}

.pk-meta-cell i {
  color: #d1d5db
}

.pk-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 20px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  padding: 0 7px
}

.pk-badge--green {
  background: #dcfce7;
  color: #16a34a
}

.pk-badge--red {
  background: #fee2e2;
  color: #dc2626
}

.pk-actions {
  display: flex;
  align-items: center;
  gap: 6px
}

.pk-action-btn {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: all .2s
}

.pk-action-btn--edit {
  background: #eff6ff;
  color: #3b82f6
}

.pk-action-btn--edit:hover {
  background: #3b82f6;
  color: #fff
}

.pk-action-btn--delete {
  background: #fef2f2;
  color: #ef4444
}

.pk-action-btn--delete:hover {
  background: #ef4444;
  color: #fff
}

.pk-empty {
  text-align: center;
  padding: 3rem 1rem
}

.pk-empty i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: .75rem;
  color: #d1d5db
}

.pk-empty p {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 1rem
}

.pk-pagination {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: flex-end
}

.pk-modal {
  border-radius: 14px;
  border: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

.pk-modal-header {
  background: #fafafa;
  border-bottom: 1px solid #f3f4f6;
  padding: 1rem 1.25rem
}

.pk-modal-body {
  padding: 1.25rem;
  font-size: 14px;
  color: #6b7280;
  font-family: 'Cairo', sans-serif
}

.pk-modal-footer {
  border-top: 1px solid #f3f4f6;
  padding: .75rem 1.25rem;
  gap: 8px
}

.pk-btn-cancel {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Cairo', sans-serif;
  color: #6b7280;
  background: #fff;
  cursor: pointer;
  transition: all .2s
}

.pk-btn-cancel:hover {
  border-color: #9ca3af
}

.pk-btn-danger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'Cairo', sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 3px 10px rgba(239, 68, 68, .25)
}

.pk-btn-danger:hover {
  opacity: .9
}

/* ── Form (createOrUpdate) ── */
.pk-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: #f5f3ff;
  color: #7c3aed;
  border: 1px solid #e9d5ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
  cursor: pointer;
  transition: all .2s
}

.pk-back-btn:hover {
  background: #ede9fe;
  border-color: #c4b5fd
}

.pk-form-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06)
}

.pk-form-card .card-body {
  padding: 1.75rem
}

.pk-form-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f3f4f6
}

.pk-form-section-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(109, 40, 217, .25)
}

.pk-form-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 3px;
  font-family: 'Cairo', sans-serif
}

.pk-form-section-sub {
  font-size: 12px;
  color: #9ca3af;
  margin: 0
}

.pk-input-wrap {
  position: relative;
  display: flex;
  align-items: center
}

.pk-input-icon {
  position: absolute;
  right: 12px;
  color: #9ca3af;
  font-size: 13px;
  pointer-events: none;
  z-index: 2
}

.pk-input {
  padding-right: 36px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 9px !important;
  font-size: 13px !important;
  font-family: 'Cairo', sans-serif !important;
  color: #374151 !important;
  background: #f9fafb !important;
  transition: border-color .25s, background .25s, box-shadow .25s !important
}

.pk-input:focus {
  border-color: #7c3aed !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .1) !important
}

.pk-error {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #ef4444;
  margin-top: 4px;
  font-family: 'Cairo', sans-serif
}

.pk-divider {
  border: 0;
  border-top: 1px solid #f3f4f6;
  margin: 1.5rem 0
}

.pk-form-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.pk-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 26px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  cursor: pointer;
  transition: all .25s;
  box-shadow: 0 4px 14px rgba(109, 40, 217, .3)
}

.pk-save-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(109, 40, 217, .38)
}

.pk-save-btn--loading {
  opacity: .7;
  cursor: not-allowed;
  transform: none !important
}

.pk-cancel-form-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
  color: #6b7280;
  background: #fff;
  cursor: pointer;
  transition: all .2s
}

.pk-cancel-form-btn:hover {
  border-color: #9ca3af;
  color: #374151
}

/*# sourceMappingURL=main.css.map */