@charset "UTF-8";
@font-face {
  font-family: "Peyda";
  font-style: bold;
  font-weight: 800;
  src: url(../../fonts/PeydaFaNum-Bold.ttf);
}
@font-face {
  font-family: "Peyda";
  font-style: bold;
  font-weight: 700;
  src: url(../../fonts/PeydaFaNum-Regular.ttf);
}
@font-face {
  font-family: "Peyda";
  font-style: normal;
  font-weight: 600;
  src: url(../../fonts/PeydaFaNum-Medium.ttf);
}
@font-face {
  font-family: "Peyda";
  font-style: light;
  font-weight: 500;
  src: url(../../fonts/PeydaFaNum-Light.ttf);
}
html,
body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Peyda" !important;
  background-color: #f5f6fa !important;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html,
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

a {
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}

.row {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.col {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.row > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}

.handle-loading-btn .spinner-container {
  height: unset !important;
}

.input {
  outline: unset !important;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-scrollbar, .notification-list .notification-body, .scrollbar, .layout-content-padding .children {
  /* width */
}
.custom-scrollbar::-webkit-scrollbar, .notification-list .notification-body::-webkit-scrollbar, .scrollbar::-webkit-scrollbar, .layout-content-padding .children::-webkit-scrollbar {
  width: 5px !important;
}
.custom-scrollbar, .notification-list .notification-body, .scrollbar, .layout-content-padding .children {
  /* Track */
}
.custom-scrollbar::-webkit-scrollbar-track, .notification-list .notification-body::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track, .layout-content-padding .children::-webkit-scrollbar-track {
  background: #e4e0e0;
  border-radius: 52px;
}
.custom-scrollbar, .notification-list .notification-body, .scrollbar, .layout-content-padding .children {
  /* Handle */
}
.custom-scrollbar::-webkit-scrollbar-thumb, .notification-list .notification-body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb, .layout-content-padding .children::-webkit-scrollbar-thumb {
  background: #424242;
  border-radius: 52px;
}
.custom-scrollbar, .notification-list .notification-body, .scrollbar, .layout-content-padding .children {
  /* Handle on hover */
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, .notification-list .notification-body::-webkit-scrollbar-thumb:hover, .scrollbar::-webkit-scrollbar-thumb:hover, .layout-content-padding .children::-webkit-scrollbar-thumb:hover {
  background: #424242;
}

.scrollbar, .layout-content-padding .children {
  padding-left: 23px;
  height: 99%;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .scrollbar, .layout-content-padding .children {
    padding-left: 11px;
    margin: unset;
  }
}

.custom-pagination ul {
  direction: ltr;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.custom-pagination ul li button {
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 13px;
  color: #525151;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.custom-pagination ul li button:hover {
  background-color: #e8ecf0;
  color: #0c1a58;
}
.custom-pagination ul li .Mui-selected {
  background-color: #0c1a58 !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(12, 26, 88, 0.25);
}
.custom-pagination ul li .Mui-selected:hover {
  background-color: #0c1a58;
}

.muirtl-11xur9t-MuiPaper-root-MuiTableContainer-root {
  box-shadow: unset !important;
}

.w-48 {
  width: 48% !important;
}
@media only screen and (max-width: 1023px) {
  .w-48 {
    width: 100% !important;
  }
}

.flex-gapped-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  background-color: #ffffff;
  border-top: 1px solid #e4e0e0;
  margin-top: 14px;
}
.pagination-container .pagination-item {
  display: flex;
  width: 15%;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
}
.pagination-container .pagination-item .MuiOutlinedInput-root {
  height: 32px;
  border-radius: 8px;
  font-family: "Peyda" !important;
  font-size: 12px;
  color: #525151;
  background-color: #ffffff;
}
.pagination-container .pagination-item .MuiOutlinedInput-root .MuiSelect-select {
  padding-top: 0;
  padding-bottom: 0;
}
.pagination-container .pagination-text {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 12px;
  color: #525151;
  white-space: nowrap;
}
.pagination-container .pagination-text b {
  font-weight: 700;
  color: #0c1a58;
}
@media only screen and (max-width: 768px) {
  .pagination-container {
    position: sticky;
    right: 0;
    z-index: 5;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
  }
  .pagination-container .pagination-item {
    width: auto;
  }
  .pagination-container .custom-pagination {
    order: 2;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagination-container .custom-pagination ul {
    flex-wrap: nowrap;
    gap: 2px;
  }
  .pagination-container .custom-pagination ul li button {
    min-width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.empty-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
}
.empty-table .empty-table-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #e8ecf0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1a58;
  font-size: 30px;
  margin-bottom: 6px;
}
.empty-table .empty-table-title {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 16px;
  color: #0c1a58;
}
.empty-table .empty-table-desc {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 13px;
  color: #525151;
}
.Toastify__toast-body > div:last-child {
  font-family: "Peyda";
}

.table-btn {
  min-width: auto;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
}

.bg-light-blue {
  background-color: #1976d2 !important;
  color: #e3f2fd !important;
}

.bg-blue {
  background-color: #0c1a58 !important;
  color: #e3f2fd !important;
}

.bg-green {
  background-color: #2e7d32 !important;
  color: #e8f5e9 !important;
}

.bg-red {
  background-color: #d32f2f !important;
  color: #fdecea !important;
}

.line-chart canvas {
  width: 100% !important;
}

.drag-scroll {
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 26, 88, 0.25) transparent;
}
.drag-scroll::-webkit-scrollbar {
  height: 8px;
}
.drag-scroll::-webkit-scrollbar-thumb {
  background: rgba(12, 26, 88, 0.25);
  border-radius: 8px;
}
.drag-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.drag-scroll.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
  -webkit-user-select: none;
}

.button {
  height: 44px;
  border: none;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a58;
  cursor: pointer;
  margin: 2px;
  padding: 0px 15px;
}
@media only screen and (max-width: 1023px) {
  .button {
    height: 31px;
    width: fit-content;
  }
}
.button-text {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .button-text {
    font-size: 12px !important;
  }
}
.button-text {
  margin: 0;
  cursor: pointer;
}
.button.yellow {
  background-color: #ca9602;
}

.custom-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.custom-dropdown-lable {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
}
.custom-dropdown .dropdown {
  width: 100%;
  margin-bottom: 24px !important;
}
.custom-dropdown .dropdown-title {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-dropdown .dropdown-select {
  width: 100%;
  padding-left: 14px;
  border-radius: 8px !important;
  height: 51px !important;
  border-color: #e4e0e0 !important;
}
.custom-dropdown .dropdown-select-error {
  text-align: right;
  margin-top: 5px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #f45632;
}
@media only screen and (max-width: 1023px) {
  .custom-dropdown .dropdown-select-error {
    font-size: 10px;
  }
}
.custom-dropdown .dropdown-select-icon-border {
  height: 35px;
  padding-right: 11px;
  margin-left: 7px;
  border-left: 1px solid #e4e0e0;
}
.custom-dropdown .MuiMenu-paper {
  margin-top: 8px !important;
  border-radius: 8px !important;
}

.headline {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px !important;
  border-radius: 5px solid #009595;
}
.headline-title {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: unset !important;
}
.headline-title-bold {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  margin-bottom: unset !important;
}

.custom-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 24px !important;
}
.custom-input-lable {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
}
.custom-input-error {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #f45632;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .custom-input-error {
    font-size: 10px;
  }
}
.custom-input-icon-border {
  height: 35px;
  padding-right: 10px;
  margin-left: 5px;
  border-left: 1px solid #e4e0e0;
}
.custom-input .input {
  height: 44px;
  width: 100%;
  margin-bottom: 3px;
}
.custom-input .input .MuiInputBase-root input {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  width: 100% !important;
  text-align: right;
}
.custom-input .input .MuiInputBase-root input::-webkit-outer-spin-button,
.custom-input .input .MuiInputBase-root input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.custom-input .input .MuiInputBase-root input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.custom-input .input .MuiInputBase-root {
  border-radius: 8px;
}
.custom-input-multiline .input {
  height: auto;
  margin-bottom: 0;
}
.custom-input-multiline .input .MuiInputBase-root {
  align-items: flex-start;
  padding: 14px;
}
.custom-input-multiline .input .MuiInputBase-root textarea {
  resize: none;
  line-height: 1.9;
  padding: 0 !important;
}
.custom-input .mt-85 {
  margin-top: 85px !important;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  width: 25px;
  height: 25px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #009595;
  border-radius: 50%;
  animation: spinner 1.5s linear infinite;
}

.spinner-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.layout {
  border-radius: 10px;
  margin: 0px auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.layout-content {
  direction: rtl;
  text-align: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}
.layout-content-padding {
  height: calc(100% - 84px);
  display: flex;
}
.layout-content-padding .children {
  width: 100%;
  padding: 0 20px 60px 20px;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .layout-content-padding .children {
    padding: 0 0 60px 0;
  }
}
.layout-content-padding .children .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  position: fixed;
  bottom: 0;
  background-color: #f5f6fa;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1023px) {
  .layout-content-padding .children .footer {
    width: 100%;
  }
}
.layout-content-padding .children .footer .copyright {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 12px;
  color: #525151;
  direction: ltr;
}
.layout-content-padding .children .footer .copyright .colorful {
  color: #0c1a58 !important;
}
@media only screen and (max-width: 1023px) {
  .layout-content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.calc-w {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .calc-w {
    width: 100%;
  }
}

.custom-textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.custom-textarea-lable {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .custom-textarea-lable {
    font-size: 16px;
  }
}
.custom-textarea .textarea {
  height: 100px;
  border-radius: 8px;
  border: 1px solid #e4e0e0;
  padding: 30px 29px;
  width: 100% !important;
  outline: unset;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .custom-textarea .textarea {
    height: 148px;
  }
}
.custom-textarea .textarea::placeholder {
  /* Modern browsers */
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-textarea .textarea:-moz-placeholder {
  /* Modern browsers */
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-textarea .textarea {
  /* Firefox 18- */
}
.custom-textarea .textarea::-moz-placeholder {
  /* Modern browsers */
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-textarea .textarea {
  /* Firefox 19+ */
}
.custom-textarea .textarea:-ms-input-placeholder {
  /* Modern browsers */
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-textarea .textarea {
  /* IE 10+ */
}
.custom-textarea .textarea::-webkit-input-placeholder {
  /* Modern browsers */
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.custom-textarea-error {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #f45632;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .custom-textarea-error {
    font-size: 10px;
  }
}

/* ===== Modal Backdrop (MUI Modal) ===== */
.MuiModal-root {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Main Modal ===== */
.custom-modal {
  background-color: #fff;
  border-radius: 16px;
  width: 70%;
  max-width: 956px;
  max-height: 90svh;
  overflow: visible;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  animation: modalFadeIn 0.25s ease-out;
  position: relative;
  outline: none;
}
.custom-modal--sm {
  max-width: 380px;
}
.custom-modal--auto {
  max-width: unset;
  width: auto;
}
@media (max-width: 1023px) {
  .custom-modal {
    width: 85%;
    padding: 16px;
  }
}

/* ===== Modal animation ===== */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* ===== Header ===== */
.custom-modal-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom-modal-main-title h1,
.custom-modal-main-title .custom-modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e2a5a;
}
.custom-modal-main-title svg {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ===== Body ===== */
.custom-modal-body {
  padding-right: 4px;
  padding-top: 5px;
  /* Scrollbar */
}
.custom-modal-body::-webkit-scrollbar {
  width: 6px;
}
.custom-modal-body::-webkit-scrollbar-thumb {
  background: #d3d6e0;
  border-radius: 6px;
}

/* ===== Row Layout for Fields (mlm style) ===== */
.custom-modal-row {
  display: flex;
  justify-content: space-between;
}
.custom-modal-row.cols-1 {
  flex-direction: column;
}
.custom-modal-row.cols-1 > * {
  width: 100%;
}
.custom-modal-row.cols-2 {
  gap: 16px;
}
.custom-modal-row.cols-2 > * {
  width: 49%;
  max-width: 260px;
}
.custom-modal-row.cols-3 {
  gap: 16px;
}
.custom-modal-row.cols-3 > * {
  width: 33%;
  max-width: 260px;
}
@media (max-width: 1023px) {
  .custom-modal-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .custom-modal-row > * {
    width: 100% !important;
    max-width: unset !important;
  }
}

/* ===== Spacing Utilities (mlm) ===== */
.ml-50 {
  margin-left: 50px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-37 {
  margin-bottom: 37px;
}

.mt-57 {
  margin-top: 57px;
}
@media only screen and (max-width: 1023px) {
  .mt-57 {
    margin-top: 10px;
  }
}

.end-date-span {
  display: flex;
  padding-bottom: 15px;
}

.mt-33 {
  margin-top: 33px;
}
@media only screen and (max-width: 1023px) {
  .mt-33 {
    margin-top: unset;
  }
}

/* ===== Footer / Confirm ===== */
.custom-modal-confirm {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eef0f5;
}
.custom-modal-confirm button {
  height: 50px;
  width: 147px;
  border-radius: 10px;
  font-weight: 500;
}

/* ===== Size Variants (mlm) ===== */
.fit-modal {
  width: 520px;
  min-height: 520px !important;
}
@media only screen and (max-width: 1023px) {
  .fit-modal {
    padding: 16px;
    width: 85%;
  }
}

.one-field-modal {
  width: 500px;
  min-height: 270px !important;
}
@media only screen and (max-width: 1023px) {
  .one-field-modal {
    padding: 16px;
    width: 85%;
  }
}

.assign-modal {
  width: 520px;
}
@media only screen and (max-width: 1023px) {
  .assign-modal {
    padding: 16px;
    width: 85%;
  }
}

.delete-modal {
  width: 420px;
  min-height: 235px !important;
}
@media only screen and (max-width: 1023px) {
  .delete-modal {
    width: 40%;
  }
}
@media only screen and (max-width: 427px) {
  .delete-modal {
    width: 80%;
  }
}

.users-list-filter-modal {
  width: 600px;
  max-height: 90vh;
  height: auto;
  overflow: visible;
}
@media only screen and (max-width: 950px) {
  .users-list-filter-modal {
    padding: 16px;
    width: 85%;
  }
}
@media only screen and (max-width: 1023px) {
  .users-list-filter-modal {
    padding: 16px;
  }
}

.custom-modal-overflow-hidden {
  overflow-y: unset !important;
}

/* ===== Scrollable Modal Content Wrapper ===== */
.custom-modal-content {
  padding: 10px;
  overflow: auto;
  max-height: 75vh;
}

.user-row {
  min-height: 65px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 15px;
  margin: 10px auto;
  border: 1px solid #e4e0e0;
}
@media only screen and (max-width: 768px) {
  .user-row {
    flex-direction: column;
  }
}
.user-row-btn-group {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .user-row-btn-group {
    justify-content: flex-end;
    width: 100%;
  }
}
.user-row-btn-group .button {
  margin-right: 5px;
}
.user-row-info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .user-row-info {
    justify-content: flex-start;
    width: 100%;
  }
}
.user-row-info .title {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.user-row-info .index {
  margin-left: 10px;
  background-color: #e4e0e0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #525151;
}

.chat-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.chat-item:hover .chat-item-text-container {
  border-color: #c9cdd4;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}
.chat-item-profile {
  width: 60px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.chat-item-profile-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #e8ecf0;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 10px rgba(12, 26, 88, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .chat-item-profile-img {
    width: 40px;
    height: 40px;
  }
}
.chat-item-profile-username {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 11px;
  color: #525151;
  max-width: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .chat-item-profile-username {
    font-size: 10px;
  }
}
.chat-item-text-container {
  width: calc(100% - 150px);
  margin-right: 12px;
  position: relative;
  isolation: isolate;
  border-radius: 0 16px 16px 16px;
  background: #f2f3f5;
  border: 1px solid #e2e4e8;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.chat-item-text-container:hover {
  border-color: #c9cdd4;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 1023px) {
  .chat-item-text-container {
    width: calc(100% - 56px);
    margin-right: 10px;
  }
}
.chat-item-text-container::before {
  content: "";
  position: absolute;
  right: -9px;
  top: 15px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #e2e4e8;
  z-index: -1;
}
.chat-item-text-container::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f2f3f5;
  z-index: -1;
}
.chat-item-bubble {
  padding: 12px 16px 10px;
}
@media only screen and (max-width: 1023px) {
  .chat-item-bubble {
    padding: 10px 12px 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .chat-item-profile {
    display: none;
  }
  .chat-item-text-container {
    width: 100%;
    margin-right: 0;
  }
  .chat-item-text-container::before {
    display: none;
  }
}
.chat-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.chat-item-head-applicant {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #0c1a58;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 65%;
}
.chat-item-head-applicant::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #009595;
  box-shadow: 0 0 0 3px rgba(0, 149, 149, 0.14);
}
.chat-item-head-applicant-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.chat-item-head-time {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 11px;
  color: #525151;
  direction: ltr;
}
.chat-item .text {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  text-align: right;
  line-height: 1.85;
  inline-size: 100%;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.chat-item .upload-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.chat-item .upload-btn-group .file-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e4e0e0;
  background: #f4f7fb;
  color: #0c1a58;
  border-radius: 10px;
  padding: 7px 12px;
  cursor: pointer;
  font-family: "Peyda" !important;
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 12px;
  color: #0c1a58;
  transition: all 0.2s ease;
  max-width: 220px;
}
.chat-item .upload-btn-group .file-chip svg {
  font-size: 14px;
  color: #009595;
  flex-shrink: 0;
}
.chat-item .upload-btn-group .file-chip .file-chip-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-item .upload-btn-group .file-chip:hover {
  background: #0c1a58;
  border-color: #0c1a58;
  color: #ffffff;
}
.chat-item .upload-btn-group .file-chip:hover svg {
  color: #ffffff;
}
.chat-item .meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed #e4e0e0;
}
.chat-item .meta-row-date {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 11px;
  color: #525151;
}
.chat-item .meta-row-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chat-item .meta-row-status svg {
  color: #009595;
  font-size: 15px;
}
.chat-item .meta-row-status .meta-row-time {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 11px;
  color: #525151;
  direction: ltr;
}

.my-chat {
  flex-direction: row-reverse !important;
}
.my-chat .chat-item-text-container {
  border-radius: 16px 0 16px 16px;
  margin-right: unset;
  margin-left: 12px;
  background: linear-gradient(135deg, #d8eae1 0%, #eef6f1 100%);
  border-color: rgba(0, 149, 149, 0.18);
}
.my-chat .chat-item-text-container:hover {
  border-color: rgba(0, 149, 149, 0.3);
}
@media only screen and (max-width: 1023px) {
  .my-chat .chat-item-text-container {
    margin-left: 10px;
  }
}
.my-chat .chat-item-text-container::after {
  right: unset !important;
  left: -8px;
  border-right: 8px solid #d8eae1;
  border-left: none;
}
.my-chat .chat-item-text-container::before {
  right: unset !important;
  left: -9px;
  border-right: 9px solid rgba(0, 149, 149, 0.18);
  border-left: none;
}
.my-chat .chat-item-head-applicant {
  color: #009595;
}
.my-chat .chat-item-head-applicant::before {
  background: #0c1a58;
  box-shadow: 0 0 0 3px rgba(12, 26, 88, 0.12);
}

.search-input {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.search-input-filtered {
  position: absolute;
  left: 165px;
  top: 7px;
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-input-filtered img {
  width: 12px;
  height: 14px;
}
@media only screen and (max-width: 1023px) {
  .search-input-filtered {
    left: 105px;
    top: 5px;
    width: 42px;
    height: 42px;
  }
}
.search-input .add-ticket {
  position: absolute;
  width: 207px !important;
  height: 50px !important;
  border-radius: 6px !important;
  left: 165px;
  top: 7px;
}
.search-input .search-icon {
  position: absolute;
  margin-top: 22px;
  padding-right: 32px;
  right: 0;
  width: 50px;
  height: 22px;
}
@media only screen and (max-width: 1023px) {
  .search-input .search-icon {
    padding-right: 16px;
    margin-top: 14px;
  }
}
.search-input input {
  border: 1px solid #e4e0e0;
  border-radius: 9px;
  height: 64px;
  font-size: 14px;
  text-align: right;
  padding-right: 70px;
  font-weight: 700;
  width: 100%;
  outline: unset;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .search-input input {
    padding-right: 49px;
    font-size: 12px;
    height: 52px;
  }
}
.search-input input .title {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 16px !important;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .search-input input .title {
    font-size: 14px;
  }
}
.search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  color: #e4e0e0;
}
.search-input input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e4e0e0;
}
.search-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e4e0e0;
}
.search-input input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
  color: #e4e0e0;
}
.search-input input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  /*Firefox by default has an opacity object that usually is ideal to reset so it matches webkit*/
  color: #e4e0e0;
}
.search-input input::placeholder {
  color: #e4e0e0;
}
.search-input .search-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 40px;
  width: 120px;
}
@media only screen and (max-width: 1023px) {
  .search-input .search-btn {
    width: 86px;
    height: 42px;
    top: 3px;
  }
}

.custom-card {
  border-radius: 10px;
  height: 90px;
  max-height: 150px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-card-title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
}
.custom-card-value {
  font-size: 16px !important;
  font-weight: 800 !important;
}
.custom-card-row, .custom-card-last-row {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 14px;
  color: #525151;
  line-height: 1;
  padding-bottom: 1em;
  margin: 0 0 0.142857143em;
  display: flex;
  justify-content: center;
  width: 100%;
}
.custom-card h4 {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.activity-card {
  border-radius: 10px;
  height: 100%;
  background-color: #ffffff;
  padding: 10px 5px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: flex-end;
}
.activity-card-button {
  height: 35px !important;
  margin-top: 10px;
}
.activity-card-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.activity-card-header .title {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 14px;
  color: #525151;
  margin-top: 5px;
}
.activity-card .item {
  margin-top: 10px;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 16px;
  color: #525151;
}
.activity-card-profile {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #e4e0e0;
}
.activity-card-row, .activity-card-last-row {
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 14px;
  color: #525151;
  line-height: 1;
  padding-bottom: 1em;
  margin: 0 0 0.142857143em;
  display: flex;
  justify-content: center;
  width: 100%;
}
.activity-card h5 {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
}

.line-chart {
  width: calc(100vw - 260px);
  height: 383px;
}
@media only screen and (max-width: 1023px) {
  .line-chart {
    width: 100%;
  }
}

.header {
  direction: rtl;
  display: flex;
  justify-content: space-between;
  height: 66px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 10px;
  z-index: 5;
  background-color: #f5f6fa;
}
.header .title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 16px;
  color: #0c1a58;
  margin-bottom: 0;
}
.header .content {
  display: flex;
  align-items: center;
}
.header-drawer {
  direction: rtl;
  width: 327px;
  padding: 38px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .header-drawer {
    height: 100%;
  }
}
.header-drawer .item {
  display: flex;
  margin-right: 1.5rem;
  padding: 10px 0px;
}

.profile-img {
  width: 29px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}

.quick-access-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.quick-access-menu .MuiPaper-root {
  border-radius: 16px;
}
.quick-access-menu .MuiPaper-root ul {
  padding: 12px;
  width: 320px;
}
.quick-access-menu .quick-access-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 13px;
  color: #0c1a58;
  padding: 6px 8px 12px;
  border-bottom: 1px solid #e4e0e0;
  margin-bottom: 6px;
  text-align: right;
}
.quick-access-menu .quick-access-title svg {
  width: 18px;
  height: 18px;
  color: #0c1a58;
}
.quick-access-menu .quick-access-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.quick-access-menu .quick-access-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(12, 26, 88, 0.06);
  color: #0c1a58;
}
.quick-access-menu .quick-access-item-icon svg {
  width: 18px;
  height: 18px;
}
.quick-access-menu .quick-access-item-name {
  flex: 1;
  text-align: right;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #525151;
}
.quick-access-menu .quick-access-item-external {
  color: #525151;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.quick-access-menu .quick-access-item:hover {
  background-color: #f7f7f7;
}
.quick-access-menu .quick-access-item:hover .quick-access-item-external {
  opacity: 1;
  color: #009595;
}

.notification-list .MuiPaper-root {
  border-radius: 16px;
}
.notification-list .MuiPaper-root ul {
  padding: 12px;
  width: 320px;
}
.notification-list .notification-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px 12px;
  border-bottom: 1px solid #e4e0e0;
  margin-bottom: 6px;
}
.notification-list .notification-head-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 13px;
  color: #0c1a58;
}
.notification-list .notification-head-title svg {
  width: 18px;
  height: 18px;
  color: #0c1a58;
}
.notification-list .notification-head-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background-color: #0c1a58;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
.notification-list .notification-body {
  max-height: 280px;
  overflow-y: auto;
}
.notification-list .notification-body .notification-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.notification-list .notification-body .notification-item:hover {
  background-color: #f7f7f7;
}
.notification-list .notification-body .notification-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: rgba(12, 26, 88, 0.06);
  color: #0c1a58;
}
.notification-list .notification-body .notification-item-icon svg {
  width: 18px;
  height: 18px;
}
.notification-list .notification-body .notification-item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.notification-list .notification-body .notification-item-subject {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #525151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.notification-list .notification-body .notification-item-date {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 11px;
  color: #525151;
  opacity: 0.65;
  text-align: right;
}
.notification-list .notification-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 16px;
}
.notification-list .notification-empty svg {
  width: 30px;
  height: 30px;
  color: #525151;
  opacity: 0.4;
}
.notification-list .notification-empty span {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 13px;
  color: #525151;
  opacity: 0.7;
}
.notification-list .notification-footer {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #e4e0e0;
}
.notification-list .notification-footer .button {
  width: 100%;
  margin: 0;
}

.profile-options .MuiPaper-root {
  border-radius: 16px;
}
.profile-options .MuiPaper-root ul {
  padding: 17px;
  width: 200px;
}
.profile-options .MuiPaper-root ul .item {
  text-align: right;
  padding: 7px;
  cursor: pointer;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #525151;
}
.profile-options .MuiPaper-root ul .item:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
}

.header-responsive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 254px;
  background: #ffffff;
  border-radius: 10px;
  padding-right: 24px;
  padding-top: 25px;
  padding-left: 22px;
  text-align: right;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: none !important;
}
@media only screen and (max-width: 1023px) {
  .header-responsive {
    position: unset;
    padding: unset;
    bottom: unset;
    right: unset;
    top: unset;
    background: unset;
  }
}
.header-responsive-headline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e4e0e0;
  padding-bottom: 17px;
}
.header-responsive-headline .title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 18px;
  color: #009595;
  margin-right: 10px;
}
.header-responsive-headline .img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.header-item {
  width: 100%;
  height: 39px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  margin-bottom: 10px;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.header-item:hover {
  background-color: rgba(12, 26, 88, 0.04);
}
.header-item.active .text {
  color: #ca9602;
}
.header-item.active .text svg {
  color: #ca9602;
}
.header-item .text {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #525151;
  align-items: center;
  display: flex;
  transition: color 0.25s ease;
}
.header-item .text svg {
  height: 1.4285rem;
  width: 1.4285rem;
  margin-left: 5px;
  margin-left: 12px;
  transition: color 0.25s ease;
}

.mini-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding: 20px;
}
.mini-header-logo {
  width: 46px;
  height: 59px;
  border-radius: 17px;
}
.mini-header-border {
  width: 100%;
  border: 1px solid #e4e0e0;
  margin-bottom: 17px;
}

.dashboard {
  height: calc(100% - 80px) !important;
}
.dashboard .dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 5px 22px 5px;
}
.dashboard .dashboard-header .dashboard-header-title {
  display: flex;
  align-items: center;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 20px;
  color: #0c1a58;
}
.dashboard .dashboard-header .dashboard-header-sub {
  font-family: "Peyda" !important;
  font-size: 13px;
  color: #525151;
}
.dashboard .dashboard-head-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #009595;
  background: linear-gradient(135deg, rgba(12, 26, 88, 0.09), rgba(0, 149, 149, 0.16));
  box-shadow: inset 0 0 0 1px rgba(12, 26, 88, 0.06);
}
.dashboard .dashboard-users {
  background-color: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 16px;
  padding: 20px;
}
.dashboard .dashboard-users .dashboard-users-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
}
.dashboard .dashboard-users .dashboard-users-head .dashboard-users-head-title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 16px;
  color: #0c1a58;
}
.dashboard .dashboard-users .dashboard-users-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 20px 28px;
  margin: 0 -20px;
}
.dashboard .dashboard-users .dashboard-users-grid .dashboard-user-card {
  flex: 0 0 calc((100% - 48px) / 4);
}
@media only screen and (max-width: 1200px) {
  .dashboard .dashboard-users .dashboard-users-grid .dashboard-user-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .dashboard .dashboard-users .dashboard-users-grid .dashboard-user-card {
    flex: 0 0 calc(100% - 80px);
  }
}
.dashboard .dashboard-users .dashboard-user-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #f2f4fb 0%, #ffffff 55%);
  border: 1px solid rgba(12, 26, 88, 0.16);
  border-radius: 14px;
  padding: 20px 16px;
  cursor: pointer;
  font-family: "Peyda" !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dashboard .dashboard-users .dashboard-user-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #0c1a58, #009595);
}
.dashboard .dashboard-users .dashboard-user-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(12, 26, 88, 0.16);
  border-color: rgba(12, 26, 88, 0.35);
}
.dashboard .dashboard-users .dashboard-user-card.is-active {
  border-color: #0c1a58;
  background: linear-gradient(180deg, #eef1fc 0%, #ffffff 60%);
  box-shadow: 0 8px 20px rgba(12, 26, 88, 0.18);
}
.dashboard .dashboard-users .dashboard-user-card.is-active::before {
  height: 6px;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #0c1a58 0%, #009595 100%);
  border: 2px solid #ffffff;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(12, 26, 88, 0.25);
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-name {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  margin-bottom: 14px;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Peyda" !important;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-dot--teal {
  background-color: #009595;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-dot--yellow {
  background-color: #ca9602;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-dot--red {
  background-color: #f45632;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-label {
  font-size: 12px;
  color: #525151;
  flex: 1;
  text-align: right;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat .stat-value {
  font-size: 14px;
  font-weight: 800;
  color: #000000;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat--teal .stat-value {
  color: #009595;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat--yellow .stat-value {
  color: #ca9602;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-stat--red .stat-value {
  color: #f45632;
}
.dashboard .dashboard-users .dashboard-user-card .dashboard-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Peyda" !important;
  font-size: 12px;
  font-weight: 700;
  color: #0c1a58;
  background-color: rgba(12, 26, 88, 0.06);
  border-radius: 999px;
  padding: 7px 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.dashboard .dashboard-users .dashboard-user-card:hover .dashboard-user-btn {
  background-color: #0c1a58;
  color: #ffffff;
}
.dashboard .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .dashboard .dashboard-stats {
    grid-template-columns: 1fr;
  }
}
.dashboard .dashboard-stats .dashboard-stat {
  background-color: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.dashboard .dashboard-stats .dashboard-stat .dashboard-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.dashboard .dashboard-stats .dashboard-stat .dashboard-stat-label {
  font-family: "Peyda" !important;
  font-size: 12px;
  color: #525151;
}
.dashboard .dashboard-stats .dashboard-stat .dashboard-stat-value {
  font-family: "Peyda" !important;
  font-size: 22px;
  font-weight: 800;
}
.dashboard .dashboard-stats .dashboard-stat--teal .dashboard-stat-icon {
  background-color: #d8eae1;
  color: #009595;
}
.dashboard .dashboard-stats .dashboard-stat--teal .dashboard-stat-value {
  color: #009595;
}
.dashboard .dashboard-stats .dashboard-stat--yellow .dashboard-stat-icon {
  background-color: rgba(202, 150, 2, 0.3607843137);
  color: #ca9602;
}
.dashboard .dashboard-stats .dashboard-stat--yellow .dashboard-stat-value {
  color: #ca9602;
}
.dashboard .dashboard-stats .dashboard-stat--red .dashboard-stat-icon {
  background-color: rgba(244, 86, 50, 0.168627451);
  color: #f45632;
}
.dashboard .dashboard-stats .dashboard-stat--red .dashboard-stat-value {
  color: #f45632;
}
.dashboard .dashboard-chart {
  background-color: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "head legend" "body body";
  align-items: center;
  column-gap: 12px;
  row-gap: 16px;
}
.dashboard .dashboard-chart .dashboard-chart-head {
  grid-area: head;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard .dashboard-chart .dashboard-chart-head .dashboard-chart-title h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 16px;
  color: #0c1a58;
  margin: 0;
}
.dashboard .dashboard-chart .dashboard-chart-legend {
  grid-area: legend;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.dashboard .dashboard-chart .dashboard-chart-legend .legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Peyda" !important;
  font-size: 12px;
  color: #525151;
}
.dashboard .dashboard-chart .dashboard-chart-legend .legend-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.dashboard .dashboard-chart .dashboard-chart-legend .legend-item--teal::before {
  background-color: #009595;
}
.dashboard .dashboard-chart .dashboard-chart-legend .legend-item--yellow::before {
  background-color: #ca9602;
}
.dashboard .dashboard-chart .dashboard-chart-legend .legend-item--red::before {
  background-color: #f45632;
}
.dashboard .dashboard-chart .dashboard-chart-body {
  grid-area: body;
  position: relative;
  height: 400px;
}
.dashboard .dashboard-chart .dashboard-chart-body canvas {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {
  .dashboard .dashboard-chart .dashboard-chart-body {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .dashboard .dashboard-chart {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "body" "legend";
    align-items: stretch;
  }
  .dashboard .dashboard-chart .dashboard-chart-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .dashboard .dashboard-chart .dashboard-chart-title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .dashboard .dashboard-chart .dashboard-chart-legend {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e4e0e0;
  }
  .dashboard .dashboard-chart .dashboard-chart-legend .legend-item {
    white-space: nowrap;
  }
}

.users-list {
  height: calc(100% - 40px) !important;
}
.users-list .MuiTableContainer-root {
  height: 100%;
}
.users-list-modal {
  width: 100%;
  min-height: 160px !important;
}
.users-list-modal .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.users-list-modal .btn-group .delete {
  background-color: #f45632;
  width: 100px;
}
.users-list-modal .btn-group .cancel {
  background-color: #009595;
  width: 100px;
}
.users-list .new {
  margin-bottom: 10px;
  padding: 12px 12px 5px 5px;
}
@media only screen and (max-width: 1023px) {
  .users-list .new {
    padding: 5px;
  }
}
.users-list .new .button {
  width: 200px;
  margin-right: 10px;
}
.users-list-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 5px 30px 5px;
}
.users-list-headline .title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 18px;
  color: #525151;
}
.users-list-headline .btn-group {
  display: flex;
}
.users-list-info {
  background-color: #ffffff;
  border-radius: 6px;
  max-height: 230px;
  transition: max-height 0.5s ease-in-out;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.users-list-info .info-item {
  width: 33%;
  text-align: right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .users-list-info .info-item {
    width: 48%;
  }
}
.users-list-info .info-item-title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
}
.users-list-info .info-item-value {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 14px;
  color: #525151;
}
.users-list-info .more-info {
  position: absolute;
  bottom: -15px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users-list-info .more-info-container {
  background-color: #ffffff;
  border-radius: 5px;
  width: 60px;
  height: 23px;
  cursor: pointer;
}
.users-list-info-more {
  max-height: 480px;
  transition: max-height 0.5s ease-in-out;
}
.users-list-container {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .users-list-container {
    overflow-x: scroll;
  }
}
.users-list-modal .upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .users-list-modal .upload {
    width: 100%;
    margin-top: 16px;
  }
}
.users-list-modal .upload span {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 30px auto;
}
.users-list-modal .upload .uploader-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .users-list-modal .upload .uploader-container {
    flex-direction: column;
  }
}
.users-list-modal .upload .uploader-container-item {
  width: 325px;
  height: 375px;
  border-radius: 10px;
  border: 1px solid #e4e0e0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .users-list-modal .upload .uploader-container-item {
    width: 100%;
  }
}
.users-list-modal .upload .uploader-container-item .img-container {
  background-image: repeating-linear-gradient(-35deg, #e4e0e0, #e4e0e0 6px, transparent 6px, transparent 14px, #e4e0e0 14px), repeating-linear-gradient(55deg, #e4e0e0, #e4e0e0 6px, transparent 6px, transparent 14px, #e4e0e0 14px), repeating-linear-gradient(145deg, #e4e0e0, #e4e0e0 6px, transparent 6px, transparent 14px, #e4e0e0 14px), repeating-linear-gradient(235deg, #e4e0e0, #e4e0e0 6px, transparent 6px, transparent 14px, #e4e0e0 14px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  width: 283px;
  height: 211px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.users-list-modal .upload .uploader-container-item .img-container .img {
  width: 100%;
  height: 100%;
}
.users-list-modal .upload .uploader-container-item .img-container .file-upload-btn {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background-color: #e4e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.users-list-modal .upload .uploader-container-item .img-container .file-upload-text {
  margin-top: 12px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.users-list-modal .upload .upload-btn {
  width: 100px;
  margin-top: 20px;
}
.users-list-filter-modal {
  width: 600px;
}
@media only screen and (max-width: 950px) {
  .users-list-filter-modal {
    padding: 16px;
    width: 85%;
    overflow-y: scroll !important;
  }
}
@media only screen and (max-width: 1023px) {
  .users-list-filter-modal {
    padding: 16px;
    overflow-y: scroll !important;
  }
}
.users-list-remove-modal {
  max-width: 400px !important;
  min-height: 160px !important;
}
@media only screen and (max-width: 1023px) {
  .users-list-remove-modal {
    max-width: 300px !important;
    min-height: 130px !important;
  }
}
.users-list-remove-modal .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}
.users-list-remove-modal .btn-group .delete {
  background-color: #f45632;
  width: 100px;
}
.users-list-remove-modal .btn-group .cancel {
  background-color: #009595;
  width: 100px;
}

.add-ticket {
  height: calc(100% - 40px) !important;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.add-ticket-input-group {
  display: flex;
  flex-direction: column;
  width: 791px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .add-ticket-input-group {
    width: 100%;
    padding-left: 0px;
  }
}
.add-ticket .upload-btn {
  width: 150px;
}
.add-ticket .mb-67 {
  margin-bottom: 67px !important;
}

.details-ticket {
  max-width: 1024px;
  margin: 0 auto;
  height: calc(100% - 40px) !important;
}
@media only screen and (max-width: 1023px) {
  .details-ticket {
    height: calc(100% - 57px - 96px) !important;
  }
}
.details-ticket-header {
  min-height: 84px;
  height: auto;
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 14px;
  position: sticky;
  z-index: 5;
  background: linear-gradient(135deg, #0c1a58 0%, rgb(2.7858823529%, 6.0360784314%, 20.4298039216%) 100%);
  box-shadow: 0 6px 20px rgba(12, 26, 88, 0.22);
}
@media only screen and (max-width: 1023px) {
  .details-ticket-header {
    padding: 12px 14px;
    gap: 8px;
  }
}
.details-ticket-header .header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
}
.details-ticket-header .header-top-row .ticket-id-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 5px;
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}
.details-ticket-header .header-top-row .ticket-id-badge svg {
  font-size: 14px;
}
.details-ticket-header .header-top-row .ticket-id-badge .ticket-state-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-radius: 999px;
  padding: 3px 5px;
  margin-right: 4px;
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
}
.details-ticket-header .header-top-row .ticket-id-badge .ticket-state-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ee2a8;
  box-shadow: 0 0 0 3px rgba(126, 226, 168, 0.18);
}
.details-ticket-header .title-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
}
.details-ticket-header .title-row .subject-label {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
.details-ticket-header .title-row .subject-title {
  font-family: "Peyda" !important;
  font-weight: 800;
  font-size: 17px;
  color: #ffffff;
  margin: 0;
  flex: 1;
  min-width: 0;
  text-align: right;
  direction: rtl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-ticket-header .action {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.details-ticket-header .action .back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.details-ticket-header .action .back-btn svg {
  font-size: 22px;
}
.details-ticket-header .action .back-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-1px);
}
.details-ticket-header .action .amaliat-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 16px;
  min-width: 0;
  text-transform: none;
  box-shadow: none;
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.details-ticket-header .action .amaliat-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-1px);
}
.details-ticket-header .status-btn {
  width: 147px;
  height: 50px !important;
  background-color: #f45632;
}
@media only screen and (max-width: 1023px) {
  .details-ticket-header .status-btn {
    width: 109px;
  }
}
@media only screen and (max-width: 1023px) {
  .details-ticket .header-top-row {
    gap: 8px;
  }
  .details-ticket .ticket-id-badge {
    padding: 4px 8px;
    gap: 6px;
    font-family: "Peyda" !important;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
  }
  .details-ticket .ticket-id-badge svg {
    font-size: 13px;
  }
  .details-ticket .ticket-id-badge .ticket-state-chip {
    padding: 2px 5px;
    margin-right: 2px;
    font-family: "Peyda" !important;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
  }
  .details-ticket .action {
    gap: 6px;
  }
  .details-ticket .action .amaliat-btn {
    padding: 6px 12px;
    font-family: "Peyda" !important;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
  }
  .details-ticket .action .back-btn {
    width: 34px;
    height: 34px;
  }
  .details-ticket .title-row {
    gap: 8px;
  }
  .details-ticket .title-row .subject-title {
    font-size: 15px;
  }
}
.details-ticket .chat-container {
  border-radius: 6px;
  padding: 21px;
  margin-top: 16px;
  width: 100%;
  max-width: 1024px;
  height: calc(100% - 125px) !important;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.details-ticket .chat-container .scrollbar, .details-ticket .chat-container .layout-content-padding .children, .layout-content-padding .details-ticket .chat-container .children {
  flex: 1;
  min-height: 0;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .details-ticket .chat-container {
    padding: 12px 20px;
  }
}
.details-ticket .chat-container-send {
  width: 100%;
  flex-shrink: 0;
}
.details-ticket .chat-container-send .chat-composer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  width: inherit;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 14px;
  padding: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.details-ticket .chat-container-send .chat-composer:focus-within {
  border-color: #0c1a58;
  box-shadow: 0 0 0 2px rgba(12, 26, 88, 0.08);
}
.details-ticket .chat-container-send .chat-composer-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.details-ticket .chat-container-send .chat-composer .text-area {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  border: none;
  outline: unset !important;
  resize: none;
  background: transparent;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 9px 10px;
  min-height: 40px;
  box-sizing: border-box;
  max-height: 160px;
  line-height: 22px;
  transition: height 0.18s ease, margin-bottom 0.18s ease;
}
.details-ticket .chat-container-send .chat-composer-files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.details-ticket .chat-container-send .chat-composer-file {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.details-ticket .chat-container-send .chat-composer-file:hover {
  opacity: 0.92;
  transform: scale(1.02);
}
.details-ticket .chat-container-send .chat-composer-file-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.details-ticket .chat-container-send .chat-composer-file-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1a58;
  background-color: #e8ecf0;
  font-size: 30px;
}
.details-ticket .chat-container-send .chat-composer-file-remove {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  transition: background-color 0.2s ease;
}
.details-ticket .chat-container-send .chat-composer-file-remove:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.details-ticket .chat-container-send .chat-composer-attach, .details-ticket .chat-container-send .chat-composer-actions {
  display: flex;
  align-items: center;
  align-self: flex-end;
  flex-shrink: 0;
  gap: 4px;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-attach .chat-composer-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #525151;
  font-size: 17px;
  transition: color 0.18s ease;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-attach .chat-composer-icon:hover {
  color: #0c1a58;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-icon,
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-icon {
  background-color: #f7f7f7;
  color: #525151;
  font-size: 17px;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-icon:hover {
  background-color: #0c1a58;
  color: #ffffff;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-send {
  background-color: #0c1a58;
  color: #ffffff;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-send img {
  width: 18px;
  height: 18px;
}
.details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-send:hover {
  transform: scale(1.08);
}
.details-ticket .chat-container-send .chat-composer.is-multiline .chat-composer-row {
  padding-top: 8px;
}
.details-ticket .chat-container-send .chat-composer.is-multiline .text-area {
  margin-bottom: 46px;
}
.details-ticket .chat-container-send .chat-composer.is-multiline .chat-composer-attach {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.details-ticket .chat-container-send .chat-composer.is-multiline .chat-composer-actions {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
@media only screen and (max-width: 1023px) {
  .details-ticket .chat-container-send .chat-composer.is-multiline .text-area {
    margin-bottom: 42px;
  }
  .details-ticket .chat-container-send .chat-composer.is-multiline .chat-composer-attach {
    bottom: 6px;
    right: 6px;
  }
  .details-ticket .chat-container-send .chat-composer.is-multiline .chat-composer-actions {
    bottom: 6px;
    left: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .details-ticket .chat-container-send .chat-composer {
    padding: 6px;
  }
  .details-ticket .chat-container-send .chat-composer-row {
    gap: 6px;
  }
  .details-ticket .chat-container-send .chat-composer-attach, .details-ticket .chat-container-send .chat-composer-actions {
    gap: 2px;
  }
  .details-ticket .chat-container-send .chat-composer .chat-composer-attach .chat-composer-icon,
  .details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-icon,
  .details-ticket .chat-container-send .chat-composer .chat-composer-actions .chat-composer-send {
    width: 34px;
    height: 34px;
  }
  .details-ticket .chat-container-send .chat-composer .text-area {
    padding: 8px 8px;
    min-height: 38px;
  }
}

@media only screen and (max-width: 1023px) {
  .assign-modal table {
    display: inline-table;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .assign-modal {
    width: 90%;
    min-height: 90vh;
  }
}
@media only screen and (min-width: 1024px) {
  .assign-modal {
    height: auto;
  }
}
.assign-modal .custom-modal-main-title {
  align-items: flex-start !important;
}
.assign-modal .table-border {
  border-radius: 8px !important;
  border: 1px solid #e4e0e0;
}
.assign-modal .custom-modal-item {
  max-width: unset;
}

.chat-image-preview {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chat-image-preview img {
  max-width: 85vw;
  max-height: 85vh;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.chat-image-preview-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

/* ============ Erjaa (assign) dropdown ============ */
.erjaa-menu .MuiPaper-root {
  width: 320px;
  max-width: calc(100vw - 24px);
  margin-top: 8px;
  border: 1px solid #e4e0e0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
  padding: 8px;
  font-family: "Peyda" !important;
  outline: none;
}
.erjaa-menu .erjaa-menu-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.erjaa-menu .erjaa-menu-search-icon {
  position: absolute;
  right: 10px;
  color: #aaa;
  pointer-events: none;
  font-size: 15px;
}
.erjaa-menu .erjaa-menu-search-input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e0e0;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 0 32px 0 30px;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.erjaa-menu .erjaa-menu-search-input:focus {
  border-color: #0c1a58;
  box-shadow: 0 0 0 2px rgba(12, 26, 88, 0.08);
  background: #ffffff;
}
.erjaa-menu .erjaa-menu-search-input::placeholder {
  color: #bbb;
}
.erjaa-menu .erjaa-menu-search-clear {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}
.erjaa-menu .erjaa-menu-search-clear:hover {
  color: #f45632;
  background: rgba(244, 86, 50, 0.1);
}
.erjaa-menu .erjaa-menu-list {
  max-height: 260px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item:hover {
  background: #f7f7f7;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8ecf0;
  color: #0c1a58;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item-name {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item-go {
  font-weight: 700;
  font-size: 11px;
  color: #009595;
  background: #d8eae1;
  border-radius: 999px;
  padding: 4px 12px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all 0.2s;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-item:hover .erjaa-menu-item-go {
  background: #009595;
  color: #ffffff;
}
.erjaa-menu .erjaa-menu-list .erjaa-menu-empty {
  text-align: center;
  padding: 22px 0;
  font-weight: 500;
  font-size: 13px;
  color: #525151;
}

/* ============ Calendar Page (monthly grid) ============ */
@keyframes calendar-boxes-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes calendar-badge-pop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.calendar-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 4px;
}
.calendar-page .calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 12px;
  padding: 12px 16px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-nav-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e0e0;
  border-radius: 8px;
  background: #f7f7f7;
  color: #0c1a58;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-nav-btn:hover {
  background: #0c1a58;
  color: #ffffff;
  border-color: #0c1a58;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-nav-btn svg {
  font-size: 16px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-month-title {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 150px;
  justify-content: center;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 16px;
  color: #0c1a58;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-month-title svg {
  color: #009595;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-today-btn {
  height: 34px;
  padding: 0 14px;
  border: none;
  border-radius: 8px;
  background: #009595;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}
.calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-today-btn:hover {
  opacity: 0.85;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select {
  min-width: 96px;
  height: 34px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select.MuiInputBase-root {
  border-radius: 8px;
  background: #f7f7f7;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select .MuiSelect-select {
  font-family: "Peyda" !important;
  font-size: 13px;
  font-weight: 500;
  color: #0c1a58;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select fieldset {
  border-color: #e4e0e0;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .button {
  height: 34px;
  margin: 0;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search {
  width: 220px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input {
  margin-bottom: 0 !important;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .input {
  height: 34px !important;
  margin-bottom: 0 !important;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .MuiOutlinedInput-root {
  height: 34px;
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 13px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .MuiOutlinedInput-root fieldset {
  border-color: #e4e0e0;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .MuiOutlinedInput-root:hover fieldset {
  border-color: rgba(12, 26, 88, 0.4);
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .MuiOutlinedInput-root.Mui-focused fieldset {
  border-color: #0c1a58;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input .calendar-search-icon {
  color: #525151;
  font-size: 14px;
}
.calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search .calendar-search-input.custom-input input {
  font-family: "Peyda" !important;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
.calendar-page .calendar-card {
  background: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 12px;
  padding: 16px;
}
.calendar-page .calendar-card .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}
.calendar-page .calendar-card .calendar-weekdays .calendar-weekday {
  text-align: center;
  padding: 8px 0;
  background: #e8ecf0;
  border-radius: 8px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #0c1a58;
}
.calendar-page .calendar-card .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.calendar-page .calendar-card .calendar-day {
  min-height: 96px;
  min-width: 0;
  border: 1px solid #e4e0e0;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.2s ease;
  background: #ffffff;
}
.calendar-page .calendar-card .calendar-day.is-outside {
  background: #f7f7f7;
  opacity: 0.55;
}
.calendar-page .calendar-card .calendar-day.is-outside .calendar-day-num {
  color: #525151;
}
.calendar-page .calendar-card .calendar-day.is-today {
  border-color: #009595;
  box-shadow: inset 0 0 0 1px #009595;
}
.calendar-page .calendar-card .calendar-day.is-today .calendar-day-num {
  color: #009595;
  font-weight: 700;
}
.calendar-page .calendar-card .calendar-day.is-holiday {
  background: rgba(244, 86, 50, 0.07);
  border-color: rgba(244, 86, 50, 0.35);
}
.calendar-page .calendar-card .calendar-day.is-holiday .calendar-day-num {
  color: #f45632;
  font-weight: 700;
}
.calendar-page .calendar-card .calendar-day.clickable {
  cursor: pointer;
}
.calendar-page .calendar-card .calendar-day.clickable:hover {
  border-color: #0c1a58;
  box-shadow: 0 6px 16px rgba(0, 51, 102, 0.12);
  transform: translateY(-2px);
}
.calendar-page .calendar-card .calendar-day .calendar-day-num {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.calendar-page .calendar-card .calendar-day .calendar-day-badge {
  align-self: flex-end;
  background: #009595;
  color: #ffffff;
  border-radius: 999px;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  animation: calendar-badge-pop 0.28s ease;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes {
  width: 100%;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 60px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 149, 149, 0.4) transparent;
  padding-inline-end: 2px;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes::-webkit-scrollbar {
  width: 4px;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes::-webkit-scrollbar-track {
  background: transparent;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes::-webkit-scrollbar-thumb {
  background: rgba(0, 149, 149, 0.35);
  border-radius: 999px;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes .calendar-day-box {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #d8eae1;
  border: 1px solid rgba(0, 149, 149, 0.3);
  border-radius: 5px;
  padding: 2px 6px;
  opacity: 0;
  animation: calendar-boxes-in 0.3s ease forwards;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes .calendar-day-box svg {
  flex-shrink: 0;
  font-size: 9px;
  color: #009595;
}
.calendar-page .calendar-card .calendar-day .calendar-day-boxes .calendar-day-box .calendar-day-box-subject {
  min-width: 0;
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 10.5px;
  color: #009595;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (prefers-reduced-motion: reduce) {
  .calendar-page .calendar-card .calendar-day .calendar-day-boxes .calendar-day-box {
    opacity: 1;
    animation: none;
  }
}
.calendar-page .calendar-card .calendar-loading {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ Day Tooltip ============ */
.calendar-tooltip-box {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #e4e0e0;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 10px !important;
  min-width: 240px !important;
  max-width: 300px !important;
  font-family: "Peyda" !important;
}
.calendar-tooltip-box .MuiTooltip-arrow {
  color: #ffffff !important;
}
.calendar-tooltip-box .calendar-tooltip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 26, 88, 0.3) transparent;
  padding-inline-start: 2px;
}
.calendar-tooltip-box .calendar-tooltip::-webkit-scrollbar {
  width: 5px;
}
.calendar-tooltip-box .calendar-tooltip::-webkit-scrollbar-track {
  background: transparent;
}
.calendar-tooltip-box .calendar-tooltip::-webkit-scrollbar-thumb {
  background: rgba(12, 26, 88, 0.3);
  border-radius: 999px;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e4e0e0;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #0c1a58;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-head svg {
  color: #009595;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-item .calendar-tooltip-subject {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  line-height: 1.7;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-item .calendar-tooltip-registrar {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Peyda" !important;
  font-weight: 400;
  font-size: 11px;
  color: #525151;
}
.calendar-tooltip-box .calendar-tooltip .calendar-tooltip-item .calendar-tooltip-registrar svg {
  color: #0c1a58;
}

/* ============ Kanban Day Page ============ */
.calendar-day-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 4px;
}
.calendar-day-page .calendar-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 12px;
  padding: 14px 18px;
}
.calendar-day-page .calendar-day-header .calendar-back-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  color: #0c1a58;
  cursor: pointer;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #0c1a58;
  transition: color 0.2s ease;
}
.calendar-day-page .calendar-day-header .calendar-back-btn svg {
  font-size: 22px;
}
.calendar-day-page .calendar-day-header .calendar-back-btn:hover {
  color: #009595;
}
.calendar-day-page .calendar-day-header .calendar-day-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 16px;
  color: #0c1a58;
}
.calendar-day-page .calendar-day-header .calendar-day-title svg {
  color: #009595;
  font-size: 20px;
}
.calendar-day-page .calendar-day-header .calendar-day-title .calendar-day-count {
  background: #d8eae1;
  color: #009595;
  border-radius: 999px;
  padding: 4px 12px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #009595;
}
.calendar-day-page .kanban-board {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 26, 88, 0.3) transparent;
  -webkit-overflow-scrolling: touch;
}
.calendar-day-page .kanban-board.is-draggable {
  cursor: grab;
}
.calendar-day-page .kanban-board.is-draggable:active, .calendar-day-page .kanban-board.is-draggable.is-dragging {
  cursor: grabbing;
}
.calendar-day-page .kanban-board.is-dragging {
  user-select: none;
  -webkit-user-select: none;
}
.calendar-day-page .kanban-board::-webkit-scrollbar {
  height: 8px;
}
.calendar-day-page .kanban-board::-webkit-scrollbar-track {
  background: transparent;
}
.calendar-day-page .kanban-board::-webkit-scrollbar-thumb {
  background: rgba(12, 26, 88, 0.25);
  border-radius: 999px;
}
.calendar-day-page .kanban-board .kanban-column {
  flex: 0 0 300px;
  min-width: 300px;
  background: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: var(--lead-bg, #e8ecf0);
  border-bottom: 2px solid var(--lead-color, #0c1a58);
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-header .kanban-column-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lead-color, #0c1a58);
  flex-shrink: 0;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-header .kanban-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 14px;
  color: #0c1a58;
  color: var(--lead-color, #0c1a58);
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-header .kanban-count {
  background: var(--lead-color, #009595);
  color: #ffffff;
  border-radius: 999px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group .kanban-registrar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f2f4f8;
  border-radius: 8px;
  padding: 8px 10px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group .kanban-registrar-header .kanban-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0c1a58;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group .kanban-registrar-header .kanban-registrar-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group .kanban-registrar-header .kanban-registrar-count {
  background: #ffffff;
  border: 1px solid #e4e0e0;
  color: #0c1a58;
  border-radius: 999px;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 11px;
  color: #0c1a58;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-registrar-group .kanban-registrar-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card {
  background: #f7f7f7;
  border: 1px solid #e4e0e0;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card:hover {
  border-color: #009595;
  background: #d8eae1;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-subject {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-align: right;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  line-height: 1.7;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-subject .kanban-card-subject-icon {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 13px;
  color: #0c1a58;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-footer .kanban-card-id {
  margin-inline-start: auto;
  flex-shrink: 0;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fdf3d9;
  color: #7a5a00;
  border: 1px solid #efdda8;
  border-radius: 999px;
  padding: 3px 10px;
  flex-shrink: 0;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 11px;
  color: #7a5a00;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-badge svg {
  font-size: 11px;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-id {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8ecf0;
  border-radius: 999px;
  padding: 2px 10px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 11px;
  color: #525151;
}
.calendar-day-page .kanban-board .kanban-column .kanban-column-body .kanban-card .kanban-card-id svg {
  font-size: 12px;
  color: #0c1a58;
}
.calendar-day-page .calendar-empty {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px dashed #e4e0e0;
  border-radius: 12px;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 14px;
  color: #525151;
}
.calendar-day-page .calendar-empty svg {
  font-size: 42px;
  color: #e4e0e0;
}
.calendar-day-page .calendar-loading {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ Responsive ============ */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* medium devices (13" macbook & similar) */
  .calendar-page {
    padding: 16px 2px;
  }
  .calendar-page .calendar-toolbar {
    padding: 12px 14px;
    gap: 8px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-month-title {
    min-width: 120px;
    font-size: 15px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters {
    gap: 6px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select {
    min-width: 88px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search {
    width: 170px;
  }
  .calendar-page .calendar-card {
    padding: 12px;
  }
  .calendar-page .calendar-card .calendar-day {
    min-height: 84px;
  }
  .calendar-day-page .kanban-column {
    flex-basis: 270px;
    min-width: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .calendar-page {
    padding: 12px 0;
  }
  .calendar-page .calendar-toolbar {
    padding: 12px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-nav {
    width: 100%;
    justify-content: space-between;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-month-title {
    min-width: auto;
    font-size: 15px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters {
    width: 100%;
    justify-content: flex-end;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search {
    width: 240px;
  }
  .calendar-page .calendar-card {
    padding: 10px;
    overflow-x: auto;
  }
  .calendar-page .calendar-card .calendar-grid,
  .calendar-page .calendar-card .calendar-weekdays {
    min-width: 620px;
  }
  .calendar-page .calendar-card .calendar-day {
    min-height: 76px;
    padding: 6px;
  }
  .calendar-day-page {
    padding: 12px 0;
  }
  .calendar-day-page .calendar-day-header {
    padding: 12px;
    gap: 8px;
  }
  .calendar-day-page .calendar-day-header .calendar-day-title {
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .calendar-day-page .calendar-day-header .calendar-back-btn {
    font-size: 13px;
  }
  .calendar-day-page .kanban-column {
    flex-basis: 260px;
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  /* phones */
  .calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-nav-btn {
    width: 34px;
    height: 34px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-nav .calendar-today-btn {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-select {
    width: 100%;
    min-width: 0;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .calendar-search {
    width: 100%;
    grid-column: 1/-1;
  }
  .calendar-page .calendar-toolbar .calendar-toolbar-filters .button {
    grid-column: 1/-1;
    width: 100%;
  }
  .calendar-page .calendar-card {
    padding: 8px;
  }
  .calendar-page .calendar-card .calendar-grid,
  .calendar-page .calendar-card .calendar-weekdays {
    min-width: 560px;
    gap: 4px;
  }
  .calendar-page .calendar-card .calendar-weekday {
    font-size: 11px;
    padding: 6px 0;
  }
  .calendar-page .calendar-card .calendar-day {
    min-height: 64px;
    border-radius: 8px;
  }
  .calendar-page .calendar-card .calendar-day .calendar-day-num {
    font-size: 13px;
  }
  .calendar-page .calendar-card .calendar-day .calendar-day-badge {
    min-width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .calendar-page .calendar-card .calendar-day .calendar-day-boxes {
    max-height: 32px;
  }
  .calendar-day-page .kanban-board {
    padding-bottom: 12px;
  }
  .calendar-day-page .kanban-column {
    flex-basis: 240px;
    min-width: 240px;
  }
}
/* ============ Leads "اطلاعات بیشتر" modal ============ */
.lead-details-modal {
  width: 640px;
}
@media only screen and (max-width: 1023px) {
  .lead-details-modal {
    width: 85%;
    padding: 16px;
  }
}
.lead-details-modal .lead-details-tabs .MuiTabs-indicator {
  background-color: #0c1a58;
  height: 3px;
  border-radius: 3px;
}
.lead-details-modal .lead-details-tabs .MuiTab-root {
  font-family: "Peyda" !important;
  font-size: 13px;
  font-weight: 700;
  color: #525151;
  text-transform: none;
  min-height: 44px;
  transition: color 0.2s ease;
}
.lead-details-modal .lead-details-tabs .MuiTab-root.Mui-selected {
  color: #0c1a58;
}
.lead-details-modal .lead-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .lead-details-modal .lead-info-grid {
    grid-template-columns: 1fr;
  }
}
.lead-details-modal .lead-info-grid .lead-info-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #f7f7f7;
  border: 1px solid #e4e0e0;
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 0;
}
.lead-details-modal .lead-info-grid .lead-info-field--full {
  grid-column: 1/-1;
}
.lead-details-modal .lead-info-grid .lead-info-field .lead-info-label {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 11px;
  color: #525151;
}
.lead-details-modal .lead-info-grid .lead-info-field .lead-info-value {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  word-break: break-word;
  line-height: 1.7;
}
.lead-details-modal .lead-info-grid .lead-info-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 30px 0;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 13px;
  color: #525151;
}
.lead-details-modal .lead-end-policy {
  margin-top: 18px;
}
.lead-details-modal .lead-end-policy .lead-end-policy-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #0c1a58;
}
.lead-details-modal .lead-end-policy .lead-end-policy-title svg {
  color: #009595;
  font-size: 15px;
}
.lead-details-modal .lead-end-policy .lead-end-policy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lead-details-modal .lead-end-policy .lead-end-policy-list .lead-end-policy-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e4e0e0;
  border-radius: 10px;
  padding: 10px 14px;
}
@media only screen and (max-width: 767px) {
  .lead-details-modal .lead-end-policy .lead-end-policy-list .lead-end-policy-item {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}
.lead-details-modal .lead-end-policy .lead-end-policy-list .lead-end-policy-item .lead-end-policy-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.lead-details-modal .lead-end-policy .lead-end-policy-list .lead-end-policy-item .lead-end-policy-cell .lead-end-policy-label {
  font-family: "Peyda" !important;
  font-weight: 600;
  font-size: 11px;
  color: #525151;
}
.lead-details-modal .lead-end-policy .lead-end-policy-list .lead-end-policy-item .lead-end-policy-cell .lead-end-policy-value {
  font-family: "Peyda" !important;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview {
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preview-content .content-title {
  padding-bottom: 50px;
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}
.preview-content .content-desc {
  font-family: "Peyda" !important;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.preview-content .loader {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
