#scrollDownButton {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 100;
  background-color: #0162e8;
  color: white;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollDownButton:hover {
  background-color: #0056b3;
}


.settings_container_box_item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.settings_container_box_item:hover {
  transform: translateY(-4px);
}

.settings_container_box_item .btn-sm {
  background-color: #9d5053;
  color: white;
  padding: 5px 10px;
}

.settings_container_box_item .btn-sm i {
  font-size: 18px;
}

.settings_container_box_item h3 {
  color: #031b4e !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #a8c1ff !important;
  color: #000;
}

.flatpickr-day {
  color: #000 !important;
}

span.flatpickr-weekday {
  color: #000 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.disabled {
  color: #ccc !important;
  background: #f8f8f8 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.6;
}


@media only screen and (max-width:567px) {
  .dt-buttons.btn-group {
    top: 0px !important;
  }
}


.member_show_container .text-muted {
  color: #000 !important;
}

.member_show_details {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.member_show_details .card {
  transition: all 0.3s ease;
  border-radius: 10px;
}

.member_show_details .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.member_show_details .card-header {
  border-bottom: none;
  border-radius: 10px 10px 0 0 !important;
  padding: 15px 20px;
}

.member_show_details .card-body {
  padding: 20px;
}

.member_show_details .info-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.member_show_details .info-item:last-child {
  border-bottom: none;
}

.member_show_details .info-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  border-radius: 50%;
}

.member_show_details .avatar-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.member_show_details .document-link {
  text-decoration: none;
  color: inherit;
}

.member_show_details .document-thumbnail {
  width: 100px;
  height: 100px;
  background-color: #f8f9fa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.member_show_details .document-thumbnail:hover {
  background-color: rgba(13, 110, 253, 0.1);
  border-color: #0d6efd;
}

.member_show_details .document-thumbnail i {
  font-size: 24px;
  margin-bottom: 6px;
  color: #0d6efd;
}

.member_show_details .document-thumbnail span {
  font-size: 12px;
  text-align: center;
}

.member_show_details .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 6px;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.member_show_details .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}

.member_show_details hr {
  opacity: 0.1;
}

.member_show_details label {
  font-weight: 500;
  margin-bottom: 4px;
}

.member_show_details .fw-medium {
  font-weight: 500;
}

.member_show_details .badge {
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 30px;
}

.member_show_container h5 {
  color: #9d5053;
}






/* campaign modal */


.data-label {
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.data-value {
  font-size: 0.82rem;
  color: #333;
  word-break: break-word;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  border-block-end: 0;
  padding: .65rem;
  background-color: #d3d3d378;
  gap: 10px;
  border-radius: .3rem;
  margin-block-end: 1rem;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-inline-end: 0.5rem;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
}

.nav-tabs .nav-link.active {
  color: #fff;
  /* border-bottom: 2px solid #007bff; */
  background-color: #0362e8;
  color: #fff;
  box-shadow: 0 .125rem 0 rgba(10, 10, 10, .04);
  transition: color .15s ease-in;
  border-radius: 4px;
}

.tab-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tab-title {
  font-size: 1.2rem;
  margin: 0;
  color: #333;
}

.badge {
  font-weight: 500;
  padding: 5px 8px;
}

.file-icon {
  margin-right: 5px;
  color: #dc3545;
}

.contact-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.contact-icon {
  margin-right: 8px;
  color: #007bff;
}

.subcategory-badge,
.language-badge {
  padding: 6px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.subcategory-badge.business {
  background-color: #007bff;
  color: white;
}

.subcategory-badge.data {
  background-color: #17a2b8;
  color: white;
}

.subcategory-badge.enterprise {
  background-color: #6c757d;
  color: white;
}

.language-badge {
  background-color: #28a745;
  color: white;
}

.placeholder-img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.equal-height-row .data-box {
  flex: 1;
}

.modal-content {
  border-radius: 6px;
  overflow: hidden;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.close-btn {
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
}

.custom-audio-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 12px;
  margin-top: 5px;
}

.play-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(145deg, #6a11cb, #2575fc);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.progress-container {
  flex: 1;
  margin-right: 12px;
}

.progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  transition: width 0.3s ease;
}

.time-display {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c757d;
  margin-top: 5px;
}

.volume-control {
  display: flex;
  align-items: center;
  color: #6c757d;
}

.volume-slider {
  width: 60px;
  margin-left: 8px;
  height: 4px;
}

.file-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #495057;
}

.file-name i {
  margin-right: 6px;
}

/*  */


.accordion-item {
  border: none;
  margin-bottom: 5px;
}

.accordion-button {
  background-color: #e6f0ff;
  color: black;
  font-weight: bold;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  background-color: #85b6ff94;
  color: #000000;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: #85b6ff94;
  color: #000000;
  border: none;
}

.accordion-body {
  background-color: #e6f0ff;
  color: black;
}

.loading {
  animation: loading 2s infinite;
}

.btn-loader i {
  animation: loader 1s infinite linear;
  inset-block-start: -.75rem;
}

.loading2 {
  animation: loading2 2s infinite;
}

.btn-loader2 i {
  animation: loader2 1s infinite linear;
  inset-block-start: -.75rem;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}


.custom_dashboard_cards_container .card {
  border: none !important;
}


.custom_dashboard_cards {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 20px;
  padding: 15px 25px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom_dashboard_cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.custom_dashboard_cards:hover::before {
  transform: translateX(100%);
}

.custom_dashboard_cards:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.custom_dashboard_cards.success {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.custom_dashboard_cards.warning {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.custom_dashboard_cards.info {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.custom_dashboard_cards.danger {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.custom_dashboard_cards.primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.custom_dashboard_cards.dark {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.custom_dashboard_cards .card-icon {
  font-size: 2.5rem;
  opacity: 0.8;
  margin-bottom: 15px;
}

.custom_dashboard_cards .card-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.custom_dashboard_cards .card_title {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 15px;
}

.custom_dashboard_cards .card-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.custom_dashboard_cards .trend {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.custom_dashboard_cards .trend i {
  margin-right: 5px;
  font-size: 1rem;
}

.custom_dashboard_cards .progress-ring {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.custom_dashboard_cards .progress-ring circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 4;
}

.custom_dashboard_cards .progress-ring .progress {
  stroke: white;
  stroke-dasharray: 126;
  stroke-dashoffset: 31.5;
  transform-origin: center;
  transform: rotate(-90deg);
  animation: progress 2s ease-in-out;
}

@keyframes progress {
  from {
    stroke-dashoffset: 126;
  }

  to {
    stroke-dashoffset: 31.5;
  }
}

.dashboard-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 15px;
}

.dashboard-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dashboard-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

body {
  background-color: #f8f9fa;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.container-fluid {
  /* padding: 20px; */
}

.main-footer .container-fluid {
  padding: 0px !important;
}

.row {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .custom_dashboard_cards {
    margin-bottom: 20px;
  }

  .dashboard-title {
    font-size: 2rem;
  }

  .custom_dashboard_cards .card-number {
    font-size: 2rem;
  }
}


.campaign-icons i {
  font-size: 1.5rem;
}

.campaign-icons span {
  font-size: 1.5rem;
}

.dashboard-section-title {
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

.dashboard-section-title i {
  margin-right: 10px;
  color: #3498db;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: transform 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.stat-card-title {
  color: #34495e;
  margin: 0;
}

.stat-card-icon {
  width: 40px;
  height: 40px;
  background-color: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.stat-card-body {
  padding: 10px 0;
}

.stat-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  color: #7f8c8d;
}

.stat-value {
  color: #2ecc71;
  font-weight: bold;
}

.divider {
  border: 1px solid #ecf0f1;
  margin: 20px 0;
}

.custom_dashboard_cards_container {
  padding: 0;
}

.hidden {
  display: none;
}

.custom_dashboard_cards {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s;
}

.custom_dashboard_cards.success {
  background-color: #2ecc71;
  color: #fff;
}

.custom_dashboard_cards.info {
  background-color: #3498db;
  color: #fff;
}

.custom_dashboard_cards.warning {
  background-color: #f1c40f;
  color: #fff;
}

.custom_dashboard_cards.danger {
  background-color: #e74c3c;
  color: #fff;
}

.custom_dashboard_cards.primary {
  background-color: #2980b9;
  color: #fff;
}

.custom_dashboard_cards .card-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.custom_dashboard_cards .card-number h3 {
  margin: 0 0 10px;
  font-size: 1.5em;
}

.custom_dashboard_cards h4 {
  margin: 0 0 10px;
  font-size: 1.2em;
}

.card_title {
  padding: 5px 0;
  color: #ddd;
}

.image-preview {
  width: 100px;
  height: 100px;
}

.cke_notifications_area {
  display: none;
}


.chart-container {
  position: relative;
  height: 260px;
}

.gauge-container {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gauge-text {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #2d3748;
}

.chart_container .card {
  border: none !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.chart_container .card-title {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
}

#chart div:first-child {
  margin-right: unset !important;
  margin-left: unset !important;
}

.member-module .swal2-container.swal2-top-end.swal2-backdrop-show {
  z-index: 1000000 !important;
}

.global .nav-tabs {
  background-color: unset !important;
}

.global .nav-tabs .nav-link {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icone_color {
  color: #9d5053;
}

.dt-buttons.btn-group {
  position: absolute;
  top: 50px;
  left: 178px;
}

.role-font {
  font-size: 14px;
}

.role-font-2 {
  font-size: 19px;
}

.form-select-sm{
  text-align: center;
  padding-right: 8px !important;
  font-size: 14px !important;
  color: #22252F !important;
}

#example1 td.user_body {
  position: relative;
  display: flex;
  align-items: anchor-center;
}

.user-pro-body .profile-status2 {
  position: absolute;
  display: block;
  bottom: 0;
  right: 98px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
  border-radius: 100%;
  top: 66px;
  background: #22c03c;
  left: 60px;
}

.img-thumbnail {
  width: 113px;
  height: 113px;
  object-fit: cover;
}

.user_details_form_container .input-group-text {
  font-size: 1.4rem;
  border-radius: 3px;
}

.user_details_form_container .form-control {
  color: #322a35;
}

.user_details_form_container span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: -webkit-fill-available !important;
}

.user_details_form_container .is-invalid {
  border: 1px solid red;
}

.user_details_form_container .is-invalid .text-danger {
  color: red;
  display: block;
}

.cke_notifications_area {
  display: none;
}

.about-form-input .input-group-text {
  font-size: 1.4rem;
  border-radius: 3px;
}

.about-form-input .form-control {
  color: #322a35;
}

.slider-short-title {
  height: 65px;
}

.site-setting-input .input-group-text {
  font-size: 1.4rem;
  border-radius: 3px;
}

.site-setting-input .form-control {
  color: #322a35;
}

.custom_checkbox .form-check-input {
  position: unset !important;
  box-shadow: none !important;
}


.campaign-module .call-details-container {
  max-width: 900px;
  margin: 0 auto;
}

.campaign-module .detail-item {
  margin-bottom: 12px;
}

.campaign-module .detail-label {
  font-weight: 600;
  color: #495057;
  margin-right: 8px;
}

.campaign-module .detail-value {
  color: #212529;
}

.campaign-module .section-title {
  color: #0d6efd;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.campaign-module .metric-label {
  font-weight: 500;
  width: 60%;
}

.campaign-module .metric-value {
  font-weight: 600;
}

.campaign-module .card {
  border-radius: 8px;
  overflow: hidden;
}

.campaign-module .card-header {
  padding: 15px 20px;
}

.campaign-module .table {
  margin-bottom: 0;
}

.campaign-module .table-hover tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.05);
}

.chart-container-height {
  height: 400px;
}

.embla {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
  flex-direction: row;
}

.embla__slide {
  position: relative;
  flex: 0 0 100%;
}

.embla__slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.embla__prev,
.embla__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 1;
  border-radius: 5px;
  user-select: none;
}

.embla__prev {
  left: 10px;
}

.embla__next {
  right: 10px;
}

.countdown-container {
  text-align: center;
  background: linear-gradient(to right, #5a2d82, #ff0080);
  color: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.title {
  font-size: 20px;
  margin-bottom: 10px;
}

.countdown {
  /* display: flex;
  justify-content: center; */
  font-size: 11px;
  font-weight: bold;
}

.countdown span {
  background: white;
  color: #5a2d82;
  padding: 6px;
  border-radius: 5px;
}

.telecaller-work-badge .badge {
  padding: 7px 8px 7px !important;
}


.date-box.bg-yellow {
  background-color: #ffff00;
  /* bright yellow */
}

.date-box.bg-red {
  background-color: #ff0000;
  /* bright red */
}

.text-darkblue {
  color: #001f4d;
  /* navy blue */
}

.date-box {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.employee-attendance .table tbody td:first-child,
.employee-attendance .table thead th:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}

#emergencyModal img {
  margin: 0 5px;
}

@media only screen and (min-width: 1250px) {
  .dt-buttons.btn-group {
    position: absolute;
    top: 50px;
    left: 178px;
  }
}

.database-loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 32%;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 505px;
}

#database-loader {
  position: fixed;
  z-index: 500000;
  background: #ffffffb0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom_margin_top {
  margin-top: 0 !important;
}

.pointer {
  cursor: pointer;
}

.member-campaign-subcat-model {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.member-campaign-subcat-model-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 4px;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

.member-campaign-subcat-close {
  float: right;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.member-campaign-subcat-close:hover {
  color: red;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.member-campaign-subcat-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: center;
}

.member-campaign-city-model {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.member-campaign-city-model-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 4px;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  animation: fadeInCity 0.3s ease-in-out;
}

.member-campaign-city-close {
  float: right;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.member-campaign-city-close:hover {
  color: red;
}

.swal2-container {
  z-index: 1111111111 !important;
  "

}

@keyframes fadeInCity {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.member-campaign-city-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: center;
}

.error {
  color: red;
}

.campaign-max-width {
  max-width: 1140px !important;
}

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


/* .admin-edit-cam-model-close {
    margin: 0px !important;
    padding: 0px !important;
} 

.translate-div {
padding: ($modal-header-padding-y * .5) ($modal-header-padding-x * .5);
margin: ($modal-header-padding-y * -.5) ($modal-header-padding-x * -.5) ($modal-header-padding-y * -.5) auto;
} */

.hrr-target-container {
  line-height: 1.25;
  font-size: 13px
}

.hrr-target-container .t-row {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

.hrr-target-container .t-label {
  font-weight: 400;
  color: #000
}

.hrr-target-container .t-value {
  font-weight: 700
}

.hrr-target-container .role-badges {
  margin-top: 4px
}

.hrr-target-container .badge-role {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a
}

.hrr-target-container .badge-role .count {
  font-weight: 700;
  margin-left: 6px
}

.hrr-target-container .t-total {
  margin-top: 4px;
  font-size: 12px;
  color: #000
}

.hrr-target-container .t-total b {
  font-size: 13px;
  font-weight: 600
}

.settings_container_box_item h3 i {
  font-size: 22px !important;
  margin-right: 0px !important;
}

#example1 td,
#example1 th {
  white-space: nowrap !important;
}

@media only screen and (max-width: 1000px) {
  .settings_container_box_item h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .w-md-100{
    width: 100% !important;
  }
}

@media only screen and (max-width: 1400px) {

  #example1 td,
  #example1 th {
    white-space: nowrap !important;
  }

  #resignTable td,
  #resignTable th {
    white-space: nowrap !important;
  }

  #example2 td,
  #example2 th {
    white-space: nowrap !important;
  }

  #CAEntryDatatable td,
  #CAEntryDatatable th {
    white-space: nowrap !important;
  }

  .form-label {
    font-size: .675rem !important;
  }

  .settings_container_box_item h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .custom_width_user_profile {
    width: 80px;
    display: flex;
    flex-direction: column;
  }

  .custom_width_user_profile img{
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .settings_container_box_item h3 i {
    font-size: 16px !important;
    margin-right: 0px !important;
  }
}

.max-height {
  max-height: 100vh !important;
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  .custom_width_user_profile {
    width: 51px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .custom_width_user_profile img{
    width:40px;
    height: 40px;
    object-fit: cover;
  }
}




.carrer_view_user .modal-content {
  border-radius: 12px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #000;
}

.carrer_view_user .modal-header {
  background: #f8f9fa;
  color: #000;
  border-bottom: 1px solid #dee2e6;
  border-radius: 12px 12px 0 0;
  padding: 10px 18px;
}

.carrer_view_user .modal-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.carrer_view_user .user-avatar {
  width: 40px;
  height: 40px;
  background: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1rem;
  border: 2px solid #dee2e6;
}

.carrer_view_user .btn-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.8;
}

.carrer_view_user .btn-close:hover {
  opacity: 1;
}

.carrer_view_user .modal-body {
  padding: 0;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
}

.carrer_view_user .info-card {
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  margin: 20px;
  border: 1px solid #dee2e6;
}

/* .carrer_view_user .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
} */

.carrer_view_user .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: #e9ecef;
  color: #000;
  margin-right: 12px;
}

/* .carrer_view_user .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: #000;
} */

.carrer_view_user .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.grid-span{
  grid-column: span 2;
}

.carrer_view_user .info-item {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.carrer_view_user .info-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}

.carrer_view_user .info-value {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.document-card {
  transition: all 0.3s ease;
  cursor: pointer;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.document-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.document-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.filename {
  font-size: 0.75rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}

.document-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
}

.document-card .status-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.65rem;
}

.carrer_view_user .status-badge {
  background: #e9ecef;
  color: #000;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.carrer_view_user .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-radius: 0 0 12px 12px;
  padding: 8px 20px;
}

.carrer_view_user .action-btn {
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 600;
  margin: 0 3px;
  text-wrap-mode: nowrap;
}

.carrer_view_user .metadata {
  background: #f8f9fa;
  padding: 12px 20px;
  margin: 15px 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #000;
  border: 1px solid #dee2e6;
}

.user_image_box img {
  max-height: 250px;
  width: 100%;
}


.id-card-tag-strip {
  width: 45px;
  height: 40px;
  background-color: #0950ef;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  top: 9px;
  z-index: 1;
  border: 1px solid #0041ad;
}

.id-card-tag-strip:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  position: relative;
  top: 10px;
}

.id-card-tag {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #0958db;
  margin: -20px auto -30px auto;
}

.id-card-tag:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid #ffffff;
  margin: -10px auto -30px auto;
  position: relative;
  top: -130px;
  left: -50px;
}

.id-card-hook {
  background-color: #000;
  width: 70px;
  margin: 0 auto;
  height: 15px;
  border-radius: 5px 5px 0 0;
}

.id-card-hook:after {
  content: '';
  background-color: #d7d6d3;
  width: 47px;
  height: 6px;
  display: block;
  margin: 0px auto;
  position: relative;
  top: 6px;
  border-radius: 4px;
}


.id-card-holder {
  width: 285px;
  padding: 4px;
  margin: 0 auto;
  background-color: #1f1f1f;
  border-radius: 5px;
  position: relative;
}

.id-card-holder:after {
  content: '';
  width: 7px;
  display: block;
  background-color: #0a0a0a;
  height: 100px;
  position: absolute;
  top: 105px;
  border-radius: 0 5px 5px 0;
}

.id-card-holder:before {
  content: '';
  width: 7px;
  display: block;
  background-color: #0a0a0a;
  height: 100px;
  position: absolute;
  top: 105px;
  left: 274px;
  border-radius: 5px 0 0 5px;
}

.id-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 1.5px 0px #b9b9b9;
}

.id-card img {
  margin: 0 auto;
}

.id-card img {
  width: 70px;
  max-height: 70px;
  margin-top: 15px;
}

.photo img {
  width: 70px;
  margin-top: 15px;
  height: 70px;
  border-radius: 520px;
}

.id-card h2 {
  font-size: 15px;
  margin: 5px 0;
}

.id-card h3 {
  font-size: 12px;
  margin: 2.5px 0;
  font-weight: 300;
}

.qr-code img {
  width: 50px;
}

.id-card p {
  font-size: 10px;
  margin: 2px;
}

.dt-buttons.btn-group{
  position: unset !important;
  top: unset !important;
  left: unset !important;
  width: 4%;
  margin-left: 10px;
}


@media only screen and (max-width:568px) {
  .carrer_view_user .info-grid {
    grid-template-columns: 1fr;
  }

  .dataTables_length{
    display: inline-block;
    margin-right: 10px;
  }

  .grid-span{
    grid-column: unset;
  }

  .btn-group,
  .btn-group-vertical {
    display: contents !important;
  }

  .carrier_form .modal-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-tabs .nav-link {
    padding: 7px 8px;
  }

  #example1 td.user_body {
    flex-direction: column;
  }

  .user_image_box img {
    object-fit: contain;
  }

  .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
    width: 40px;
  }

  #example1 td.font-break {
    white-space: break-spaces !important;
  }

  

  #example td.font-break {
    white-space: break-spaces !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }
}

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

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

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

.min-w-280 {
  min-width: 280px;
}

#example td.font-break {
  white-space: break-spaces !important;
}

#example1 td.font-break {
  white-space: break-spaces !important;
}

#example1 th.font-break {
  white-space: break-spaces !important;
}

.check-align-center .form-check-input {
  left: unset !important;
  right: unset !important;
}

.check-align-center .form-switch {
  display: flex;
  justify-content: center;
}

.min-w-for-dt-th {
  min-width: 420px;
}

.min-w-for-dt-th-city {
  min-width: 280px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .carrer_view_user .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.total_amount_card_style {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 450px;
  width: 100%;
  border: 1px solid #e8ecef;
  transition: all 0.3s ease;
}

.total_amount_card_style_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.total_amount_card_style_icon {
  width: 38px;
  height: 38px;
  background: #1977BB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
}

.total_amount_card_style_label {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.total_amount_card_style_amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  margin-left: 10px;
}

.total_amount_card_style_currency {
  font-size: 28px;
  color: #1e293b;
  font-weight: 700;
}

.total_amount_card_style_value {
  font-size: 28px;
  color: #1e293b;
  font-weight: 800;
  letter-spacing: -1px;
}

.total_amount_card_style_footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.total_amount_card_style_status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1977BB;
  font-size: 14px;
  font-weight: 600;
}

.total_amount_card_style_status i {
  font-size: 16px;
}

.total_amount_card_style_info {
  margin-left: auto;
  color: #000;
  font-size: 13px;
}

.custom-margin-30 {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .total_amount_card_style {
    padding: 24px 28px;
  }

  .total_amount_card_style_value {
    font-size: 36px;
  }

  .total_amount_card_style_currency {
    font-size: 24px;
  }

  .custom_font_size {
    font-size: 12px;
  }

  .salary_box_center {
    justify-content: space-between;
  }

  .form-select {
    padding: 5px;
    font-size: 12px;
  }
}

@media only screen and (min-width:998px) {
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-62 {
    width: 62% !important;
  }
}

@media (min-width:1280px) {
  .min-width-subject {
    min-width: 400px;
  }
}

.form_model_loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  border-radius: 5px;
}

.form_model_loader_content {
  position: absolute;

  text-align: center;
}

.form_model_loader_content.keywords {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_model_loader .spinner-border {
  width: 3rem;
  height: 3rem;
  color: #1e3a8a !important;
  border-color: #1e3a8a;
  border-right-color: transparent;
}

.form_model_loader_text {
  margin-top: 15px;
  font-size: 16px;
  color: #1e3a8a;
  font-weight: 500;
}

.telecaller_work_dnd_part_label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  display: block;
}

/* DND Checkbox Styling */
.telecaller_work_dnd_part_dnd_wrapper {
  display: flex;
  align-items: center;
  height: 48px;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.telecaller_work_dnd_part_dnd_wrapper:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.telecaller_work_dnd_part_dnd_checkbox {
  display: none !important;
}

.telecaller_work_dnd_part_dnd_label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  cursor: pointer;
  user-select: none;
}

.telecaller_work_dnd_part_dnd_checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  flex-shrink: 0;
}

.telecaller_work_dnd_part_dnd_checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.telecaller_work_dnd_part_dnd_text {
  font-weight: 600;
  font-size: 14px;
  color: #6b7280;
  transition: color 0.3s ease;
}

/* DND Checked State */
.telecaller_work_dnd_part_dnd_checkbox:checked~.telecaller_work_dnd_part_dnd_label .telecaller_work_dnd_part_dnd_checkmark {
  background: #10b981;
  border-color: #10b981;
}

.telecaller_work_dnd_part_dnd_checkbox:checked~.telecaller_work_dnd_part_dnd_label .telecaller_work_dnd_part_dnd_checkmark::after {
  display: block;
}

.telecaller_work_dnd_part_dnd_checkbox:checked~.telecaller_work_dnd_part_dnd_label .telecaller_work_dnd_part_dnd_text {
  color: #10b981;
}

.telecaller_work_dnd_part_dnd_wrapper:has(.telecaller_work_dnd_part_dnd_checkbox:checked) {
  background: #ecfdf5;
  border-color: #10b981;
}

/* Another Call Checkbox Container */
.telecaller_work_dnd_part_checkbox_wrapper {
  display: flex;
  align-items: center;
  height: 48px;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.telecaller_work_dnd_part_checkbox_wrapper:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.telecaller_work_dnd_part_checkbox_input {
  display: none !important;
}

.telecaller_work_dnd_part_checkbox_label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 !important;
  cursor: pointer;
  user-select: none;
}

.telecaller_work_dnd_part_checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  flex-shrink: 0;
}

.telecaller_work_dnd_part_checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.telecaller_work_dnd_part_checkbox_text {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  transition: color 0.3s ease;
}

/* Another Call Checked State */
.telecaller_work_dnd_part_checkbox_input:checked~.telecaller_work_dnd_part_checkbox_label .telecaller_work_dnd_part_checkmark {
  background: #3b82f6;
  border-color: #3b82f6;
}

.telecaller_work_dnd_part_checkbox_input:checked~.telecaller_work_dnd_part_checkbox_label .telecaller_work_dnd_part_checkmark::after {
  display: block;
}

.telecaller_work_dnd_part_checkbox_input:checked~.telecaller_work_dnd_part_checkbox_label .telecaller_work_dnd_part_checkbox_text {
  color: #3b82f6;
}

.telecaller_work_dnd_part_checkbox_wrapper:has(.telecaller_work_dnd_part_checkbox_input:checked) {
  background: #eff6ff;
  border-color: #3b82f6;
}

/* Other Call Container */
.telecaller_work_dnd_part_other_container {
  margin-top: 20px !important;
  padding: 20px !important;
  background: #f9fafb !important;
  border: 2px solid #3b82f6 !important;
  border-radius: 12px !important;
  animation: telecaller_work_dnd_part_slideDown 0.3s ease;
}

@keyframes telecaller_work_dnd_part_slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.telecaller_work_dnd_part_other_header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #3b82f6;
  font-weight: 600;
  font-size: 15px;
  grid-column: 1 / -1;
  width: 100%;
}

.telecaller_work_dnd_part_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* Input Fields */
.telecaller_work_dnd_part_input_label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 8px !important;
}

.telecaller_work_dnd_part_input_wrapper {
  position: relative;
}

.telecaller_work_dnd_part_input_icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #9ca3af;
  z-index: 1;
  pointer-events: none;
}

.telecaller_work_dnd_part_input {
  padding-left: 44px !important;
  height: 44px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  background: white !important;
}

.telecaller_work_dnd_part_input:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
  outline: none !important;
}

.telecaller_work_dnd_part_input::placeholder {
  color: #d1d5db;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {

  .telecaller_work_dnd_part_dnd_wrapper,
  .telecaller_work_dnd_part_checkbox_wrapper {
    height: 44px;
  }

  .telecaller_work_dnd_part_input {
    height: 40px !important;
  }

  .telecaller_work_dnd_part_other_container {
    padding: 16px !important;
  }
}

.row-red {
  background-color: #c34d4d2e !important;
  color: #000 !important;
}

.row-green {
  background-color: #1c741c21 !important;
  color: #000 !important;
}

.row-yellow {
  background-color: #e0e04729 !important;
  color: #000 !important;
}

.row-orange {
  background-color: #f0a00d4d !important;
  color: #000 !important;
}

.row-gray {
  background-color: #8080802e !important;
  color: #000 !important;
}

.table_salary_custom_height{
  max-height: 700px;
  overflow-y: auto;
}

.sticky_table_header{
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}


/* sidepanel for balances */

  .balance_show_overlay_trigger_btn {
      background: linear-gradient(135deg, #1977BB 0%, #32A5DE 100%);
      border: none;
      color: white;
      padding: 8px 10px;
      border-radius: 12px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .balance_show_overlay_trigger_btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(25, 119, 187, 0.35);
  }

  .balance_show_overlay_trigger_btn:active {
      transform: translateY(-1px);
  }

  .balance_show_overlay_trigger_btn.active {
      background: linear-gradient(135deg, #32A5DE 0%, #1977BB 100%);
  }

  .balance_show_overlay_panel {
      position: fixed;
      top: 0;
      right: -420px;
      width: 420px;
      height: 100vh;
      background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
      box-shadow: -8px 0 40px rgba(0,0,0,0.15);
      transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      z-index: 2000;
      padding: 40px 30px;
      overflow-y: auto;
  }

  .balance_show_overlay_panel::-webkit-scrollbar {
      width: 6px;
  }

  .balance_show_overlay_panel::-webkit-scrollbar-track {
      background: rgba(0,0,0,0.05);
  }

  .balance_show_overlay_panel::-webkit-scrollbar-thumb {
      background: rgba(25, 119, 187, 0.3);
      border-radius: 10px;
  }

  .balance_show_overlay_panel.active {
      right: 0;
  }

  .balance_show_overlay_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px;
      padding-bottom: 20px;
      border-bottom: 2px solid rgba(25, 119, 187, 0.1);
  }

  .balance_show_overlay_title {
      color: #1a1a2e;
      font-size: 26px;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 12px;
      letter-spacing: -0.5px;
  }

  .balance_show_overlay_title i {
      color: #1977BB;
      font-size: 28px;
  }

  .balance_show_overlay_close_btn {
      background: white;
      border: 2px solid #e9ecef;
      color: #6c757d;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      font-size: 18px;
  }

  .balance_show_overlay_close_btn:hover {
      background: #ff4757;
      border-color: #ff4757;
      color: white;
      transform: rotate(90deg);
  }

  .balance_show_overlay_card {
      background: white;
      border-radius: 20px;
      padding: 28px;
      margin-bottom: 24px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      border: 1px solid rgba(25, 119, 187, 0.08);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      transform: translateX(30px);
      position: relative;
      overflow: hidden;
  }

  .balance_show_overlay_card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #1977BB 0%, #32A5DE 100%);
      transform: scaleX(0);
      transition: transform 0.4s ease;
      transform-origin: left;
  }

  .balance_show_overlay_card.animate {
      opacity: 1;
      transform: translateX(0);
  }

  .balance_show_overlay_card.animate::before {
      transform: scaleX(1);
  }

  .balance_show_overlay_card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 40px rgba(25, 119, 187, 0.15);
  }

  .balance_show_overlay_card_header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px;
  }

  .balance_show_overlay_card_icon_wrapper {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #1977BB 0%, #32A5DE 100%);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: white;
      box-shadow: 0 8px 24px rgba(25, 119, 187, 0.25);
  }

  .balance_show_overlay_card_badge {
      background: linear-gradient(135deg, #10b981 0%, #059669 100%);
      color: white;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  }

  .balance_show_overlay_card_label {
      color: #6c757d;
      font-size: 13px;
      margin-bottom: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

  .balance_show_overlay_card_amount {
      color: #1a1a2e;
      font-size: 36px;
      font-weight: 800;
      display: flex;
      align-items: baseline;
      gap: 6px;
      letter-spacing: -1px;
  }

  .balance_show_overlay_currency {
      font-size: 22px;
      font-weight: 700;
      color: #1977BB;
  }

  .balance_show_overlay_card_footer {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #f1f3f5;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .balance_show_overlay_card_change {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 600;
  }

  .balance_show_overlay_card_change.positive {
      color: #10b981;
  }

  .balance_show_overlay_card_change.negative {
      color: #ef4444;
  }

  .balance_show_overlay_card_date {
      font-size: 12px;
      color: #adb5bd;
      font-weight: 500;
  }

  .balance_show_overlay_backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0);
      pointer-events: none;
      transition: background 0.3s ease;
      z-index: 999;
  }

  .balance_show_overlay_backdrop.active {
      background: rgba(0,0,0,0.6);
      backdrop-filter: blur(4px);
      pointer-events: all;
  }

  .balance_show_overlay_summary {
      background: white;
      border-radius: 20px;
      padding: 24px;
      margin-top: 30px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      border: 1px solid rgba(25, 119, 187, 0.08);
  }

  .balance_show_overlay_summary_title {
      font-size: 16px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .balance_show_overlay_summary_title i {
      color: #1977BB;
  }

  .balance_show_overlay_total {
      font-size: 14px;
      color: #6c757d;
      margin-bottom: 8px;
      font-weight: 600;
  }

  .balance_show_overlay_total_amount {
      font-size: 42px;
      font-weight: 800;
      color: #1977BB;
      letter-spacing: -1.5px;
      display: flex;
      align-items: baseline;
      gap: 6px;
  }

  .balance_show_overlay_total_currency {
      font-size: 24px;
  }

  @keyframes balance_show_overlay_shine {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(100%); }
  }

  .balance_show_overlay_card::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
      transform: translateX(-100%);
  }

  .balance_show_overlay_card.animate::after {
      animation: balance_show_overlay_shine 1.5s ease-in-out 0.5s;
  }


  @media (max-width:400px){
      .balance_show_overlay_panel{
        width: 100%;
        height: 100%;
      }
  }



/*  */
