body {
  font-family: 'Tajawal', sans-serif !important;
  background: #f1f1f1;
}

.product-card i {
  font-size: 56px;
  padding: 3px;
}

span.badge.bg-dangers {
  background-color: #cf1010;
}
a.btn.btn-pink.btn-sm {
  background-color: pink;
}
a.btn.btn-indigo.btn-sm {
    background-color: #007bff;
    color: #fff;
}
a.btn.btn-orange.btn-sm
 {
    background-color: orange;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}

.card.product-card {
  padding: 12px;
  margin: 4px;
  font-size: 18px;
}

.product-card a {
  color: #ffffff;
}

.card-red {
  background-color: #f44336;
}

.card-pink {
  background-color: #e91e63;
}

.bg-pink {
  background-color: #e91e632b !important;
  color: #E91E63 !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #e91e63 !important;
}


.card-blue {
  background-color: #9c27b0;
}

.card-dark-blue {
  background-color: #673ab7;
}

.card-dark-2 {
  background-color: #3f51b5;
}

.card-sky {
  background-color: #2196f3;
}

.card-music {
  background-color: #00bcd4;
}

.form {
  width: 100%;
  margin: 2px auto;
  max-width: 450px;
}

.custom-nav {
  text-align: center;
  float: right;
  width: 100%;
  margin: 0 auto;
  max-width: 495px;
  font-size: 19px;
  margin-top: 24px;
}


span.pull-right.text-muted {
  cursor: pointer;
}

.delete-comment {
  position: absolute;
  left: 11%;
  margin-top: -9px;
  border-radius: 50%;
  background-color: #ca2216;
  color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  font-size: 11px;
  /* padding: 2px; */
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  height: 100vh;
}

h2 {
  font-size: 20px;
}






/* ====== Status Button ====== */
.status-btn {
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
}

.status-btn.primary-btn {
  color: #fff;
  background: #2f80ed;
}

.status-btn.active-btn {
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.1);
}

.status-btn.close-btn {
  color: #d50100;
  background: rgba(213, 1, 0, 0.1);
}

.status-btn.warning-btn {
  color: #f7c800;
  background: rgba(247, 200, 0, 0.1);
}

.status-btn.info-btn {
  color: #97ca31;
  background: rgba(151, 202, 49, 0.1);
}

.status-btn.success-btn {
  color: #219653;
  background: rgba(33, 150, 83, 0.1);
}

.status-btn.secondary-btn {
  color: #00c1f8;
  background: rgba(0, 193, 248, 0.1);
}

.status-btn.dark-btn {
  color: #262d3f;
  background: rgba(38, 45, 63, 0.1);
}

.status-btn.orange-btn {
  color: #f2994a;
  background: rgba(242, 153, 74, 0.1);
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.avatar-img {
  object-fit: contain;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #f9f9f9;
  -webkit-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
  -moz-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
  box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 16px;
  position: relative;

}

.header-right .dropdown-menu {
  width: 232px;
  margin-left: 40px;
  border: 1px solid #efefef;
  padding: 10px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 24px !important;
  right: 0;
  position: absolute;
  transform: translate3d(0px, 60px, 0px);
  border-radius: 10px;
}

.header-right .dropdown-menu li {
  padding: 3px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 2;
}

.header-right .dropdown-menu li:hover a {
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.05);
}

.header-right .dropdown-menu li:last-child {
  border-bottom: none;
}

.header-right .dropdown-menu li a {
  padding: 8px 12px;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
}

.header-right .dropdown-menu li a .image {
  max-width: 35px;
  width: 100%;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.header-right .dropdown-menu li a .image img {
  width: 100%;
}

.header-right .dropdown-menu li a .content {
  width: 100%;
}

.header-right .dropdown-menu li a .content h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
}

.header-right .dropdown-menu li a .content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  line-height: 1.4;
}

.header-right .dropdown-menu li a .content span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}


.uploaded-img {
  height: 200px;
  object-fit: contain;
}

.bg-primary {
  background-color: #008cff !important;
}

.bg-success {
  background-color: #15ca20 !important;
}

.bg-danger {
  background-color: #fd3550 !important;
}

.text-warning {
  color: #eaba00 !important;
}


.logo-text {
  font-size: 22px;
  margin-left: 10px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #474c51 !important;
}

.toggle-icon {
  font-size: 22px;
  cursor: pointer;
  color: #2b2d2e !important;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  color: #26282a !important;
  text-decoration: none;
  background: rgb(0 0 0 / 12%) !important;
}

.menu-label {
  padding: 20px 15px 5px 5px;
  color: #b0afaf;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px
}


@media (max-width: 620px) {
  .user-img {
    width: 34px;
    height: 34px;
    margin-left: -10px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0;
    object-fit: contain;
  }

  .open-demo {
    display: none;
  }

  .feed-bar {
    padding: 0px !important;
  }

  .feed-bar .col-md-3 {
    padding: 8px !important;
  }

  .feed-bar .col-md-3 .btn {
    width: 100% !important;
    text-align: right !important;
    padding: 6px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
  }
}

.previous,
.next {
  font-size: 30px;
}

.float-left {
  left: 0;
  position: absolute;
}

.modal .close {
  left: 0;
  position: absolute;
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.notify {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin-right: 15px
}


.imageuploadify {
  border: 2px dashed #d2d2d2;
  position: relative;
  min-height: 350px;
  min-width: 250px;
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 0;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  color: #ffc107;
}

.imageuploadify .imageuploadify-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 0;
  display: none;
  font-size: 7em;
  background-color: rgba(242, 242, 242, .7);
  text-align: center;
  pointer-events: none
}

.imageuploadify .imageuploadify-overlay i {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.imageuploadify .imageuploadify-images-list {
  display: inline-block
}

.imageuploadify .imageuploadify-images-list i {
  display: block;
  font-size: 7em;
  text-align: center;
  margin-top: .5em;
  padding-bottom: 12px
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
  font-size: 24px;
  border-top: 1px solid #ffc107;
  border-bottom: 1px solid #ffc107;
  padding: 10px;
  display: inline-block;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
  display: block;
  color: #ffc107;
  border-color: #ffc107;
  border-radius: 1em;
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
}

button.btn-default:hover {
  color: #ffc107;
  border-color: #ffc107;
}

.order-card {
  color: #333;
}

.bg-c-light {
  background: linear-gradient(45deg, #ffffff, #fcf7f7);
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-block {
  padding: 25px;
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

p {
  font-weight: 300;
}

.badge-warning {
  background-color: #ffc107 !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}


/* Add this CSS to your style.css or directly in a <style> tag in your layout */
.alert-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  display: none;
  width: 300px;
}

.alert {
  display: flex;
  align-items: center;
  background-color: #f44336;
  /* Red color for error */
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.alert.success {
  background-color: #4CAF50;
  /* Green color for success */
}

.alert.info {
  background-color: #2196F3;
  /* Blue color for info */
}

.alert img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.alert-text {
  flex-grow: 1;
}

.alert .name {
  font-weight: bold;
}


.toast-notification {
  position: fixed;
  text-decoration: none;
  z-index: 999999;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  padding: 10px;
  transform: translate(0, -150%);
  direction: rtl;
}

.toast-notification .toast-notification-wrapper {
  flex: 1;
  padding-right: 10px;
  overflow: hidden;
}

.toast-notification .toast-notification-wrapper .toast-notification-header {
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  word-break: break-all;
  color: #4f525a;
}

.toast-notification .toast-notification-wrapper .toast-notification-content {
  font-size: 14px;
  margin: 0;
  padding: 0;
  word-break: break-all;
  color: #4f525a;
}

.toast-notification .toast-notification-close {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 4px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}

.toast-notification .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}

.toast-notification.toast-notification-top-center {
  transform: translate(calc(50vw - 50%), -150%);
}

.toast-notification.toast-notification-bottom-left,
.toast-notification.toast-notification-bottom-right {
  transform: translate(0, 150%);
}

.toast-notification.toast-notification-bottom-center {
  transform: translate(calc(50vw - 50%), 150%);
}

.toast-notification.toast-notification-dark {
  background-color: #2d2e31;
}

.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-header {
  color: #edeff3;
}

.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-content {
  color: #edeff3;
}

.toast-notification.toast-notification-dark .toast-notification-close {
  color: rgba(255, 255, 255, 0.2);
}

.toast-notification.toast-notification-dark .toast-notification-close:hover {
  color: rgba(255, 255, 255, 0.4);
}


.toast-notification.toast-notification-success {
  background-color: #f8f9fa;
  border-left: 4px solid #15ca20;
}

.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-header {
  color: #212529;
}

.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-content {
  color: #212529;
}

.toast-notification.toast-notification-success .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}

.toast-notification.toast-notification-success .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}

.toast-notification.toast-notification-error {
  background-color: #f8f9fa;
  border-left: 4px solid #9f0f0f;
}

.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header {
  color: #212529;
}

.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content {
  color: #212529;
}

.toast-notification.toast-notification-error .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}

.toast-notification.toast-notification-error .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}

.toast-notification.toast-notification-verified {
  background-color: #d0eaff;
  border-left: 4px solid #6097b8;
}

.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-header {
  color: #6097b8;
}

.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-content {
  color: #6097b8;
}

.toast-notification.toast-notification-verified .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}

.toast-notification.toast-notification-verified .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}

.toast-notification.toast-notification-dimmed {
  opacity: .3;
}

.toast-notification.toast-notification-dimmed:hover,
.toast-notification.toast-notification-dimmed:active {
  opacity: 1;
}



.frozen-tb td {
  background-color: #caedf1 !important;
}


.inactive-tb td {
  background-color: #ffcbc7 !important;
}

.table-responsive.scrollbar {
  padding: 12px;
}

.alert {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 10px;
}

.alert-light {
  color: #0a0909 !important;
  background-color: #fdfbfb !important;
  border-color: #e9e9e8 !important;
}



span.tc i {
  font-size: revert;
}

.tc {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 15px;
  border: 1px solid #666;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tc.tc-info {
  color: #413f3f;
}


/* Base styles for Select2 */
.select2-container {
  width: 100% !important;
}

.select2-selection--single {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #f8f9fa;
  transition: border-color 0.3s;
}

.select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 38px;
  font-size: 14px;
}

.select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
  display: flex;
  align-items: center;
  color: #495057;
}

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

.select2-container--default .select2-selection--single:hover {
  border-color: #007bff;
}

/* Styles for the dropdown */
.select2-container--default .select2-results__option {
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #007bff;
  color: #fff;
}

/* Styles for search box in dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 5px;
  font-size: 14px;
  width: calc(100% - 20px);
}


.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  width: 400px;
  /* Adjust size as needed */
  z-index: -1;
}




.form-control {
  display: block;
  width: 100%;
  padding: .3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344050;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8e2ef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

input:checked[type=checkbox] {
  background-color: #2c7be5;
  border-color: #2c7be5;
}
/* 
.bg-success {
  color: #00864e !important;
  background-color: #ccf6e4 !important;
}

.bg-danger {
  color: #932338 !important;
  background-color: #fad7dd !important;
}

.bg-warning {
  color: #9d5228 !important;
  background-color: #fde6d8 !important;
}

.bg-primary {
  color: #1c4f93 !important;
  background-color: #d5e5fa !important;
} */

.badge {
  display: inline-block;
  padding: .355555em .711111em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #e9ebec;
} */

/* Professional Colored Sidebar Icons */
.nav-icon {
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.3s ease;
  width: 20px;
  text-align: center;
}

.nav-icon:hover {
  transform: scale(1.1);
}

/* Dashboard Icon */
.dashboard-icon {
  color: #4CAF50;
}

/* Roles Icon */
.roles-icon {
  color: #FF9800;
}

/* Users Icon */
.users-icon {
  color: #2196F3;
}

.list-icon, .add-icon {
  color: #607D8B;
}

/* Accounting Icons */
.accounting-icon {
  color: #9C27B0;
}

.chart-icon {
  color: #4CAF50;
}

.report-icon {
  color: #FF5722;
}

.wallet-icon {
  color: #795548;
}

.assets-icon {
  color: #3F51B5;
}

.income-icon {
  color: #4CAF50;
}

.expenses-icon {
  color: #F44336;
}

/* Shop Icons */
.shop-icon {
  color: #FF9800;
}

.products-icon {
  color: #607D8B;
}

.categories-icon {
  color: #9C27B0;
}

/* HR Icons */
.hr-icon {
  color: #E91E63;
}

.overview-icon {
  color: #4CAF50;
}

.employees-icon {
  color: #2196F3;
}

.payroll-icon {
  color: #FF9800;
}

.attendance-icon {
  color: #4CAF50;
}

.leaves-icon {
  color: #F44336;
}

.create-icon {
  color: #4CAF50;
}

.schedules-icon {
  color: #2196F3;
}

.shifts-icon {
  color: #FF9800;
}

/* Clients Icons */
.clients-icon {
  color: #3F51B5;
}

.list-clients-icon, .add-client-icon {
  color: #607D8B;
}

/* Notifications Icons */
.notifications-icon {
  color: #FF9800;
}

.send-icon {
  color: #4CAF50;
}

.list-notifications-icon {
  color: #607D8B;
}

/* Packages Icons */
.packages-icon {
  color: #9C27B0;
}

.list-packages-icon, .add-package-icon {
  color: #607D8B;
}

/* Subscriptions Icons */
.subscriptions-icon {
  color: #4CAF50;
}

.list-subscriptions-icon, .add-subscription-icon {
  color: #607D8B;
}

/* Reports Icons */
.reports-icon {
  color: #FF5722;
}

.reports-overview-icon {
  color: #4CAF50;
}

.today-income-icon {
  color: #4CAF50;
}

/* Coaches Icons */
.coaches-icon {
  color: #FF9800;
}

.list-coaches-icon, .coach-schedules-icon {
  color: #607D8B;
}

/* Messages Icon */
.messages-icon {
  color: #2196F3;
}

/* Login Sessions Icon */
.sessions-icon {
  color: #795548;
}

/* Backups Icon */
.backups-icon {
  color: #607D8B;
}

/* Profile Icon */
.profile-icon {
  color: #9C27B0;
}

/* Settings Icon */
.settings-icon {
  color: #795548;
}

/* Documentation Icon */
.documentation-icon {
  color: #FF9800;
}

/* Logout Icon */
.logout-icon {
  color: #F44336;
}

/* Active state styling */
.nav-link.active .nav-icon {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* Hover effects for nav links */
.nav-link:hover .nav-icon {
  transform: scale(1.15);
  filter: brightness(1.3);
}

.nav-icon-wrapper.tips {
  background-color: #ba0d6d;
  color: white;
}

.nav-icon-wrapper.health {
  background-color: #15ca20;
  color: white;
}